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=151740&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156889,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151760&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151720&ordering=impactfactor",
    "results": [
        {
            "id": 157033,
            "title": "Basal cell adenoma of the lacrimal gland: First description of a new localisation\r\n",
            "abstract": null,
            "authors": [
                "Schwaiger, M",
                "Pau, M",
                "Wallner, J"
            ],
            "year": 2016,
            "source": "1st Face 2 Face Symposium - Science Meets Arts (F2F); Okt, 2016; Graz, Austria. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157033-14112"
            ],
            "persons": [
                "157033-76910",
                "157033-94150"
            ],
            "imported": "2017-01-13T12:35:46+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 157034,
            "title": "„Besuch&Buch“: Soziale Bibliotheksarbeit der Stadtbibliothek Graz nach dem Vorbild der „Medienboten“ (Hamburg) im Blickfeld der Gerontologie ",
            "abstract": null,
            "authors": [
                "Burkert, P"
            ],
            "year": 2016,
            "source": "GMS Medizin - Bibliothek - Information. 2016; 16(3):",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157034-26796"
            ],
            "persons": [],
            "imported": "2017-01-13T12:40:50+01:00",
            "journal": null,
            "issn": "1865-066x",
            "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": 157035,
            "title": "Classification and risk stratification of impacted lower third molars.",
            "abstract": null,
            "authors": [
                "Schwaiger, M",
                "Kirnbauer, B",
                ""
            ],
            "year": 2015,
            "source": "Face 2 Face - science meets arts; 02.10.2015-03.10.2015; Graz, Austria. 2015. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157035-14109",
                "157035-14112"
            ],
            "persons": [
                "157035-58023",
                "157035-94150"
            ],
            "imported": "2017-01-13T12:46:25+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 157036,
            "title": "Besuch & Buch. Soziale Bibliotheksarbeit der Stadtbibliothek Graz für alte Menschen mit Hilfe freiwilliger BücherbotInnen.",
            "abstract": null,
            "authors": [
                "Burkert, P"
            ],
            "year": 2016,
            "source": " [ Diplomarbeit/Master Thesis (UNI) ] Karl-Franzens-Universität Graz und UNI for LIFE\r\n; 2016. pp.99. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157036-26796"
            ],
            "persons": [],
            "imported": "2017-01-13T13:13:03+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Karl Franzens University Graz und UNI for LIFE\r\n",
            "country": "40",
            "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": 157040,
            "title": "The role of Plasma advanced-oxidized protein products on platelets and platelet-endothelial interactions ",
            "abstract": null,
            "authors": [
                "Pasterk, L",
                "Lemesch, S",
                "Leber, B",
                "Trieb, M",
                "Curcic, S",
                "Stadlbauer, V",
                "Schuligo, R",
                "Schicho, R",
                "Heinemann, A",
                "Marsche, G",
                ""
            ],
            "year": 2016,
            "source": "22nd Scientific Symposium of the Austrian Pharmacological Society (APHAR); SEP 8-10, 2016; Vienna, Austria. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157040-14012",
                "157040-14022",
                "157040-14081"
            ],
            "persons": [
                "157040-50989",
                "157040-51756",
                "157040-53252",
                "157040-56687",
                "157040-62756",
                "157040-77115"
            ],
            "imported": "2017-01-13T15:05: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": false,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 157041,
            "title": "Rosacea is more than skin deep: Is there a gut-brain-skin interaction in rosacea? ",
            "abstract": null,
            "authors": [
                "Rainer, BM",
                "Fischer, AH",
                "Luz, D",
                "Kang, S",
                "Chien, AL"
            ],
            "year": 2016,
            "source": "ÖGDV Jahrestagung 2016. 2016; -Austrian Society for Dermatology and Venereology Annual Meeting 2016; NOV 25-27, 2016; Vienna, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157041-14047"
            ],
            "persons": [],
            "imported": "2017-01-13T16:09: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": 207529,
            "title": "Increasing Self-Concept and Decreasing Gender Stereotypes in STEM through Professional Development for Early Childhood Educators",
            "abstract": null,
            "authors": [
                "Feierabend, S",
                "Hasenhuetl, S",
                "Paechter, M",
                "Luttenberger, S",
                "Eglmaier, MWT",
                "Eichen, L",
                "Albright, J"
            ],
            "year": 2024,
            "source": "EDUC SCI. 2024; 14(1): 81",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001148859600001",
            "pubmed": null,
            "doi": "10.3390/educsci14010081",
            "pmc": null,
            "organizations": [
                "207529-14010"
            ],
            "persons": [],
            "imported": "2024-02-05T09:10:52+01:00",
            "journal": "EDUC SCI",
            "issn": "2227-7102",
            "collection_publisher": null,
            "collection_title": "EDUCATION SCIENCES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 157059,
            "title": "Challenges in Liver Transplantation.",
            "abstract": null,
            "authors": [
                "Bruns Chair, H",
                "Raab Chair, HR",
                "Yamanaka, K",
                "Strupas, K",
                "Schemmer, P"
            ],
            "year": 2016,
            "source": "Visc Med. 2016; 32(4):290-293",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000387055100010",
            "pubmed": "27722167",
            "doi": "10.1159/000448156",
            "pmc": "PMC5040933",
            "organizations": [],
            "persons": [],
            "imported": "2017-01-13T01:00:00+01:00",
            "journal": "Visc Med",
            "issn": "2297-4725",
            "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": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 157064,
            "title": "Characterization of the skin microbiota in rosacea – preliminary results of a case-control study.",
            "abstract": null,
            "authors": [
                "Rainer, BM",
                "Mongodin, EM",
                "Bui, J",
                "Pasieka, HB",
                "Garza, LA",
                "Kang, S",
                "Chien, AL"
            ],
            "year": 2017,
            "source": "ÖGDV Science Days 2017; JAN 12-14, 2017; Fuschl, Austria. 2017. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157064-14047"
            ],
            "persons": [],
            "imported": "2017-01-13T16:22: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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 157066,
            "title": "Secretory phospholipase A2 modified HDL suppresses platelet activation and platelet-leukocyte crosstalk",
            "abstract": null,
            "authors": [
                "Curcic, S",
                "Holzer, M",
                "Pasterk, L",
                "Heinemann, A",
                "Marsche, G"
            ],
            "year": 2016,
            "source": "22nd Scientific Symposium of the Austrian Pharmacological Society (APHAR); SEP 8-10, 2016; Vienna, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157066-14022"
            ],
            "persons": [
                "157066-51756",
                "157066-53252",
                "157066-62749",
                "157066-77115"
            ],
            "imported": "2017-01-13T17:11:40+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": 157067,
            "title": "NR4A3 Suppresses Lymphomagenesis In Vitro and In Vivo by Induction of Similar Patterns of Pro-Apoptotic Genes like NR4A1",
            "abstract": null,
            "authors": [
                "Deutsch, AJA",
                "Rinner, B",
                "Pichler, M",
                "Fechter, K",
                "Greinix, HT",
                "Wang, C",
                "Beham-Schmid, C",
                "Neumeister, P"
            ],
            "year": 2016,
            "source": "Blood. 2016; -58th Anual Meeting of the American Society of Hematology; Dec 3-6, 2016; San Diego, CA, USA. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157067-14020",
                "157067-14082",
                "157067-14085",
                "157067-27477"
            ],
            "persons": [
                "157067-50826",
                "157067-51930",
                "157067-59183",
                "157067-59496",
                "157067-54230"
            ],
            "imported": "2017-01-13T17:25: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": true,
            "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": 157068,
            "title": "Ocular effects of periocular infantile hemangioma",
            "abstract": null,
            "authors": [
                "Zhao, J",
                "Rainer, BM",
                "Kryatova, MS",
                "Villarroel, VA",
                "Kirkorian, AY",
                "Grossberg, AL",
                "Puttgen, KB",
                "Eghrari, A",
                "Cohen, BA"
            ],
            "year": 2016,
            "source": "American Academy of Ophthalmology Meeting Archive 2016. 2016; -American Academy of Ophthalmology Annual Meeting; OCT 15-18, 2016; Chicago, USA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157068-14047"
            ],
            "persons": [],
            "imported": "2017-01-13T18:01:49+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 157069,
            "title": "In-vivo comparison of chemically polished vs. unpolished magnesium-based screws\r\nin lamb tibiae",
            "abstract": null,
            "authors": [
                "Berger, L",
                ", Eichler, J",
                "Cihova, M",
                "Martinelli, E",
                "Kleinhans, C",
                "Uggowitzer, P",
                "Löffler, JF",
                "Weinberg, AM"
            ],
            "year": 2016,
            "source": "European Cells and Materials. 2016. 2016; -8th Symposium on Biodegradable Metals for Biomedical Applications; MAY 14-17; Montreal, CANADA. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157069-14052"
            ],
            "persons": [
                "157069-50785"
            ],
            "imported": "2017-01-13T18:23:36+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": true,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 157070,
            "title": "Restoration of bile acid homeostasis improves alcoholic\r\nliver disease in mice",
            "abstract": null,
            "authors": [
                "Hartmann, P",
                "Horvath, A",
                "Chen, P",
                "Seebauer, CT",
                "Llorente-Izquierdo1, AC",
                "Wang, L",
                "Alnouti, Y",
                "Fouts, DE",
                "Ling, L",
                "Rossi, SJ",
                "DePaoli, AM",
                "Yu, RT",
                "Downes, M",
                "Evans, RM",
                "Brenner, DA",
                "Schnabl, B"
            ],
            "year": 2016,
            "source": "Hepatology, Volume 64, Issue S1, October 2016, Pages 601–810. 2016; -The Liver Meeting - AASLD; NOV 11-15, 2016; Boston, USA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157070-14081"
            ],
            "persons": [
                "157070-81091"
            ],
            "imported": "2017-01-13T18:27:00+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": false
        },
        {
            "id": 157071,
            "title": "Probiotic modulation of gut microflora in cirrhosis: Influence on Lactobacilli and Veillonella",
            "abstract": null,
            "authors": [
                "Horvath, A",
                "Bashir, M",
                "Leber, B",
                "Schmerboeck, B",
                "Tawdrous, M",
                "Rainer, F",
                "Douschan, P",
                "Krones, E",
                "Spindelboeck, W",
                "Durchschein, F",
                "Zollner, G",
                "Stauber, RE",
                "Fickert, P",
                "Stiegler, P",
                "Stadlbauer, V"
            ],
            "year": 2016,
            "source": "Microbiome Science Days; OCT 7-8, 2016; Bertesgaden, Germany. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157071-14073",
                "157071-14080",
                "157071-14081",
                "157071-14087"
            ],
            "persons": [
                "157071-50874",
                "157071-50989",
                "157071-51530",
                "157071-52938",
                "157071-57230",
                "157071-62756",
                "157071-66467",
                "157071-71975",
                "157071-79732",
                "157071-81091",
                "157071-54296"
            ],
            "imported": "2017-01-13T18:34:10+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": true,
            "local_affiliation": true
        },
        {
            "id": 157072,
            "title": "Biomarkers for probiotic effects on microbiome-gut-brain-axis.",
            "abstract": null,
            "authors": [
                "Jacan, A",
                "Fröhlich, EE",
                "Reichmann, F",
                "Hassan, A",
                "Holzer, P"
            ],
            "year": 2016,
            "source": "CBmed Biomarker Conference; FEB 11, 2016; Graz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157072-14022"
            ],
            "persons": [
                "157072-51529",
                "157072-71386",
                "157072-77692"
            ],
            "imported": "2017-01-13T19:08:58+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": 157073,
            "title": "TGF-b1 and Notch signaling crosstalk regulates monocyte identity factor KLF4 during human skin dendritic cell differentiation.",
            "abstract": null,
            "authors": [
                "Krump,C",
                "Jurkin,J",
                "Köffel,R",
                "Schuster,C",
                "Borek,I",
                "Elbe-Bürger,A",
                "Strobl,H"
            ],
            "year": 2017,
            "source": "Keystone Symposia on Molecular and Cellular Biology; \"TGF-b in Immunity, Inflammation and Cancer\"; JAN 9-13, 2017; Taos, New Mexico, USA. 2017. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157073-14014"
            ],
            "persons": [
                "157073-79192",
                "157073-86731"
            ],
            "imported": "2017-01-13T19:12: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": 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": 157074,
            "title": "Effects on the circulating metabolome in an antibiotic-induced mouse dysbiosis model.",
            "abstract": null,
            "authors": [
                "Jacan, A",
                "Fröhlich, EE",
                "Bordag, N",
                "Magnes, C",
                "Kashofer, K",
                "Mayerhofer, R",
                "Reichmann, F",
                "Holzer, P"
            ],
            "year": 2016,
            "source": "The 1st International Conference on Microbiota-Gut-Brain Axis: Mind, Mood & Microbes; DEC 1-2, 2016; Amsterdam, THE NETHERLANDS. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157074-14020",
                "157074-14022"
            ],
            "persons": [
                "157074-51529",
                "157074-57386",
                "157074-71386",
                "157074-87663"
            ],
            "imported": "2017-01-13T19:13: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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 157076,
            "title": "Inzidentelle Befunde vaskulärer Ätiologie in der kranialen MRT",
            "abstract": null,
            "authors": [
                "Enzinger, C"
            ],
            "year": 2017,
            "source": "Psychopraxis. Neuropraxis. 2017; doi:10.1007/s00739-0:  1-7. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": "10.1007/s00739-016-0372-4",
            "pmc": null,
            "organizations": [
                "157076-14051"
            ],
            "persons": [
                "157076-50173"
            ],
            "imported": "2017-01-14T11:02:59+01:00",
            "journal": null,
            "issn": " 2197-9715",
            "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": 157078,
            "title": "Osteoporosetherapie bis ins hohe Alter",
            "abstract": null,
            "authors": [
                "Fahrleitner-Pammer,A",
                ""
            ],
            "year": 2017,
            "source": "Männerfortbildung zur Osteoporose - KLIMAx; 14.01.2017; Wien . 2017. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "157078-14080"
            ],
            "persons": [
                "157078-51063"
            ],
            "imported": "2017-01-14T23:08:08+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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
        }
    ]
}