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=2320&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157549,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2340&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2300&ordering=-imported",
    "results": [
        {
            "id": 2496,
            "title": "Patch testing with the Austrian standard series--epidemiologic test values and results",
            "abstract": null,
            "authors": [
                "Kränke, B",
                "Binder, M",
                "Derhaschnig, J",
                "Komericki, P",
                "Pirkhammer, D",
                "Ziegler, V",
                "Aberer, W"
            ],
            "year": 1995,
            "source": "Wien Klin Wochenschr. 1995; 107(11):323-330",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RB07100001",
            "pubmed": "7610657",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2496-14047"
            ],
            "persons": [
                "2496-50041-6",
                "2496-51346-6",
                "2496-51954-1"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.215,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2497,
            "title": "Epidemiologic data for tetanus prophylaxis. Assessment of the need for vaccination",
            "abstract": null,
            "authors": [
                "Brabek, E",
                "Kränke, B",
                "Stünzner, D",
                "Aberer, W"
            ],
            "year": 1999,
            "source": "Wien Klin Wochenschr. 1999; 111(20):851-854",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000083996300005",
            "pubmed": "10586490",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2497-14023",
                "2497-14047"
            ],
            "persons": [
                "2497-51346-4",
                "2497-51954-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.588,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.563636363636364,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1260,
            "title": "Immune response to tumor antigens in a patient with colorectal cancer after immunization with anti-idiotype antibody.",
            "abstract": null,
            "authors": [
                "Samonigg, H",
                "Wilders-Truschnig, M",
                "Loibner, H",
                "Plot, R",
                "Rot, A",
                "Kuss, I",
                "Werner, G",
                "Stöger, H",
                "Wrann, M",
                "Herlyn, D"
            ],
            "year": 1992,
            "source": "Clin Immunol Immunopathol. 1992; 65(3):271-277",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992KB99200012",
            "pubmed": "1451329",
            "doi": "10.1016/0090-1229(92)90157-J",
            "pmc": null,
            "organizations": [],
            "persons": [
                "1260-51532-2",
                "1260-51538-6"
            ],
            "imported": null,
            "journal": "CLIN IMMUNOL IMMUNOPATHOL",
            "issn": "0090-1229",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.553,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.808823529411765,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 2499,
            "title": "[The anesthesiologic risk patient. Preoperative evaluation, intraoperative management and postoperative monitoring].",
            "abstract": null,
            "authors": [
                "Prause, G",
                "List, WF"
            ],
            "year": 1997,
            "source": "Chirurg. 1997; 68(8):775-779",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1997XV28100006",
            "pubmed": "9377987",
            "doi": "10.1007/s001040050269",
            "pmc": null,
            "organizations": [
                "2499-14044"
            ],
            "persons": [
                "2499-51986-2"
            ],
            "imported": null,
            "journal": "CHIRURG",
            "issn": "0009-4722",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.757,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.6171875,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2500,
            "title": "The antiarrhythmic effect of verapamil on atrioventricular re-entry in the Wolff-Parkinson-White syndrome: a computer model study.",
            "abstract": null,
            "authors": [
                "Fleischmann, PH",
                "Stark, G",
                "Wach, P"
            ],
            "year": 1996,
            "source": "Int J Biomed Comput. 1996; 41(2):125-136",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UT28700005",
            "pubmed": "8803672",
            "doi": "10.1016/0020-7101(95)01166-8",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "INT J BIO, MED COMPUT",
            "issn": "0020-7101",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.562,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.535211267605634,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS",
            "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": 2501,
            "title": "The assembly of lipoprotein Lp(a).",
            "abstract": null,
            "authors": [
                "Frank, S",
                "Durovic, S",
                "Kostner, GM"
            ],
            "year": 1996,
            "source": "Eur J Clin Invest. 1996; 26(2):109-114",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1996TV91300002",
            "pubmed": "8904519",
            "doi": "10.1046%2Fj.1365-2362.1996.1http://dx.doi.org/10.1046%2Fj.1365-2362.1996.112255.x",
            "pmc": null,
            "organizations": [
                "2501-14013"
            ],
            "persons": [
                "2501-51669-6",
                "2501-51988-1"
            ],
            "imported": null,
            "journal": "EUR J CLIN INVEST",
            "issn": "0014-2972",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.15,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.841121495327103,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2502,
            "title": "Association between fibrinogen and blood sedimentation rate in combined extracorporal and fibrinogen reducing drug therapy",
            "abstract": null,
            "authors": [
                "Walzl, M",
                "Walzl, B",
                "Schied, G",
                "Lechner, H"
            ],
            "year": 1993,
            "source": "Wien Klin Wochenschr. 1993; 105(14):404-407",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LM72400004",
            "pubmed": "8367976",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2502-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 37,
            "title": "5-Fluorouracil and Folinic Acid with or Without Alpha-2C Interferon in the Treatment of Metastatic Colorectal-Cancer - Preliminary-Results of a Multicenter Prospective Randomized Phase-III Trial",
            "abstract": null,
            "authors": [
                "Moser, R",
                "Hausmaninger, H",
                "Ludwig, H",
                "Fridrik, M",
                "Schmidt, H",
                "Mlineritsch, B",
                "Pecherstorfer, M",
                "Michlmayr, G",
                "Kopf, C",
                "Samonigg, H"
            ],
            "year": 1995,
            "source": "ONKOLOGIE 1995 18: 131-135.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RC51600004",
            "pubmed": null,
            "doi": "10.1159/000218573",
            "pmc": null,
            "organizations": [],
            "persons": [
                "37-51532-6",
                "37-51949-2"
            ],
            "imported": null,
            "journal": "ONKOLOGIE",
            "issn": "0378-584X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.462,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.173076923076923,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ONCOLOGY",
            "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": 2504,
            "title": "The Austrian Consensus Paper on Alzheimers-Disease",
            "abstract": null,
            "authors": [
                "Bancher, C",
                "Croy, A",
                "Dalbianco, P",
                "Danielczyk, W",
                "Fischer, P",
                "Gatterer, G",
                "Gurka, P",
                "Hinterhuber, H",
                "Hoyer, S",
                "Jellinger, K",
                "Kalousek, ME",
                "Lingg, A",
                "Leblhuber, F",
                "Marksteiner, J",
                "Psota, G",
                "Ransmayr, G",
                "Riederer, P",
                "Rainer, M",
                "Schmidt, R",
                "Zachhuber, C"
            ],
            "year": 1998,
            "source": "NEUROPSYCHIATRIE 1998 12: 126-167.",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000076159000002",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "2504-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "NEUROPSYCHIATRIE",
            "issn": "0948-6259",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.125,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.113861386138614,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "NEUROSCIENCES",
            "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": true
        },
        {
            "id": 1264,
            "title": "Immunohistochemical characterization of a crypt cell-specific plasma membrane protein in rat small intestine epithelium using a monoclonal antibody.",
            "abstract": null,
            "authors": [
                "Schiechl, H"
            ],
            "year": 1991,
            "source": "J Histochem Cytochem. 1991; 39(7):973-979",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FT14600011",
            "pubmed": "1865113",
            "doi": "10.1177/39.7.1865113",
            "pmc": null,
            "organizations": [
                "1264-14017"
            ],
            "persons": [],
            "imported": null,
            "journal": "J HISTOCHEM CYTOCHEM",
            "issn": "0022-1554",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.296,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.683453237410072,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CELL 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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2506,
            "title": "The cardiac acetylcholine-activated, inwardly rectifying K+-channel subunit GIRK1 gives rise to an inward current induced by free oxygen radicals.",
            "abstract": null,
            "authors": [
                "Jeglitsch, G",
                "Ramos, P",
                "Encabo, A",
                "Tritthart, HA",
                "Esterbauer, H",
                "Groschner, K",
                "Schreibmayer, W"
            ],
            "year": 1999,
            "source": "Free Radic Biol Med. 1999; 26(3-4):253-259",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000077701000002",
            "pubmed": "9895214",
            "doi": "10.1016/S0891-5849(98)00178-6",
            "pmc": null,
            "organizations": [
                "2506-14011"
            ],
            "persons": [
                "2506-51519-6",
                "2506-78591-6"
            ],
            "imported": null,
            "journal": "FREE RADICAL BIOL MED",
            "issn": "0891-5849",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.079,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.858823529411765,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 1265,
            "title": "Immunohistochemical characterization of a differentiation-specific carbohydrate epitope in the plasma membrane of the epithelial cells of rat small intestine.",
            "abstract": null,
            "authors": [
                "Schiechl, H"
            ],
            "year": 1993,
            "source": "J Histochem Cytochem. 1993; 41(1):71-79",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KD78200010",
            "pubmed": "7678026",
            "doi": "10.1177/41.1.7678026",
            "pmc": null,
            "organizations": [
                "1265-14017"
            ],
            "persons": [],
            "imported": null,
            "journal": "J HISTOCHEM CYTOCHEM",
            "issn": "0022-1554",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.296,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.683453237410072,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CELL BIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 2508,
            "title": "The chemotaxis of human peripheral blood B lymphocytes by beta-endorphin is reversible by naloxone.",
            "abstract": null,
            "authors": [
                "Manfreda, SE",
                "Dunzendorfer, S",
                "Schratzberger, P",
                "Buratti, T",
                "Reinisch, N",
                "Kähler, CM",
                "List, WF",
                "Wiedermann, CJ"
            ],
            "year": 1998,
            "source": "Anesth Analg. 1998; 86(3):670-672",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000072261900044",
            "pubmed": "9495436",
            "doi": "10.1097%2F00000539-199803000-00044",
            "pmc": null,
            "organizations": [
                "2508-14044"
            ],
            "persons": [],
            "imported": null,
            "journal": "ANESTH ANALG",
            "issn": "0003-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.776,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.92,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 2550,
            "title": "The Impact of Mode of Delivery (Vaginal Delivery Versus Cesarean-Section) on Outcome in Premature Births Less-Than-32 Weeks of Gestation in Vertex Presentation",
            "abstract": null,
            "authors": [
                "Weiss, PAM",
                "Walcher, W",
                "Rosegger, H",
                "Huttner, U",
                "Haas, J",
                "Winter, R"
            ],
            "year": 1998,
            "source": "GEBURTSH FRAUENHEILK 1998 58: 483-490.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075822800003",
            "pubmed": null,
            "doi": "10.1055/s-2007-1022747",
            "pmc": null,
            "organizations": [
                "2550-14038"
            ],
            "persons": [
                "2550-51627-6",
                "2550-51634-6"
            ],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.33,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.169811320754717,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 2510,
            "title": "The conformational flexibility of 5,6,7,8-tetrahydrobiopterin and 5,6,7,8-tetrahydroneopterin: a molecular dynamical simulation.",
            "abstract": null,
            "authors": [
                "Estelberger, W",
                "Mlekusch, W",
                "Reibnegger, G"
            ],
            "year": 1995,
            "source": "FEBS Lett. 1995; 357(1):37-40",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995PZ57300009",
            "pubmed": "8001674",
            "doi": "10.1016%2F0014-5793%2894%2901302-H",
            "pmc": null,
            "organizations": [
                "2510-14012"
            ],
            "persons": [
                "2510-50569-4"
            ],
            "imported": null,
            "journal": "FEBS LETT",
            "issn": "0014-5793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.842,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.842105263157895,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOPHYSICS",
            "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": 1267,
            "title": "Immunohistochemical characterization of primitive neuroectodermal tumors and their possible relationship to the stepwise ontogenetic development of the central nervous system. 2. Tumor studies.",
            "abstract": null,
            "authors": [
                "Kleinert, R"
            ],
            "year": 1991,
            "source": "Acta Neuropathol (Berl). 1991; 82(6):508-515",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GR87300011",
            "pubmed": "1664631",
            "doi": "10.1007/BF00293386",
            "pmc": null,
            "organizations": [
                "1267-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA NEUROPATHOL",
            "issn": "0001-6322",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.168,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.838235294117647,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 2512,
            "title": "The costs of radiosurgical treatment: comparison between gamma knife and linear accelerator.",
            "abstract": null,
            "authors": [
                "Königsmaier, H",
                "de Pauli-Ferch, B",
                "Hackl, A",
                "Pendl, G"
            ],
            "year": 1998,
            "source": "Acta Neurochir (Wien). 1998; 140(11):1101-1110",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000077397900001",
            "pubmed": "9870054",
            "doi": "10.1007%2Fs007010050223",
            "pmc": null,
            "organizations": [
                "2512-14042",
                "2512-14050",
                "2512-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA NEUROCHIR",
            "issn": "0001-6268",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.748,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.515625,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2513,
            "title": "Detection of legionellae in thermal water",
            "abstract": null,
            "authors": [
                "Schaffler-Dullnig, K",
                "Reinthaler, FF",
                "Marth, E"
            ],
            "year": 1992,
            "source": "Zentralbl Hyg Umweltmed. 1992; 192(5):473-478",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HF05200008",
            "pubmed": "1554406",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2513-14023"
            ],
            "persons": [
                "2513-51503-6",
                "2513-51674-6"
            ],
            "imported": null,
            "journal": "ZBL HYG UMWELTMED",
            "issn": "0934-8859",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.222222222222222,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "INFECTIOUS DISEASES",
            "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": 1270,
            "title": "Immunohistochemical evidence of p53 protein in human placenta and choriocarcinoma cell lines.",
            "abstract": null,
            "authors": [
                "Haidacher, S",
                "Blaschitz, A",
                "Desoye, G",
                "Dohr, G"
            ],
            "year": 1995,
            "source": "HUM REPROD 1995 10: 983-988.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QX12200057",
            "pubmed": "7650160",
            "doi": "10.1093/oxfordjournals.humrep.a136082",
            "pmc": null,
            "organizations": [
                "1270-14017",
                "1270-14038"
            ],
            "persons": [
                "1270-51666-6"
            ],
            "imported": null,
            "journal": "HUM REPROD",
            "issn": "0268-1161",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.913,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.981132075471698,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 4020,
            "title": "Hepatology, a main topic in DER PATHOLOGE",
            "abstract": null,
            "authors": [
                "Denk, H"
            ],
            "year": 2001,
            "source": "PATHOLOGE 2001 22: 361-361.",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000172498200001",
            "pubmed": null,
            "doi": "10.1007/s00292-001-0495-z",
            "pmc": null,
            "organizations": [
                "4020-14020"
            ],
            "persons": [
                "4020-51515-2"
            ],
            "imported": null,
            "journal": "PATHOLOGE",
            "issn": "0172-8113",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.472,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.136363636363636,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "PATHOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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
        }
    ]
}