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=152980&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156969,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153000&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152960&ordering=impactfactor",
    "results": [
        {
            "id": 158556,
            "title": "Survival of human-associated methanogenic archaea in oxic environment",
            "abstract": null,
            "authors": [
                "Pausan, M.R.",
                "Moissl-Eichinger, C.",
                ""
            ],
            "year": 2016,
            "source": "Doctoral Day 2016; DEC 14, 2016; Graz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "158556-90021"
            ],
            "imported": "2017-02-09T12:49:38+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 158557,
            "title": "Schwere allergische Reaktionen durch Nahrungsmittel, Insektengift & Medikamente\r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2016,
            "source": "Welt-Allergie und Asthma-Tag 2016; APRIL, 2, 2016; Vienna, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158557-14047"
            ],
            "persons": [
                "158557-87717"
            ],
            "imported": "2017-02-09T12:50:03+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158558,
            "title": "Specifics of hymenoptera venom allergy and VIT \r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2016,
            "source": "EAACI allergy school on immunotherapy; APRIL 7-9; Rungstedgaard, DENMARK. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158558-14047"
            ],
            "persons": [
                "158558-87717"
            ],
            "imported": "2017-02-09T12:52:30+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": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158559,
            "title": "Insektengiftallergie: Mythen und Fallstricke\r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2016,
            "source": "11. Wörthersee Symposium. \"What's New in Allergy\"; MAY 5-7, 2006; Velden, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158559-14047"
            ],
            "persons": [
                "158559-87717"
            ],
            "imported": "2017-02-09T12:55:21+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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158560,
            "title": "Laws of the structure of the peripheral nervous system in norm and experiments\r\n",
            "abstract": null,
            "authors": [
                "Lobko, P. I., V.V. Roudenok, E.I. Kovalchuk, A. V. Sysov, N. V. Sinelnikova, I. P. Chervonnaya, V. A. Antipova"
            ],
            "year": 1995,
            "source": "Materiallelre conferintei stintifice anuale consacrate semicentenarului; 1995; Universitatii, Kishinev, Moldawien. 1995. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "158560-97024"
            ],
            "imported": "2017-02-09T12:56:20+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 158561,
            "title": "Insektengiftallergie - Therapie  \r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2016,
            "source": "Pressekonferenz der IGAV - Insektengiftallergie; MAY 11, 2016; Vienna, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158561-14047"
            ],
            "persons": [
                "158561-87717"
            ],
            "imported": "2017-02-09T12:57: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": 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": 158562,
            "title": "Patientenratgeber: \"Leber, Magen, Darm verstehen\"",
            "abstract": null,
            "authors": [
                "wissenschaftl. Schirmherrschaft Herr Prof. Krejs"
            ],
            "year": 2016,
            "source": "Kapitel: \"Mundhöhle und Kauapparat\" - wissenschaftl. Beirat Glockner, K.. 2016",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2017-02-09T12:58: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": 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": 158563,
            "title": "Diagnostische Möglichkeiten: Grenzen & Fragezeichen\r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2016,
            "source": "Workshop Insektengiftallergie; MAY 21, 2016; Linz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158563-14047"
            ],
            "persons": [
                "158563-87717"
            ],
            "imported": "2017-02-09T13:00:50+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158564,
            "title": "Curing venom allergy - lege artis therapieren\r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2016,
            "source": "Workshop Insektengiftallergie; MAY 21, 2016; Linz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158564-14047"
            ],
            "persons": [
                "158564-87717"
            ],
            "imported": "2017-02-09T13:02:33+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": false,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158566,
            "title": "Chronische spontane Urtikaria: Leitfaden der AG Allergologie der ÖGDV\r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2016,
            "source": "csU advisory board; JULY 6, 2016; Vienna, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158566-14047"
            ],
            "persons": [
                "158566-87717"
            ],
            "imported": "2017-02-09T13:20:32+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158567,
            "title": "The evidence-based management of risk in patients receiving VIT\r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2016,
            "source": "Cordoba venom meeting; SEPT 23, 2016; Cordoba, SPAIN. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158567-14047"
            ],
            "persons": [
                "158567-87717"
            ],
            "imported": "2017-02-09T13:25: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": 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": 158569,
            "title": "Allergologische Fälle aus der Praxis: Schein & Sein\r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2016,
            "source": "44. Steirische Herbstfortbildung (Biomed Austria); OCT 7, 2016; Graz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158569-14047"
            ],
            "persons": [
                "158569-87717"
            ],
            "imported": "2017-02-09T13:31:33+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158570,
            "title": "Die Vermessung des Gesichtes in Kunst und Medizin.",
            "abstract": null,
            "authors": [
                "Schwenzer N, Schwenzer K, Bahr C:\r\n \r\n \r\nHrsg. W.L. Mang, E.-M. Kokoschka, Eichhorn Presse 1998:150-158\r\n"
            ],
            "year": 1998,
            "source": " In: Hrsg. W.L. Mang, E.-M. Kokoschka editors(s). Ästhetische Chirurgie . Bd. II: Eichhorn Presse; p. 150-158.  1998",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2017-02-09T13:32:27+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Hrsg. W.L. Mang, E.-M. Kokoschka",
            "collection_title": "Ästhetische Chirurgie ",
            "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": 158571,
            "title": "Single-event multilevel surgery improves gait in children with\r\nhemiplegic cerebral palsy – A retrospective study with a long-term\r\nfollow-up",
            "abstract": null,
            "authors": [
                "Schranz, C",
                "Kruse, A.",
                "Steinwender, G.",
                "Tilp, M.",
                "Pieber, T.",
                "Svehlik, M."
            ],
            "year": 2016,
            "source": "ESMAC 2016 Abstracts\r\nP69 presented in PS03: Poster teaser: CP. 2016; 49S: 213-213.-ESMAC 2016 International Congress; SEP 29-OCT 1, 2016; Seville, Spain. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158571-14046",
                "158571-14049"
            ],
            "persons": [
                "158571-51831",
                "158571-65038"
            ],
            "imported": "2017-02-09T13:33: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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158573,
            "title": "Insektengiftallergie: Mythen und Fallstricke\r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2016,
            "source": "Bencard Allergie Symposium; NOV 5, 2016; Vienna, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158573-14047"
            ],
            "persons": [
                "158573-87717"
            ],
            "imported": "2017-02-09T13:35: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": 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": 158574,
            "title": "Allergen-spezifische Immuntherapie: Wann unbedingt, wann besser nicht?\r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2016,
            "source": "21. Grazer Allergietag; NOV 19, 2016; Graz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158574-14047"
            ],
            "persons": [
                "158574-87717"
            ],
            "imported": "2017-02-09T13:38:41+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158575,
            "title": "Entwicklung und Evaluation eines Train the Trainer-Programms zur patientenzentrierten ärztlichen Gesprächsführung.",
            "abstract": null,
            "authors": [
                "Sator, M",
                "Fazekas, C"
            ],
            "year": 2016,
            "source": "Abstractband GMA 2016. 2016; 48-49.-Jahrestagung der Gesellschaft für Medizinische Ausbildung; SEP 14-17, 2016; Bern, SWITZERLAND. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158575-29447"
            ],
            "persons": [
                "158575-50774"
            ],
            "imported": "2017-02-09T13:41:12+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158576,
            "title": "Mechanical behaviour of the Achilles tendon during maximum\r\nvoluntary contraction in children with spastic cerebral palsy compared\r\nto typically developing peers",
            "abstract": null,
            "authors": [
                "Kruse, A.",
                "Schranz, C.",
                "Pieber, T.",
                "Tilp, M.",
                "Svehlik, M."
            ],
            "year": 2016,
            "source": "ESMAC Abstracts: O51 presented in OS08: Best paper session 3. 2016; 49S: 60-60.-ESMAC 2016 International Congress; SEP 29-OCT 1, 2016; Seville, Spain. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158576-14046",
                "158576-14049"
            ],
            "persons": [
                "158576-51831",
                "158576-65038"
            ],
            "imported": "2017-02-09T13:44:03+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": 158577,
            "title": "Inflammatory bowel disease in children and adolescents with type 1 diabetes: a multicenter analysis from the German-Austrian DPV database",
            "abstract": null,
            "authors": [
                "Jasser-Nitsche, H",
                "Bechtold-Dalla Pozza S",
                "Binder E",
                "Heidtmann B",
                "Lee-Barkley YH",
                "Raile K",
                "Holl RW"
            ],
            "year": 2016,
            "source": "Pediatric Diabetes\r\n. 2016; Suppl 24(17): 22--42nd Annual Meeting of the International Society for Pediatric and Adolescent Diabetes (ISPAD)\r\n; OCT 26-29, 2016; Valencia, SPAIN. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158577-14091"
            ],
            "persons": [],
            "imported": "2017-02-09T13:45: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": 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": 158578,
            "title": "Bildgebende Diagnostik im Kopf-Hals Bereich: MRT, CT, Sonographie, Angiographie, PET und Szintigraphie",
            "abstract": null,
            "authors": [
                "Jäger A, Schwenzer K, Dresel S:\r\n"
            ],
            "year": 2003,
            "source": " In: Wollenberg B, Zimmermann F (Hrsg.) Tumorzentrum München:  editors(s). Manual: Empfehlung zur Diagnostik, Therapie und Nachsorge – Kopf –Hals Tumoren.  München \r\n:  W. Zuckerschwerdt Verlag, München- Wien- New York, 3. Auflage ; p. 22- 28.  2003",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2017-02-09T13:46:51+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Wollenberg B, Zimmermann F (Hrsg.) Tumorzentrum München: ",
            "collection_title": "Manual: Empfehlung zur Diagnostik, Therapie und Nachsorge – Kopf –Hals Tumoren",
            "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
        }
    ]
}