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=157440&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157496,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157460&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157420&ordering=impactfactor",
    "results": [
        {
            "id": 193622,
            "title": "Management of Traumatic Segmental Bile Duct Injuries.",
            "abstract": null,
            "authors": [
                "Mischinger HJ, Bacher H, Werkgartner G, Rabl H"
            ],
            "year": 1994,
            "source": "3rd United European Gastroenterology Week; 25. bis 29. Juni 1994; Oslo, Norway. 1994. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "193622-51595"
            ],
            "imported": "2022-02-24T12:13:06+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 193623,
            "title": "Protein C and S Deficiency as Underlying Process in Patients with Splanchnic Venous Thrombosis.",
            "abstract": null,
            "authors": [
                "Rabl H, Mischinger HJ, Steiner H, Lederer A"
            ],
            "year": 1994,
            "source": "3rd United European Gastroenterology Week; 25. bis 29. Juni 1994; Oslo, Norway. 1994. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "193623-51595"
            ],
            "imported": "2022-02-24T12:16:50+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 193624,
            "title": "Small Bowel Reperfusion Injury in the Rat is Ameliorated by Multivitamin Pretreatment.",
            "abstract": null,
            "authors": [
                "Rabl H, Mischinger HJ, Ratschek M"
            ],
            "year": 1994,
            "source": "3rd United European Gastroenterology Week; 25. bis 29. Juni 1994; Oslo, Norway. 1994. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "193624-51595"
            ],
            "imported": "2022-02-24T12:26:12+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 193625,
            "title": "Hemobilia - A Rare Cause of Upper Gastrointestinal Hemorrhage.",
            "abstract": null,
            "authors": [
                "Fruhwirth H, Mischinger HJ, Rabl H, Hauser H"
            ],
            "year": 1994,
            "source": "3rd United European Gastroenterology Week; 25. bis 29. Juni 1994; Oslo, Norway. 1994. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "193625-51595"
            ],
            "imported": "2022-02-24T12:34:07+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 193626,
            "title": "Recurrent Hemorrhages After Emergency Endoscopy in Acute Gastroduodenal Bleedings - What to Do?",
            "abstract": null,
            "authors": [
                "Mischinger HJ, Rabl H, Rosanelli G, Amann W, Hauser H, Werkgartner G"
            ],
            "year": 1994,
            "source": "3rd United European Gastroenterology Week; 25. bis 29. Juni 1994; Oslo, Norway. 1994. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "193626-51595"
            ],
            "imported": "2022-02-24T12:44:20+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 193627,
            "title": "The carotid body tumor and its therapeutical management.",
            "abstract": null,
            "authors": [
                "Rabl H, Mischinger HJ, Koch G"
            ],
            "year": 1994,
            "source": "Joint Meeting of the European Society of Surgical Oncology; 08. bis 11. Juni 1994; Heidelberg, Deutschland. 1994. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "193627-51595"
            ],
            "imported": "2022-02-24T12:49:52+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 193628,
            "title": "Colon and Rectum Perforation after Ingestion of Foreign Bodies.",
            "abstract": null,
            "authors": [
                "Hauser H, Uranus S, Pfeifer J, Mischinger HJ,"
            ],
            "year": 1994,
            "source": "International Society of University Colon and Rectal Surgeons 15th Biennial Congress; 02. bis 06. Juli 1994; Singapore, Singapore. 1994. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "193628-51595"
            ],
            "imported": "2022-02-24T12:59:25+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 193629,
            "title": "Hodgkin´s disease of the terminal ileum as a rare complication of Crohn´s disease withpresence of mycobacterial DNA in both.",
            "abstract": null,
            "authors": [
                "Lax S, Trauner M, Hoefler G, Mischinger HJ, Stauber R, Beham-Schmid C"
            ],
            "year": 1995,
            "source": "11th World Congress of Academic and Enviromental Pathology; Jänner 1995; Hong-Kong, China. 1995. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "193629-14081"
            ],
            "persons": [
                "193629-51530",
                "193629-51595"
            ],
            "imported": "2022-02-24T13:12:05+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 193632,
            "title": "Molecular Basis of Vasculopathy in Pulmonary Arterial Hypertension",
            "abstract": null,
            "authors": [
                "Olschewski, A"
            ],
            "year": 2022,
            "source": "7th Systemic Sclerosis World Congress; March 10-12, 2022; Florence, Italy. 2022. ",
            "category": 3,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "193632-14044"
            ],
            "persons": [
                "193632-54345"
            ],
            "imported": "2022-02-24T16:22:10+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": true,
            "bmf_use": true,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 193634,
            "title": "Food and Mood- Prävention und Behandlung von psychischen Erkrankungen mit Ernährung.",
            "abstract": null,
            "authors": [
                "Mörkl, S"
            ],
            "year": 2022,
            "source": "Fortbildungsveranstaltung für Lehrkräfte- Pädagogische Hochschule Tirol. ; FEB 24, 2022; Innsbruck, AUSTRIA;. 2022. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "193634-29444"
            ],
            "persons": [
                "193634-84449"
            ],
            "imported": "2022-02-25T09:52:00+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "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": 193636,
            "title": "Digital Pathology in a Routine Setting",
            "abstract": null,
            "authors": [
                "Haybaeck, J"
            ],
            "year": 2022,
            "source": "Digital Pathology & Image Analysis Training School 2022; FEB 25, 2022; Vienna, AUSTRIA. 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "193636-14020"
            ],
            "persons": [],
            "imported": "2022-02-25T12:02:41+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "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": 193637,
            "title": "Reflectance confocal microscopy for the diagnosis of skin infections and infestations.",
            "abstract": null,
            "authors": [
                "Pimenta, R",
                "Soares-de-Almeida, L",
                "Arzberger, E",
                "Ferreira, J",
                "Leal-Filipe, P",
                "Bastos, PM",
                "Oliveira, AL"
            ],
            "year": 2020,
            "source": "Dermatol Online J. 2020; 26(3):",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "32609438",
            "doi": "10.5070/D3263048026",
            "pmc": null,
            "organizations": [
                "193637-14047"
            ],
            "persons": [
                "193637-65340-6"
            ],
            "imported": "2022-02-25T01:00:00+01:00",
            "journal": "Dermatol Online J",
            "issn": "1087-2108",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "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": 193643,
            "title": "Basic rules for kinematic alignment.",
            "abstract": null,
            "authors": [
                "Sadoghi, P"
            ],
            "year": 2022,
            "source": "Siagascot Scientific Program. 2022; -SIAGASCOT 1st annual meeting Rom; MAR 11, 2022; Rom, ITALY. ",
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "193643-14052"
            ],
            "persons": [
                "193643-59379"
            ],
            "imported": "2022-02-26T14:41:37+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 193646,
            "title": "MODELING IMPACT OF THE COVID-19 PANDEMIC ON HEPATITIS C VIRUS ELIMINATION IN THE U.S.",
            "abstract": null,
            "authors": [
                "Flores Ortega, R",
                "Hoenigl M",
                "Cheema , J",
                "Reau, N",
                "Martin, NK."
            ],
            "year": 2022,
            "source": "  . 2022; -CROI; FEB 12-16, 2022; Washington DC, USA. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "193646-29164"
            ],
            "persons": [
                "193646-64754"
            ],
            "imported": "2022-02-26T16:40:48+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "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": 193647,
            "title": "The Bi-directional Effect of Hormone therapy and PrEP Concentrations in Transgender Individuals.",
            "abstract": null,
            "authors": [
                "Blumenthal, J",
                "Goyal, R",
                "Burke, L",
                "Dube, M",
                "Hoenigl, M",
                "Chow, K",
                "Silva, J",
                "Moore, D",
                "Haubrich, R",
                "Corado, K",
                "Anderson, P",
                "Boland, R",
                "Morris, S"
            ],
            "year": 2022,
            "source": "  . 2022; -CROI; FEB 12-16, 2022; Washington DC, USA. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "193647-29164"
            ],
            "persons": [
                "193647-64754"
            ],
            "imported": "2022-02-26T16:45:26+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "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": 193648,
            "title": "Development of a Rapid Cross-Kingdom Molecular Assay for Broad-Based\r\nScreening and Quantification of Bacterial, Viral, and Fungal Pathogens.",
            "abstract": null,
            "authors": [
                "Goshia, T",
                "Hoenigl, M",
                "Lawrence, SM",
                "Fraley, SI."
            ],
            "year": 2022,
            "source": " . 2022; -29th International Molecular and Precision Med TRI-CON; FEB 21-23, 2022; San Diego, USA. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "193648-29164"
            ],
            "persons": [
                "193648-64754"
            ],
            "imported": "2022-02-26T16:50:20+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "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": 193652,
            "title": "Lipoprotein(a) und Schweregrad der venösen Thromboembolie - Präsentation der Studiendaten.",
            "abstract": null,
            "authors": [
                "Gressenberger, P"
            ],
            "year": 2022,
            "source": "Forschungsmeeting Angiologie; FEB 16, 2022; Graz. 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "193652-14047"
            ],
            "persons": [
                "193652-98007"
            ],
            "imported": "2022-02-27T19:09:42+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "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": 193663,
            "title": "Atypical cartilaginous tumors Diagnosis and therapy",
            "abstract": null,
            "authors": [
                "Smolle, MA",
                "Lehner, B",
                "Omlor, G",
                "Igrec, J",
                "Brcic, I",
                "Bergovec, M",
                "Galsterer, S",
                "Gilg, MM",
                "Leithner, A"
            ],
            "year": 2022,
            "source": "ONKOLOGE. 2022; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000753325200001",
            "pubmed": null,
            "doi": "10.1007/s00761-022-01099-7",
            "pmc": null,
            "organizations": [
                "193663-14020",
                "193663-14052",
                "193663-14054"
            ],
            "persons": [
                "193663-100618-6",
                "193663-53237-4",
                "193663-77074-6",
                "193663-88122-6",
                "193663-92422-6",
                "193663-95171-1"
            ],
            "imported": "2022-02-28T08:54:47+01:00",
            "journal": "ONKOLOGE",
            "issn": "0947-8965",
            "collection_publisher": null,
            "collection_title": "ONKOLOGE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": 0.017,
            "impactfactor_norm_super_year": 2020,
            "impactfactor_norm_super_category": "ONCOLOGY-SCI",
            "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": 193670,
            "title": "Multicenter Evaluation of a New, Fully Automated Androstenedione Electrochemiluminescence Immunoassay: Precision Analysis, Method Comparison, and Determination of Reference Ranges",
            "abstract": null,
            "authors": [
                "Obermayer-Pietsch, B",
                "de Ramon, M",
                "Reichmuth, C",
                "Bendig, G",
                "Hutzler, S",
                "Taibon, J",
                "Rank, CM",
                "Findeisen, P"
            ],
            "year": 2022,
            "source": "J APPL LAB MED. 2022; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000756669500001",
            "pubmed": "34662384",
            "doi": "10.1093/jalm/jfab107",
            "pmc": null,
            "organizations": [
                "193670-14080"
            ],
            "persons": [
                "193670-51809-2"
            ],
            "imported": "2022-02-28T08:54:47+01:00",
            "journal": "J APPL LAB MED",
            "issn": "2576-9456",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF APPLIED LABORATORY MEDICINE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 193677,
            "title": "Wnt ligand expression in malignant melanoma: new insights",
            "abstract": null,
            "authors": [
                "Houschyar, KS",
                "Borrelli, MR",
                "Rein, S",
                "Tapking, C",
                "Popp, D",
                "Puladi, B",
                "Ooms, M",
                "Schulz, T",
                "Maan, ZN",
                "Branski, LK",
                "Siemers, F",
                "Philipp-Dormston, WG",
                "Yazdi, AS",
                "Duscher, D"
            ],
            "year": 2022,
            "source": "EUR J PLAST SURG. 2022; ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000753217800001",
            "pubmed": null,
            "doi": "10.1007/s00238-022-01941-6",
            "pmc": null,
            "organizations": [
                "193677-14076"
            ],
            "persons": [
                "193677-88310-6"
            ],
            "imported": "2022-02-28T08:54:47+01:00",
            "journal": "EUR J PLAST SURG",
            "issn": "0930-343X",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF PLASTIC SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "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
        }
    ]
}