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=155580&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157104,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155600&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155560&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 202372,
            "title": "[Primary vasculitides in childhood and adulthood].",
            "abstract": null,
            "authors": [
                "Minden, K",
                "Thiel, J"
            ],
            "year": 2022,
            "source": "Z Rheumatol. 2022; 81(1):36-44",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000737757100001",
            "pubmed": "34978582",
            "doi": "10.1007/s00393-021-01141-w",
            "pmc": null,
            "organizations": [
                "202372-14086"
            ],
            "persons": [
                "202372-111873-6"
            ],
            "imported": "2023-04-05T02:00:00+02:00",
            "journal": "Z Rheumatol",
            "issn": "1435-1250",
            "collection_publisher": null,
            "collection_title": null,
            "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": 195164,
            "title": "[Use of extracorporeal circulation (ECLS/ECMO) for cardiac and circulatory failure : Short version of the S3 guideline].",
            "abstract": null,
            "authors": [
                "Boeken, U",
                "Ensminger, S",
                "Assmann, A",
                "Schmid, C",
                "Werdan, K",
                "Michels, G",
                "Miera, O",
                "Schmidt, F",
                "Klotz, S",
                "Starck, C",
                "Pilarczyk, K",
                "Rastan, A",
                "Burckhardt, M",
                "Nothacker, M",
                "Muellenbach, R",
                "Zausig, Y",
                "Haake, N",
                "Groesdonk, H",
                "Ferrari, M",
                "Buerke, M",
                "Hennersdorf, M",
                "Rosenberg, M",
                "Schaible, T",
                "Köditz, H",
                "Kluge, S",
                "Janssens, U",
                "Lubnow, M",
                "Flemmer, A",
                "Herber-Jonat, S",
                "Wessel, L",
                "Buchwald, D",
                "Maier, S",
                "Krüger, L",
                "Fründ, A",
                "Jaksties, R",
                "Fischer, S",
                "Wiebe, K",
                "Hartog, C",
                "Dzemali, O",
                "Zimpfer, D",
                "Ruttmann-Ulmer, E",
                "Schlensak, C",
                "Kelm, M",
                "Beckmann, A"
            ],
            "year": 2021,
            "source": "Anaesthesist. 2021; 70(11): 942-950. ",
            "category": 1,
            "document_type": 30,
            "sci": "ISI:000708774900001",
            "pubmed": "34665266",
            "doi": "10.1007/s00101-021-01058-8",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2022-05-11T02:00:00+02:00",
            "journal": "Anaesthesist",
            "issn": "1432-055X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.052,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "ANESTHESIOLOGY-SCI",
            "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": 161940,
            "title": "[The Impact of Migration Background on Health: Results of the Austrian Health Interview Survey (ATHIS 2014)].",
            "abstract": null,
            "authors": [
                "Waxenegger, A",
                "Mayerl, H",
                "Rásky, É",
                "Stolz, E",
                "Freidl, W"
            ],
            "year": 2019,
            "source": "Gesundheitswesen. 2019; 81(2):128-136",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000459784100009",
            "pubmed": "28701003",
            "doi": "10.1055/s-0043-111234",
            "pmc": null,
            "organizations": [
                "161940-14024"
            ],
            "persons": [
                "161940-51688-6",
                "161940-51845-4",
                "161940-89152-6",
                "161940-90882-6"
            ],
            "imported": "2017-09-01T02:00:00+02:00",
            "journal": "Gesundheitswesen",
            "issn": "0941-3790",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.796,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "PUBLIC, ENVIRONMENTAL & OCCUPATIONAL HEALTH-SSCI",
            "impactfactor_norm_super": 0.204,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "PUBLIC, ENVIRONMENTAL + OCCUPATIONAL HEALTH-SSCI",
            "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": 167437,
            "title": "[Management of different cardiovascular risk factors with a combination tablet (polypill)].",
            "abstract": null,
            "authors": [
                "Bramlage, P",
                "März, W",
                "Westermann, D",
                "Weisser, B",
                "Wirtz, JH",
                "Zeymer, U",
                "Baumgart, P",
                "van Mark, G",
                "Laufs, U",
                "Krämer, BK",
                "Unger, T"
            ],
            "year": 2018,
            "source": "HERZ. 2018; 43(3): 246-257. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000431419300008",
            "pubmed": "28341983",
            "doi": "10.1007/s00059-017-4554-5",
            "pmc": null,
            "organizations": [
                "167437-14028"
            ],
            "persons": [],
            "imported": "2018-05-18T11:25:37+02:00",
            "journal": "HERZ",
            "issn": "0340-9937",
            "collection_publisher": null,
            "collection_title": "HERZ; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.995,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCI",
            "impactfactor_norm_super": 0.089,
            "impactfactor_norm_super_year": 2015,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS-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": 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
        },
        {
            "id": 182182,
            "title": "HDL Subclasses as a Prognosis Marker of newly occurring cardiovascular Events in chronic Kidney Disease.",
            "abstract": null,
            "authors": [
                "Emrich, I",
                "Trieb, M",
                "Scharnagl, H",
                "Pregartner, G",
                "Holzer, M",
                "Rogacev, K",
                "Bohm, M",
                "Heine, GH",
                "Marsche, G"
            ],
            "year": 2020,
            "source": "INTERNIST. Abstracts zum 126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.. 2020; 61(SUPPL 1):S7-S8.-126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.; APR 25-28, 2020; Wiesbaden, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000526452600008",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "182182-14022",
                "182182-14026",
                "182182-14028"
            ],
            "persons": [
                "182182-50886",
                "182182-53252",
                "182182-62749",
                "182182-84730"
            ],
            "imported": "2020-05-20T10:43:12+02:00",
            "journal": "INTERNIST",
            "issn": "0020-9554",
            "collection_publisher": null,
            "collection_title": "INTERNIST; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.427,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 182201,
            "title": "P2X7 dependent inflammasome activation is crucial for scar integrity after myocardial infarction.",
            "abstract": null,
            "authors": [
                "von Garlen, S",
                "Merz, J",
                "Hoppe, N",
                "Dufner, B",
                "Mitre, LS",
                "Schafer, I",
                "Albrecht, P",
                "Rofa, K",
                "Konig, S",
                "Karnbrock, L",
                "Dimanski, D",
                "Zirlik, A",
                "Bode, C",
                "Stachon, P"
            ],
            "year": 2020,
            "source": "INTERNIST. Abstracts zum 126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.. 2020; 61(SUPPL 1):S7-S7.-126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.; APR 25-28, 2020; Wiesbaden, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000526452600007",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "182201-14083"
            ],
            "persons": [
                "182201-100805"
            ],
            "imported": "2020-05-20T10:43:12+02:00",
            "journal": "INTERNIST",
            "issn": "0020-9554",
            "collection_publisher": null,
            "collection_title": "INTERNIST; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.427,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 182208,
            "title": "European Study: Heterozygous Alpha-1-Antitrypsin Deficiency (Pi*MZ) genetic Risk Factor for Hepatopathy.",
            "abstract": null,
            "authors": [
                "Burbaum, B",
                "Schneider, C",
                "Hamesch, K",
                "Fromme, M",
                "Mandorfer, M",
                "Reichert, M",
                "Arslanow, A",
                "Woditsch, V",
                "Bals, R",
                "Pereira, V",
                "Carvao, J",
                "Lammert, F",
                "Trauner, M",
                "Krag, A",
                "Denk, H",
                "Trautwein, C",
                "Strnad, P"
            ],
            "year": 2020,
            "source": "INTERNIST. Abstracts zum 126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.. 2020; 61(SUPPL 1):S5-S6.-126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.; APR 25-28, 2020; Wiesbaden, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000526452600004",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "182208-14020",
                "182208-14081"
            ],
            "persons": [
                "182208-51515"
            ],
            "imported": "2020-05-20T10:43:12+02:00",
            "journal": "INTERNIST",
            "issn": "0020-9554",
            "collection_publisher": null,
            "collection_title": "INTERNIST; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.427,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 182209,
            "title": "Bone fractures in patients with type 2 diabetes aged >= 50 years in the DPV registry: effect of glycaemic control and treatment.",
            "abstract": null,
            "authors": [
                "Eckert, A",
                "Mader, J",
                "Altmeier, M",
                "Muhldorfer, S",
                "Gillessen, A",
                "Dallmeier, D",
                "Shah, V",
                "Heyer, C",
                "Hartmann, B",
                "Holl, RW"
            ],
            "year": 2020,
            "source": "INTERNIST. Abstracts zum 126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.. 2020; 61(SUPPL 1):S5-S5.-126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.; APR 25-28, 2020; Wiesbaden, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000526452600003",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "182209-14080"
            ],
            "persons": [
                "182209-50877"
            ],
            "imported": "2020-05-20T10:43:12+02:00",
            "journal": "INTERNIST",
            "issn": "0020-9554",
            "collection_publisher": null,
            "collection_title": "INTERNIST; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.427,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 184679,
            "title": "[S2k guidelines (executive summary): management of large-vessel vasculitis].",
            "abstract": null,
            "authors": [
                "Schirmer, JH",
                "Aries, PM",
                "Balzer, K",
                "Berlit, P",
                "Bley, TA",
                "Buttgereit, F",
                "Czihal, M",
                "Dechant, C",
                "Dejaco, C",
                "Garske, U",
                "Henes, J",
                "Holle, JU",
                "Holl-Ulrich, K",
                "Lamprecht, P",
                "Nölle, B",
                "Moosig, F",
                "Rech, J",
                "Scheuermann, K",
                "Schmalzing, M",
                "Schmidt, WA",
                "Schneider, M",
                "Schulze-Koops, H",
                "Venhoff, N",
                "Villiger, PM",
                "Witte, T",
                "Zänker, M",
                "Hellmich, B"
            ],
            "year": 2020,
            "source": "Z Rheumatol. 2020; 79(9):937-942",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000587121000016",
            "pubmed": "33156418",
            "doi": "10.1007/s00393-020-00894-0",
            "pmc": null,
            "organizations": [
                "184679-14086"
            ],
            "persons": [
                "184679-66227-6"
            ],
            "imported": "2020-12-11T11:26:20+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.449,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCI",
            "impactfactor_norm_super": 0.161,
            "impactfactor_norm_super_year": 2018,
            "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": 170227,
            "title": "[Dermoscopy of cutaneous metastases].",
            "abstract": null,
            "authors": [
                "Deinlein, T",
                "Haenssle, HA",
                "Fink, C",
                "Hofmann-Wellenhof, R",
                "Blum, A"
            ],
            "year": 2019,
            "source": "Hautarzt. 2019; 70(2):142-144",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:000457495500011",
            "pubmed": "30377718",
            "doi": "10.1007/s00105-018-4306-3",
            "pmc": null,
            "organizations": [
                "170227-14047"
            ],
            "persons": [
                "170227-51711-6",
                "170227-90211-2"
            ],
            "imported": "2018-11-07T01:00:00+01:00",
            "journal": "Hautarzt",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.838,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "DERMATOLOGY-SCI",
            "impactfactor_norm_super": 0.091,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "DERMATOLOGY-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": 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": 205657,
            "title": "Nodular-Type Lichen Myxedematosus: A Rare Variant With Exclusive Involvement of the Hands-Report of Two Cases With a Comprehensive Review of the Literature.",
            "abstract": null,
            "authors": [
                "Cerroni, L",
                "Rongioletti, F"
            ],
            "year": 2024,
            "source": "Am J Dermatopathol. 2023; ",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001124020300002",
            "pubmed": "37982501",
            "doi": "10.1097/DAD.0000000000002589",
            "pmc": null,
            "organizations": [
                "205657-14047"
            ],
            "persons": [
                "205657-51751-1"
            ],
            "imported": "2023-11-27T01: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": 179207,
            "title": "Oligomerization and cell surface expression of recombinant GABAA receptors tagged in the δ subunit.",
            "abstract": null,
            "authors": [
                "Oflaz, FE",
                "Son, ÇD",
                "Arslan, A"
            ],
            "year": 2019,
            "source": "J Integr Neurosci. 2019; 18(4):341-350",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000505054800001",
            "pubmed": "31912692",
            "doi": "10.31083/j.jin.2019.04.1207",
            "pmc": null,
            "organizations": [
                "179207-14013"
            ],
            "persons": [
                "179207-104197-1"
            ],
            "imported": "2020-01-13T09:02:44+01:00",
            "journal": "J INTEGR NEUROSCI",
            "issn": "0219-6352",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF INTEGRATIVE NEUROSCIENCE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.193,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "NEUROSCIENCES-SCI",
            "impactfactor_norm_super": 0.088,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "NEUROSCIENCES-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": 174183,
            "title": "[Dermoscopy in special locations : Nails, acral skin, face, and mucosa].",
            "abstract": null,
            "authors": [
                "Haenssle, HA",
                "Fink, C",
                "Stolz, W",
                "Braun, RP",
                "Hofmann-Wellenhof, R",
                "Deinlein, T",
                "Kreusch, J",
                "Zalaudek, I",
                "Blum, A"
            ],
            "year": 2019,
            "source": "Hautarzt. 2019; 70(4): 295-311. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000463806500013",
            "pubmed": "30895329",
            "doi": "10.1007/s00105-019-4372-1",
            "pmc": null,
            "organizations": [
                "174183-14047"
            ],
            "persons": [
                "174183-50151-6",
                "174183-51711-6",
                "174183-90211-6"
            ],
            "imported": "2019-03-24T01:00:00+01:00",
            "journal": "Hautarzt",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.838,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "DERMATOLOGY-SCI",
            "impactfactor_norm_super": 0.106,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "DERMATOLOGY-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": 209348,
            "title": "Characteristics and outcome of 70 ventilated COVID-19 patients Summary after the first wave at a university center",
            "abstract": null,
            "authors": [
                "Schroeder, I",
                "Scharf, C",
                "Zoller, M",
                "Wassilowsky, D",
                "Frank, S",
                "Stecher, SS",
                "Stemmler, J",
                "Kneidinger, N",
                "Peterss, S",
                "Zwissler, B",
                "Irlbeck, M"
            ],
            "year": 2021,
            "source": "ANAESTHESIST. 2021; 70(7): 573-581. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000603171900001",
            "pubmed": "33369696",
            "doi": "10.1007/s00101-020-00906-3",
            "pmc": "PMC7768596",
            "organizations": [],
            "persons": [
                "209348-125880-6"
            ],
            "imported": "2024-05-02T09:27:07+02:00",
            "journal": "ANAESTHESIST",
            "issn": "0003-2417",
            "collection_publisher": null,
            "collection_title": "ANAESTHESIST; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.052,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "ANESTHESIOLOGY-SCI",
            "impactfactor_norm_super": 0.156,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "ANESTHESIOLOGY-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": 184690,
            "title": "[S2k guidelines: management of large-vessel vasculitis].",
            "abstract": null,
            "authors": [
                "Schirmer, JH",
                "Aries, PM",
                "Balzer, K",
                "Berlit, P",
                "Bley, TA",
                "Buttgereit, F",
                "Czihal, M",
                "Dechant, C",
                "Dejaco, C",
                "Garske, U",
                "Henes, J",
                "Holle, JU",
                "Holl-Ulrich, K",
                "Lamprecht, P",
                "Nölle, B",
                "Moosig, F",
                "Rech, J",
                "Scheuermann, K",
                "Schmalzing, M",
                "Schmidt, WA",
                "Schneider, M",
                "Schulze-Koops, H",
                "Venhoff, N",
                "Villiger, PM",
                "Witte, T",
                "Zänker, M",
                "Hellmich, B"
            ],
            "year": 2020,
            "source": "Z Rheumatol. 2020; 79(Suppl 3):67-95",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000587120900001",
            "pubmed": "33156399",
            "doi": "10.1007/s00393-020-00893-1",
            "pmc": null,
            "organizations": [
                "184690-14086"
            ],
            "persons": [
                "184690-66227-6"
            ],
            "imported": "2020-12-11T11:26:20+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.449,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCI",
            "impactfactor_norm_super": 0.161,
            "impactfactor_norm_super_year": 2018,
            "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": 123887,
            "title": "Splenic torsion in a child with situd ambiguus and polysplenism. A rare differential diagnosis of the abdominal pain in childhood",
            "abstract": null,
            "authors": [
                "Pepperl, S",
                "Till, H",
                "Heger, A",
                "Schneider, K",
                "Pfluger, T",
                "Joppich, I"
            ],
            "year": 2003,
            "source": "MONATSSCHR KINDERH. 2003; 151(8): 875-877. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000185225400011",
            "pubmed": null,
            "doi": "10.1007/s00112-002-0531-y",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123887-83445-6"
            ],
            "imported": "2012-12-07T14:49:20+01:00",
            "journal": "MONATSSCHR KINDERH",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": "MONATSSCHRIFT KINDERHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.331,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 121365,
            "title": "Functional cardiac MRI for assessment of aortic valve disease",
            "abstract": null,
            "authors": [
                "Sagmeister, F",
                "Herrmann, S",
                "Ritter, C",
                "Machann, W",
                "Kostler, H",
                "Hahn, D",
                "Voelker, W",
                "Weidemann, F",
                "Beer, M"
            ],
            "year": 2010,
            "source": "Radiologe. 2010; 50(6):541-547",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000278899900008",
            "pubmed": "20521022",
            "doi": "10.1007/s00117-010-1988-7",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2012-09-17T12:17:44+02:00",
            "journal": "RADIOLOGE",
            "issn": "0033-832X",
            "collection_publisher": null,
            "collection_title": "RADIOLOGE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.523,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "impactfactor_norm_super": 0.088,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "RADIOLOGY, NUCLEAR MEDICINE + MEDICAL IMAGING",
            "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": 174313,
            "title": "[Mobile teledermatology in the treatment of chronic ulcers].",
            "abstract": null,
            "authors": [
                "Eber, EL",
                "Arzberger, E",
                "Michor, C",
                "Hofmann-Wellenhof, R",
                "Salmhofer, W"
            ],
            "year": 2019,
            "source": "Hautarzt. 2019; 70(5): 346-353. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000467635600007",
            "pubmed": "30937479",
            "doi": "10.1007/s00105-019-4397-5",
            "pmc": null,
            "organizations": [],
            "persons": [
                "174313-84688-6",
                "174313-51711-6",
                "174313-51721-6",
                "174313-65340-6",
                "174313-99819-2"
            ],
            "imported": "2019-04-04T02:00:00+02:00",
            "journal": "Hautarzt",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.838,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "DERMATOLOGY-SCI",
            "impactfactor_norm_super": 0.106,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "DERMATOLOGY-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
        }
    ]
}