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=151220&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156991,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151240&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151200&ordering=-impactfactor",
    "results": [
        {
            "id": 5246,
            "title": "Snoring as an sign of sleep disorders in 11- to 15-year-old school children--initial results of a Vienna epidemiologic study",
            "abstract": null,
            "authors": [
                "Török, K",
                "Fatemi, A",
                "Werner, I",
                "Kerbl, R",
                "Schwarz, B",
                "Ipsiroglu, OS"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115(24):860-866",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000188366100005",
            "pubmed": "14768531",
            "doi": "10.1007/BF03040406",
            "pmc": null,
            "organizations": [
                "5246-14048"
            ],
            "persons": [
                "5246-51821-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "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": 4786,
            "title": "Are dyspeptic symptoms linked to Helicobacter pylori? A prospective cohort study among medical students.",
            "abstract": null,
            "authors": [
                "Hoffmann, KM",
                "Eherer, AJ",
                "Krejs, GJ"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115(5-6):175-178",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000182186900008",
            "pubmed": "12741077",
            "doi": "10.1007/BF03040305",
            "pmc": null,
            "organizations": [
                "4786-14081"
            ],
            "persons": [
                "4786-51534-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "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": 4787,
            "title": "Pharmacology in Austria in the 20th century: in honor of Professor Heribert Konzett on his 90th birthday",
            "abstract": null,
            "authors": [
                "Lembeck, F"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115(5-6):200-207",
            "category": 1,
            "document_type": 13,
            "sci": "ISI:000182186900014",
            "pubmed": "12741083",
            "doi": "10.1007/BF03040311",
            "pmc": null,
            "organizations": [
                "4787-14022"
            ],
            "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.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "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": 4689,
            "title": "Dual infection with hepatitis B and C. Spontaneous course and response to virostatic therapy in children following neoplastic diseases",
            "abstract": null,
            "authors": [
                "Moser, A",
                "Lackner, H",
                "Deutsch, J",
                "Kerbl, R",
                "Schwinger, W",
                "Dornbusch, HJ",
                "Kessler, HH",
                "Urban, C"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115(1-2):66-70",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000181059600013",
            "pubmed": "12658915",
            "doi": "10.1007/BF03040276",
            "pmc": null,
            "organizations": [
                "4689-14023",
                "4689-14091",
                "4689-14092"
            ],
            "persons": [
                "4689-51736-6",
                "4689-51812-6",
                "4689-51821-6",
                "4689-51859-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "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": 5041,
            "title": "Consensus recommendations on drug treatment of bronchial asthma in children and adolescents. 1. Addendum (2003). Austrian Society for Pediatrics and Adolescent Medicine and Austrian Society for Lung Diseases and Tuberculosis",
            "abstract": null,
            "authors": [
                "Eber, E",
                "Frischer, T",
                "Götz, M",
                "Horak, E",
                "Kurz, H",
                "Riedler, J",
                "Schmitzberger, R",
                "Zach, M"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115(15-16):604-606",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000185541300012",
            "pubmed": "14531176",
            "doi": "10.1007/BF03040457",
            "pmc": null,
            "organizations": [
                "5041-14095"
            ],
            "persons": [
                "5041-51713-2"
            ],
            "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.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "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": 4785,
            "title": "[The impact of the Multicenter Automatic Defibrillator Implantation Trial II in a university hospital--do all patients with myocardial infarction and reduced left ventricular function need an implantable cardioverter-defibrillator?].",
            "abstract": null,
            "authors": [
                "Lercher, P",
                "Rotman, B",
                "Scherr, D",
                "Kraxner, W",
                "Luha, O",
                "Klein, W"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115(5-6):167-174",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000182186900007",
            "pubmed": "12741076",
            "doi": "10.1007/BF03040304",
            "pmc": null,
            "organizations": [
                "4785-14083"
            ],
            "persons": [
                "4785-50168-6",
                "4785-63802-2"
            ],
            "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.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "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": 4696,
            "title": "Prevalence of borreliae in ixodid ticks from a floodplain forest ecosystem.",
            "abstract": null,
            "authors": [
                "Hubálek, Z",
                "Stünzner, D",
                "Halouzka, J",
                "Sixl, W",
                "Wendelin, I",
                "Juricová, Z",
                "Sanogo, YO"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115(3-4):121-124",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000181189600011",
            "pubmed": "12674689",
            "doi": "10.1007/BF03040291",
            "pmc": null,
            "organizations": [
                "4696-14023"
            ],
            "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.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "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": 121476,
            "title": "Diagnostic management of nipple discharge",
            "abstract": null,
            "authors": [
                "Fuchsjager, MH",
                "Philipp, MO",
                "Loewe, C",
                "Helbich, TH"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115 Suppl 2(3):33-39",
            "category": 1,
            "document_type": 18,
            "sci": "ISI:000186760800008",
            "pubmed": "15518144",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "121476-82111-2"
            ],
            "imported": "2012-09-17T13:38:54+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": "WIENER KLINISCHE WOCHENSCHRIFT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 119307,
            "title": "Natural orifice transluminal endoscopic surgery in surgical oncology: analysis of indications and feasibility in cancer patients.",
            "abstract": null,
            "authors": [
                "Chopra, SS",
                "Mrak, K",
                "Warnick, P",
                "Huenerbein, M"
            ],
            "year": 2012,
            "source": "Hepatogastroenterology. 2012; 59(116):1131-1134",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000305447400039",
            "pubmed": "22580664",
            "doi": "10.5754/hge10622",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2012-05-19T02:00:00+02:00",
            "journal": "Hepatogastroenterology",
            "issn": "0172-6390",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.256,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": 0.263,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "SURGERY",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 121443,
            "title": "Factors influencing quality of mammograms",
            "abstract": null,
            "authors": [
                "Loewe, C",
                "Fuchsjager, M",
                "Helbich, TH"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115 Suppl 2(3):40-45",
            "category": 1,
            "document_type": 18,
            "sci": "ISI:000186760800009",
            "pubmed": "15518145",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "121443-82111-6"
            ],
            "imported": "2012-09-17T13:38:54+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": "WIENER KLINISCHE WOCHENSCHRIFT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5248,
            "title": "Classification of sudden infant death (SID) cases in a multidisciplinary setting. Ten years experience in Styria (Austria).",
            "abstract": null,
            "authors": [
                "Kerbl, R",
                "Zotter, H",
                "Einspieler, C",
                "Roll, P",
                "Ratschek, M",
                "Köstl, G",
                "Strenger, V",
                "Hoffmann, E",
                "Perrogon, A",
                "Zötsch, W",
                "Schober, P",
                "Gränz, A",
                "Sauseng, W",
                "Bachler, I",
                "Kenner, T",
                "Ipsiroglu, O",
                "Kurz, R",
                "Styrian Sudden Infant Death Study Group"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115(24):887-893",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000188366100010",
            "pubmed": "14768536",
            "doi": "10.1007/BF03040411",
            "pmc": null,
            "organizations": [
                "5248-14010",
                "5248-14019",
                "5248-14020",
                "5248-14048"
            ],
            "persons": [
                "5248-51680-6",
                "5248-51528-6",
                "5248-51821-2",
                "5248-56810-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "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": true
        },
        {
            "id": 5261,
            "title": "Sero-epidemiological studies of zoonotic infections in hunters--comparative analysis with veterinarians, farmers, and abattoir workers",
            "abstract": null,
            "authors": [
                "Deutz, A",
                "Fuchs, K",
                "Nowotny, N",
                "Auer, H",
                "Schuller, W",
                "Stünzner, D",
                "Aspöck, H",
                "Kerbl, U",
                "Köfer, J"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115 Suppl 3:61-67",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000188533300011",
            "pubmed": "15508783",
            "doi": null,
            "pmc": null,
            "organizations": [
                "5261-14023"
            ],
            "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.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 81307,
            "title": "LBNP: past protocols and technical considerations for experimental design.",
            "abstract": null,
            "authors": [
                "Goswami, N",
                "Loeppky, JA",
                "Hinghofer-Szalkay, H"
            ],
            "year": 2008,
            "source": "Aviat Space Environ Med. 2008; 79(5): 459-471. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000255420300001",
            "pubmed": "18500042",
            "doi": "10.3357/ASEM.2161.2008",
            "pmc": null,
            "organizations": [
                "81307-14010"
            ],
            "persons": [
                "81307-51683-6",
                "81307-57932-2"
            ],
            "imported": "2008-05-27T02:00:00+02:00",
            "journal": "Aviat Space Environ Med",
            "issn": "0095-6562",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.352112676056338,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "SPORT SCIENCES",
            "impactfactor_norm_super": 0.529,
            "impactfactor_norm_super_year": 2005,
            "impactfactor_norm_super_category": "SPORT SCIENCES",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 78233,
            "title": "Radix astragali and orthostatic response: a double-masked crossover study.",
            "abstract": null,
            "authors": [
                "Gao, Y",
                "Goswami, N",
                "Grasser, E",
                "Rössler, A",
                "Stöger, E",
                "Schwaberger, G",
                "Hinghofer-Szalkay, HG"
            ],
            "year": 2008,
            "source": "Aviat Space Environ Med. 2008; 79(2): 94-98. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000252628200003",
            "pubmed": "18309905",
            "doi": "10.3357/ASEM.2193.2008",
            "pmc": null,
            "organizations": [
                "78233-14010"
            ],
            "persons": [
                "78233-51683-4",
                "78233-51737-6",
                "78233-57932-6"
            ],
            "imported": "2008-03-04T01:00:00+01:00",
            "journal": "Aviat Space Environ Med",
            "issn": "0095-6562",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.352112676056338,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "SPORT SCIENCES",
            "impactfactor_norm_super": 0.529,
            "impactfactor_norm_super_year": 2005,
            "impactfactor_norm_super_category": "SPORT SCIENCES",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 4876,
            "title": "Osteoprotegerin serum levels in women: correlation with age, bone mass, bone turnover and fracture status.",
            "abstract": null,
            "authors": [
                "Fahrleitner-Pammer, A",
                "Dobnig, H",
                "Piswanger-Soelkner, C",
                "Bonelli, C",
                "Dimai, HP",
                "Leb, G",
                "Obermayer-Pietsch, B"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115(9):291-297",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000183156100005",
            "pubmed": "12793029",
            "doi": "10.1007/BF03040334",
            "pmc": null,
            "organizations": [
                "4876-14080"
            ],
            "persons": [
                "4876-51063-2",
                "4876-51809-6",
                "4876-54183-6",
                "4876-79271-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "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": 194031,
            "title": "[Imaging of tumors of the pituitary gland].",
            "abstract": null,
            "authors": [
                "Trattnig, S",
                "Ba-Ssalamah, A",
                "Pinker, K",
                "Nöbauer-Huhmann, I",
                "Wolfsberger, S",
                "Knosp, E"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115 Suppl 2:23-7",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000186760800006",
            "pubmed": "15518142",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "194031-113410-6"
            ],
            "imported": "2022-03-07T01:00:00+01:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 179665,
            "title": "Changes in staging for hepatocellular carcinoma after radiofrequency ablation prior to liver transplantation as found in the explanted liver.",
            "abstract": null,
            "authors": [
                "Schroeder, T",
                "Sotiropoulos, GC",
                "Molmenti, EP",
                "Kuehl, H",
                "Cicinnati, VR",
                "Schmitz, KJ",
                "Kóbori, L",
                "Paul, A",
                "Mathé, Z"
            ],
            "year": 2011,
            "source": "Hepatogastroenterology. 2012; 58(112):2029-2031",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000300532700041",
            "pubmed": "22234073",
            "doi": "10.5754/hge10601",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2020-01-24T01:00:00+01:00",
            "journal": "Hepatogastroenterology",
            "issn": "0172-6390",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.256,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": 0.256,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "SURGERY",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 194030,
            "title": "[Pituitary adenomas: neurosurgical treatment].",
            "abstract": null,
            "authors": [
                "Wolfsberger, S",
                "Czech, T",
                "Knosp, E"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115 Suppl 2:28-32",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000186760800007",
            "pubmed": "15518143",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "194030-113410-1"
            ],
            "imported": "2022-03-07T01:00:00+01:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5260,
            "title": "In-vitro response of Plasmodium falciparum to the main alkaloids of Cinchona in northwestern Thailand.",
            "abstract": null,
            "authors": [
                "Knauer, A",
                "Sirichaisinthop, J",
                "Reinthaler, FF",
                "Wiedermann, G",
                "Wernsdorfer, G",
                "Wernsdorfer, WH"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115 Suppl 3(19-20 Suppl 4):39-44",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000188533300007",
            "pubmed": "15508779",
            "doi": null,
            "pmc": null,
            "organizations": [
                "5260-14023"
            ],
            "persons": [
                "5260-51674-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 5247,
            "title": "How to score arousals in preterm infants? Can we use recommendations of the Pediatric Wake-up Club?",
            "abstract": null,
            "authors": [
                "Zotter, H",
                "Urlesberger, B",
                "Müller, W",
                "Kerbl, R"
            ],
            "year": 2003,
            "source": "Wien Klin Wochenschr. 2003; 115(24):867-870",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000188366100006",
            "pubmed": "14768532",
            "doi": "10.1007/BF03040407",
            "pmc": null,
            "organizations": [
                "5247-14048"
            ],
            "persons": [
                "5247-51643-6",
                "5247-51821-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.774,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "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": true
        }
    ]
}