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=150780&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157099,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150800&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150760&ordering=impactfactor_norm",
    "results": [
        {
            "id": 126164,
            "title": "Beatmung oder CPAP - Was spricht für Beatmung?",
            "abstract": null,
            "authors": [
                "Urlesberger, B"
            ],
            "year": 2012,
            "source": "Beatmung bei Frühgeborenen - Wie invasiv müssen wir vorgehen?\r\n2. Chiesi-Neonatologie Symposium; März 8-9, 2012; Berlin. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126164-14094"
            ],
            "persons": [],
            "imported": "2013-02-10T18:37: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": 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": 126165,
            "title": "Kurzzeitfolgen der Sectioentbindung.",
            "abstract": null,
            "authors": [
                "Urlesberger, B"
            ],
            "year": 2012,
            "source": "38. AG-Treffen der AG Neonatologie und Pädiatrische Intensivmedizin der ÖGKJ; April 13, 2012; Wien. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126165-14094"
            ],
            "persons": [],
            "imported": "2013-02-10T18:40: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126166,
            "title": "Propofol in der Neonatologie.",
            "abstract": null,
            "authors": [
                "Urlesberger, B"
            ],
            "year": 2012,
            "source": "38. AG-Treffen der AG Neonatologie und Pädiatrische Intensivmedizin der ÖGKJ; April 13, 2012; Wien. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126166-14094"
            ],
            "persons": [],
            "imported": "2013-02-10T18:42: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": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126167,
            "title": "Sectioentbindung - neonatale Mortalität und Morbidität.",
            "abstract": null,
            "authors": [
                "Urlesberger, B"
            ],
            "year": 2012,
            "source": "AKH Wien - Interne Fortbildung; Juni 29, 2012; AKH Wien. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126167-14094"
            ],
            "persons": [],
            "imported": "2013-02-10T18:44: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": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126168,
            "title": "Experiences with fast and slow setting fibrin sealants",
            "abstract": null,
            "authors": [
                "Kamolz, LP"
            ],
            "year": 2013,
            "source": "Elektronsicher Abstraktband. 2013; -Bio Surgery Symosium - Hands on Workshop; FEB 6-7, 2013; Orth, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126168-14076"
            ],
            "persons": [
                "126168-80111"
            ],
            "imported": "2013-02-10T18:56:37+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": 126169,
            "title": "Failure of transition at birth.",
            "abstract": null,
            "authors": [
                "Urlesberger, B"
            ],
            "year": 2012,
            "source": "Proceedings of the 4th Congress - European Academy of Pediatric Societies. 2012; -4th Congress - European Academy of Pediatric Societies.\r\nESCNR: Scientific update on neonatal resuscitation; Oct 5-8, 2012; Istanbul. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126169-14094"
            ],
            "persons": [],
            "imported": "2013-02-10T18:57: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": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126171,
            "title": "Intracranial arterial disease: Endovascular interventions.",
            "abstract": null,
            "authors": [
                "Klein,GE",
                ""
            ],
            "year": 2009,
            "source": "Cerebrovascular Diseases. 2009; 27(Suppl5):21-21.-14th Meeting of the European Society of Neurosonology and Cerebral Hemodynamics; MAY 23-25, 2009; Riga, LATVIA.  (ISBN: 978-3-8055-9157-7 )",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "126171-51876"
            ],
            "imported": "2013-02-10T19:11:33+01:00",
            "journal": null,
            "issn": "1015-9770",
            "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": 126173,
            "title": "Interventionelle Behandlung intracranieller Aneurysmen und AV-Malformationen.",
            "abstract": null,
            "authors": [
                "Klein,GE",
                ""
            ],
            "year": 2005,
            "source": "Neurologische Intensivmedizin Aktuell. 2005; 8(1):-22. Arbeitstagung für Neurologische Intensiv-und Notfallmedizin - ANIM 2005; JAN 20-22, 2005; Klagenfurt, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "126173-51876"
            ],
            "imported": "2013-02-10T19:39:21+01:00",
            "journal": null,
            "issn": "1435-2966",
            "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": 126174,
            "title": "Stentimplantation zur Therapie symptomatischer Carotisstenosen.",
            "abstract": null,
            "authors": [
                "Klein,GE",
                "Niedekorn,K",
                ""
            ],
            "year": 2002,
            "source": "Gemeinsame Tagung der Österr. Gesellschaft für Neurologie umnd der Österr.Gesellschaft für Psychiatrie und Psychotherapie; APR 24-27, 2002; Gmunden, AUSTRIA. 2002. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "126174-51546",
                "126174-51876"
            ],
            "imported": "2013-02-10T20:03: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": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126176,
            "title": "Interventionelle Neuroradiologie - eine aktuelle Übersicht.",
            "abstract": null,
            "authors": [
                "Klein,GE",
                ""
            ],
            "year": 2001,
            "source": "Neurologische Fortbildungsreihe, LNK Wagner-Jauregg Linz; NOV 3, 2001; Linz, AUSTRIA. 2001. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "126176-51876"
            ],
            "imported": "2013-02-10T20:10: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": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126177,
            "title": "Interventionelle Neuroradiologie - eine aktuelle Übersicht.",
            "abstract": null,
            "authors": [
                "Klein,GE",
                ""
            ],
            "year": 2002,
            "source": "Neurologische Fortbildungsreihe, LNK Wagner-Jauregg Linz; MAI 9, 2002; Linz, AUSTRIA. 2002. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "126177-51876"
            ],
            "imported": "2013-02-10T20:14: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": 126178,
            "title": "Combined embolization and radiosurgical treatment of AVM's.",
            "abstract": null,
            "authors": [
                "Pendl,G",
                "Leber,KA",
                "Klein,GE",
                ""
            ],
            "year": 2000,
            "source": "Symposium of the Georgian Association of Radiology ; OKT 30-31, 2000; Tiflis, GEORGIEN. 2000. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "126178-51876"
            ],
            "imported": "2013-02-10T20:40: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": 126180,
            "title": "Kann das Notfallset in dieser Form Leben retten?",
            "abstract": null,
            "authors": [
                "Bokanovic, D",
                "Leonhartsberger, T",
                "Griesbacher, A",
                "Aberer, W",
                "Sturm, GJ"
            ],
            "year": 2012,
            "source": "ÖGDV Jahrestagung 2012; NOV 30 - DEC 2, 2012; Linz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126180-14047",
                "126180-28394"
            ],
            "persons": [
                "126180-51346",
                "126180-87717"
            ],
            "imported": "2013-02-10T23:55: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": 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": 126182,
            "title": "Thiochitosan-coated liposomes as oral delivery systems for peptide drugs",
            "abstract": null,
            "authors": [
                "Gradauer, K",
                "Vonach, C",
                "Dünnhaupt, S",
                "Barthelmes,J",
                "Roblegg, E",
                "Fröhlich, E",
                "Bernkop-Schnürch, A",
                "Prassl, R"
            ],
            "year": 2012,
            "source": "AAPS (American Association of Pharmaceutical Scientists) 2012 Annual Meeting and Exposition; Okt 14-18, 2012; Chicago, USA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126182-14011",
                "126182-28394"
            ],
            "persons": [
                "126182-83066"
            ],
            "imported": "2013-02-11T09:32:48+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": true,
            "local_affiliation": true
        },
        {
            "id": 126183,
            "title": "Donor Care Management and Adverse Side Effects of G-CSF Administration in Unrelated Volunteer Hematopoietic Stem Cell Donors",
            "abstract": null,
            "authors": [
                "Posch, U",
                "Ulrich, S",
                "Sareban, N",
                "Lanzer, G"
            ],
            "year": 2012,
            "source": "Clin. Lab. . 2012; 58(7+8):14-15.-20. Jahrestagung der Deutschen Gesellschaft für Immungenetik (DGI); SEPT 6-8, 2012; Köln, Germany. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126183-14058"
            ],
            "persons": [
                "126183-87617"
            ],
            "imported": "2013-02-11T09:47:23+01:00",
            "journal": null,
            "issn": "1433-6510",
            "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": 126184,
            "title": "Donor Care Management and Adverse Side Effects of G-CSF Administration in Unrelated Volunteer Hematopoietic Stem Cell Donors",
            "abstract": null,
            "authors": [
                "Posch, U",
                "Sareban, N",
                "Lanzer, G"
            ],
            "year": 2012,
            "source": "Transfusion Medicine and Hemotherapy. 2012; 39 (Suppl 1)(VI+70):59-59.-45. Jahreskongress der Deutschen Gesellschaft für Transfusionsmedizin und Immunhämatologie (DGTI); SEPT 11-14, 2012; Graz, Austria.  (ISBN: 978-3-318-02281-0 )",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126184-14058"
            ],
            "persons": [
                "126184-87617"
            ],
            "imported": "2013-02-11T09:56:36+01:00",
            "journal": null,
            "issn": "1660-3796",
            "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": 126185,
            "title": "High-resolution molecular characterization of circulating cell-free DNA and circulating tumor cells of patients with metastatic breast cancer",
            "abstract": null,
            "authors": [
                "Auer, M",
                "Fondi, M",
                "Heitzer, E",
                "Pristauz, G",
                "Petru, E",
                "Jahn, S",
                "Gasch, C",
                "Pantel, K",
                "Riethdorf, S",
                "Speicher, MR",
                "Geigl, JB"
            ],
            "year": 2013,
            "source": "7. Forschungsforum der österreichsichen Fachhochschulen; APRIL 3-4, 2013; Dornbirn, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126185-14020",
                "126185-14021",
                "126185-14063"
            ],
            "persons": [
                "126185-50899",
                "126185-57423",
                "126185-60745",
                "126185-64274",
                "126185-74796",
                "126185-51624"
            ],
            "imported": "2013-02-11T10:36:15+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126186,
            "title": "MSc in Migrant Health: Neue Herausforderungen in Europa.",
            "abstract": null,
            "authors": [
                "Wisiak, UV"
            ],
            "year": 2012,
            "source": "Psychosomatische Medizin - zeitgemäßer denn je.; JUN 1, 2012; Graz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126186-29447"
            ],
            "persons": [
                "126186-51521"
            ],
            "imported": "2013-02-11T10:52: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": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126187,
            "title": "Modul 21 und Stationspraktikum (Studieneingangsphase). \r\n",
            "abstract": null,
            "authors": [
                "Wisiak, UV"
            ],
            "year": 2012,
            "source": "Biopsychosoziale Medizin. Konferenz der MedizinpsychologInnen an den drei öffentlichen Medizinischen Universitäten Österreichs.; MAY 17-18, 2012; Graz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126187-29447"
            ],
            "persons": [
                "126187-51521"
            ],
            "imported": "2013-02-11T10:57:26+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126188,
            "title": "Neue medikamentöse Therapien bei CF.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2012,
            "source": "Österreichisches CF-Expertenmeeting; FEB 24, 2012; Salzburg, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126188-14095"
            ],
            "persons": [
                "126188-51713"
            ],
            "imported": "2013-02-11T11:31: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": 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
        }
    ]
}