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=149640&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157608,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149660&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149620&ordering=impactfactor",
    "results": [
        {
            "id": 175294,
            "title": "Early Signs of Cerebral Palsy. ",
            "abstract": null,
            "authors": [
                "Einspieler, C"
            ],
            "year": 2019,
            "source": "Training Course on the Assessment of General Movements.; MAY 17-20, 2019; Toronto, CANADA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175294-14068"
            ],
            "persons": [],
            "imported": "2019-05-30T00:39:06+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": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 175296,
            "title": "Socket Seal Surgery and Connective Tissue Grafts",
            "abstract": null,
            "authors": [
                "Arefnia, B",
                ""
            ],
            "year": 2019,
            "source": "Implantology, Periodontology, Prosthetics; JAN 20-25, 2019; Hinterglemm, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175296-14111"
            ],
            "persons": [
                "175296-83202"
            ],
            "imported": "2019-05-30T09:58:57+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": false,
            "local_affiliation": true
        },
        {
            "id": 175297,
            "title": "Auswirkungen von Antibiotika auf das orale Mikrobiom",
            "abstract": null,
            "authors": [
                "Arefnia B",
                "Haas, M",
                "Wimmer, G",
                ""
            ],
            "year": 2019,
            "source": "Gemeinschaftstagung ÖGZMK-Graz Zahn; MAR 26-27, 2019; Graz. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175297-14111"
            ],
            "persons": [
                "175297-83202",
                "175297-51043"
            ],
            "imported": "2019-05-30T10:02:24+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": 175298,
            "title": "Digitale Perioprothetik",
            "abstract": null,
            "authors": [
                "Arefnia, B",
                "Payer, M",
                "Koller, M",
                "Sokolowski, A",
                "Theisen, K",
                "Lorenzoni, M",
                "Haas, M",
                "Wegscheider, W",
                ""
            ],
            "year": 2019,
            "source": "ITI Kongress Austria; MAY 10-11, 2019; Salzburg, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175298-14109",
                "175298-14111"
            ],
            "persons": [
                "175298-50792",
                "175298-51567",
                "175298-51703",
                "175298-59805",
                "175298-83202",
                "175298-85642",
                "175298-85682",
                "175298-94472"
            ],
            "imported": "2019-05-30T10:05: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": false,
            "local_affiliation": true
        },
        {
            "id": 175299,
            "title": "Parodontologie von Ost bis West. Der (Süd)Osten - das Grazer Konzept.",
            "abstract": null,
            "authors": [
                "Arefnia, B",
                "Haas, M",
                "Polansky, R",
                "Wimmer, G",
                ""
            ],
            "year": 2019,
            "source": "ÖGP Jahrestagung; MAY 23-25, 2019; Kitzbühel, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175299-14111"
            ],
            "persons": [
                "175299-83202",
                "175299-51043"
            ],
            "imported": "2019-05-30T10:10:36+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": false,
            "local_affiliation": true
        },
        {
            "id": 175300,
            "title": "Der Weg des ADPKD Patienten in Graz",
            "abstract": null,
            "authors": [
                "Goritschan, A",
                ""
            ],
            "year": 2019,
            "source": "ADPKD neu gemischt?; MAR 19, 2019; Graz, AUSTRIA. 2019. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175300-14084"
            ],
            "persons": [],
            "imported": "2019-05-30T16:20:58+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 175301,
            "title": "The gut-liver axis in chronic liver disease: Pathophysiology and therapeutic target",
            "abstract": null,
            "authors": [
                "Stadlbauer, V"
            ],
            "year": 2019,
            "source": "International Student Congress; MAY 30 - JUN 1, 2019; Graz. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175301-14081"
            ],
            "persons": [
                "175301-50989"
            ],
            "imported": "2019-05-30T20:55: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": 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": true,
            "local_affiliation": true
        },
        {
            "id": 175303,
            "title": "Workshop: Spirometry and Forced Oscillation Technique.",
            "abstract": null,
            "authors": [
                "Allen JL, Pfleger, A"
            ],
            "year": 2019,
            "source": "The American Austrian Foundation. 2019; -CHOP Seminar in Pediatric Pulmonology; FEB 3-9, 2019; Salzburg, AUSTRIA. ",
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175303-14095"
            ],
            "persons": [
                "175303-60829"
            ],
            "imported": "2019-05-31T13:31:42+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": false,
            "local_affiliation": true
        },
        {
            "id": 175304,
            "title": "Anamnese und physikalische Untersuchung. ",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2019,
            "source": "Diplomfortbildungsprogramm (DFP) der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde (ÖGKJ), Modul Diagnostische Schritte in der Pädiatrischen Pneumologie; MAY 11, 2019; Salzburg, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175304-14095"
            ],
            "persons": [
                "175304-51713"
            ],
            "imported": "2019-05-31T13:54:04+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": false,
            "local_affiliation": true
        },
        {
            "id": 175305,
            "title": "Bildgebende Verfahren. ",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2019,
            "source": "Diplomfortbildungsprogramm (DFP) der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde (ÖGKJ), Modul Diagnostische Schritte in der Pädiatrischen Pneumologie; MAY 11, 2019; Salzburg, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175305-14095"
            ],
            "persons": [
                "175305-51713"
            ],
            "imported": "2019-05-31T13:55:38+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": false,
            "local_affiliation": true
        },
        {
            "id": 175306,
            "title": "Blutgasanalyse und Pulsoxymetrie. ",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2019,
            "source": "Diplomfortbildungsprogramm (DFP) der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde (ÖGKJ), Modul Diagnostische Schritte in der Pädiatrischen Pneumologie; MAY 11, 2019; Salzburg, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175306-14095"
            ],
            "persons": [
                "175306-51713"
            ],
            "imported": "2019-05-31T13:56:57+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": false,
            "local_affiliation": true
        },
        {
            "id": 175307,
            "title": "Endoskopische Verfahren. ",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2019,
            "source": "Diplomfortbildungsprogramm (DFP) der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde (ÖGKJ), Modul Diagnostische Schritte in der Pädiatrischen Pneumologie; MAY 11, 2019; Salzburg, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175307-14095"
            ],
            "persons": [
                "175307-51713"
            ],
            "imported": "2019-05-31T13:58: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": false,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 175308,
            "title": "Lungenfunktionsdiagnostik. ",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2019,
            "source": "Diplomfortbildungsprogramm (DFP) der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde (ÖGKJ), Modul Diagnostische Schritte in der Pädiatrischen Pneumologie; MAY 11, 2019; Salzburg, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175308-14095"
            ],
            "persons": [
                "175308-51713"
            ],
            "imported": "2019-05-31T14:00:03+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": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 175309,
            "title": "Notfallmedizin in der Ordination-was ist wirklich nötig?",
            "abstract": null,
            "authors": [
                "Köstenberger M"
            ],
            "year": 2019,
            "source": "Kärntner Notfalltage. 2019; -36. Kärntner Notfalltage; APR 25-27, 2019; Hafnersee, AUSTRIA. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175309-14044"
            ],
            "persons": [
                "175309-95683"
            ],
            "imported": "2019-05-31T17:20:41+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": false,
            "local_affiliation": false
        },
        {
            "id": 175311,
            "title": "ÖGARI Information kompakt: \"Schmerztherapie auf der Intensivstation\"",
            "abstract": null,
            "authors": [
                "Köstenberger, M",
                "Likar, R"
            ],
            "year": 2019,
            "source": ". 2019",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175311-14044"
            ],
            "persons": [
                "175311-95683"
            ],
            "imported": "2019-05-31T17:33: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": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 175312,
            "title": "Dysphagie auf der Intensivstation",
            "abstract": null,
            "authors": [
                "Köstenberger, M\r\n\r\n"
            ],
            "year": 2018,
            "source": "AIC. 2018; -AIC 2018; NOV 22-24, 2018; Villach, AUSTRIA. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175312-14044"
            ],
            "persons": [
                "175312-95683"
            ],
            "imported": "2019-05-31T17:48:57+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": false,
            "local_affiliation": false
        },
        {
            "id": 175316,
            "title": "Graz Neurology Symposium - Historical development, present status and future aspects of diagnosis and treatment.",
            "abstract": null,
            "authors": [
                "Klein, GE",
                "Niederkorn, K",
                "Gattringer, T",
                "Fuchs, S",
                "Enzinger, C",
                "Payer, F",
                "Urbanic-Purkart, T"
            ],
            "year": 2019,
            "source": "MIND & BRAIN - 59th International Neuropsychiatric Congress; May 30  - June 02, 2019; Pula, CROATIA. 2019. ",
            "category": 3,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175316-14051",
                "175316-14054",
                "175316-14108"
            ],
            "persons": [
                "175316-50173",
                "175316-51546",
                "175316-59316",
                "175316-70680",
                "175316-51876"
            ],
            "imported": "2019-06-01T15:29:59+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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 175317,
            "title": "Kreuzbandverletzungen",
            "abstract": null,
            "authors": [
                "Bernhardt, GA"
            ],
            "year": 2019,
            "source": "Klinikfortbildung Orthopädie und Traumatologie, Universitätsklinik für Orthopädie und Traumatologie; ; JAN 23, 2019; Graz. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175317-14052"
            ],
            "persons": [],
            "imported": "2019-06-02T00:57:38+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 175318,
            "title": "SOP - Standard Operating Procedures - Update",
            "abstract": null,
            "authors": [
                "Bernhardt, GA"
            ],
            "year": 2019,
            "source": "Klinikfortbildung Orthopädie und Traumatologie, Universitätsklinik für Orthopädie und Traumatologie; FEB 6, 2019; Graz, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175318-14052"
            ],
            "persons": [],
            "imported": "2019-06-02T01:00:37+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 175319,
            "title": "Langzeitergebnisse und Back to Sports nach ACL Rekonstruktion",
            "abstract": null,
            "authors": [
                "Bernhardt, GA"
            ],
            "year": 2019,
            "source": "Austrian Knee Symposium; MAR 1, 2019; Graz, AUSTRIA. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "175319-14052"
            ],
            "persons": [],
            "imported": "2019-06-02T01:03:13+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": false,
            "local_affiliation": true
        }
    ]
}