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=149280&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157745,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149300&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149260&ordering=-impactfactor",
    "results": [
        {
            "id": 61325,
            "title": "Altered protease expression by periarterial trophoblast cells in severe early-onset preeclampsia with IUGR.",
            "abstract": null,
            "authors": [
                "Reister, F",
                "Kingdom, JC",
                "Ruck, P",
                "Marzusch, K",
                "Heyl, W",
                "Pauer, U",
                "Kaufmann, P",
                "Rath, W",
                "Huppertz, B"
            ],
            "year": 2006,
            "source": "J Perinat Med. 2006; 34(4):272-279",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000239497400002",
            "pubmed": "16856814",
            "doi": "10.1515/JPM.2006.052",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61325-54142-6"
            ],
            "imported": "2006-11-17T01:00:00+01:00",
            "journal": "J Perinat Med",
            "issn": "0300-5577",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.36986301369863,
            "impactfactor_norm_year": 2005,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 35995,
            "title": "Cancer metastasis: advances in the detection and characterization of disseminated tumour cells facilitate clinical translation.",
            "abstract": null,
            "authors": [
                "Balic, M",
                "Dandachi, N",
                "Lin, H",
                "Datar, RH"
            ],
            "year": 2006,
            "source": "Natl Med J India. 2006; 18(5):250-255",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000234609200007",
            "pubmed": "16433139",
            "doi": null,
            "pmc": null,
            "organizations": [
                "35995-14085"
            ],
            "persons": [
                "35995-50563-6",
                "35995-59188-2"
            ],
            "imported": "2008-10-07T13:44:06+02:00",
            "journal": "NATL MED J INDIA",
            "issn": "0970-258X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.446601941747573,
            "impactfactor_norm_year": 2006,
            "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": true
        },
        {
            "id": 65987,
            "title": "Common genetic variants of lipoprotein lipase that relate to lipid transport in patients with premature coronary artery disease.",
            "abstract": null,
            "authors": [
                "Zhang, Q",
                "Cavanna, J",
                "Winkelman, BR",
                "Shine, B",
                "Gross, W",
                "Marz, W",
                "Galton, DJ"
            ],
            "year": 1995,
            "source": "Clin Genet. 1995; 48(6):293-298",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995TU87200004",
            "pubmed": "8835323",
            "doi": "10.1111/j.1399-0004.1995.tb04112.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Clin Genet",
            "issn": "0009-9163",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.281553398058252,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GENETICS & HEREDITY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 3896,
            "title": "Guest editorial: Semiparametric function estimation and testing",
            "abstract": null,
            "authors": [
                "Schimek, MG"
            ],
            "year": 2001,
            "source": "STAT COMPUT 2001 11: 291-292.",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000171301000001",
            "pubmed": null,
            "doi": "10.1023/A:1011973117955",
            "pmc": null,
            "organizations": [],
            "persons": [
                "3896-51684-2"
            ],
            "imported": null,
            "journal": "STAT COMPUT",
            "issn": "0960-3174",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.845070422535211,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "COMPUTER SCIENCE, THEORY & METHODS",
            "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": 2587,
            "title": "The position of neuroimaging in the evaluation of stroke risk.",
            "abstract": null,
            "authors": [
                "Lechner, H",
                "Schmidt, R",
                "Koch, M"
            ],
            "year": 1994,
            "source": "NEUROEPIDEMIOLOGY. 1994; 13(6): 335-339. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PD89500014",
            "pubmed": "7800114",
            "doi": "10.1159/000110400",
            "pmc": null,
            "organizations": [
                "2587-14051"
            ],
            "persons": [],
            "imported": "2010-09-03T12:20:56+02:00",
            "journal": "NEUROEPIDEMIOLOGY",
            "issn": "0251-5350",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.608,
            "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": 11714,
            "title": "Long-term experience of a trial in multi-infarct dementia.",
            "abstract": null,
            "authors": [
                "Lechner, H",
                "Schmidt, R",
                "Goetz, B"
            ],
            "year": 1990,
            "source": "Neuroepidemiology. 1990; 9(4):228-232",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DT22300008",
            "pubmed": "2215848",
            "doi": "10.1159/000110777",
            "pmc": null,
            "organizations": [
                "11714-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "NEUROEPIDEMIOLOGY",
            "issn": "0251-5350",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.608,
            "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": 3402,
            "title": "Episodic hyperhidrosis after a journey to southeast Asia.",
            "abstract": null,
            "authors": [
                "Krause, R",
                "Schnider, P",
                "Warnkross, H",
                "Reisinger, EC"
            ],
            "year": 2000,
            "source": "Eur Neurol. 2000; 44(4):250-250",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000165528600012",
            "pubmed": "11096227",
            "doi": "10.1159/000008246",
            "pmc": null,
            "organizations": [],
            "persons": [
                "3402-51976-2"
            ],
            "imported": null,
            "journal": "EUR NEUROL",
            "issn": "0014-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.0,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.452554744525547,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 68835,
            "title": "Focal epithelial hyperplasia (Heck disease) in a black child.",
            "abstract": null,
            "authors": [
                "Binder, B",
                "Wieland, U",
                "Smolle, J"
            ],
            "year": 2007,
            "source": "Pediatr Dermatol. 2007; 24(4): E31-E32. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "17845152",
            "doi": "10.1111/j.1525-1470.2007.00435.x",
            "pmc": null,
            "organizations": [
                "68835-14047"
            ],
            "persons": [
                "68835-51617-6",
                "68835-53009-2"
            ],
            "imported": "2007-09-23T02:00:00+02:00",
            "journal": "Pediatr Dermatol",
            "issn": "0736-8046",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.0,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.397435897435897,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "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": 2603,
            "title": "The Relation Between the Number of Symptoms and Other Health Indicators in Working Men and Women",
            "abstract": null,
            "authors": [
                "Foppa, I",
                "Noack, RH"
            ],
            "year": 1997,
            "source": "EUR J PUBLIC HEALTH. 1997; 7:  9-14. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WZ15600003",
            "pubmed": "8890412",
            "doi": "10.1016%2F0277-9536%2896%2900032-9",
            "pmc": null,
            "organizations": [
                "2603-14024"
            ],
            "persons": [],
            "imported": "2009-04-20T17:48:33+02:00",
            "journal": "EUR J PUBLIC HEALTH",
            "issn": "1101-1262",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.435294117647059,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PUBLIC, ENVIRONMENTAL & OCCUPATIONAL HEALTH",
            "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": 205792,
            "title": "Foamy Macrophages in a Case of Mononucleosis With Amoxicillin-Induced Rash, Hyperlipidemia, and Hemophagocytic Lymphohistiocytosis.",
            "abstract": null,
            "authors": [
                "Gonzalez-Lopez, G",
                "Fried, I",
                "Schadelbauer, E",
                "Cerroni, L"
            ],
            "year": 2024,
            "source": "Am J Dermatopathol. 2023; ",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001151722500008",
            "pubmed": "38055983",
            "doi": "10.1097/DAD.0000000000002604",
            "pmc": null,
            "organizations": [
                "205792-14047"
            ],
            "persons": [
                "205792-51751-6",
                "205792-58889-6",
                "205792-89743-6"
            ],
            "imported": "2023-12-10T01:00:00+01:00",
            "journal": "Am J Dermatopathol",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2023,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2023,
            "impactfactor_norm_category": "DERMATOLOGY-SCIE",
            "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": true
        },
        {
            "id": 219462,
            "title": "Geriatric rehabilitation in the D-A-CH region - Results of an online survey to assess the current situation (Symposium: Geriatric rehabilitation in focus: Comparison of European and national models and structures)",
            "abstract": null,
            "authors": [
                "Skoumal, M",
                "Grund, S",
                "Honegger, M",
                "Pertinatsch, C",
                "Neubacher, B",
                "Kadane, C",
                "Roller-Wirnsberger, R"
            ],
            "year": 2025,
            "source": "Z GERONTOL GERIATR. 2025; 58:  S39-S39. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001610646700100",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "219462-119469",
                "219462-119470",
                "219462-119471",
                "219462-119468",
                "219462-119472",
                "219462-51745"
            ],
            "imported": "2026-01-02T10:04:13+01:00",
            "journal": "Z GERONTOL GERIATR",
            "issn": "0948-6704",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR GERONTOLOGIE UND GERIATRIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.105,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "GERONTOLOGY-SSCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 107929,
            "title": "MEDSYNDIKATE--a natural language system for the extraction of medical information from findings reports.",
            "abstract": null,
            "authors": [
                "Hahn, U",
                "Romacker, M",
                "Schulz, S"
            ],
            "year": 2002,
            "source": "Int J Med Inform. 2002; 67(1-3):63-74",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000180104400006",
            "pubmed": "12460632",
            "doi": "10.1016/S1386-5056(02)00053-9",
            "pmc": null,
            "organizations": [],
            "persons": [
                "107929-72306-6"
            ],
            "imported": "2011-01-25T10:19:00+01:00",
            "journal": "INT J MED INFORM",
            "issn": "1386-5056",
            "collection_publisher": null,
            "collection_title": "INTERNATIONAL JOURNAL OF MEDICAL INFORMATICS; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.675324675324675,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "COMPUTER SCIENCE, INFORMATION SYSTEMS",
            "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": 181889,
            "title": "[Supracondylar humeral fractures in childhood].",
            "abstract": null,
            "authors": [
                "Weinberg, AM",
                "Frei, B",
                "Holweg, P"
            ],
            "year": 2020,
            "source": "Unfallchirurg. 2020; 123(4): 309-325. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000521592600007",
            "pubmed": "32161991",
            "doi": "10.1007/s00113-020-00793-8",
            "pmc": null,
            "organizations": [
                "181889-14052"
            ],
            "persons": [
                "181889-50785-2",
                "181889-63387-6"
            ],
            "imported": "2020-04-19T02:00:00+02:00",
            "journal": "Unfallchirurg",
            "issn": "0177-5537",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.188,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "EMERGENCY MEDICINE-SCI",
            "impactfactor_norm_super": 0.308,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "EMERGENCY MEDICINE-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": 216961,
            "title": "S2e guidelines on the treatment of polymyalgia rheumatica: update 2024: Evidence-based guidelines of the German Society for Rheumatology and Clinical Immunology (DGRh), the Austrian Society for Rheumatology and Rehabilitation (ÖGR) and the Swiss Society for Rheumatology (SGR) and the participating medical scientific specialist societies and other organizations",
            "abstract": null,
            "authors": [
                "Buttgereit, F",
                "Boyadzhieva, Z",
                "Reisch, M",
                "Schneider, M",
                "Brabant, T",
                "Daikeler, T",
                "Duftner, C",
                "Erstling, U",
                "Garske, U",
                "Hellmich, B",
                "Kyburz, D",
                "Reisshauer, A",
                "Reuss-Borst, M",
                "Scheuermann, K",
                "Steffens-Korbanka, P",
                "Dejaco, C"
            ],
            "year": 2025,
            "source": "Z RHEUMATOL. 2025; ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001517010400001",
            "pubmed": "40560440",
            "doi": "10.1007/s00393-025-01667-3",
            "pmc": null,
            "organizations": [
                "216961-14086"
            ],
            "persons": [
                "216961-66227-6",
                "216961-117681-6"
            ],
            "imported": "2025-07-07T08:54:42+02:00",
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR RHEUMATOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.059,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCIE",
            "impactfactor_norm_super": 0.088,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "RHEUMATOLOGY-SCIE",
            "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": 194371,
            "title": "\"B problems\" in non-traumatic resuscitation room management",
            "abstract": null,
            "authors": [
                "Kumle, B",
                "Michael, M",
                "Wermke, A",
                "Schmitz, C",
                "Hammer, N",
                "Kumpers, P",
                "Pin, M",
                "Bernhard, M"
            ],
            "year": 2022,
            "source": "NOTFALL RETTUNGSMED. 2022; ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000767099300001",
            "pubmed": "35287271",
            "doi": "10.1007/s10049-022-00990-5",
            "pmc": "PMC8908747",
            "organizations": [
                "194371-14018"
            ],
            "persons": [
                "194371-102804-6"
            ],
            "imported": "2022-03-28T09:31:46+02:00",
            "journal": "NOTFALL RETTUNGSMED",
            "issn": "1434-6222",
            "collection_publisher": null,
            "collection_title": "NOTFALL & RETTUNGSMEDIZIN; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2022,
            "impactfactor_norm": 0.125,
            "impactfactor_norm_year": 2022,
            "impactfactor_norm_category": "EMERGENCY MEDICINE-SCIE",
            "impactfactor_norm_super": 0.129,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "EMERGENCY MEDICINE-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": 120753,
            "title": "Histiocytic sarcoma - targeted therapy: novel therapeutic options? A series of 4 cases.",
            "abstract": null,
            "authors": [
                "Schlick, K",
                "Aigelsreiter, A",
                "Pichler, M",
                "Reitter, S",
                "Neumeister, P",
                "Hoefler, G",
                "Beham-Schmid, C",
                "Linkesch, W"
            ],
            "year": 2012,
            "source": "Onkologie. 2012; 35(7-8):447-450",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000307424400009",
            "pubmed": "22846978",
            "doi": "10.1159/000340066",
            "pmc": null,
            "organizations": [
                "120753-14020",
                "120753-14082",
                "120753-14085"
            ],
            "persons": [
                "120753-50871-1",
                "120753-51930-6"
            ],
            "imported": "2012-08-01T02:00:00+02:00",
            "journal": "Onkologie",
            "issn": "0378-584X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.0,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.122,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": 0.205,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "ONCOLOGY",
            "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": 105850,
            "title": "Pancreatic cancer: epidemiology and risk factors.",
            "abstract": null,
            "authors": [
                "Krejs, GJ"
            ],
            "year": 2010,
            "source": "DIGEST DIS. 2010; 28(2): 355-358. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000281607100010",
            "pubmed": "20814212",
            "doi": "10.1159/000319414",
            "pmc": null,
            "organizations": [
                "105850-14081"
            ],
            "persons": [
                "105850-51534-2"
            ],
            "imported": "2010-10-13T11:21:11+02:00",
            "journal": "DIGEST DIS",
            "issn": "0257-2753",
            "collection_publisher": null,
            "collection_title": "DIGESTIVE DISEASES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.194,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "impactfactor_norm_super": 0.288,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "GASTROENTEROLOGY + HEPATOLOGY",
            "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": 198751,
            "title": "National consensus statement by the Austrian Societies for Rheumatoloay, Pulmonoloay, Infectiology, Dermatology and Gastroenterology regarding the management of latent tuberculosis and the associated utilization of biologic and targeted synthetic DMARDS (disease modifying antirheumatic drugs)",
            "abstract": null,
            "authors": [
                "Rath, E",
                "Bonelli, M",
                "Duftner, C",
                "Gruber, J",
                "Mandl, P",
                "Moazedi-Furst, F",
                "Pieringer, H",
                "Puchner, R",
                "Flick, H",
                "Salzer, HJF",
                "Weiss, G",
                "Winkler, S",
                "Skvara, H",
                "Moschen, A",
                "Hofer, H",
                "Feurstein, J",
                "Sautner, J"
            ],
            "year": 2022,
            "source": "Z RHEUMATOL. 2022; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000879643600001",
            "pubmed": "36342525",
            "doi": "10.1007/s00393-022-01274-6",
            "pmc": "PMC9981509",
            "organizations": [
                "198751-14086",
                "198751-14087"
            ],
            "persons": [
                "198751-57343-6",
                "198751-65986-6"
            ],
            "imported": "2022-11-21T09:20:25+01:00",
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR RHEUMATOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2022,
            "impactfactor_norm": 0.0882352941176471,
            "impactfactor_norm_year": 2022,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCIE",
            "impactfactor_norm_super": 0.156,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "RHEUMATOLOGY-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": 189047,
            "title": "\"MR SOPA\" - A German Adaption of the Acronym to Optimize Non-Invasive Ventilation in Preterm and Term Neonates.",
            "abstract": null,
            "authors": [
                "Mileder, LP",
                "Schwaberger, B",
                "Urlesberger, B"
            ],
            "year": 2022,
            "source": "Klin Padiatr. 2022; 234(4):248-249",
            "category": 1,
            "document_type": 20,
            "sci": "ISI:000691725200001",
            "pubmed": "34470063",
            "doi": "10.1055/a-1583-9916",
            "pmc": null,
            "organizations": [
                "189047-14094"
            ],
            "persons": [
                "189047-68534-2",
                "189047-79516-6"
            ],
            "imported": "2021-09-02T02:00:00+02:00",
            "journal": "Klin Padiatr",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.0923076923076923,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "PEDIATRICS-SCIE",
            "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": 217699,
            "title": "Cutaneous AL-Type Amyloidomas as a Variant of Primary Cutaneous Marginal Zone Lymphoma: A Series of 30 Patients.",
            "abstract": null,
            "authors": [
                "García-González, S",
                "García-García, M",
                "Miguel, Miguel, C",
                "Córdoba, Iturriagagoitia, A",
                "Yanguas, Bayona, JI",
                "Nájera, Botello, L",
                "Cabeza, Martínez, R",
                "Santos-Briz, Terrón, Á",
                "Torre, Castro, J",
                "Sánchez, Martínez, E",
                "Rodríguez, Pinilla, SM",
                "Hillen, U",
                "Requena, Caballero, C",
                "Cerroni, L",
                "Martínez, Cisneros, SP",
                "Lezcano, Biosca, V",
                "Carracedo, Vega, E",
                "Diaz, de, la, Pinta, FJ",
                "Prieto-Torres, L"
            ],
            "year": 2025,
            "source": "Am J Dermatopathol. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001599929500011",
            "pubmed": "40905400",
            "doi": "10.1097/DAD.0000000000003124",
            "pmc": null,
            "organizations": [
                "217699-14047"
            ],
            "persons": [
                "217699-51751-6"
            ],
            "imported": "2025-09-08T02:00:00+02:00",
            "journal": "Am J Dermatopathol",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "DERMATOLOGY-SCIE",
            "impactfactor_norm_super": 0.116,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "DERMATOLOGY-SCIE",
            "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": true
        }
    ]
}