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=151700&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156909,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151720&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151680&ordering=impactfactor_norm",
    "results": [
        {
            "id": 127601,
            "title": "Die Abklärung von Nahrungsmittelallergien in der Klinik",
            "abstract": null,
            "authors": [
                "Grims, RH"
            ],
            "year": 2012,
            "source": "3. Landesgruppentreffen der Diätologen Steiermark; Sep 19, 2012; Graz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127601-14047"
            ],
            "persons": [],
            "imported": "2013-03-19T14:38: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": 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": 127602,
            "title": "Affektive Störungen: Die unipolaren Depressionen.",
            "abstract": null,
            "authors": [
                "Rothenhäusler, HB"
            ],
            "year": 2013,
            "source": "Facharzt-Intensivkurs der Ausbildungsakademie der Österreichischen Gesellschaft für Psychiatrie und Psychotherapie; MAR 19, 2013; Vienna, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127602-29444"
            ],
            "persons": [
                "127602-50097"
            ],
            "imported": "2013-03-19T19:56: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": 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": 127603,
            "title": "Endoskopische Diagnostik und Therapie im HNO Bereich",
            "abstract": null,
            "authors": [
                "Tomazic, PV",
                "Köle, W"
            ],
            "year": 2013,
            "source": "; MAR 19, 2013; Graz, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127603-14066"
            ],
            "persons": [
                "127603-51924"
            ],
            "imported": "2013-03-19T21:08:51+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": true,
            "conference_international": false,
            "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": 127604,
            "title": "Der Facettengelenksschmerz.",
            "abstract": null,
            "authors": [
                "Eustacchio, S"
            ],
            "year": 2013,
            "source": " In: Kröll, W; Schweppe, P; Neuper, O editors(s). Der medizinische Sachverständige. Rechtliche Grundlagen und Beispiele guter Praxis medizinischer und pflegerischer Sachverständigengutachten. Schriftenreihe Recht und Risikomanagement. Band 3: Wien, Graz: Neuer Wissenschaftlicher Verlag; p. 251-268.  2013(ISBN: 978-3-7083-0889-0) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127604-14050"
            ],
            "persons": [],
            "imported": "2013-03-20T08:25:51+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Kröll, W; Schweppe, P; Neuper, O",
            "collection_title": "Der medizinische Sachverständige. Rechtliche Grundlagen und Beispiele guter Praxis medizinischer und pflegerischer Sachverständigengutachten. Schriftenreihe Recht und Risikomanagement",
            "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": 127605,
            "title": "Das neurochirurgisch-ärztliche Gutachten im Spannungsfeld zwischen evidenced based medicine und best clinical practice am Beispiel der Wirbelsäulenchirurgie.",
            "abstract": null,
            "authors": [
                "Trummer, M"
            ],
            "year": 2013,
            "source": " In: Kröll, W; Schweppe, P; Neuper, O editors(s). Der medizinische Sachverständige. Rechtliche Grundlagen und Beispiele guter Praxis medizinischer und pflegerischer Sachverständigengutachten. Schriftenreihe Recht und Risikomanagement. Band 3: Wien, Graz: Neuer Wissenschaftlicher Verlag; p. 459-468.  2013(ISBN: 978-3-7083-0889-0) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127605-14050"
            ],
            "persons": [],
            "imported": "2013-03-20T08:29:24+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Kröll, W; Schweppe, P; Neuper, O",
            "collection_title": "Der medizinische Sachverständige. Rechtliche Grundlagen und Beispiele guter Praxis medizinischer und pflegerischer Sachverständigengutachten. Schriftenreihe Recht und Risikomanagement",
            "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": 127606,
            "title": "Versuchte Totalresektion eines gutartigen Schädelbasistumors mit schwerwiegenden Komplikationen.",
            "abstract": null,
            "authors": [
                "Unger, F"
            ],
            "year": 2013,
            "source": " In: Kröll, W; Schweppe, P; Neuper, O editors(s). Der medizinische Sachverständige. Rechtliche Grundlagen und Beispiele guter Praxis medizinischer und pflegerischer Sachverständigengutachten. Schriftenreihe Recht und Risikomanagement. Band 3: Wien, Graz: Neuer Wissenschaftlicher Verlag; p. 469-476.  2013(ISBN: 978-3-7083-0889-0) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127606-14050"
            ],
            "persons": [
                "127606-51969"
            ],
            "imported": "2013-03-20T08:32:02+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Kröll, W; Schweppe, P; Neuper, O",
            "collection_title": "Der medizinische Sachverständige. Rechtliche Grundlagen und Beispiele guter Praxis medizinischer und pflegerischer Sachverständigengutachten. Schriftenreihe Recht und Risikomanagement",
            "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": 127607,
            "title": "Der medizinische Sachverständige. Rechtliche Grundlagen und Beispiele guter Praxis medizinischer und pflegerischer Sachverständigengutachten. Schriftenreihe Recht und Risikomanagement.",
            "abstract": null,
            "authors": null,
            "year": 2013,
            "source": "Kröll, W; Schwepp, P; Neuper, O. editor(s). Band 3: Wien, Graz: Neuer Wissenschaftlicher Verlag; 2013. (ISBN: 978-3-7083-0889-0) ",
            "category": 7,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127607-14069"
            ],
            "persons": [
                "127607-51613"
            ],
            "imported": "2013-03-20T08:43: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": 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": 127608,
            "title": "ENDO-PERIO LESIONS – Which teeth can be saved?\r\n\r\n",
            "abstract": null,
            "authors": [
                "Marotti, M",
                "Pertl, C",
                "Lorenzoni, M",
                "Wimmer, G"
            ],
            "year": 2012,
            "source": "Journal of Clinical Periodontology: Abstracts of Europerio 7. 2012; . 2012; 39: -ENDO PERIO 7; June 6-9, 2012; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127608-14057",
                "127608-14111"
            ],
            "persons": [
                "127608-51703",
                "127608-51043"
            ],
            "imported": "2013-03-20T09:55:44+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": 127609,
            "title": "A retrospective study on dental complications after conservative therapy of isolated fractures of the alveolar process in the permanent dentition",
            "abstract": null,
            "authors": [
                "Marotti, M",
                "Ebeleseder, KA",
                "Wegscheider, W"
            ],
            "year": 2012,
            "source": "http://www.dentalbiostat2012.org/. 2012; -Dentalbiostat 2012.\r\n5th International Meeting on Methodological Issues in Oral Health Research; APR 10-14, 2012; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127609-14057",
                "127609-14111"
            ],
            "persons": [
                "127609-51567",
                "127609-51841"
            ],
            "imported": "2013-03-20T10:17: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": false,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 127613,
            "title": "DIAGNOSIS AND MANAGEMENT OF GASTROINTESTINAL (GI)-MOTILITY\r\nDISORDERDISORDERS — RESULTS OF A SURVEY AMONG AUSTRIAN AND ESTONIAN INTENSIVE CARE PHYSICIANS (ICP)",
            "abstract": null,
            "authors": [
                "Schörghuber, M",
                "Reintam Blaser, A",
                "Starkopf, J",
                "Tatzl, E",
                "Fruhwald, S"
            ],
            "year": 2012,
            "source": "Intensive Care Medicine\r\nSupplement 1, Volume 38\r\nOctober 2012. 2012; 1(38):145-145.-ESICM LIVES 2012 25th Annual Congress; OCT 13–17, 2012; Lisbon, PORTUGAL. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127613-14044",
                "127613-14070"
            ],
            "persons": [
                "127613-50186",
                "127613-51938",
                "127613-71082"
            ],
            "imported": "2013-03-20T11:21:22+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 127614,
            "title": "Nutritional Management - A Comparison of Austrian and Estonian Intensive Care Units (ICU)",
            "abstract": null,
            "authors": [
                "Schörghuber, M",
                "Reintam Blaser, A",
                "Starkopf, J",
                "Tatzl, E",
                "Fruhwald, S"
            ],
            "year": 2012,
            "source": "ESICM LIVES 2012\r\n25th Annual Congress; OCT 13-17, 2012; Lisbon, PORTUGAL. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127614-14044",
                "127614-14070"
            ],
            "persons": [
                "127614-50186",
                "127614-51938",
                "127614-71082"
            ],
            "imported": "2013-03-20T11:28: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": 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": 127616,
            "title": "Füllungstechnik 2012 für den Praktiker",
            "abstract": null,
            "authors": [
                "Marotti, M."
            ],
            "year": 2012,
            "source": "Stomatologie. 2012; 109(6):52-96.-Österreichischer Zahnärztekongress und Symposium für Kinderzahnheilkunde; SEP 20-22, 2012; Salzburg. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127616-14111"
            ],
            "persons": [],
            "imported": "2013-03-20T12:26:04+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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 127617,
            "title": "Follistatin",
            "abstract": null,
            "authors": [
                "Sahin, E",
                "Münzker, J",
                "Grusch, M"
            ],
            "year": 2012,
            "source": " In: Schwab, M editors(s). Encyclopedia of Cancer. Springer-Verlag;  2012",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127617-14080"
            ],
            "persons": [],
            "imported": "2013-03-20T12:28:58+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Schwab, M",
            "collection_title": "Encyclopedia of Cancer",
            "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": 127618,
            "title": "Einführung in die One-File-Wurzelkanalaufbereitungstechnik\r\n",
            "abstract": null,
            "authors": [
                "Marotti M, Ebeleseder K.A"
            ],
            "year": 2012,
            "source": "Stomatologie. 2012; 109(6):52-96.-Österreichischer Zahnärztekongress und Symposium für Kinderzahnheilkunde; ; SEP 20-22,2012; Salzburg. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127618-14111"
            ],
            "persons": [
                "127618-51841"
            ],
            "imported": "2013-03-20T12:29:54+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 127619,
            "title": "Apexifikation vs Apexogenese",
            "abstract": null,
            "authors": [
                "Marotti, M"
            ],
            "year": 2012,
            "source": "Endocircle 2012: \"Von Fall zu Fall\"; JUN 6, 2012; Graz. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127619-14111"
            ],
            "persons": [],
            "imported": "2013-03-20T12:33: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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 127620,
            "title": "Milchzahnendodontie",
            "abstract": null,
            "authors": [
                "Marotti, M"
            ],
            "year": 2013,
            "source": "Endocircle 2013; Feb 27, 2013; Graz. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127620-14111"
            ],
            "persons": [],
            "imported": "2013-03-20T12:35: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": 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": 127621,
            "title": "Reciproc-Aufbereitung mit nur einem Instrument & warme 3D obturation mit nur Guttafusion",
            "abstract": null,
            "authors": [
                "Marotti, M"
            ],
            "year": 2013,
            "source": "Workshop; FEB 5; Graz. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127621-14111"
            ],
            "persons": [],
            "imported": "2013-03-20T12:45:56+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "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": 127622,
            "title": "Reciproc-Aufbereitung mit nur einem Instrument & warme 3D obturation mit nur Guttafusion \r\n",
            "abstract": null,
            "authors": [
                "Marotti, M"
            ],
            "year": 2013,
            "source": "Workshop 2; FEB 6, 2013.; Graz. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127622-14111"
            ],
            "persons": [],
            "imported": "2013-03-20T12:48:07+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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 127626,
            "title": "VITAMIN D STATUS AND OVERALL AND SEPSIS MORTALITY IN CRITICALLY ILL PATIENTS: A RETROSPECTIVE OBSERVATIONAL STUDY\r\n",
            "abstract": null,
            "authors": [
                "Zajic,P",
                "Schnedl, C",
                "Valentin, T",
                "Grisold, A",
                "Holl, A",
                "Farzi, S",
                "Fruhwald, S",
                "Dobnig, H",
                "Pieber, TR",
                "Amrein, K"
            ],
            "year": 2013,
            "source": "Critical Care 2013, 17(Suppl 2):P447 (19 March 2013). 2013; -ISICEM; MAR 19-22, 2013; Brussels, BELGIUM. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127626-14023",
                "127626-14051",
                "127626-14069",
                "127626-14070",
                "127626-14080"
            ],
            "persons": [
                "127626-51831",
                "127626-51863",
                "127626-51938",
                "127626-53586",
                "127626-58615",
                "127626-74135"
            ],
            "imported": "2013-03-20T18:25:13+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 127629,
            "title": "Osteoporose - kein Schicksal nur eine Erkrankung",
            "abstract": null,
            "authors": [
                "Fahrleitner-Pammer, A",
                ""
            ],
            "year": 2013,
            "source": "Fortbildung am Punkt; Mar 15,2013; Linz. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127629-14080"
            ],
            "persons": [
                "127629-51063"
            ],
            "imported": "2013-03-20T22:29:28+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
        }
    ]
}