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=159200&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159512,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=159220&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=159180&ordering=impactfactor",
    "results": [
        {
            "id": 126962,
            "title": "Herz und Hypertonie. Beeinflussung früher hypertensiver Endorganschäden",
            "abstract": null,
            "authors": [
                "Kos, C",
                "Zweiker, R"
            ],
            "year": 2011,
            "source": "Universum Innere Medizin. 2011; 2011(07): 62-65. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126962-14083"
            ],
            "persons": [],
            "imported": "2013-02-15T21:42:51+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": 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": 127844,
            "title": "Endorektaleer Sonographiekurs 27. und 28.11.2003, chirurgische Universitätsklinik Würzburg",
            "abstract": null,
            "authors": [
                "Hauser, H"
            ],
            "year": 2004,
            "source": "Journal für gastroenterologische und hepatologische Erkrankungen. 2004; 2004(01): 29-31. ",
            "category": 1,
            "document_type": 4,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "127844-51746"
            ],
            "imported": "2013-04-07T21:41: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": 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": 128172,
            "title": "Läsionen der Arteria carotis und vertebralis",
            "abstract": null,
            "authors": [
                "Fankhauser, F",
                "Schippinger, G",
                "Peicha, G",
                "Boldin, C",
                "Schweighofer, F",
                "Klein, G"
            ],
            "year": 2001,
            "source": "Jatros Orthopädie. 2001; 7(12):",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2013-04-26T19:53:12+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": 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": 137906,
            "title": "Medizin und Wissensgesellschaft - zur Debatte um eine adäquate Gesundheitspolitik.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 2014,
            "source": "Psychologische Medizin. 2014; 25(2): 2-3. ",
            "category": 1,
            "document_type": 4,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "137906-29447"
            ],
            "persons": [
                "137906-51505"
            ],
            "imported": "2014-07-17T14:35:20+02:00",
            "journal": null,
            "issn": "1014-8167",
            "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": 138379,
            "title": "Neue Ultraschall-Scores zur Erfassung entzündlicher und straktureller Pathologien der PsA.",
            "abstract": null,
            "authors": [
                "Ficjan,A"
            ],
            "year": 2014,
            "source": "Fakten der Rheumatologie. 2014; 2:  20-21. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "138379-14086"
            ],
            "persons": [],
            "imported": "2014-08-18T12:12:07+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": 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": 218668,
            "title": "VI-RADS in der Ära der modernen systemischen Therapie",
            "abstract": null,
            "authors": [
                "Talakic, E"
            ],
            "year": 2025,
            "source": "Wissenschaftliche Morgenfortbildung der Klinischen Abteilung für Allgemeine Radiologische Diagnostik; NOV 05, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218668-14104"
            ],
            "persons": [
                "218668-74075"
            ],
            "imported": "2025-11-18T06:04: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": 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": 218682,
            "title": "Anschluß außerhalb der Traumazone - Innerhalb der Traumazone – \r\nHumerusrekonstruktion nach Explosionstrauma.",
            "abstract": null,
            "authors": [
                "Mandal, P",
                "Bauer, B",
                "Winter, R",
                "Kamolz, LP"
            ],
            "year": 2025,
            "source": "DAM; 46. Jahrestagung; Tradition REflexion Vision!; Nov 13-15, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218682-14045",
                "218682-14076"
            ],
            "persons": [
                "218682-132682",
                "218682-63389",
                "218682-80111",
                "218682-120631"
            ],
            "imported": "2025-11-19T08:19:46+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": 218693,
            "title": "Atopische Dermatitis, DD ektodermale Dysplasie oder beides?",
            "abstract": null,
            "authors": [
                "Weingärtner, A",
                "Eber, E"
            ],
            "year": 2025,
            "source": "Monatsschrift Kinderheilkunde. 2025; Suppl 2: S147--63. Jahrestagung der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; SEP 10-12, 2025; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218693-14095"
            ],
            "persons": [
                "218693-51713"
            ],
            "imported": "2025-11-20T13:56: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 141066,
            "title": "Unerwartet schwieriger Atemweg.",
            "abstract": null,
            "authors": [
                "Mausser, G"
            ],
            "year": 2013,
            "source": "Wiener klinisches Magazin. 2013; 16(5): 8-11. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": "10.1007/s00740-013-0132-5",
            "pmc": null,
            "organizations": [
                "141066-14070"
            ],
            "persons": [],
            "imported": "2015-01-14T11:33:50+01:00",
            "journal": null,
            "issn": "1869-1757",
            "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": 218671,
            "title": "Das Gesundheitssystem steht vor ultimativer Belastungsprobe",
            "abstract": null,
            "authors": [
                "Sprenger, M"
            ],
            "year": 2025,
            "source": "Österreichische Krankenhauszeitung. 2025; 66(4): 15-15. ",
            "category": 1,
            "document_type": 20,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218671-14024",
                "218671-27964"
            ],
            "persons": [
                "218671-50445"
            ],
            "imported": "2025-11-18T09:51: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": 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": 218670,
            "title": "Sehr geehrte Frau Ministerin Korinna Schumann",
            "abstract": null,
            "authors": [
                "Sprenger, M"
            ],
            "year": 2025,
            "source": "Österreichische Krankenhauszeitung. 2025; 2(66): 15-15. ",
            "category": 1,
            "document_type": 6,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218670-14024",
                "218670-27964"
            ],
            "persons": [
                "218670-50445"
            ],
            "imported": "2025-11-18T09:45: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": 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": 142604,
            "title": "Efficacy and Safety of Edoxaban in the treatment of VTE",
            "abstract": null,
            "authors": [
                "Brodmann, M"
            ],
            "year": 2014,
            "source": "Journal of symptoms and signs. 2014; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "142604-14079"
            ],
            "persons": [
                "142604-51689"
            ],
            "imported": "2015-02-10T17:12: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": 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": 143397,
            "title": "USE OF ULTRASOUND FOR DIAGNOSIS AND\r\nFOLLOW-UP OF PSORIATIC ARTHRITIS.",
            "abstract": null,
            "authors": [
                "Husic, R",
                "Ficjan, A",
                "Duftner, C",
                "Dejaco, C"
            ],
            "year": 2014,
            "source": "EMJ Rheumatology. 2014; (1): 65-72. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "143397-14086"
            ],
            "persons": [
                "143397-61519",
                "143397-66227"
            ],
            "imported": "2015-02-13T15:55:46+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": 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": 144230,
            "title": "Katheterablation bei Herzrhythmusstörungen ",
            "abstract": null,
            "authors": [
                "Scherr, D"
            ],
            "year": 2015,
            "source": "Ärztemagazin. 2015; ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "144230-14083"
            ],
            "persons": [
                "144230-50168"
            ],
            "imported": "2015-03-14T23:26: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": 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": 146553,
            "title": "Der Einfluss von klinischen und sonografischen Parametern auf dei Beurteilung der Krankheitsaktivität.",
            "abstract": null,
            "authors": [
                "Lackner,A"
            ],
            "year": 2015,
            "source": "Fakten der Rheumatologie. 2015; 2:  21-22. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "146553-14086"
            ],
            "persons": [
                "146553-77590"
            ],
            "imported": "2015-07-31T11:49:55+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": 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": 147952,
            "title": "Platelet rich Plasma: Wirkprinzip und Behandlung von Erkrankungen des Bewegungsapparates",
            "abstract": null,
            "authors": [
                "Leitner, L",
                "Hirzberger, D",
                "Vavken, P",
                "Amerstorfer, F",
                "Bernhardt, G",
                "Vielgut, I",
                "Leithner, A",
                "Sadoghi, P"
            ],
            "year": 2015,
            "source": "Sport-Orthopädie Sport-Traumatologie. 2015; ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "147952-14052"
            ],
            "persons": [
                "147952-53237",
                "147952-59379",
                "147952-91941"
            ],
            "imported": "2015-11-04T21:10:57+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": 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": 218669,
            "title": "Psychosoziale Evaluation vor einer Blutstammzelltransplantation mit fremden Zellen.\r\n",
            "abstract": null,
            "authors": [
                "Nagele, E"
            ],
            "year": 2025,
            "source": "Krankenhaus der Elisabethinen GmbH, Standort II | Eggenberg; Graz, AUSTRIA;. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218669-29447"
            ],
            "persons": [
                "218669-59261"
            ],
            "imported": "2025-11-18T09:06:54+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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218690,
            "title": "Using verification data for estimating measurement uncertainty in a routine medical laboratory",
            "abstract": null,
            "authors": [
                "Michaelis, S",
                "Binder, L",
                "Schneider, C",
                "Enko, D"
            ],
            "year": 2025,
            "source": "Clin Chem Lab Med. 2025; 63 (Special Suppl.): 97-2842.-26th IFCC-EFLM European Congress of Clinical Chemistry and Laboratory Medicine; MAY 18-22, 2025; Brussels, BELGIUM. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218690-14023"
            ],
            "persons": [
                "218690-89193"
            ],
            "imported": "2025-11-20T09:42:57+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": 149924,
            "title": "Psychosoziale Komplikationen bei Kindern und Jugendlichen mit Typ 1 Diabetes",
            "abstract": null,
            "authors": [
                "Fröhlich-Reiterer, E"
            ],
            "year": 2015,
            "source": "Diabetesforum. 2015; 3:  40-43. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "149924-14091"
            ],
            "persons": [
                "149924-50659"
            ],
            "imported": "2016-01-28T18:22:34+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": 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": 150008,
            "title": "A unilateral dermatomal venous malformation.",
            "abstract": null,
            "authors": [
                "Smolle, E",
                "Lumenta, DB",
                "Haybäck, J",
                "Gary, T",
                "Brodmann, M",
                "Eller, P"
            ],
            "year": 2015,
            "source": "Journal of Vascular Surgery Cases. 2015; 1:  272-275. ",
            "category": 1,
            "document_type": 5,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "150008-14020",
                "150008-14076",
                "150008-14079",
                "150008-14087"
            ],
            "persons": [
                "150008-51136",
                "150008-51689",
                "150008-71794",
                "150008-74175",
                "150008-81670"
            ],
            "imported": "2016-01-31T11:44:44+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "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": 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
        }
    ]
}