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=149700&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157573,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149720&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149680&ordering=-impactfactor",
    "results": [
        {
            "id": 97073,
            "title": "Innate immune dysfunction in acute and chronic liver disease.",
            "abstract": null,
            "authors": [
                "Leber, B",
                "Mayrhauser, U",
                "Rybczynski, M",
                "Stadlbauer, V"
            ],
            "year": 2009,
            "source": "Wien Klin Wochenschr. 2009; 121(23-24): 732-744. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000273263100003",
            "pubmed": "20047110",
            "doi": "10.1007/s00508-009-1288-2",
            "pmc": null,
            "organizations": [
                "97073-14073",
                "97073-14081"
            ],
            "persons": [
                "97073-50989-4",
                "97073-62756-1"
            ],
            "imported": "2010-01-11T01: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.955,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.424242424242424,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": 0.424242424242424,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL",
            "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": 91237,
            "title": "Subcutaneous adipose tissue topography and metabolic disturbances in polycystic ovary syndrome.",
            "abstract": null,
            "authors": [
                "Wehr, E",
                "Möller, R",
                "Horejsi, R",
                "Giuliani, A",
                "Kopera, D",
                "Schweighofer, N",
                "Groselj-Strele, A",
                "Pieber, TR",
                "Obermayer-Pietsch, B"
            ],
            "year": 2009,
            "source": "Wien Klin Wochenschr. 2009; 121(7-8):262-269",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000267488400007",
            "pubmed": "19562283",
            "doi": "10.1007/s00508-009-1162-2",
            "pmc": null,
            "organizations": [
                "91237-14012",
                "91237-14047",
                "91237-14080",
                "91237-28394"
            ],
            "persons": [
                "91237-51809-6",
                "91237-51831-6",
                "91237-51842-6",
                "91237-57544-6"
            ],
            "imported": "2009-06-30T02:00:00+02: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.955,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.424242424242424,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": 0.424242424242424,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 199553,
            "title": "[Ablative treatment options for locally advanced unresectable and borderline resectable pancreatic carcinoma].",
            "abstract": null,
            "authors": [
                "Moulla, Y",
                "Petersen, TO",
                "Maiwald, B",
                "Bailis, N",
                "Kreuser, N",
                "Lordick, F",
                "Seehofer, D",
                "Sucher, R",
                "Hecker, M",
                "Hoffmeister, A",
                "Jansen-Winkeln, B",
                "Gockel, I"
            ],
            "year": 2020,
            "source": "Chirurg. 2020; 91(4):319-328",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000508694500001",
            "pubmed": "31828387",
            "doi": "10.1007/s00104-019-01072-y",
            "pmc": null,
            "organizations": [],
            "persons": [
                "199553-117182-6"
            ],
            "imported": "2023-01-02T01:00:00+01:00",
            "journal": "Chirurg",
            "issn": "1433-0385",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.955,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.076,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.1,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "SURGERY-SCI",
            "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": 199542,
            "title": "[Erratum to: Ablative treatment options for locally advanced unresectable and borderline resectable pancreatic carcinoma].",
            "abstract": null,
            "authors": [
                "Moulla, Y",
                "Petersen, TO",
                "Maiwald, B",
                "Bailis, N",
                "Kreuser, N",
                "Lordick, F",
                "Seehofer, D",
                "Sucher, R",
                "Hecker, M",
                "Hoffmeister, A",
                "Jansen-Winkeln, B",
                "Gockel, I"
            ],
            "year": 2020,
            "source": "Chirurg. 2020; 91(4):318",
            "category": 1,
            "document_type": 8,
            "sci": "ISI:000521837400007",
            "pubmed": "32161988",
            "doi": "10.1007/s00104-019-01107-4",
            "pmc": null,
            "organizations": [],
            "persons": [
                "199542-117182-6"
            ],
            "imported": "2023-01-02T01:00:00+01:00",
            "journal": "Chirurg",
            "issn": "1433-0385",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.955,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.076,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "SURGERY-SCI",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 95871,
            "title": "Serum levels of N-terminal pro-B-type natriuretic peptide are associated with allograft function in recipients of renal transplants.",
            "abstract": null,
            "authors": [
                "Bodlaj, G",
                "Hubmann, R",
                "Saleh, K",
                "Biesenbach, G",
                "Pohanka, E",
                "Stojakovic, T",
                "Berg, J"
            ],
            "year": 2009,
            "source": "Wien Klin Wochenschr. 2009; 121(19-20): 631-637. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000271944300006",
            "pubmed": "19921130",
            "doi": "10.1007/s00508-009-1248-x",
            "pmc": null,
            "organizations": [
                "95871-14028"
            ],
            "persons": [],
            "imported": "2009-11-19T01: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.955,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.424242424242424,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": 0.424242424242424,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL",
            "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": 199531,
            "title": "[Indocyanine green fluorescence staining in liver surgery].",
            "abstract": null,
            "authors": [
                "Sucher, R",
                "Brunotte, M",
                "Seehofer, D"
            ],
            "year": 2020,
            "source": "Chirurg. 2020; 91(6):466-473",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000533819500001",
            "pubmed": "32424599",
            "doi": "10.1007/s00104-020-01203-w",
            "pmc": null,
            "organizations": [],
            "persons": [
                "199531-117182-1"
            ],
            "imported": "2023-01-02T01:00:00+01:00",
            "journal": "Chirurg",
            "issn": "1433-0385",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.955,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.076,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.1,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "SURGERY-SCI",
            "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": 144459,
            "title": "Patient volume affects outcome in critically ill patients.",
            "abstract": null,
            "authors": [
                "Metnitz, B",
                "Metnitz, PG",
                "Bauer, P",
                "Valentin, A",
                "ASDI Study Group"
            ],
            "year": 2009,
            "source": "Wien Klin Wochenschr. 2009; 121(1-2):34-40",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000263917000006",
            "pubmed": "19263012",
            "doi": "10.1007/s00508-008-1019-0",
            "pmc": null,
            "organizations": [],
            "persons": [
                "144459-91898-2"
            ],
            "imported": "2015-04-01T10:56:11+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.955,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.421,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": 0.421,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL",
            "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": 72771,
            "title": "Apical capping as a new technique for retrograde treatment of an infected root apex: introduction and first results.",
            "abstract": null,
            "authors": [
                "Gaggl, A",
                "Weiglein, A",
                "Kahr, H",
                "Chiari, FM"
            ],
            "year": 2007,
            "source": "J Craniomaxillofac Surg. 2007; 35(4-5):212-217",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000250465100003",
            "pubmed": "17681773",
            "doi": "10.1016/j.jcms.2007.04.007",
            "pmc": null,
            "organizations": [
                "72771-14018"
            ],
            "persons": [],
            "imported": "2007-12-13T16:09:21+01:00",
            "journal": "J CRANIO MAXILLOFAC SURG",
            "issn": "1010-5182",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.955,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.381294964028777,
            "impactfactor_norm_year": 2007,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 6822,
            "title": "Placement of a retropubic drain with the tension-free vaginal tape operation.",
            "abstract": null,
            "authors": [
                "Bader, AA",
                "Tamussino, KF",
                "Winter, R"
            ],
            "year": 2004,
            "source": "Eur J Obstet Gynecol Reprod Biol. 2004; 115(1):101-103",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000222891600020",
            "pubmed": "15223175",
            "doi": "10.1016/j.ejogrb.2003.10.013",
            "pmc": null,
            "organizations": [
                "6822-14038"
            ],
            "persons": [
                "6822-51826-6",
                "6822-51891-2"
            ],
            "imported": null,
            "journal": "EUR J OBSTET GYN REPROD BIOL",
            "issn": "0301-2115",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.955,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.381818181818182,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 96740,
            "title": "Antidiabetic therapy of type-2 diabetes",
            "abstract": null,
            "authors": [
                "Clodi, M",
                "Fasching, P",
                "Hoppichler, F",
                "Kautzky-Willer, A",
                "Lechleitner, M",
                "Ludvik, B",
                "Prager, R",
                "Roden, M",
                "Schernthaner, G",
                "Toplak, H",
                "Wascher, TC",
                "Weitgasser, R"
            ],
            "year": 2009,
            "source": "WIEN KLIN WOCHENSCHR. 2009; 121:  S13-S17. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000272122600005",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "96740-51846-6"
            ],
            "imported": "2009-12-14T11:12:35+01: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.955,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.424242424242424,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": 0.424242424242424,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL",
            "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": 92351,
            "title": "Ileocecal intussusception caused by lung cancer metastasis.",
            "abstract": null,
            "authors": [
                "Pollheimer, MJ",
                "Eberl, T",
                "Baumgartner, K",
                "Pollheimer, VS",
                "Tschmelitsch, J",
                "Lackner, H",
                "Langner, C"
            ],
            "year": 2009,
            "source": "WIEN KLIN WOCHENSCHR. 2009; 121(11-12): 413-416. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000268233400009",
            "pubmed": "19626300",
            "doi": "10.1007/s00508-009-1146-2",
            "pmc": null,
            "organizations": [
                "92351-14020"
            ],
            "persons": [
                "92351-50044-4",
                "92351-66436-1"
            ],
            "imported": "2009-08-18T11:00:12+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": true,
            "impactfactor": 0.955,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.424242424242424,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": 0.424242424242424,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL",
            "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": 2835,
            "title": "Vascular complications in minimally invasive surgery.",
            "abstract": null,
            "authors": [
                "Fruhwirth, J",
                "Koch, G",
                "Mischinger, HJ",
                "Werkgartner, G",
                "Tesch, NP"
            ],
            "year": 1997,
            "source": "Surg Laparosc Endosc. 1997; 7(3):251-254",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XD16200016",
            "pubmed": "9194290",
            "doi": "10.1097/00019509-199706000-00016",
            "pmc": null,
            "organizations": [
                "2835-14073",
                "2835-14074"
            ],
            "persons": [
                "2835-51595-6",
                "2835-51926-6"
            ],
            "imported": null,
            "journal": "SURG LAPAROSC ENDOSC",
            "issn": "1051-7200",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.955,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.65625,
            "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": 70545,
            "title": "Case report: fusion of positron emission tomography (PET) and computed tomography (CT) images for image-guided endoscopic navigation in maxillofacial surgery: clinical application of a new technique.",
            "abstract": null,
            "authors": [
                "Feichtinger, M",
                "Aigner, RM",
                "Santler, G",
                "Kärcher, H"
            ],
            "year": 2007,
            "source": "J Craniomaxillofac Surg. 2007; 35(6-7):322-328",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000250972000008",
            "pubmed": "17905595",
            "doi": "10.1016/j.jcms.2007.05.004",
            "pmc": null,
            "organizations": [
                "70545-14107",
                "70545-14112"
            ],
            "persons": [
                "70545-51727-6",
                "70545-51566-6",
                "70545-51864-6"
            ],
            "imported": "2007-10-15T02:00:00+02:00",
            "journal": "J Craniomaxillofac Surg",
            "issn": "1010-5182",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.955,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.381294964028777,
            "impactfactor_norm_year": 2007,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 112215,
            "title": "Fibromuscular dysplasia of renal arteries.",
            "abstract": null,
            "authors": [
                "Schoepf, D",
                "Eller, P"
            ],
            "year": 2009,
            "source": "Wien Klin Wochenschr. 2009; 121(1-2):33-33",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000263917000005",
            "pubmed": "19263011",
            "doi": "10.1007/s00508-008-1114-2",
            "pmc": null,
            "organizations": [],
            "persons": [
                "112215-74175-4"
            ],
            "imported": "2011-07-19T02:00:00+02:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.955,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.424242424242424,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": 0.424242424242424,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL",
            "citations": false,
            "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": 3437,
            "title": "Inverse correlation between thyroid function and hemostatic markers for coronary heart disease in obese children and adolescents.",
            "abstract": null,
            "authors": [
                "Gallistl, S",
                "Sudi, KM",
                "Leschnik, B",
                "Muntean, W",
                "Borkenstein, MH"
            ],
            "year": 2001,
            "source": "J Pediatr Endocrinol Metab. 2001; 13(9):1615-1620",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000166089800010",
            "pubmed": "11154157",
            "doi": "10.1515/JPEM.2000.13.9.1615",
            "pmc": null,
            "organizations": [
                "3437-14091"
            ],
            "persons": [
                "3437-51651-6",
                "3437-51654-6",
                "3437-51963-2"
            ],
            "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.954,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.550724637681159,
            "impactfactor_norm_year": 2001,
            "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": 166122,
            "title": "Sensory stimulus-sensitive drop attacks and basal ganglia calcification: new findings in a patient with FOLR1 deficiency.",
            "abstract": null,
            "authors": [
                "Toelle, SP",
                "Wille, D",
                "Schmitt, B",
                "Scheer, I",
                "Thöny, B",
                "Plecko, B"
            ],
            "year": 2014,
            "source": "Epileptic Disord. 2014; 16(1): 88-92. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000334358200013",
            "pubmed": "24556562",
            "doi": "10.1684/epd.2014.0629",
            "pmc": null,
            "organizations": [],
            "persons": [
                "166122-51875-6"
            ],
            "imported": "2018-02-16T01:00:00+01:00",
            "journal": "Epileptic Disord",
            "issn": "1294-9361",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.954,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.151,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY-SCI",
            "impactfactor_norm_super": 0.292,
            "impactfactor_norm_super_year": 2011,
            "impactfactor_norm_super_category": "CLINICAL NEUROLOGY",
            "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": 3510,
            "title": "The influence of weight loss on fibrinolytic and metabolic parameters in obese children and adolescents.",
            "abstract": null,
            "authors": [
                "Sudi, KM",
                "Gallistl, S",
                "Tröbinger, M",
                "Payerl, D",
                "Weinhandl, G",
                "Muntean, W",
                "Aigner, R",
                "Borkenstein, MH"
            ],
            "year": 2001,
            "source": "J Pediatr Endocrinol Metab. 2001; 14(1):85-94",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000166922200012",
            "pubmed": "11220710",
            "doi": "10.1515/JPEM.2001.14.1.85",
            "pmc": null,
            "organizations": [
                "3510-14012",
                "3510-14091",
                "3510-14107"
            ],
            "persons": [
                "3510-51727-6",
                "3510-50115-6",
                "3510-51651-6",
                "3510-51654-6",
                "3510-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.954,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.550724637681159,
            "impactfactor_norm_year": 2001,
            "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": 183302,
            "title": "Closed-incision negative-pressure wound management in surgery-literature review and recommendations.",
            "abstract": null,
            "authors": [
                "Smolle, MA",
                "Nischwitz, SP",
                "Hutan, M",
                "Trunk, P",
                "Lumenta, D",
                "Bernhardt, GA"
            ],
            "year": 2020,
            "source": "EUR SURG. 2020; ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000562351800001",
            "pubmed": null,
            "doi": "10.1007/s10353-020-00657-w",
            "pmc": null,
            "organizations": [
                "183302-14052",
                "183302-14076"
            ],
            "persons": [
                "183302-100854-6",
                "183302-81670-6",
                "183302-95171-1"
            ],
            "imported": "2020-09-15T11:56:44+02:00",
            "journal": "EUR SURG",
            "issn": "1682-8631",
            "collection_publisher": null,
            "collection_title": "EUROPEAN SURGERY-ACTA CHIRURGICA AUSTRIACA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.953,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.071,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.1,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "SURGERY-SCI",
            "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": 132545,
            "title": "Differences in Big Five Personality Traits Between Alcohol and Polydrug Abusers: Implications for Treatment in the Therapeutic Community.",
            "abstract": null,
            "authors": [
                "Lackner, N",
                "Unterrainer, HF",
                "Neubauer, AC",
                ""
            ],
            "year": 2013,
            "source": "INT J MENT HEALTH ADDICT. 2013; 11(6): 682-692. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000327495100005",
            "pubmed": null,
            "doi": "10.1007/s11469-013-9445-2",
            "pmc": null,
            "organizations": [
                "132545-29444"
            ],
            "persons": [
                "132545-69860-6",
                "132545-79733-2"
            ],
            "imported": "2014-01-02T14:39:38+01:00",
            "journal": "INT J MENT HEALTH ADDICT",
            "issn": "1557-1874",
            "collection_publisher": null,
            "collection_title": "INTERNATIONAL JOURNAL OF MENTAL HEALTH AND ADDICTION",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.953,
            "impactfactor_year": 2013,
            "impactfactor_norm": 0.314,
            "impactfactor_norm_year": 2013,
            "impactfactor_norm_category": "SUBSTANCE ABUSE",
            "impactfactor_norm_super": 0.314,
            "impactfactor_norm_super_year": 2013,
            "impactfactor_norm_super_category": "SUBSTANCE ABUSE",
            "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": 99765,
            "title": "Vitamin D supplementation and regulatory T cells in apparently healthy subjects: vitamin D treatment for autoimmune diseases?",
            "abstract": null,
            "authors": [
                "Prietl, B",
                "Pilz, S",
                "Wolf, M",
                "Tomaschitz, A",
                "Obermayer-Pietsch, B",
                "Graninger, W",
                "Pieber, TR"
            ],
            "year": 2010,
            "source": "Isr Med Assoc J. 2010; 12(3):136-139",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000276058000002",
            "pubmed": "20684175",
            "doi": null,
            "pmc": null,
            "organizations": [
                "99765-14080",
                "99765-14086"
            ],
            "persons": [
                "99765-51809-6",
                "99765-51831-4",
                "99765-53344-1",
                "99765-56667-1"
            ],
            "imported": "2010-04-13T10:45:15+02:00",
            "journal": "ISRAEL MED ASSOC J",
            "issn": "1565-1088",
            "collection_publisher": null,
            "collection_title": "ISRAEL MEDICAL ASSOCIATION JOURNAL; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.953,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.458,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": 0.458,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL",
            "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": true,
            "local_affiliation": true
        }
    ]
}