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=151360&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156969,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151380&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151340&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 89052,
            "title": "Positron-emission tomography (PET) and PET/CT in head and neck cancer - recommendations of an interdisciplinary consensus conference",
            "abstract": null,
            "authors": [
                "Kohlfurst, S",
                "Markitz, M",
                "Raunik, W",
                "Eckel, HE",
                "Kresnik, E",
                "Hausegger, K",
                "Salzwimmer, M",
                "Gaggl, A",
                "Chiari, F",
                "Lind, P"
            ],
            "year": 2009,
            "source": "LARYNGO RHINO OTOL. 2009; 88(2): 84-90. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000263376400008",
            "pubmed": "19219754",
            "doi": "10.1055/s-0028-1119439",
            "pmc": null,
            "organizations": [
                "89052-14066"
            ],
            "persons": [],
            "imported": "2009-03-10T14:36:10+01:00",
            "journal": "LARYNGO RHINO OTOL",
            "issn": "0935-8943",
            "collection_publisher": null,
            "collection_title": "LARYNGO-RHINO-OTOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.656,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.277777777777778,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "OTORHINOLARYNGOLOGY",
            "impactfactor_norm_super": 0.278,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "OTORHINOLARYNGOLOGY",
            "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": 3848,
            "title": "Clinical anatomy and the physical examination part I: thorax, abdomen, perineum, and pelvis.",
            "abstract": null,
            "authors": [
                "Leonard, RJ",
                "Hoos, PC",
                "Lozanoff, S",
                "Marks, SC",
                "Mathers, LH",
                "Page, DW",
                "Pawlina, W",
                "Petterborg, LJ",
                "Abrahams, P",
                "Akesson, EJ",
                "Aker, FD",
                "Bedell, AW",
                "Carmichael, S",
                "Cheng, JC",
                "Haukoos, JS",
                "Heller, RF",
                "Huddleston, HT",
                "Liang, A",
                "Mau, CKTK",
                "Nguyen, C",
                "Patwardhan, R",
                "Schlunt, K",
                "Seifert, MF",
                "Serrao, R",
                "The, TL",
                "Weiglein, AH",
                "Williams, VF",
                "Blevins, CE",
                "Cahill, DR",
                "Educational Affairs Committee, American Association of Clinical Anatomists"
            ],
            "year": 2001,
            "source": "CLIN ANATOM. 2001; 14(5): 332-348. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000170811400005",
            "pubmed": "11754222",
            "doi": "10.1002/ca.1061",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-12-21T17:09:07+01:00",
            "journal": "CLIN ANATOM",
            "issn": "0897-3806",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.513,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.277777777777778,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "ANATOMY & MORPHOLOGY",
            "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": 22154,
            "title": "Oculopharyngeal muscle dystrophy. Genetic diagnosis in a family in Germany",
            "abstract": null,
            "authors": [
                "Mohammadi, B",
                "Bufler, J",
                "Kress, W",
                "Brandis, A",
                "Walter, GF",
                "Dengler, R",
                "Heidenreich, F"
            ],
            "year": 2000,
            "source": "Nervenarzt. 2000; 71(12):1003-1006",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000165772300012",
            "pubmed": "11139982",
            "doi": "10.1007/s001150050699",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.641,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.277372262773723,
            "impactfactor_norm_year": 2000,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5841,
            "title": "Speech disturbances and dyskinesias as initial symptoms of cortico- basal degeneration",
            "abstract": null,
            "authors": [
                "Anhaus, S",
                "Niederwieser, G",
                "Bonelli, RM",
                "Lind, P",
                "Reisecker, F",
                "Költringer, P"
            ],
            "year": 2000,
            "source": "NERVENARZT. 2000; 71(4): 311-315. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000086455400012",
            "pubmed": "10795100",
            "doi": "10.1007/s001150050563",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-05-19T17:51:13+02:00",
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.641,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.277372262773723,
            "impactfactor_norm_year": 2000,
            "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": 4526,
            "title": "Do chemokines spark autoimmunity in juvenile and adult rheumatic disease?",
            "abstract": null,
            "authors": [
                "Mangge, H",
                "Vojinovic, J",
                "Schauenstein, K"
            ],
            "year": 2002,
            "source": "Immunobiology. 2002; 206(4):459-471",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000179103600010",
            "pubmed": "12437075",
            "doi": "10.1078/0171-2985-00194",
            "pmc": null,
            "organizations": [
                "4526-14014",
                "4526-14028",
                "4526-14048"
            ],
            "persons": [
                "4526-52854-2"
            ],
            "imported": null,
            "journal": "IMMUNOBIOLOGY",
            "issn": "0171-2985",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.319,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.277310924369748,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 2692,
            "title": "Trace elements in pleural effusions.",
            "abstract": null,
            "authors": [
                "Domej, W",
                "Krachler, M",
                "Schlagenhaufen, C",
                "Trinker, M",
                "Krejs, GJ",
                "Irogolic, KJ"
            ],
            "year": 1997,
            "source": "J Trace Elem Med Biol. 1997; 11(4):232-238",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073326300006",
            "pubmed": "9575474",
            "doi": "10.1016/S0946-672X(97)80018-1",
            "pmc": null,
            "organizations": [],
            "persons": [
                "2692-51525-2",
                "2692-51534-6"
            ],
            "imported": null,
            "journal": "J TRACE ELEM MED BIOL",
            "issn": "0946-672X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.758,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.27710843373494,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 435,
            "title": "Changes in the concentrations of trace elements in human milk during lactation.",
            "abstract": null,
            "authors": [
                "Krachler, M",
                "Li, FS",
                "Rossipal, E",
                "Irgolic, KJ"
            ],
            "year": 1998,
            "source": "J Trace Elem Med Biol. 1998; 12(3):159-176",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000077558400005",
            "pubmed": "9857329",
            "doi": "10.1016/S0946-672X(98)80005-9",
            "pmc": null,
            "organizations": [
                "435-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "J TRACE ELEM MED BIOL",
            "issn": "0946-672X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.844,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.27710843373494,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 201539,
            "title": "Magnetic resonance imaging reduces the rate of unnecessary operations in pregnant patients with suspected acute appendicitis: a retrospective study.",
            "abstract": null,
            "authors": [
                "Lukenaite, B",
                "Luksaite-Lukste, R",
                "Mikalauskas, S",
                "Samuilis, A",
                "Strupas, K",
                "Poškus, T"
            ],
            "year": 2021,
            "source": "Ann Surg Treat Res. 2021; 100(1): 40-46. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000651120600006",
            "pubmed": "33457396",
            "doi": "10.4174/astr.2021.100.1.40",
            "pmc": "PMC7791189",
            "organizations": [],
            "persons": [
                "201539-122050-1",
                "201539-107651-6"
            ],
            "imported": "2023-02-10T01:00:00+01:00",
            "journal": "Ann Surg Treat Res",
            "issn": "2288-6575",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.766,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.277,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.313,
            "impactfactor_norm_super_year": 2020,
            "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": 172783,
            "title": "Reversal strategies in patients treated with direct oral anticoagulants.",
            "abstract": null,
            "authors": [
                "Gressenberger, P"
            ],
            "year": 2019,
            "source": "Vasa. 2019; 48(5):389-392",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000482220400004",
            "pubmed": "30719950",
            "doi": "10.1024/0301-1526/a000777",
            "pmc": null,
            "organizations": [
                "172783-14079"
            ],
            "persons": [
                "172783-98007-2"
            ],
            "imported": "2019-02-10T01:00:00+01:00",
            "journal": "Vasa",
            "issn": "0301-1526",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.831,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.277,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE-SCI",
            "impactfactor_norm_super": 0.277,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "PERIPHERAL VASCULAR DISEASE-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": 181059,
            "title": "ESVM Guideline on peripheral arterial disease.",
            "abstract": null,
            "authors": [
                "Frank, U",
                "Nikol, S",
                "Belch, J",
                "Boc, V",
                "Brodmann, M",
                "Carpentier, PH",
                "Chraim, A",
                "Canning, C",
                "Dimakakos, E",
                "Gottsäter, A",
                "Heiss, C",
                "Mazzolai, L",
                "Madaric, J",
                "Olinic, DM",
                "Pécsvárady, Z",
                "Poredoš, P",
                "Quéré, I",
                "Roztocil, K",
                "Stanek, A",
                "Vasic, D",
                "Visonà, A",
                "Wautrecht, JC",
                "Bulvas, M",
                "Colgan, MP",
                "Dorigo, W",
                "Houston, G",
                "Kahan, T",
                "Lawall, H",
                "Lindstedt, I",
                "Mahe, G",
                "Martini, R",
                "Pernod, G",
                "Przywara, S",
                "Righini, M",
                "Schlager, O",
                "Terlecki, P"
            ],
            "year": 2019,
            "source": "Vasa. 2019; 48(Suppl 102):1-79",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000508390800001",
            "pubmed": "31789115",
            "doi": "10.1024/0301-1526/a000834",
            "pmc": null,
            "organizations": [
                "181059-14079"
            ],
            "persons": [
                "181059-51689-6"
            ],
            "imported": "2020-02-18T14:55:10+01:00",
            "journal": "VASA",
            "issn": "0301-1526",
            "collection_publisher": null,
            "collection_title": "VASA-EUROPEAN JOURNAL OF VASCULAR MEDICINE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.831,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.277,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE-SCI",
            "impactfactor_norm_super": 0.277,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "PERIPHERAL VASCULAR DISEASE-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": 185322,
            "title": "Thoracoscopic Management of Pediatric Patients with Congenital Lung Malformations: Results of a European Multicenter Survey.",
            "abstract": null,
            "authors": [
                "Esposito, C",
                "Bonnard, A",
                "Till, H",
                "Leva, E",
                "Khen-Dunlop, N",
                "Zanini, A",
                "Montalva, L",
                "Sarnacki, S",
                "Escolino, M"
            ],
            "year": 2021,
            "source": "J Laparoendosc Adv Surg Tech A. 2021; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000607275700001",
            "pubmed": "33428520",
            "doi": "10.1089/lap.2020.0596",
            "pmc": null,
            "organizations": [
                "185322-14049"
            ],
            "persons": [
                "185322-83445-6"
            ],
            "imported": "2021-01-20T01:00:00+01:00",
            "journal": "J Laparoendosc Adv Surg Tech A",
            "issn": "1092-6429",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.766,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.277,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.336,
            "impactfactor_norm_super_year": 2020,
            "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": 123844,
            "title": "Atypical laparoscopic resection of a liver tumor in a 4-year-old girl",
            "abstract": null,
            "authors": [
                "Yeung, CK",
                "Chowdhary, SK",
                "Chan, KW",
                "Lee, KH",
                "Till, H"
            ],
            "year": 2006,
            "source": "J Laparoendosc Adv Surg Tech A. 2006; 16(3):325-327",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000238670100021",
            "pubmed": "16796452",
            "doi": "10.1089/lap.2006.16.325",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123844-83445-6"
            ],
            "imported": "2012-12-07T14:49:20+01:00",
            "journal": "J LAPAROENDOSC ADV S",
            "issn": "1092-6429",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF LAPAROENDOSCOPIC & ADVANCED SURGICAL TECHNIQUES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.718,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.277,
            "impactfactor_norm_year": 2006,
            "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": false
        },
        {
            "id": 123840,
            "title": "Efficacy of electrocautery in different media: Air, perfluorodecalin, glycerine, glycine, and electrolyte solution",
            "abstract": null,
            "authors": [
                "Muensterer, OJ",
                "Herrmanns, VJ",
                "Metzger, R",
                "Till, H"
            ],
            "year": 2006,
            "source": "J Laparoendosc Adv Surg Tech A. 2006; 16(6):659-662",
            "category": 1,
            "document_type": 18,
            "sci": "ISI:000243451900025",
            "pubmed": "17243892",
            "doi": "10.1089/lap.2006.16.659",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123840-83445-6"
            ],
            "imported": "2012-12-07T14:49:20+01:00",
            "journal": "J LAPAROENDOSC ADV S",
            "issn": "1092-6429",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF LAPAROENDOSCOPIC & ADVANCED SURGICAL TECHNIQUES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.718,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.277,
            "impactfactor_norm_year": 2006,
            "impactfactor_norm_category": "SURGERY",
            "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": 188978,
            "title": "Laparoscopic Treatment of Gastroesophageal Reflux Disease in Children: How We Do It.",
            "abstract": null,
            "authors": [
                "Till, H",
                "Esposito, C",
                "Escolino, M",
                "Singer, G",
                "Gasparella, P",
                "Arneitz, C"
            ],
            "year": 2021,
            "source": "J Laparoendosc Adv Surg Tech A. 2021; 31(10):1175-1179",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000686738400001",
            "pubmed": "34415797",
            "doi": "10.1089/lap.2021.0401",
            "pmc": null,
            "organizations": [
                "188978-14049"
            ],
            "persons": [
                "188978-50778-6",
                "188978-83445-2",
                "188978-93943-6",
                "188978-97605-6"
            ],
            "imported": "2021-08-22T02:00:00+02:00",
            "journal": "J Laparoendosc Adv Surg Tech A",
            "issn": "1092-6429",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.766,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.277,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.336,
            "impactfactor_norm_super_year": 2020,
            "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": 181068,
            "title": "The compelling arguments for the need of medical vascular physicians in Europe.",
            "abstract": null,
            "authors": [
                "Heiss, C",
                "Madaric, J",
                "Belch, J",
                "Brodmann, M",
                "Mazzolai, L"
            ],
            "year": 2019,
            "source": "Vasa. 2019; 48(6):487-491",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000497304900005",
            "pubmed": "31271343",
            "doi": "10.1024/0301-1526/a000810",
            "pmc": null,
            "organizations": [
                "181068-14079"
            ],
            "persons": [
                "181068-51689-6"
            ],
            "imported": "2020-02-18T15:48:04+01:00",
            "journal": "VASA",
            "issn": "0301-1526",
            "collection_publisher": null,
            "collection_title": "VASA-EUROPEAN JOURNAL OF VASCULAR MEDICINE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.831,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.277,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE-SCI",
            "impactfactor_norm_super": 0.277,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "PERIPHERAL VASCULAR DISEASE-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": 172971,
            "title": "Urgent need to clarify the definition of chronic critical limb ischemia - a position paper from the European Society for Vascular Medicine.",
            "abstract": null,
            "authors": [
                "Constans, J",
                "Bura-Rivière, A",
                "Visona, A",
                "Brodmann, M",
                "Abraham, P",
                "Olinic, DM",
                "Madaric, J",
                "Steiner, S",
                "Quéré, I",
                "Mazzolai, L",
                "Belch, J"
            ],
            "year": 2019,
            "source": "Vasa. 2019; 48(3):223-227",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000466117900005",
            "pubmed": "30451092",
            "doi": "10.1024/0301-1526/a000764",
            "pmc": null,
            "organizations": [
                "172971-14079"
            ],
            "persons": [
                "172971-51689-6"
            ],
            "imported": "2019-02-11T01:00:00+01:00",
            "journal": "Vasa",
            "issn": "0301-1526",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.831,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.277,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE-SCI",
            "impactfactor_norm_super": 0.277,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "PERIPHERAL VASCULAR DISEASE-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": 214989,
            "title": "Pacemaker after Sutureless and Rapid-Deployment Prostheses: A Progress Report from the SURD-IR",
            "abstract": null,
            "authors": [
                "Pollari, F",
                "Berretta, P",
                "Albertini, A",
                "Carrel, T",
                "Teoh, K",
                "Meuris, B",
                "Villa, E",
                "Kappert, U",
                "Andreas, M",
                "Solinas, M",
                "Misfeld, M",
                "Savini, C",
                "Fiore, A",
                "Shrestha, M",
                "Santarpino, G",
                "Martinelli, GL",
                "Mignosa, C",
                "Glauber, M",
                "Yan, T",
                "Fischlein, T",
                "Di Eusanio, M"
            ],
            "year": 2023,
            "source": "THORAC CARDIOV SURG. 2023; 71(07): 557-565. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000869428900003",
            "pubmed": "36257545",
            "doi": "10.1055/s-0042-1757778",
            "pmc": null,
            "organizations": [],
            "persons": [
                "214989-131297-6"
            ],
            "imported": "2025-03-06T09:44:57+01:00",
            "journal": "THORAC CARDIOV SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": "THORACIC AND CARDIOVASCULAR SURGEON; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.3,
            "impactfactor_year": 2023,
            "impactfactor_norm": 0.277,
            "impactfactor_norm_year": 2023,
            "impactfactor_norm_category": "SURGERY-SCIE",
            "impactfactor_norm_super": 0.303,
            "impactfactor_norm_super_year": 2020,
            "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": 136563,
            "title": "Lamina propria plasma cells in inflammatory bowel disease: intracellular detection of immunoglobulins using flow cytometry.",
            "abstract": null,
            "authors": [
                "Dorn, I",
                "Schlenke, P",
                "Mascher, B",
                "Stange, EF",
                "Seyfarth, M"
            ],
            "year": 2002,
            "source": "Immunobiology. 2002; 206(5):546-557",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000180935700010",
            "pubmed": "12607730",
            "doi": "10.1078/0171-2985-00203",
            "pmc": null,
            "organizations": [],
            "persons": [
                "136563-88593-6",
                "136563-96172-2"
            ],
            "imported": "2014-05-07T02:00:00+02:00",
            "journal": "Immunobiology",
            "issn": "0171-2985",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.319,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.277,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 103065,
            "title": "Fine needle aspiration cytology: a survey of current European practice.",
            "abstract": null,
            "authors": [
                "Kocjan, G",
                "Feichter, G",
                "Hagmar, B",
                "Kapila, K",
                "Kardum-Skelin, I",
                "Kloboves, V",
                "Kobayashi, TK",
                "Koutselini, H",
                "Majak, B",
                "Schenck, U",
                "Schmitt, F",
                "Tani, E",
                "Totch, M",
                "Onal, B",
                "Vass, L",
                "Vielh, P",
                "Weynand, B",
                "Herbert, A"
            ],
            "year": 2006,
            "source": "Cytopathology. 2006; 17(5):219-226",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000240402400003",
            "pubmed": "16961648",
            "doi": "10.1111/j.1365-2303.2006.00408.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-08-04T02:00:00+02:00",
            "journal": "Cytopathology",
            "issn": "0956-5507",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.989,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.276923076923077,
            "impactfactor_norm_year": 2006,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 8020,
            "title": "MICRO-DETERMINATION OF ZINC IN HUMAN-SERUM",
            "abstract": null,
            "authors": [
                "WAWSCHINEK, O"
            ],
            "year": 1983,
            "source": "MIKROCHIM ACTA 1983 3: 77-81.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RL01400010",
            "pubmed": null,
            "doi": "10.1007/BF01202682",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "MIKROCHIM ACTA",
            "issn": "0026-3672",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.965,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.276923076923077,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, ANALYTICAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}