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=150600&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157114,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150620&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150580&ordering=impactfactor",
    "results": [
        {
            "id": 212022,
            "title": "Schwangerschaft als Option für langfristige Gesundheitsvorsorge",
            "abstract": null,
            "authors": [
                "Stern, C"
            ],
            "year": 2024,
            "source": "Jahrestagung der ÖGGG 2024\r\n; Sept 23-25, 2024; Salzburg. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212022-14064"
            ],
            "persons": [
                "212022-57414"
            ],
            "imported": "2024-11-11T14:55:49+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": 181122,
            "title": "Difficult diagnosis and rare morphology of lymphangioleiomyomatosis with giant cysts.",
            "abstract": null,
            "authors": [
                "Welter, S",
                "Thrull, P",
                "Westhoff, M",
                "Bach, P",
                "Popper, H",
                "Maschek, HJ"
            ],
            "year": 2019,
            "source": "Respir Med Case Rep. 2019; 28(3):100873-100873",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:000511444900032",
            "pubmed": "31249775",
            "doi": "10.1016/j.rmcr.2019.100873",
            "pmc": "PMC6586772",
            "organizations": [
                "181122-14020"
            ],
            "persons": [],
            "imported": "2020-02-21T07:35:04+01:00",
            "journal": "RESPIR MED CASE REP",
            "issn": "2213-0071",
            "collection_publisher": null,
            "collection_title": "RESPIRATORY MEDICINE CASE REPORTS; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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
        },
        {
            "id": 212210,
            "title": "Anleitung zur anatomischen Präparation.",
            "abstract": null,
            "authors": [
                "Pretterklieber, ML"
            ],
            "year": 2024,
            "source": "22. Präparieren für Anatomen; JULY 23-26, 2024; Mainz, GERMANY;. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212210-14018"
            ],
            "persons": [
                "212210-108616"
            ],
            "imported": "2024-11-21T11:49:47+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": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 212274,
            "title": "Schlaganfallversorgung am Beispiel der Steiermark",
            "abstract": null,
            "authors": [
                "Deutschmann, H"
            ],
            "year": 2024,
            "source": "ÖGNR Jahrestagung ; NOV 7-9, 2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212274-14108"
            ],
            "persons": [
                "212274-51882"
            ],
            "imported": "2024-11-26T16:49: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": 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": 181126,
            "title": "The 2020 update of the recommendations of the Austrian working group on lung pathology and oncology for the diagnostic workup of non-small cell lung cancer with focus on predictive biomarkers.",
            "abstract": null,
            "authors": [
                "Popper, HH",
                "Gruber-Mosenbacher, U",
                "Pall, G",
                "Mullauer, L",
                "Hochmair, M",
                "Krenbek, D",
                "Brcic, L",
                "Schmitz, K",
                "Lamprecht, B",
                "Eckmayr, J",
                "Hilbe, W",
                "Hutarew, G",
                "Errhalt, P",
                "Kolb, R",
                "Pirker, R",
                "Setinek, U",
                "Webersinke, G",
                "Absenger, G",
                "Hernler, T",
                "Rauter, M",
                "Wasicky, R"
            ],
            "year": 2020,
            "source": "MEMO-MAG EUR MED ONC. 2020; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000509167600002",
            "pubmed": null,
            "doi": "10.1007/s12254-019-00565-0",
            "pmc": null,
            "organizations": [
                "181126-14020",
                "181126-14085"
            ],
            "persons": [],
            "imported": "2020-02-21T07:35:04+01:00",
            "journal": "MEMO-MAG EUR MED ONC",
            "issn": "1865-5041",
            "collection_publisher": null,
            "collection_title": "MEMO-MAGAZINE OF EUROPEAN MEDICAL ONCOLOGY; ",
            "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": false,
            "local_affiliation": true
        },
        {
            "id": 181127,
            "title": "KANDINSKY Patterns: A Swiss-Knife for the Study of Explainable AI.",
            "abstract": null,
            "authors": [
                "Holzinger, A",
                "Kieseberg, P",
                "Mulller, H"
            ],
            "year": 2020,
            "source": "ERCIM NEWS. 2020; (120): 41-42. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000508968200026",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "181127-14020",
                "181127-14026"
            ],
            "persons": [
                "181127-51050-2",
                "181127-51449-6"
            ],
            "imported": "2020-02-21T07:35:04+01:00",
            "journal": "ERCIM NEWS",
            "issn": "0926-4981",
            "collection_publisher": null,
            "collection_title": "ERCIM NEWS; ",
            "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
        },
        {
            "id": 181130,
            "title": "Response to Hudnut re: \"Laser Acupuncture: A Concise Review\" (DOI: 10.1089/acu.2019.1393).",
            "abstract": null,
            "authors": [
                "Litscher, G"
            ],
            "year": 2020,
            "source": "MED ACUPUNCT. 2020; 32(1): 52-52. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000511271000011",
            "pubmed": "32110263",
            "doi": "10.1089/acu.2019.29127.glt",
            "pmc": "PMC7043064",
            "organizations": [],
            "persons": [],
            "imported": "2020-02-21T07:35:04+01:00",
            "journal": "MED ACUPUNCT",
            "issn": "1933-6586",
            "collection_publisher": null,
            "collection_title": "MEDICAL ACUPUNCTURE; ",
            "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
        },
        {
            "id": 212417,
            "title": "Psychische Folgen von Isolation und Einsamkeit im Alter.",
            "abstract": null,
            "authors": [
                "Reininghaus, EZ"
            ],
            "year": 2024,
            "source": "Jahreskongress des Netzwerkes Altersmedizin Steiermark; OKT 24-25, 2024; Graz, AUSTRIA;. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212417-29444"
            ],
            "persons": [
                "212417-50654"
            ],
            "imported": "2024-12-04T12:48:09+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 212422,
            "title": "Hautbarrieren im Ausnahmezustand: Ein rätselhafter Ulkus-Fall",
            "abstract": null,
            "authors": [
                "Grossschaedl, K",
                "Binder, B"
            ],
            "year": 2024,
            "source": "Skin. 2024; -ÖGDV; NOV 28-30, 2024; Graz. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212422-14047"
            ],
            "persons": [
                "212422-108777",
                "212422-53009"
            ],
            "imported": "2024-12-04T20:38:24+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 181139,
            "title": "Chair der Sitzung zu Personalisierte Tumorbehandlung - vom Experiment zur Klinik, Translationale Onkologie.",
            "abstract": null,
            "authors": [
                "Haybaeck, J"
            ],
            "year": 2020,
            "source": "34. Deutscher Krebskongress; FEB 21, 2020; Berlin, GERMANY. 2020. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "181139-14020"
            ],
            "persons": [],
            "imported": "2020-02-21T19:21:08+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": 181140,
            "title": "Genetics of affective disorders in relation to tryptophan-breakdown",
            "abstract": null,
            "authors": [
                "Bengesser S, Lenger M, Maget A, Dalkner N, Hamm C, Fellendorf F, Platzer M, Queissner R, Birner A, Unterweger R, Gostner JM, Fuchs D, Reininghaus EZ"
            ],
            "year": 2020,
            "source": "Pteridines. 2020; -39th International Winter-Workshop Clinical, Chemical and Biochemical Aspects of Pteridines and Related Topics; FEB 25th- 28th; Innsbruck. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "181140-14051",
                "181140-29444"
            ],
            "persons": [
                "181140-99972",
                "181140-50654",
                "181140-79733",
                "181140-79771",
                "181140-86429",
                "181140-91818",
                "181140-92607",
                "181140-79454"
            ],
            "imported": "2020-02-22T19:52:32+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 210242,
            "title": "Trusted Data Environment for Digital Transformation of Health Systems: Role of Biobanks.",
            "abstract": null,
            "authors": [
                "Zatloukal, K"
            ],
            "year": 2024,
            "source": "Biobanking and Digital Pathology in the Context of the UN Sustainable Development Goals; MAY 27-31, 2024; Geneva, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210242-14020"
            ],
            "persons": [
                "210242-51663"
            ],
            "imported": "2024-06-28T14:50:16+02: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 181142,
            "title": "Sofortbelastung versus konventionelle Belastung von 2 oder 4 interforaminären Implantaten zur Prothesenretention in der Gerodontologie. ",
            "abstract": null,
            "authors": [
                "Rugani, P",
                "Nebl-Vogl, M",
                "Acham, S",
                "Truschnegg, A",
                "Lorenzoni, M",
                "Jakse N"
            ],
            "year": 2019,
            "source": "ÖGI Kongress 2019 , Wien; NOV 8-9, 2019; Vienna, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "181142-14057",
                "181142-14109",
                "181142-14111"
            ],
            "persons": [
                "181142-51019",
                "181142-51042",
                "181142-51215",
                "181142-51703",
                "181142-51707",
                "181142-58244"
            ],
            "imported": "2020-02-23T11:02:22+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 181143,
            "title": "Vorstellung der Curriculums Zentren & Wissenschaft: Universitätsklinik für Zahnmedizin und Mundgesundheit Graz.",
            "abstract": null,
            "authors": [
                "Rugani,P"
            ],
            "year": 2019,
            "source": "ÖGI Kongress 2019; NOV 8-9, 2019; Vienna, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "181143-14109"
            ],
            "persons": [
                "181143-58244"
            ],
            "imported": "2020-02-23T11:06: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": 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": 210067,
            "title": "Glucocorticoids Versus Glucocorticoids Plus Cyclophosphamide in Eosinophilic Granulomatosis With Polyangiitis With Poor-Prognosis Factors: a Target Trial Emulation Study.",
            "abstract": null,
            "authors": [
                "Sorin, B",
                "Papo, M",
                "Sinico, RA",
                "Teixeira, VS",
                "Venhoff, N",
                "Urban, ML",
                "Iudici, M",
                "Mahrhold , J",
                "Locatelli, F",
                "Cassone, G",
                "Schiavon, F",
                "Seeliger, B",
                "Neumann, T",
                "Feder, C",
                "Kroegel, C",
                "Groh, M",
                "Marvisi, C",
                "Samson, M",
                "Barba, T",
                "Jayne, D",
                "Troilo, A",
                "Thiel, J",
                "Hellmich, B",
                "Monti, S",
                "Montecucco, C",
                "Salvarani, C",
                "Kahn, JE",
                "Bonnotte, B",
                "Durel, CA",
                "Puéchal, X",
                "Mouthon, L",
                "Guillevin, L",
                "Emmi, G",
                "Vaglio, A",
                "Porcher, R",
                "Terrier, B"
            ],
            "year": 2024,
            "source": "rheumatology.org/annual-meeting . 2024; -EULAR; JUN 11-15,2024; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210067-14086"
            ],
            "persons": [
                "210067-111873"
            ],
            "imported": "2024-06-19T12:50:44+02: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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 209391,
            "title": "Chirurgie des Magens/Duodenums",
            "abstract": null,
            "authors": [
                "Kornprat, P"
            ],
            "year": 2024,
            "source": "ULG Sonderausbildung in der Pflege im Operationsbereich; 24.4.2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209391-14073"
            ],
            "persons": [
                "209391-50039"
            ],
            "imported": "2024-05-02T13:03:30+02: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": true,
            "local_affiliation": true
        },
        {
            "id": 181148,
            "title": "Reference intervals for high sensitive flow cytometry of lymphocyte sub-populations",
            "abstract": null,
            "authors": [
                "Dressen, J",
                "Rupp, J",
                "Moser, A",
                "Haditsch, B",
                "Stradner, MH"
            ],
            "year": 2019,
            "source": " Annual Meeting of the Austrian Society for Allergology and Immunology; NOV 21-23, 20019; Graz, (NEW) MED CAMPUS, Aula. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "181148-14086"
            ],
            "persons": [
                "181148-53560"
            ],
            "imported": "2020-02-24T09:53:13+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 181149,
            "title": "Development of a humanized mouse model of Rheumatoid Arthritis",
            "abstract": null,
            "authors": [
                "Rupp, J",
                "Lackner, A",
                "Graninger, W",
                "Stradner, MH"
            ],
            "year": 2019,
            "source": "Doctoral Day; NOV 21, 2019; Graz, Austria. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "181149-14086"
            ],
            "persons": [
                "181149-53560",
                "181149-77590"
            ],
            "imported": "2020-02-24T09:59:11+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 209016,
            "title": "Hepatozelluläre CD10 Expression (HCD10E) als Marker für Cholangiopathien bei Kindern und Jugendlichen mit autoimmuner Lebererkrankung",
            "abstract": null,
            "authors": [
                "Kohlmaier, B",
                "Skok, K",
                "Vogel, G.F.",
                "Lackner, K.",
                "Knisely, A.S."
            ],
            "year": 2024,
            "source": "Abstracts der 39. Jahrestagung der Gesellschaft für Pädiatrische Gastroenterologie und Ernährung (GPGE) e.V.. 2024; -GPGE Jahrestagung; MAR 13-16, 2024; Essen. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209016-14020",
                "209016-14091"
            ],
            "persons": [
                "209016-120849",
                "209016-51983",
                "209016-75521"
            ],
            "imported": "2024-04-12T15:43:25+02: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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 207594,
            "title": "Spezielle Notfallszenarien im Kindesalter.",
            "abstract": null,
            "authors": [
                "Schwaberger, B"
            ],
            "year": 2024,
            "source": "Notärztlicher Lehrgang I/2024 Steiermark; FEB 3-9, 2024; Medizinisches Simulation- und Trainingszentrum Steiermark, Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "207594-14094"
            ],
            "persons": [
                "207594-79516"
            ],
            "imported": "2024-02-05T16:23: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": 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
        }
    ]
}