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=1320&ordering=year
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=1340&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1300&ordering=year",
    "results": [
        {
            "id": 7551,
            "title": "Investigations on the effect of a 50 Hz-AC-field on the immunity of the mouse following chronic exposure (author's transl)",
            "abstract": null,
            "authors": [
                "Fischer, G",
                "Stünzner, D",
                "Withalm, H",
                "Yanik, M"
            ],
            "year": 1981,
            "source": "Zentralbl Bakteriol Mikrobiol Hyg [B]. 1981; 173(5):308-318",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MC22100004",
            "pubmed": "7025523",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ZBL BAKT MIKROBIOL HYG B-UMWE",
            "issn": "0174-3015",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7552,
            "title": "A photometric determination of copper in urine (author's transl)",
            "abstract": null,
            "authors": [
                "Wawchinek, O",
                "Beyer, W"
            ],
            "year": 1981,
            "source": "J Clin Chem Clin Biochem. 1981; 19(8):541-542",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1981MC45200007",
            "pubmed": "7276839",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J CLIN CHEM CLIN BIOCHEM",
            "issn": "0340-076X",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7553,
            "title": "CEFOPERAZONE IN COMPLICATED URINARY-TRACT INFECTIONS",
            "abstract": null,
            "authors": [
                "ZANGGER, J",
                "TAUFER, M",
                "KRATOCHVIL, K"
            ],
            "year": 1981,
            "source": "INFECTION 1981 9: S40-S43.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MC60200009",
            "pubmed": null,
            "doi": "10.1007/BF01641038",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "INFECTION",
            "issn": "0300-8126",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.915,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.388888888888889,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "INFECTIOUS DISEASES",
            "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": 7554,
            "title": "Cutaneous malignant lymphomata. Older ideas and newer concepts (author's transl)",
            "abstract": null,
            "authors": [
                "Kresbach, H"
            ],
            "year": 1981,
            "source": "MMW Munch Med Wochenschr. 1981; 123(35):1291-1296",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MC83300012",
            "pubmed": "6793847",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "MUNCHEN MED WOCHENSCHR",
            "issn": "0341-3098",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7555,
            "title": "Congenital B12-malabsorption without proteinuria.",
            "abstract": null,
            "authors": [
                "Urban, C",
                "Mutz, ID",
                "Kaulfersch, W"
            ],
            "year": 1981,
            "source": "BLUT. 1981; 43(2): 71-75. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MD30700002",
            "pubmed": "7260408",
            "doi": "10.1007/BF00320462",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-01T16:05:17+02:00",
            "journal": "BLUT",
            "issn": "0006-5242",
            "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": 7556,
            "title": "Pretransplantation treatment of human teeth in tissue culture combined with storage in liquid nitrogen. A scanning electron microscopic study.",
            "abstract": null,
            "authors": [
                "Pfragner, R",
                "Sadjak, A",
                "Eskici, A",
                "Walser, V"
            ],
            "year": 1981,
            "source": "EXP PATHOL. 1981; 20(2): 128-132. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MD60700007",
            "pubmed": "7327219",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-01T15:44:23+02:00",
            "journal": "EXP PATHOL",
            "issn": "0014-4908",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7557,
            "title": "COMMENT ON THE PROTON-PROTON T MATRIX FOR THE GRAZ SEPARABLE INTERACTION",
            "abstract": null,
            "authors": [
                "VANHAERINGEN, H",
                "KOK, LP",
                "PLESSAS, W"
            ],
            "year": 1981,
            "source": "J PHYS G-NUCL PARTICLE PHYS 1981 7: -.",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1981MD95500001",
            "pubmed": null,
            "doi": "10.1088/0305-4616/7/9/001",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J PHYS G-NUCL PARTICLE PHYS",
            "issn": "0954-3899",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.142,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.555555555555556,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHYSICS, NUCLEAR",
            "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": 7558,
            "title": "Increase in tissue concentrations of histamine and 5-hydroxytryptamine following capsaicin treatment of newborn rats.",
            "abstract": null,
            "authors": [
                "Holzer, P",
                "Saria, A",
                "Skofitsch, G",
                "Lembeck, F"
            ],
            "year": 1981,
            "source": "LIFE SCI 1981 29: 1099-1105.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981ME12200004",
            "pubmed": "7289775",
            "doi": "10.1016/0024-3205(81)90197-1",
            "pmc": null,
            "organizations": [
                "7558-14022"
            ],
            "persons": [
                "7558-51529-2"
            ],
            "imported": null,
            "journal": "LIFE SCI",
            "issn": "0024-3205",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.803370786516854,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 7559,
            "title": "Biphasic splenic rupture in a hemophilic child (author's transl)",
            "abstract": null,
            "authors": [
                "Kaulfersch, W",
                "Höllwarth, M",
                "Muntean, W"
            ],
            "year": 1981,
            "source": "PADIATR PADOL. 1981; 16:  465-467. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981ML83500011",
            "pubmed": "7301394",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7559-51651-6"
            ],
            "imported": "2009-08-28T12:48:45+02:00",
            "journal": "PADIATR PADOL",
            "issn": "0030-9338",
            "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": 7560,
            "title": "Valproic acid -- clinical efficiency and serum concentration in the treatment of petit mal epilepsy in childhood (author's transl)",
            "abstract": null,
            "authors": [
                "Fritsch, G",
                "Haidvogl, M",
                "Gleispach, H",
                "Ladurner, G"
            ],
            "year": 1981,
            "source": "Padiatr Padol. 1981; 16(4):481-488",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981ML83500014",
            "pubmed": "6795573",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 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": 7561,
            "title": "TREATMENT OF HYPERTENSION CRISES USING A SINGLE SUBSTANCE WITH ALPHA-BLOCKING AND BETA-BLOCKING PROPERTIES (LABETALOL)",
            "abstract": null,
            "authors": [
                "HOLZER, H",
                "POGGLITSCH, H",
                "KATSCHNIG, H",
                "KORTHALS, C"
            ],
            "year": 1981,
            "source": "WIEN MED WOCHENSCHR. 1981; 131:  10-13. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM01900003",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7561-51535-2"
            ],
            "imported": "2009-08-28T13:27:13+02:00",
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7562,
            "title": "Double meningiomas with arachnoidal cyst. A rare combination",
            "abstract": null,
            "authors": [
                "Lepuschütz, H",
                "Sager, WD",
                "Schröttner, O"
            ],
            "year": 1981,
            "source": "Computertomographie. 1981; 1(1):33-34",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM12100006",
            "pubmed": "7186836",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "COMPUTERTOMOGRAPHIE",
            "issn": "0720-0501",
            "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": 7563,
            "title": "Computer tomographic diagnosis of pancreatitis and pancreatic cancer",
            "abstract": null,
            "authors": [
                "Sager, WD",
                "zur Nedden, D",
                "Lepuschütz, H",
                "Zalaudek, G",
                "Bodner, E",
                "Fotter, R",
                "Lammer, J"
            ],
            "year": 1981,
            "source": "COMPUTERTOMOGRAPHIE. 1981; 1:  52-58. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM12300002",
            "pubmed": "7187280",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7563-51557-6"
            ],
            "imported": "2009-08-28T13:18:16+02:00",
            "journal": "COMPUTERTOMOGRAPHIE",
            "issn": "0720-0501",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7564,
            "title": "Computer tomography in the Sturge-Weber syndrome",
            "abstract": null,
            "authors": [
                "Fotter, R",
                "Sager, WD",
                "Schneider, GH",
                "Fritsch, G"
            ],
            "year": 1981,
            "source": "COMPUTERTOMOGRAPHIE. 1981; 1:  80-82. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM12300007",
            "pubmed": "7187285",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7564-51557-2"
            ],
            "imported": "2009-08-28T13:16:54+02:00",
            "journal": "COMPUTERTOMOGRAPHIE",
            "issn": "0720-0501",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7565,
            "title": "Intracranial germinoma; typical CT appearances and radiation therapy (author's transl)].",
            "abstract": null,
            "authors": [
                "Schneider, GH",
                "Sager, WD",
                "Lepuschütz, H",
                "Hackl, A",
                "Fotter, R",
                "Tritthart, H",
                "Urban, C"
            ],
            "year": 1981,
            "source": "Rofo. 1981; 135(4):422-425",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM49600008",
            "pubmed": "6212358",
            "doi": "10.1055/s-2008-1056908",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7565-51557-6"
            ],
            "imported": "2009-08-28T13:18:54+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NUKL",
            "issn": "0340-1618",
            "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": 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": 7566,
            "title": "Chemotherapy of non-hodgkin's lymphomas (author's transl)",
            "abstract": null,
            "authors": [
                "Fereberger, W",
                "Neubauer, M"
            ],
            "year": 1981,
            "source": "Acta Med Austriaca. 1981; 8(1):1-6",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81100001",
            "pubmed": "7234308",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "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": 7567,
            "title": "Mechanisms of action and clinical importance of C3-nephritic-factor (author's transl)",
            "abstract": null,
            "authors": [
                "Lanzer, G",
                "Pogglitsch, H",
                "Tilz, GP"
            ],
            "year": 1981,
            "source": "ACTA MED AUST. 1981; 8(1): 7-13. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81100002",
            "pubmed": "6908995",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7567-51537-6"
            ],
            "imported": "2009-08-31T18:25:54+02:00",
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "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": 7568,
            "title": "Experiences with transluminal angioplasty in critical coronary artery stenosis (author's transl)",
            "abstract": null,
            "authors": [
                "Klein, W",
                "Brandt, D",
                "Fluch, N",
                "Maurer, E",
                "Wolf, W",
                "Passath, A"
            ],
            "year": 1981,
            "source": "Acta Med Austriaca. 1981; 8(3):66-70",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81300001",
            "pubmed": "7270016",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "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": 7569,
            "title": "Serum levels od D-thyroxine in euthyroidism and hypothyroidism (author's transl)",
            "abstract": null,
            "authors": [
                "Leb, G",
                "Budna, KW",
                "Sommersgutter, M",
                "Goebel, R",
                "Lankmayr, EP",
                "Passath, A",
                "Knapp, G"
            ],
            "year": 1981,
            "source": "Acta Med Austriaca. 1981; 8(3):71-74",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81300002",
            "pubmed": "7270017",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "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": 7570,
            "title": "Comparison of 100 micrograms TRH intravenously and 40 mg TRH orally in euthyroidism (author's transl).",
            "abstract": null,
            "authors": [
                "Passath, A",
                "Stradner, F",
                "Petritsch, W",
                "Goebel, W",
                "Leb, G"
            ],
            "year": 1981,
            "source": "Acta Med Austriaca. 1981; 8(3):75-81",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81300003",
            "pubmed": "6791450",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7570-51536-6",
                "7570-52443-6"
            ],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "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
        }
    ]
}