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=150860&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157090,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150880&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150840&ordering=imported",
    "results": [
        {
            "id": 8539,
            "title": "Modification of human low-density lipoprotein by the lipid peroxidation product 4-hydroxynonenal.",
            "abstract": null,
            "authors": [
                "Jürgens, G",
                "Lang, J",
                "Esterbauer, H"
            ],
            "year": 1986,
            "source": "Biochim Biophys Acta. 1986; 875(1):103-114",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986AYV5100014",
            "pubmed": "3510062",
            "doi": "10.1016/0005-2760(86)90016-0",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8539-51511-1"
            ],
            "imported": null,
            "journal": "BIOCHIM BIOPHYS ACTA",
            "issn": "0006-3002",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.507,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.701754385964912,
            "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": 1439,
            "title": "In-vivo treatment with 5-azacytidine causes degeneration of central lymphatic organs and induces autoimmune disease in the chicken.",
            "abstract": null,
            "authors": [
                "Schauenstein, K",
                "Csordas, A",
                "Krömer, G",
                "Dietrich, H",
                "Wick, G"
            ],
            "year": 1991,
            "source": "Int J Exp Pathol. 1991; 72(3):311-318",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FP92800006",
            "pubmed": "1726865",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1439-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "INT J EXP PATHOL",
            "issn": "0959-9673",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.887,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.588235294117647,
            "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": 8540,
            "title": "Clonal chromosome aberrations in a case of cutaneous T-cell lymphoma.",
            "abstract": null,
            "authors": [
                "Gamperl, R"
            ],
            "year": 1986,
            "source": "Cancer Genet Cytogenet. 1986; 19(3-4):341-344",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986AYX7900018",
            "pubmed": "3484668",
            "doi": "10.1016/0165-4608(86)90064-6",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "CANCER GENET CYTOGENET",
            "issn": "0165-4608",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.922,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.519230769230769,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GENETICS & HEREDITY",
            "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": 1437,
            "title": "In vivo LDL receptor and HMG-CoA reductase regulation in human lymphocytes and its alterations during aging.",
            "abstract": null,
            "authors": [
                "Stulnig, TM",
                "Klocker, H",
                "Harwood, HJ",
                "Jürgens, G",
                "Schönitzer, D",
                "Jarosch, E",
                "Huber, LA",
                "Amberger, A",
                "Wick, G"
            ],
            "year": 1995,
            "source": "Arterioscler Thromb Vasc Biol. 1995; 15(7):872-878",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RJ96400008",
            "pubmed": "7541292",
            "doi": "10.1161/01.ATV.15.7.872",
            "pmc": null,
            "organizations": [
                "1437-14013"
            ],
            "persons": [
                "1437-51511-6"
            ],
            "imported": null,
            "journal": "ARTERIOSCLER THROMB VASC BIOL",
            "issn": "1079-5642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.533,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.915254237288136,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": 1435,
            "title": "In vivo effects of the NMDA receptor agonist tetrazolyl-glycine related to the function of small-diameter primary afferents.",
            "abstract": null,
            "authors": [
                "Lembeck, F",
                "Sieler, D"
            ],
            "year": 1999,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1999; 360(1):38-41",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081836700006",
            "pubmed": "10463332",
            "doi": "10.1007%2Fs002109900034",
            "pmc": null,
            "organizations": [
                "1435-14022"
            ],
            "persons": [],
            "imported": null,
            "journal": "NAUNYN, SCHMIED ARCH PHARMACOL",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.414,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.805714285714286,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 1434,
            "title": "In-vitro susceptibility of group A beta-haemolytic streptococci (GABHS) to penicillin, erythromycin, clarithromycin and azithromycin in Styria, Austria.",
            "abstract": null,
            "authors": [
                "Kriebernegg, I",
                "Feierl, G",
                "Grisold, A",
                "Marth, E"
            ],
            "year": 1998,
            "source": "Zentralbl Bakteriol. 1998; 287(1-2):33-39",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000071836000004",
            "pubmed": "9532262",
            "doi": "10.1016/S0934-8840(98)80139-4",
            "pmc": null,
            "organizations": [
                "1434-14023"
            ],
            "persons": [
                "1434-51503-6",
                "1434-51818-6",
                "1434-51863-6"
            ],
            "imported": null,
            "journal": "ZBL BAKT, INT J MED MICROBIOL",
            "issn": "0934-8840",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.736,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.271604938271605,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MICROBIOLOGY",
            "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": 1432,
            "title": "In vitro allergy testing needs better standardization--test results from different laboratories lack comparability mostly due to missing effective standards.",
            "abstract": null,
            "authors": [
                "Aberer, W",
                "Kränke, B",
                "Hager, A",
                "Wick, G"
            ],
            "year": 1995,
            "source": "Int Arch Allergy Immunol. 1995; 108(1):82-88",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RR38000013",
            "pubmed": "7647589",
            "doi": "10.1159/000237122",
            "pmc": null,
            "organizations": [
                "1432-14047"
            ],
            "persons": [
                "1432-51346-2",
                "1432-51954-6"
            ],
            "imported": null,
            "journal": "INT ARCH ALLERGY IMMUNOL",
            "issn": "1018-2438",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.331,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.764705882352941,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1431,
            "title": "In vitro activity of trimethoprim against Borrelia burgdorferi.",
            "abstract": null,
            "authors": [
                "Reisinger, EC",
                "Wendelin, I",
                "Gasser, R"
            ],
            "year": 1997,
            "source": "Eur J Clin Microbiol Infect Dis. 1997; 16(6):458-460",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XL25700008",
            "pubmed": "9248750",
            "doi": "10.1007/BF02471911",
            "pmc": null,
            "organizations": [],
            "persons": [
                "1431-51533-6"
            ],
            "imported": null,
            "journal": "EUR J CLIN MICROBIOL INFECT D",
            "issn": "0934-9723",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.935,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.679012345679012,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MICROBIOLOGY",
            "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": 1430,
            "title": "In vitro activity of newer broad spectrum beta-lactam antibiotics against enterobacteriaceae and non-fermenters: a report from Austrian intensive care units. Austrian Carbapenem Susceptibility Surveillance Group.",
            "abstract": null,
            "authors": [
                "Krause, R",
                "Mittermayer, H",
                "Feierl, G",
                "Allerberger, F",
                "Wendelin, I",
                "Hirschl, A",
                "Reisinger, EC"
            ],
            "year": 1999,
            "source": "Wien Klin Wochenschr. 1999; 111(14):549-554",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081781200003",
            "pubmed": "10467641",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1430-14023"
            ],
            "persons": [
                "1430-51818-6",
                "1430-51976-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.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": 1428,
            "title": "Invasive ductal carcinoma of the male breast expanding from pacemaker pocket decubitus.",
            "abstract": null,
            "authors": [
                "Knez, I",
                "Cerwenka, H",
                "Moinfar, F",
                "Hoff, M",
                "Mächler, H",
                "Anelli-Monti, M",
                "Radner, H",
                "Rigler, B"
            ],
            "year": 1999,
            "source": "Pacing Clin Electrophysiol. 1999; 22(3):531-533",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000079253200019",
            "pubmed": "10192865",
            "doi": "10.1111/j.1540-8159.1999.tb00484.x",
            "pmc": null,
            "organizations": [
                "1428-14020",
                "1428-14073",
                "1428-14075"
            ],
            "persons": [
                "1428-51592-6",
                "1428-51760-6",
                "1428-51936-2"
            ],
            "imported": null,
            "journal": "PACE, PAC CLIN ELECTROPHYS",
            "issn": "0147-8389",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.468,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.767441860465116,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ENGINEERING, BIOMEDICAL",
            "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": 1427,
            "title": "Invasive Adenocarcinoma of the Uterine Cervix in a 17-Year-Old Girl - A Case-Report",
            "abstract": null,
            "authors": [
                "Graf, AH",
                "Pickel, H",
                "Hacker, GW",
                "Staudach, A"
            ],
            "year": 1998,
            "source": "GEBURTSH FRAUENHEILK 1998 58: 620-622.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000077269100008",
            "pubmed": null,
            "doi": "10.1055/s-2007-1023013",
            "pmc": null,
            "organizations": [
                "1427-14038"
            ],
            "persons": [],
            "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": 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": 1426,
            "title": "Introducing a new clinical method for noninvasive rejection monitoring after heart transplantation to clinical practice: analysis of paced intramyocardial electrograms.",
            "abstract": null,
            "authors": [
                "Iberer, F",
                "Grasser, B",
                "Schreier, G",
                "Schaffellner, S",
                "Prenner, G",
                "Allmayer, T",
                "Wasler, A",
                "Petutschnigg, B",
                "Müller, H",
                "Kastner, P",
                "Schaldach, M",
                "Hutten, H",
                "Tscheliessnigg, KH"
            ],
            "year": 1998,
            "source": "Transplant Proc. 1998; 30(3):895-899",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073511900085",
            "pubmed": "9595139",
            "doi": "10.1016%2FS0041-1345%2898%2900089-X",
            "pmc": null,
            "organizations": [
                "1426-14073"
            ],
            "persons": [
                "1426-51819-6",
                "1426-51982-6"
            ],
            "imported": null,
            "journal": "TRANSPLANT PROC",
            "issn": "0041-1345",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.74,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.5078125,
            "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": true,
            "conference_place": true,
            "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": 1425,
            "title": "Intravesical electrostimulation in detrusor hypocontractility",
            "abstract": null,
            "authors": [
                "Primus, G",
                "Trummer, H"
            ],
            "year": 1993,
            "source": "Wien Klin Wochenschr. 1993; 105(19):556-557",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993MC50800005",
            "pubmed": "8237021",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1425-14056"
            ],
            "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": 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": 1424,
            "title": "Intraventricular pseudotumour with metaplastic calcification and ossification: case report.",
            "abstract": null,
            "authors": [
                "Unger, F",
                "Kleinert, R",
                "Haselsberger, K",
                "Schröttner, O",
                "Eustacchio, S",
                "Trummer, M",
                "Pendl, G"
            ],
            "year": 1998,
            "source": "Acta Neurochir (Wien). 1998; 140(9):987-988",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076487500039",
            "pubmed": "9842438",
            "doi": "10.1007%2Fs007010050203",
            "pmc": null,
            "organizations": [
                "1424-14020",
                "1424-14050"
            ],
            "persons": [
                "1424-51969-2"
            ],
            "imported": null,
            "journal": "ACTA NEUROCHIR",
            "issn": "0001-6268",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 1422,
            "title": "Intravenous Immunoglobulins in Multiple-Sclerosis - Results of the Austrian Immunoglobulin in Multiple-Sclerosis (Aims) Trial",
            "abstract": null,
            "authors": [
                "Deisenhammer, F",
                "Fazekas, F",
                "Strasserfuchs, S",
                "Nahler, G",
                "Mamoli, B"
            ],
            "year": 1999,
            "source": "INFUSIONSTHERAPIE 1999 26: 42-47.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000084437900009",
            "pubmed": null,
            "doi": "10.1159/000053538",
            "pmc": null,
            "organizations": [
                "1422-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "INFUSIONSTHERAPIE",
            "issn": "1019-8466",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.323,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "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": 1421,
            "title": "Intravenous immunoglobulin treatment of neurological autoimmune diseases.",
            "abstract": null,
            "authors": [
                "Stangel, M",
                "Hartung, HP",
                "Marx, P",
                "Gold, R"
            ],
            "year": 1998,
            "source": "J Neurol Sci. 1998; 153(2):203-214",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000072177600009",
            "pubmed": "9511879",
            "doi": "10.1016/S0022-510X(97)00292-X",
            "pmc": null,
            "organizations": [
                "1421-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "J NEUROL SCI",
            "issn": "0022-510X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.838,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.579207920792079,
            "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": false
        },
        {
            "id": 1420,
            "title": "Intravenous immunoglobulins in therapy of intermittent multiple sclerosis. An update",
            "abstract": null,
            "authors": [
                "Fazekas, F",
                "Strasser-Fuchs, S",
                "Hartung, HP"
            ],
            "year": 1998,
            "source": "Nervenarzt. 1998; 69(4):361-365",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073401000014",
            "pubmed": "9606690",
            "doi": "10.1007/s001150050284",
            "pmc": null,
            "organizations": [
                "1420-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.696,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 1419,
            "title": "Intravascular glomus tumour: a previously undescribed phenomenon.",
            "abstract": null,
            "authors": [
                "Beham, A",
                "Fletcher, CD"
            ],
            "year": 1991,
            "source": "Virchows Arch A Pathol Anat Histopathol. 1991; 418(2):175-177",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991EW78400012",
            "pubmed": "1847561",
            "doi": "10.1007/BF01600294",
            "pmc": null,
            "organizations": [
                "1419-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "VIRCHOWS ARCH A PATH ANAT HIS",
            "issn": "0174-7398",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8541,
            "title": "Isolation and properties of porcine lecithin:cholesterol acyltransferase.",
            "abstract": null,
            "authors": [
                "Knipping, G"
            ],
            "year": 1986,
            "source": "Eur J Biochem. 1986; 154(2):289-294",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986AZC0300009",
            "pubmed": "3080314",
            "doi": "10.1111/j.1432-1033.1986.tb09395.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "EUR J BIOCHEM",
            "issn": "0014-2956",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.578,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.769491525423729,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1417,
            "title": "Intraspinal primitive neuroectodermal tumour: report of two cases and review of the literature.",
            "abstract": null,
            "authors": [
                "Dorfmüller, G",
                "Würtz, FG",
                "Umschaden, HW",
                "Kleinert, R",
                "Ambros, PF"
            ],
            "year": 1999,
            "source": "Acta Neurochir (Wien). 1999; 141(11):1169-1175",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000083817800008",
            "pubmed": "10592116",
            "doi": "10.1007%2Fs007010050414",
            "pmc": null,
            "organizations": [
                "1417-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA NEUROCHIR",
            "issn": "0001-6268",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.04,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.633587786259542,
            "impactfactor_norm_year": 1999,
            "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
        }
    ]
}