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=151500&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156933,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151520&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151480&ordering=imported",
    "results": [
        {
            "id": 1855,
            "title": "On the inhibition of prostanoid formation by SK&F 96365, a blocker of receptor-operated calcium entry.",
            "abstract": null,
            "authors": [
                "Leis, HJ",
                "Zach, D",
                "Huber, E",
                "Ziermann, L",
                "Gleispach, H",
                "Windischhofer, W"
            ],
            "year": 1995,
            "source": "Br J Pharmacol. 1995; 114(3):598-601",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QE96000006",
            "pubmed": "7735686",
            "doi": "10.1111/j.1476-5381.1995.tb17181.x",
            "pmc": "PMC1510006",
            "organizations": [
                "1855-14048"
            ],
            "persons": [
                "1855-51979-6"
            ],
            "imported": null,
            "journal": "BRIT J PHARMACOL",
            "issn": "0007-1188",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.739,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.921348314606742,
            "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": 1854,
            "title": "Clinical aspects of early summer meningoencephalitis in Styria",
            "abstract": null,
            "authors": [
                "Köck, T",
                "Stünzner, D",
                "Freidl, W",
                "Pierer, K"
            ],
            "year": 1992,
            "source": "NERVENARZT 1992 63: 205-208.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HN15300003",
            "pubmed": "1594084",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1854-14023",
                "1854-14051"
            ],
            "persons": [
                "1854-51845-6"
            ],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "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": 8032,
            "title": "Cholesteatoma formation in an ear fistula--model of the development of genuine cholesteatoma?",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 1983,
            "source": "Laryngol Rhinol Otol (Stuttg). 1983; 62(10):471-473",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RN41400007",
            "pubmed": "6645748",
            "doi": "10.1055/s-2007-1008475",
            "pmc": null,
            "organizations": [
                "8032-14066"
            ],
            "persons": [],
            "imported": null,
            "journal": "LARYNGOL RHINOL OTOL VER MONA",
            "issn": "0340-1588",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.083,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1850,
            "title": "Olive oil--contact sensitizer or irritant?",
            "abstract": null,
            "authors": [
                "Kränke, B",
                "Komericki, P",
                "Aberer, W"
            ],
            "year": 1997,
            "source": "Contact Dermatitis. 1997; 36(1):5-10",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WG65600002",
            "pubmed": "9034680",
            "doi": "10.1111/j.1600-0536.1997.tb00914.x",
            "pmc": null,
            "organizations": [
                "1850-14047"
            ],
            "persons": [
                "1850-50041-6",
                "1850-51346-6",
                "1850-51954-2"
            ],
            "imported": null,
            "journal": "CONTACT DERMATITIS",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.13,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.685714285714286,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL 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": 1849,
            "title": "Oligosymptomatic Bourneville-Pringle tuberous sclerosis of the brain with giant cell astrocytoma",
            "abstract": null,
            "authors": [
                "Rieger, E",
                "Starz, I",
                "Binder, B",
                "Oberbauer, R",
                "Urban, C"
            ],
            "year": 1991,
            "source": "Hautarzt. 1991; 42(10):638-641",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GL64800009",
            "pubmed": "1757257",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1849-14047",
                "1849-14048",
                "1849-14050"
            ],
            "persons": [
                "1849-53009-6"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.397,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.2,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL 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": true
        },
        {
            "id": 1847,
            "title": "Ocular sequelae of multimodal therapy of hematologic malignancies in children.",
            "abstract": null,
            "authors": [
                "Pakisch, B",
                "Langmann, G",
                "Langmann, A",
                "Slavc, I",
                "Poier, E",
                "Urban, C",
                "Poschauko, J",
                "Lackner, H",
                "Knoblauch, S",
                "Leitner, H"
            ],
            "year": 1994,
            "source": "Med Pediatr Oncol. 1994; 23(4):344-349",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PD28400004",
            "pubmed": "8058005",
            "doi": "10.1002/mpo.2950230405",
            "pmc": null,
            "organizations": [
                "1847-14043",
                "1847-14054",
                "1847-14060"
            ],
            "persons": [
                "1847-51736-6"
            ],
            "imported": null,
            "journal": "MED PEDIAT ONCOL",
            "issn": "0098-1532",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.341,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.929577464788732,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 1846,
            "title": "Different occupational groups of women and selected nutrition-related risk factors for osteoporosis",
            "abstract": null,
            "authors": [
                "Rásky, E",
                "Freidl, W",
                "Schmeiser-Rieder, A",
                "Scheuringer, C",
                "Stronegger, WJ"
            ],
            "year": 1998,
            "source": "ACTA MED AUST 1998 25: 69-71.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074552600008",
            "pubmed": "9681047",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1846-14024"
            ],
            "persons": [
                "1846-51688-2",
                "1846-51741-6",
                "1846-51845-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.48,
            "impactfactor_year": 1998,
            "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": 1845,
            "title": "Obsessive compulsive disorder and depression--first results of a prospective study on 74 patients.",
            "abstract": null,
            "authors": [
                "Demal, U",
                "Zitterl, W",
                "Lenz, G",
                "Zapotoczky, HG",
                "Zitterl-Eglseer, K"
            ],
            "year": 1996,
            "source": "Prog Neuropsychopharmacol Biol Psychiatry. 1996; 20(5):801-813",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1996UZ40500004",
            "pubmed": "8870065",
            "doi": "10.1016%2F0278-5846%2896%2900060-7",
            "pmc": null,
            "organizations": [
                "1845-29444"
            ],
            "persons": [],
            "imported": null,
            "journal": "PROG NEURO, PSYCH BIOL PSYCH",
            "issn": "0278-5846",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.696,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.536,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8033,
            "title": "Risk classification of patients with acute myocardial infarct using two-dimensional echocardiography",
            "abstract": null,
            "authors": [
                "Zenker, G",
                "Kandlhofer, B",
                "Forche, G",
                "Harnoncourt, K"
            ],
            "year": 1983,
            "source": "Wien Klin Wochenschr. 1983; 95(19):680-684",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RP09600005",
            "pubmed": "6666156",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "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": 8034,
            "title": "GAS-CHROMATOGRAPHY OF VARIOUS N(O,S) ACYL ALKYL ESTERS OF AMINO-ACIDS",
            "abstract": null,
            "authors": [
                "GAMERITH, G"
            ],
            "year": 1983,
            "source": "J CHROMATOGR 1983 268: 403-415.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RP20300006",
            "pubmed": null,
            "doi": "10.1016/S0021-9673(01)95439-1",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J CHROMATOGR",
            "issn": "0021-9673",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.523,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.876923076923077,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, ANALYTICAL",
            "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": 1840,
            "title": "Non-Michaelis-Menten kinetics of zero-trans glucose uptake by trophoblast cells from human term placentae and by choriocarcinoma (JEG-3/JAR) cells.",
            "abstract": null,
            "authors": [
                "Hahn, T",
                "Blaschitz, A",
                "Hartmann, M",
                "Lang, I",
                "Skofitsch, G",
                "Dohr, G",
                "Desoye, G"
            ],
            "year": 1994,
            "source": "BIOL CHEM HOPPE, SEYLER 1994 375: 543-550.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PF20600007",
            "pubmed": "7811394",
            "doi": "10.1515/bchm3.1994.375.8.543",
            "pmc": null,
            "organizations": [
                "1840-14017",
                "1840-14038"
            ],
            "persons": [
                "1840-51666-6",
                "1840-51718-6"
            ],
            "imported": null,
            "journal": "BIOL CHEM HOPPE, SEYLER",
            "issn": "0177-3593",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.632,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8035,
            "title": "Congenital enzyme deficiencies of the small intestine: molecular basis and nutritional and therapeutic implications.",
            "abstract": null,
            "authors": [
                "Rossi, E",
                "Hadorn, B"
            ],
            "year": 1983,
            "source": "J Pediatr Gastroenterol Nutr. 1983; 2 Suppl 1(5):S321-S327",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RP39300050",
            "pubmed": "6358446",
            "doi": "10.1097/00005176-198300201-00049",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J PEDIAT GASTROENTEROL NUTR",
            "issn": "0277-2116",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.082,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.830985915492958,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 5875,
            "title": "Superior Diagnostic-Accuracy of Carbohydrate-Deficient Transferrin over Gamma-Glutamyl-Transferase - Reply",
            "abstract": null,
            "authors": [
                "Stauber, RE",
                "Stepan, V",
                "Trauner, M",
                "Wilderstruschnig, M",
                "Leb, G",
                "Krejs, GJ"
            ],
            "year": 1996,
            "source": "ALCOHOL ALCOHOLISM   1996 31: 306-306.",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1996VC53200015",
            "pubmed": null,
            "doi": "10.1093/oxfordjournals.alcalc.a008152",
            "pmc": null,
            "organizations": [],
            "persons": [
                "5875-51530-2",
                "5875-51534-6",
                "5875-52016-6"
            ],
            "imported": null,
            "journal": "ALCOHOL ALCOHOLISM  ",
            "issn": "0735-0414",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.423,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.666666666666667,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SUBSTANCE ABUSE",
            "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": 1837,
            "title": "Noninvasive monitoring of rejection therapy based on intramyocardial electrograms after orthotopic heart transplantation.",
            "abstract": null,
            "authors": [
                "Grasser, B",
                "Schreier, G",
                "Iberer, F",
                "Wasler, A",
                "Petutschnigg, B",
                "Müller, H",
                "Prenner, G",
                "Hipmair, G",
                "Hutten, H",
                "Schaldach, M",
                "Tscheliessnigg, KH"
            ],
            "year": 1996,
            "source": "Transplant Proc. 1996; 28(6):3276-3277",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VW99900105",
            "pubmed": "8962272",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1837-14073"
            ],
            "persons": [
                "1837-51819-6",
                "1837-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.85,
            "impactfactor_year": 1996,
            "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": 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": 1836,
            "title": "Noninvasive monitoring of regional cerebral oxygen saturation--experiences in critical care medicine",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Schwarz, G",
                "Jobstmann, R",
                "Klein, G",
                "Neumann, I",
                "Prietl, B"
            ],
            "year": 1995,
            "source": "Biomed Tech (Berl). 1995; 40(3):70-75",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QQ55200005",
            "pubmed": "7756520",
            "doi": "10.1515/bmte.1995.40.3.70",
            "pmc": null,
            "organizations": [
                "1836-14044",
                "1836-14054",
                "1836-14070"
            ],
            "persons": [
                "1836-51073-6",
                "1836-51876-6"
            ],
            "imported": null,
            "journal": "BIOMED TECH",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.478,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.3,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "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": 8036,
            "title": "IT IS DECIDABLE WHETHER A REGULAR LANGUAGE IS PURE CONTEXT-FREE",
            "abstract": null,
            "authors": [
                "BUCHER, W",
                "HAGAUER, J"
            ],
            "year": 1983,
            "source": "THEOR COMPUT SCI 1983 26: 233-241.",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1983RP90200012",
            "pubmed": null,
            "doi": "10.1016/0304-3975(83)90088-9",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "THEOR COMPUT SCI",
            "issn": "0304-3975",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.413,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "COMPUTER SCIENCE, THEORY & METHODS",
            "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": 8038,
            "title": "TREATMENT OF OVARIAN CYSTS BY LAPAROSCOPIC ASPIRATION - REPLY",
            "abstract": null,
            "authors": [
                "BURMUCIC, R"
            ],
            "year": 1983,
            "source": "GEBURTSH FRAUENHEILK 1983 43: 640-640.",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1983RQ86600012",
            "pubmed": null,
            "doi": "10.1055/s-2008-1036727",
            "pmc": null,
            "organizations": [],
            "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.366,
            "impactfactor_year": 1994,
            "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": 8039,
            "title": "SYMPOSIUM ON CONVENTIONAL, MID-RANGE AND HIGH-DOSE METHOTREXATE THERAPY, MAY 6, 1983 IN GRAZ - FOREWORD",
            "abstract": null,
            "authors": [
                "WAGNER, K"
            ],
            "year": 1983,
            "source": "WIEN MED WOCHENSCHR 1983 133: 4-4.",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:A1983RR09900001",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 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": 1829,
            "title": "No relationship between leptin and cortisol in obese children and adolescents.",
            "abstract": null,
            "authors": [
                "Sudi, K",
                "Gallistl, S",
                "Weinhandl, G",
                "Payer, C",
                "Cartellieri, M",
                "Borkenstein, MH"
            ],
            "year": 2000,
            "source": "J Pediatr Endocrinol Metab. 2000; 13(7):913-921",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000088828600007",
            "pubmed": "10968480",
            "doi": "10.1515/JPEM.2000.13.7.913",
            "pmc": null,
            "organizations": [
                "1829-14091"
            ],
            "persons": [
                "1829-51654-6",
                "1829-51963-6"
            ],
            "imported": null,
            "journal": "J PEDIATR ENDOCRINOL METAB",
            "issn": "0334-018X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.638,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.394366197183099,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 1827,
            "title": "No evidence for leptin as an independent associate of blood pressure in childhood and juvenile obesity.",
            "abstract": null,
            "authors": [
                "Sudi, KM",
                "Gallistl, S",
                "Weinhandl, G",
                "Troebinger, M",
                "Cartellieri, M",
                "Reiterer, E",
                "Borkenstein, MH"
            ],
            "year": 2000,
            "source": "J Pediatr Endocrinol Metab. 2000; 13(5):513-521",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000086787400008",
            "pubmed": "10803869",
            "doi": "10.1515/JPEM.2000.13.5.513",
            "pmc": null,
            "organizations": [
                "1827-14091"
            ],
            "persons": [
                "1827-50659-6",
                "1827-51654-6",
                "1827-51963-6"
            ],
            "imported": null,
            "journal": "J PEDIATR ENDOCRINOL METAB",
            "issn": "0334-018X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.638,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.394366197183099,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "PEDIATRICS",
            "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
        }
    ]
}