List publications.

Fields

id (integer)

Primary key.

name (string)

Name of doctoral school.

emails (string[])

Contact emails.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • persons
  • category
  • document
  • organization_authorship

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • year
  • category
  • document
  • persons

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • year: gt, gte, lt, lte
  • sci: iexact, contains, icontains, startswith, istartswith
  • pubmed: iexact, contains, icontains, startswith, istartswith
  • doi: iexact, contains, icontains, startswith, istartswith
  • pmc: iexact, contains, icontains, startswith, istartswith
  • organization_authorship: in
  • impact: isnull, gt, gte, lt, lte
  • imported: isnull, gt, gte, lt, lte, date
GET /v1/research/publication/?format=api&offset=154160&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157150,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154180&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154140&ordering=-imported",
    "results": [
        {
            "id": 63554,
            "title": "The initial presentation of renal tubular syndrome",
            "abstract": null,
            "authors": [
                "Ring, E",
                "Zirm, G",
                "Zobel, G"
            ],
            "year": 1988,
            "source": "Padiatr Padol. 1988; 23(3): 217-222. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3186267",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63552,
            "title": "Clinical scoring systems in children with continuous extracorporeal renal support.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Kuttnig, M",
                "Ring, E",
                "Grubbauer, HM"
            ],
            "year": 1990,
            "source": "Child Nephrol Urol. 1990; 10(1):14-17",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DE48200003",
            "pubmed": "2354462",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Child Nephrol Urol",
            "issn": "1012-6694",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.279,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63551,
            "title": "Continuous arteriovenous hemodialysis in critically ill infants.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Kuttnig, M",
                "Ring, E"
            ],
            "year": 1990,
            "source": "Child Nephrol Urol. 1990; 10(4):196-198",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EZ01600004",
            "pubmed": "2088590",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Child Nephrol Urol",
            "issn": "1012-6694",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.279,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63549,
            "title": "Continuous arteriovenous hemofiltration versus continuous venovenous hemofiltration in critically ill pediatric patients.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Ring, E",
                "Kuttnig, M",
                "Grubbauer, HM"
            ],
            "year": 1991,
            "source": "Contrib Nephrol. 1991; 93:257-260",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1802593",
            "doi": "10.1159/000420232",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Contrib Nephrol",
            "issn": "0302-5144",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.341463414634146,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63548,
            "title": "Parenteral nutrition during continuous arteriovenous hemofiltration in critically ill anuric children.",
            "abstract": null,
            "authors": [
                "Kuttnig, M",
                "Zobel, G",
                "Ring, E",
                "Trop, M"
            ],
            "year": 1991,
            "source": "Contrib Nephrol. 1991; 93(2):250-253",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1802591",
            "doi": "10.1159/000420230",
            "pmc": null,
            "organizations": [
                "63548-14048"
            ],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Contrib Nephrol",
            "issn": "0302-5144",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.341463414634146,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 63547,
            "title": "Early experience with a new hemodiafilter for small infants.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Ring, E",
                "Rödl, S"
            ],
            "year": 1995,
            "source": "Contrib Nephrol. 1995; 116:169-172",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "8529374",
            "doi": "10.1159/000424634",
            "pmc": null,
            "organizations": [
                "63547-14048"
            ],
            "persons": [
                "63547-51709-6"
            ],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Contrib Nephrol",
            "issn": "0302-5144",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.341463414634146,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63546,
            "title": "Prognosis in pediatric patients with multiple organ system failure and continuous extracorporeal renal support.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Ring, E",
                "Rödl, S"
            ],
            "year": 1995,
            "source": "Contrib Nephrol. 1995; 116:163-168",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "8529373",
            "doi": "10.1159/000424633",
            "pmc": null,
            "organizations": [
                "63546-14048"
            ],
            "persons": [
                "63546-51709-6"
            ],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Contrib Nephrol",
            "issn": "0302-5144",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.341463414634146,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63465,
            "title": "Shoulder-arm morbidity following axillary dissection and sentinel node only biopsy for breast cancer.",
            "abstract": null,
            "authors": [
                "Haid, A",
                "Kuehn, T",
                "Konstantiniuk, P",
                "Köberle-Wührer, R",
                "Knauer, M",
                "Kreienberg, R",
                "Zimmermann, G"
            ],
            "year": 2002,
            "source": "Eur J Surg Oncol. 2002; 28(7): 705-710. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000179544400005",
            "pubmed": "12431466",
            "doi": "10.1053/ejso.2002.1327",
            "pmc": null,
            "organizations": [],
            "persons": [
                "63465-50038-6"
            ],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Eur J Surg Oncol",
            "issn": "0748-7983",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.392,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.673758865248227,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63368,
            "title": "Endogenous antioxidants and lipoprotein oxidation.",
            "abstract": null,
            "authors": [
                "Esterbauer, H",
                "Dieber-Rotheneder, M",
                "Waeg, G",
                "Puhl, H",
                "Tatzber, F"
            ],
            "year": 1990,
            "source": "Biochem Soc Trans. 1990; 18(6):1059-1061",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EQ25500008",
            "pubmed": "2088805",
            "doi": "10.1042/bst0181059",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Biochem Soc Trans",
            "issn": "0300-5127",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.444,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.291525423728814,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63373,
            "title": "Effect of extracorporeal liver support by MARS and Prometheus on serum cytokines in acute-on-chronic liver failure.",
            "abstract": null,
            "authors": [
                "Stadlbauer, V",
                "Krisper, P",
                "Aigner, R",
                "Haditsch, B",
                "Jung, A",
                "Lackner, C",
                "Stauber, RE"
            ],
            "year": 2006,
            "source": "Crit Care. 2006; 10(6):R169-R169",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000247718500017",
            "pubmed": "17156425",
            "doi": "10.1186/cc5119",
            "pmc": "PMC1794485",
            "organizations": [
                "63373-14020",
                "63373-14081",
                "63373-14084",
                "63373-14107"
            ],
            "persons": [
                "63373-51727-6",
                "63373-50989-1",
                "63373-51530-4",
                "63373-51983-6",
                "63373-53096-6"
            ],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Crit Care",
            "issn": "1466-609X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.116,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.777777777777778,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CRITICAL CARE MEDICINE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 63348,
            "title": "Markers of endothelial and hemostatic activation and progression of cerebral white matter hyperintensities: longitudinal results of the Austrian Stroke Prevention Study.",
            "abstract": null,
            "authors": [
                "Markus, HS",
                "Hunt, B",
                "Palmer, K",
                "Enzinger, C",
                "Schmidt, H",
                "Schmidt, R"
            ],
            "year": 2005,
            "source": "Stroke. 2005; 36(7): 1410-1414. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000230190600017",
            "pubmed": "15905468",
            "doi": "10.1161/01.STR.0000169924.60783.d4",
            "pmc": null,
            "organizations": [
                "63348-14013",
                "63348-14051"
            ],
            "persons": [
                "63348-50173-6",
                "63348-51912-6"
            ],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Stroke",
            "issn": "0039-2499",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.855,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.972972972972973,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 63360,
            "title": "Continuous monitoring of in vitro oxidation of human low density lipoprotein.",
            "abstract": null,
            "authors": [
                "Esterbauer, H",
                "Striegl, G",
                "Puhl, H",
                "Rotheneder, M"
            ],
            "year": 1989,
            "source": "Free Radic Res Commun. 1989; 6(1): 67-75. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989U280400008",
            "pubmed": "2722022",
            "doi": "10.3109/10715768909073429",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Free Radic Res Commun",
            "issn": "8755-0199",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63504,
            "title": "Evolution of lipoprotein receptors. The chicken oocyte receptor for very low density lipoprotein and vitellogenin binds the mammalian ligand apolipoprotein E.",
            "abstract": null,
            "authors": [
                "Steyrer, E",
                "Barber, DL",
                "Schneider, WJ"
            ],
            "year": 1990,
            "source": "J Biol Chem. 1990; 265(32): 19575-19581. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EJ18800034",
            "pubmed": "2174044",
            "doi": "10.1016/S0021-9258(17)45410-X",
            "pmc": null,
            "organizations": [],
            "persons": [
                "63504-51817-1"
            ],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "J Biol Chem",
            "issn": "0021-9258",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.716,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.925423728813559,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63475,
            "title": "Increased proliferation, lytic activity, and purity of human natural killer cells cocultured with mitogen-activated feeder cells.",
            "abstract": null,
            "authors": [
                "Rabinowich, H",
                "Sedlmayr, P",
                "Herberman, RB",
                "Whiteside, TL"
            ],
            "year": 1991,
            "source": "Cell Immunol. 1991; 135(2): 454-470. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FP10800018",
            "pubmed": "1709827",
            "doi": "10.1016/0008-8749(91)90290-R",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Cell Immunol",
            "issn": "0008-8749",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.065,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.675,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63478,
            "title": "Response of human NK cells to IL-6 alterations of the cell surface phenotype, adhesion to fibronectin and laminin, and tumor necrosis factor-alpha/beta secretion.",
            "abstract": null,
            "authors": [
                "Rabinowich, H",
                "Sedlmayr, P",
                "Herberman, RB",
                "Whiteside, TL"
            ],
            "year": 1993,
            "source": "J Immunol. 1993; 150(11): 4844-4855. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LD91600013",
            "pubmed": "8496590",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "J Immunol",
            "issn": "0022-1767",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.383,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.941666666666667,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63439,
            "title": "Inflammatory cell populations and cytokine mRNA expression in the nasal mucosa in aspirin-sensitive rhinitis.",
            "abstract": null,
            "authors": [
                "Varga, EM",
                "Jacobson, MR",
                "Masuyama, K",
                "Rak, S",
                "Till, SJ",
                "Darby, Y",
                "Hamid, Q",
                "Lund, V",
                "Scadding, GK",
                "Durham, SR"
            ],
            "year": 1999,
            "source": "Eur Respir J. 1999; 14(3): 610-615. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000083109900021",
            "pubmed": "10543283",
            "doi": "10.1034/j.1399-3003.1999.14c21.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Eur Respir J",
            "issn": "0903-1936",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.334,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.766666666666667,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "RESPIRATORY SYSTEM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63438,
            "title": "Long-term clinical efficacy of grass-pollen immunotherapy.",
            "abstract": null,
            "authors": [
                "Durham, SR",
                "Walker, SM",
                "Varga, EM",
                "Jacobson, MR",
                "O'Brien, F",
                "Noble, W",
                "Till, SJ",
                "Hamid, QA",
                "Nouri-Aria, KT"
            ],
            "year": 1999,
            "source": "N Engl J Med. 1999; 341(7): 468-475. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081962600002",
            "pubmed": "10441602",
            "doi": "10.1056/NEJM199908123410702",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "N Engl J Med",
            "issn": "0028-4793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 28.857,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63396,
            "title": "Pleuropulmonary desmoid tumors: immunohistochemical comparison with solitary fibrous tumors and assessment of beta-catenin and cyclin D1 expression.",
            "abstract": null,
            "authors": [
                "Andino, L",
                "Cagle, PT",
                "Murer, B",
                "Lu, L",
                "Popper, HH",
                "Galateau-Salle, F",
                "Sienko, AE",
                "Barrios, R",
                "Zander, DS"
            ],
            "year": 2006,
            "source": "Arch Pathol Lab Med. 2006; 130(10):1503-1509",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000241049200015",
            "pubmed": "17090192",
            "doi": "10.5858/2006-130-1503-PDTICW",
            "pmc": null,
            "organizations": [
                "63396-14020"
            ],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Arch Pathol Lab Med",
            "issn": "0003-9985",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.605,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.608695652173913,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 20036,
            "title": "BIOCHEMICAL, STRUCTURAL, AND FUNCTIONAL-PROPERTIES OF OXIDIZED LOW-DENSITY-LIPOPROTEIN",
            "abstract": null,
            "authors": [
                "ESTERBAUER, H",
                "DIEBERROTHENEDER, M",
                "WAEG, G",
                "STRIEGL, G",
                "JÜRGENS, G"
            ],
            "year": 1990,
            "source": "CHEM RES TOXICOL. 1990; 3(2): 77-92. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DC06500001",
            "pubmed": "2130945",
            "doi": "10.1021/tx00014a001",
            "pmc": null,
            "organizations": [],
            "persons": [
                "20036-51511-6"
            ],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "CHEM RES TOXICOL",
            "issn": "0893-228X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.395,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.971830985915493,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "TOXICOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63437,
            "title": "Cellular infiltration and cytokine mRNA expression in perennial allergic rhinitis.",
            "abstract": null,
            "authors": [
                "Varga, EM",
                "Jacobson, MR",
                "Till, SJ",
                "Masuyama, K",
                "O'Brien, F",
                "Rak, S",
                "Lund, V",
                "Scadding, GK",
                "Hamid, QA",
                "Durham, SR"
            ],
            "year": 1999,
            "source": "Allergy. 1999; 54(4): 338-345. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000080368300006",
            "pubmed": "10371092",
            "doi": "10.1034/j.1398-9995.1999.00957.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Allergy",
            "issn": "0105-4538",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.801,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.705882352941177,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ALLERGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}