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=150800&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=150820&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150780&ordering=impactfactor_norm",
    "results": [
        {
            "id": 126190,
            "title": "Ästhetische Eingriffe im HNO-Fachgebiet.",
            "abstract": null,
            "authors": [
                "Kainz, J"
            ],
            "year": 2012,
            "source": "Wiener Medizinische Wochenschrift\r\nSkriptum. 2012; 9/2012:  13-15. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126190-14042"
            ],
            "persons": [],
            "imported": "2013-02-11T11:45: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": 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": 126191,
            "title": "Ästhetische Eingriffe in der HNO.",
            "abstract": null,
            "authors": [
                "Kainz, J"
            ],
            "year": 2012,
            "source": "Ärztewoche. 2012; 41/2012:  26-28. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126191-14042"
            ],
            "persons": [],
            "imported": "2013-02-11T11:47: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": 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": 126193,
            "title": "Septoplasty.",
            "abstract": null,
            "authors": [
                "Kainz, J"
            ],
            "year": 2012,
            "source": "3rd Course on Basics of SeptoRhinoplasty/47th Graz Course on Rhinosurgery.; JUNE 27-30, 2012; Graz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126193-14042"
            ],
            "persons": [],
            "imported": "2013-02-11T11:50: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": true,
            "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": 126194,
            "title": "Hump Nose.",
            "abstract": null,
            "authors": [
                "Kainz, J"
            ],
            "year": 2012,
            "source": "3rd Course on Basics of SeptoRhinoplasty/47th Graz Course on Rhinosurgery.; JUNE 27-30, 2012; Graz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126194-14042"
            ],
            "persons": [],
            "imported": "2013-02-11T11:51: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126195,
            "title": "Complications: Prophylaxis and Therapy.",
            "abstract": null,
            "authors": [
                "Kainz, J"
            ],
            "year": 2012,
            "source": "3rd Course on Basics of SeptoRhinoplasty/47th Graz Course on Rhinosurgery.; JUNE 27.30, 2012; Graz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126195-14042"
            ],
            "persons": [],
            "imported": "2013-02-11T11:52: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": true,
            "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": 126196,
            "title": "Live-Demo-Dissection of Rhinoplasty with HD-Endoscopy",
            "abstract": null,
            "authors": [
                "Kainz, J"
            ],
            "year": 2012,
            "source": "3rd Course on Basics of SeptoRhinoplasty/47th Graz Course on Rhinosurgery.; JUNE 27-30, 2012; Graz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126196-14042"
            ],
            "persons": [],
            "imported": "2013-02-11T11:54:18+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": 126197,
            "title": "Laboratory Dissection Septo-Rhinoplasty.",
            "abstract": null,
            "authors": [
                "Kainz, J"
            ],
            "year": 2012,
            "source": "3rd Course on Basics of SeptoRhinoplasty/47th Graz Course on Rhinosurgery.; JUNE 27-30, 2012; Graz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126197-14042"
            ],
            "persons": [],
            "imported": "2013-02-11T11:56: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": 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": 126198,
            "title": "Laboratory Endoscopic Dissection of Sinuses.",
            "abstract": null,
            "authors": [
                "Kainz, J"
            ],
            "year": 2012,
            "source": "3rd Course on Basics of SeptoRhinoplasty/47th Graz Course on Rhinosurgery.; JUNE 27-30, 2012; Graz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126198-14042"
            ],
            "persons": [],
            "imported": "2013-02-11T11:57:27+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": 126200,
            "title": "The Roof of the Ethmoid and other Areas of Hazard.",
            "abstract": null,
            "authors": [
                "Kainz, J"
            ],
            "year": 2012,
            "source": "3rd Course on Basics of SeptoRhinoplasty/47th Graz Course on Rhinosurgery.; JUNE 27-30, 2012; Graz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126200-14042"
            ],
            "persons": [],
            "imported": "2013-02-11T11:58: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": 126201,
            "title": "Ästhetische Eingriffe im HNO-Bereich. Vorsitz Panel.",
            "abstract": null,
            "authors": [
                "Kainz, J"
            ],
            "year": 2012,
            "source": "Österreichischer HNO-Kongress; SEPT 12-15, 2012; St. Pölten, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126201-14042"
            ],
            "persons": [],
            "imported": "2013-02-11T12:00:47+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": 126202,
            "title": "Profilkorrektur der Nase.",
            "abstract": null,
            "authors": [
                "Kainz, J"
            ],
            "year": 2012,
            "source": "Österreichischer HNO-Kongress; SEPT 12-15, 2012; St. Pölten, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126202-14042"
            ],
            "persons": [],
            "imported": "2013-02-11T12:02:09+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": 126203,
            "title": "Amnion-derived mesenchymal stromal cells exert viability-enhancing and stabilizing effects on endothelial cells.",
            "abstract": null,
            "authors": [
                "Weiss, G",
                "König, J",
                "Pfeiffer, D",
                "Huppertz, B",
                "Köstenbauer, S",
                "Schwarz, M",
                "Parolini, O",
                "Lang, I"
            ],
            "year": 2012,
            "source": "J Tissue Eng Regen Med. 2012; 6(1):457-457.-2nd International meeting of the International Placenta Stem Cell Society (IPLASS); SEPT 5, 2012; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126203-14017",
                "126203-14038",
                "126203-14073"
            ],
            "persons": [
                "126203-50653",
                "126203-51718",
                "126203-54142",
                "126203-76930",
                "126203-82643"
            ],
            "imported": "2013-02-11T12:06:57+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": 126204,
            "title": "Embryology and histology of the skin",
            "abstract": null,
            "authors": [
                "Lang, I"
            ],
            "year": 2001,
            "source": " In: Scharnagl, E; Spendel, S; Hellbom, B, Prandl EC editors(s). 10th European Course in Plastic Surgery. Graz: Leykam; p. 7-7.  2001(ISBN: 3-7011-0034-9) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "126204-51718"
            ],
            "imported": "2013-02-11T12:19:29+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Scharnagl, E; Spendel, S; Hellbom, B, Prandl EC",
            "collection_title": "10th European Course in Plastic Surgery",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 126206,
            "title": "The role of prostaglandin D2 receptors in human macrophage function",
            "abstract": null,
            "authors": [
                "Jandl, K",
                "Bálint, Z",
                "Parzmair, GP",
                "Sturm, E",
                "Kónya, V",
                "Heinemann, A"
            ],
            "year": 2012,
            "source": "18th Scientific Symposium of the\r\nAustrian Pharmacological Society (APHAR)\r\nJoint Meeting with the Croatian, Serbian and Slovenian Pharmacological Societies ; September 20-21, 2012; Graz, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126206-14022"
            ],
            "persons": [
                "126206-50791",
                "126206-51756",
                "126206-82595"
            ],
            "imported": "2013-02-11T12:23:47+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": true,
            "local_affiliation": true
        },
        {
            "id": 126208,
            "title": "Electron Microscopy at the Medical University Graz",
            "abstract": null,
            "authors": [
                "Lang, I"
            ],
            "year": 2012,
            "source": "ZMF Days; NOV 8-9, 2012; Graz, Austria. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126208-14017"
            ],
            "persons": [
                "126208-51718"
            ],
            "imported": "2013-02-11T12:40:24+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": 126209,
            "title": "Perivascular and avascular-derived mesenchymal stromal cells from the human placenta support endothelial cell function",
            "abstract": null,
            "authors": [
                "Lang, I",
                "Weiss, G",
                "König, J",
                "Pfeiffer D",
                "Siwetz, M",
                "Dohr, G",
                "Huppertz, B"
            ],
            "year": 2012,
            "source": "Proceedings of 7th Fraunhofer Life Science Symposium, 7th Annual Congress of the German Society for Stem Cell Research (GSZ) Stem cells and clinical applications. 2012; 47-47.-7th Fraunhofer Life Science Symposium, 7th Annual Congress of the German Society for Stem Cell Research (GSZ); NOV 29-30, 2012; Leipzig, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126209-14017",
                "126209-14038"
            ],
            "persons": [
                "126209-50469",
                "126209-51666",
                "126209-51718",
                "126209-54142",
                "126209-76930",
                "126209-82643"
            ],
            "imported": "2013-02-11T12:51: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": 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": 126210,
            "title": "Learning Edge-Specific Kernel Functions For Pairwise Graph Matching",
            "abstract": null,
            "authors": [
                "Donoser, Michael",
                "Urschler, Martin",
                "Bischof, Horst"
            ],
            "year": 2012,
            "source": "Proceedings of the British Machine Vision Conference. 2012; -British Machine Vision Conference; SEP 3-7, 2012; Surrey, UK. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "126210-63647"
            ],
            "imported": "2013-02-11T13:10: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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 126211,
            "title": "CO2: Kurmittelformen _ Applikationsarten",
            "abstract": null,
            "authors": [
                "Pessenhofer, H"
            ],
            "year": 2012,
            "source": "ÖÄK Diplomkurs: Integrative Kurmedizin - Modul 1/2012; APR 12.-14, 2012; Bad Hofgastein, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126211-14010"
            ],
            "persons": [
                "126211-51504"
            ],
            "imported": "2013-02-11T13:53:39+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": 126212,
            "title": "Acute endovascular treatment of ruptured intracranial aneurysms with GDC.",
            "abstract": null,
            "authors": [
                "Klein,GE",
                "Karaic,R",
                "Leber,K",
                "Hausegger,KA",
                "Schreyer,H",
                ""
            ],
            "year": 1996,
            "source": "Brain Vasculature Intervention - Target Therapeutics; SEP 19, 1996; Paris, FRANCE. 1996. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "126212-51876"
            ],
            "imported": "2013-02-11T15:53:41+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126214,
            "title": "Neuroform-Stent bei rupturierten/nicht rupturierten intrakraniellen Aneurysmen.",
            "abstract": null,
            "authors": [
                "Klein,GE",
                ""
            ],
            "year": 2005,
            "source": "Intra-und extrakranielle Interventionen - Workshop; MAI 12-13, 2005; Graz, AUSTRIA. 2005. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "126214-51876"
            ],
            "imported": "2013-02-11T15:58:43+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
        }
    ]
}