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=151860&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 153846,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151880&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151840&ordering=impactfactor",
    "results": [
        {
            "id": 173566,
            "title": "Redoxanalyse: Erfassung von oxidativem und nitrosativem Stress und Bestimmung der Nagalase – Therapeutische Konsequenzen",
            "abstract": null,
            "authors": [
                "Greilberger, J",
                "Greilberger, M",
                "Herwig, R."
            ],
            "year": 2016,
            "source": "https://iggmed.org/igmedt-2016-freitag-16-september/. 2016; -IGMEDT; 15.09. - 18.09.2016; Vienna, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173566-14012"
            ],
            "persons": [
                "173566-52010"
            ],
            "imported": "2019-02-15T14:53: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": false,
            "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": 173567,
            "title": "Klassifizierung des SHT.",
            "abstract": null,
            "authors": [
                "Mahdy Ali, K"
            ],
            "year": 2018,
            "source": "25. Fortbildung Schädelhirntraumatologie; APR 3-6, 2018; Vienna, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173567-14050"
            ],
            "persons": [
                "173567-74956"
            ],
            "imported": "2019-02-15T14: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": 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": 173568,
            "title": "Nagalase, Marker in der Onkologie",
            "abstract": null,
            "authors": [
                "Greilberger, J."
            ],
            "year": 2017,
            "source": "https://iggmed.org/igmedt-2017/. 2017; -IGMEDT; 6.10. - 8.10.2017; Vienna, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173568-14012"
            ],
            "persons": [
                "173568-52010"
            ],
            "imported": "2019-02-15T14:59:14+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 173569,
            "title": "Krankheitsfreies und Gesamt-Überleben von Patienten mit\r\nPlattenepithelkarzinom des Oropharynx – ein Vergleich\r\nverschiedener chirurgischer Therapien in Abhängigkeit von p16",
            "abstract": null,
            "authors": [
                "Pondorfer, P",
                "Vasicek, S",
                "Weiland, T",
                "Graupp, M",
                "Holzmeister, C",
                "Moser, U",
                "Wolf, A",
                "Schwab, K",
                "Kangler, G",
                "Brcic, L",
                "Hirsch, T",
                "Thurnher, D"
            ],
            "year": 2018,
            "source": "62. Österreichischer HNO-Kongress ; OKT 10-14, 2018; Bregenz, Austria. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173569-14020",
                "173569-14066",
                "173569-14068"
            ],
            "persons": [
                "173569-57935",
                "173569-82492",
                "173569-91899",
                "173569-92858",
                "173569-96325"
            ],
            "imported": "2019-02-15T15:00: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": 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": 173570,
            "title": "Erfahrungen und Outcome der sinunasalen undifferenzierten\r\nKarzinome",
            "abstract": null,
            "authors": [
                "Holzmeister, C",
                "Kangler, G",
                "Pondorfer, P",
                "Weiland, T",
                "Vasicek, S",
                "Moser, U",
                "Wolf, A",
                "Thurnher, D"
            ],
            "year": 2018,
            "source": "62. Österreichischer HNO-Kongress; OKT 10-14, 2018; Bregenz, Austria. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173570-14066"
            ],
            "persons": [
                "173570-57935",
                "173570-82492",
                "173570-91899",
                "173570-92858",
                "173570-96325"
            ],
            "imported": "2019-02-15T15:09:43+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": 173571,
            "title": "JAMÖ-Workshop: Karrieremöglichkeiten in der Allgemeinmedizin - Gegenwart und Zukunft",
            "abstract": null,
            "authors": [
                "Glehr, RC",
                "Katzbeck, J",
                "Wendler, M"
            ],
            "year": 2018,
            "source": "49. Kongress für Allgemeinmedizin -in der Mitte des Lebens; NOV 22-24, 2018; Graz, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173571-27964"
            ],
            "persons": [
                "173571-100138"
            ],
            "imported": "2019-02-15T15:10: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": 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": 173572,
            "title": "Gemeinsam gut entscheiden [Vortrag & Seminar]",
            "abstract": null,
            "authors": [
                "Horvath, K",
                "Rabady, S",
                "Spary-Kainz, U",
                "Schippinger, W"
            ],
            "year": 2018,
            "source": "49. Kongress für Allgemeinmedizin - in der Mitte des Lebens; NOV 22-24, 2018; Graz, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173572-27964"
            ],
            "persons": [
                "173572-51099",
                "173572-93279"
            ],
            "imported": "2019-02-15T15:12:01+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": 173573,
            "title": "Prognose für Patienten mit Weichteilmetastasen bei Karzinomen\r\nim Kopf- und Halsbereich",
            "abstract": null,
            "authors": [
                "Hirsch, T",
                "Pondorfer, P",
                "Brcic, L",
                "Vasicek, S",
                "Weiland, T",
                "Wolf, A",
                "Graupp, M",
                "Holzmeister, C",
                "Moser, U",
                "Schwab, K",
                "Thurnher, D"
            ],
            "year": 2018,
            "source": "62. Österreichischer HNO-Kongress ; OKT 10-14, 2018; Bregenz, Austria. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173573-14020",
                "173573-14066",
                "173573-14068"
            ],
            "persons": [
                "173573-57935",
                "173573-82492",
                "173573-91899",
                "173573-92858",
                "173573-96325"
            ],
            "imported": "2019-02-15T15:13:23+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": 173574,
            "title": "Basisausbildung zu \"Therapie Aktiv - Diabetes im Griff\" - Disease Management Programm (DMP) für Patienten mit Diabetes mellitus Typ 2 [Vortrag & Seminar]",
            "abstract": null,
            "authors": [
                "Horvath, K",
                "Rabady, S"
            ],
            "year": 2018,
            "source": "49. Kongress für Allgemeinmedizin - in der Mitte des Lebens; NOV 22-24, 2018; Graz, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173574-27964"
            ],
            "persons": [
                "173574-51099"
            ],
            "imported": "2019-02-15T15:14: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": 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": 173575,
            "title": "Update HCC",
            "abstract": null,
            "authors": [
                "Fickert, P"
            ],
            "year": 2018,
            "source": "; NOV 22, 2018; Fürstenfeld, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173575-14081"
            ],
            "persons": [
                "173575-52938"
            ],
            "imported": "2019-02-15T15:19:56+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": true,
            "conference_international": false,
            "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": 173576,
            "title": "Online Self-Assessment Tool for Molecular Diagnostics to Check Pre-Analytical Workflows.",
            "abstract": null,
            "authors": [
                "Stumptner, C",
                "Wutte, A",
                "Neururer, S",
                "Göbel, G",
                "Zatloukal, K"
            ],
            "year": 2018,
            "source": "Austrian Platform for Personalized Medicine (ÖPPM); OCT 11-12, 2018; Graz, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173576-14020"
            ],
            "persons": [
                "173576-51663",
                "173576-51870"
            ],
            "imported": "2019-02-15T15:27:16+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": false,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 173577,
            "title": "HCC Advisory Board",
            "abstract": null,
            "authors": [
                "Fickert, P"
            ],
            "year": 2018,
            "source": "HCC Advisory Board; SEP 24, 2018; Vienna, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173577-14081"
            ],
            "persons": [
                "173577-52938"
            ],
            "imported": "2019-02-15T15:33: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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 173578,
            "title": "Chemo Ionotronics: A New Approach for Delivery of Chemotherapeutics to Brain Tumors",
            "abstract": null,
            "authors": [
                "Waldherr, L",
                "Schmidt, T",
                "Stilianu, C",
                "Tomin, T",
                "Jakesova, M",
                "Seitanidou, M",
                "Patz, S",
                "Birner-Grünberger, R",
                "Simon, D",
                "Schindl, R"
            ],
            "year": 2019,
            "source": "COST Action BM1406 - Ion Channels & Immune Cells; Feb 12-14, 2019; Graz, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173578-14011",
                "173578-14020",
                "173578-14050"
            ],
            "persons": [
                "173578-58794",
                "173578-63490",
                "173578-98848",
                "173578-99325",
                "173578-99703"
            ],
            "imported": "2019-02-15T15:34: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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 173579,
            "title": "Austrian Biobanking and Biomolecular resources Research Infrastructure BBMRI.at – a partner for research using biological samples.",
            "abstract": null,
            "authors": [
                "Stumptner, C",
                "Eder, J",
                "Goebel, G",
                "Goisauf, M",
                "Gülly, C",
                "Haschke-Becher, E",
                "Haslacher, H",
                "Neururer, S",
                "Ruckenbauer, C",
                "Öchsner, S",
                "Story, P",
                "Walter, I",
                "Wieser, M",
                "Zatloukal, K"
            ],
            "year": 2018,
            "source": "Abstract book of the 10th ÖGMBT. 2018; -10th ÖGMBT Annual Meeting; SEP 17-20, 2018; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173579-14020"
            ],
            "persons": [
                "173579-51663",
                "173579-51870"
            ],
            "imported": "2019-02-15T15:40: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": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 173580,
            "title": "Faciale 3D Rekonstruktion mit PEEK- und Titanimplantaten\r\nzur ästhetischen Konturkorrektur.",
            "abstract": null,
            "authors": [
                "Zrnc, T",
                "Beinemann, J",
                "Kunz, C",
                "Zeilhofer, H.-F. \r\nZemann, W"
            ],
            "year": 2019,
            "source": "23. Jahreskongress der österreichischen Gesellschaft für Mund-Kiefer- und Geschichtschirurgie 2019. 2019; -23. Jahreskongress der österreichischen Gesellschaft für Mund-Kiefer- und Geschichtschirurgie 2019; Jan 29-Feb 1, 2019; Bad Hofgastein, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173580-14112"
            ],
            "persons": [],
            "imported": "2019-02-15T15:51:15+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": 173581,
            "title": "Standards in Healthcare Data",
            "abstract": null,
            "authors": [
                "Schulz, S",
                "Stegwee, R",
                "Chronaki C"
            ],
            "year": 2018,
            "source": " In: Kubben, P; Dumontier M; Dekker A; editors(s). Fundamentals of Clinical Data Science. Cham, Switzerland: Springer Nature Switzerland AG; p. 19 - 36.  2018(ISBN: 978-3-319-99712-4) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173581-14026"
            ],
            "persons": [
                "173581-72306"
            ],
            "imported": "2019-02-15T15:54:16+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Kubben, P; Dumontier M; Dekker A;",
            "collection_title": "Fundamentals of Clinical Data Science",
            "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": 152020,
            "title": "ISLA weiterhin auf Erfolgswelle.",
            "abstract": null,
            "authors": [
                "Weber, M",
                "Litscher, G"
            ],
            "year": 2016,
            "source": "Akupunktur & Aurikulomedizin. 2016; 42(1): 8",
            "category": 1,
            "document_type": 4,
            "sci": null,
            "pubmed": null,
            "doi": "10.1007/s11298-016-5369-9",
            "pmc": null,
            "organizations": [
                "152020-14044"
            ],
            "persons": [],
            "imported": "2016-04-12T12:41:55+02:00",
            "journal": null,
            "issn": "2192-9319",
            "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": 173582,
            "title": "Towards an Ontology of Religious and Spiritual Belief",
            "abstract": null,
            "authors": [
                "Schulz, S",
                "Jansen, L",
                ""
            ],
            "year": 2018,
            "source": " In: Borgo, S; Hitzler, P; Kutz, O; editors(s). Frontiers in Artificial Intelligence and Applications - Formal Ontology in Information Systems. 306: Amsterdam, Berlin, Washington DC: IOS Press; p. 253 - 260.  2018(ISBN: 978-1-61499-909-6) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173582-14026"
            ],
            "persons": [
                "173582-72306"
            ],
            "imported": "2019-02-15T16:00:19+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Borgo, S; Hitzler, P; Kutz, O;",
            "collection_title": "Frontiers in Artificial Intelligence and Applications - Formal Ontology in Information Systems",
            "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": 173584,
            "title": "Autoimmune Leber- und Gallenwegserkrankungen ",
            "abstract": null,
            "authors": [
                "Fickert, P"
            ],
            "year": 2018,
            "source": "Hepato Update 2018; APR 27-28, 2018; Berlin, GERMANY. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173584-14081"
            ],
            "persons": [
                "173584-52938"
            ],
            "imported": "2019-02-15T16:15: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": 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": 173585,
            "title": "The Role of Foundational Ontologies for Preventing Bad Ontology Design",
            "abstract": null,
            "authors": [
                "Schulz S"
            ],
            "year": 2018,
            "source": "Proceedings of the Joint Ontology Workshops 2018 - Episode IV: The South African Spring. 2018; 2205: -Joint Ontology Workshops; SEP 29-21, 2018; Cape Town, SOUTH AFRICA. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173585-14026"
            ],
            "persons": [
                "173585-72306"
            ],
            "imported": "2019-02-15T16:19:51+01:00",
            "journal": null,
            "issn": "1637-0073",
            "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
        }
    ]
}