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=154960&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157150,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154980&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154940&ordering=impactfactor_norm",
    "results": [
        {
            "id": 105482,
            "title": "Rosacea in and out Pregnancy - New Insights into Its Endocrinologic Background",
            "abstract": null,
            "authors": [
                "Frühauf, J",
                "Ambros-Rudolph, CM"
            ],
            "year": 2010,
            "source": "Abstract CD-ROM2010; -7th EADV Spring Symposium ; MAY 13-16, 2010; Cavtat, CROATIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105482-14047"
            ],
            "persons": [],
            "imported": "2010-10-01T02:46:34+02: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": 105483,
            "title": "Algorithmic approach to the pregnant patient with skin changes",
            "abstract": null,
            "authors": [
                "Ambros-Rudolph, CM"
            ],
            "year": 2010,
            "source": "Abstract CD-ROM2010; -19th Congress of the European Academy of Dermatology and Venereology; OCT 6-10, 2010; Gothenburg, SWEDEN. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105483-14047"
            ],
            "persons": [],
            "imported": "2010-10-01T02:53:36+02: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": 105484,
            "title": "Dermatosen in der Schwangerschaft",
            "abstract": null,
            "authors": [
                "Ambros-Rudolph, CM"
            ],
            "year": 2010,
            "source": "CME PRAKTISCHE FORTBILDUNG Gynäkologie, Geburtsmedizin und Gynäkologische Endokrinologie; MAY 26-28, 2010; Hamburg, GERMANY. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105484-14047"
            ],
            "persons": [],
            "imported": "2010-10-01T02:57:21+02: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": 105485,
            "title": "Pregnancy Dermatoses",
            "abstract": null,
            "authors": [
                "Ambros-Rudolph, CM"
            ],
            "year": 2010,
            "source": "Yngre Dermatologers uddannelsesweekend; SEP 10-11, 2010; Klarskovgaard, DENMARK. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105485-14047"
            ],
            "persons": [],
            "imported": "2010-10-01T02:59:28+02: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": 105486,
            "title": "Diagnostik und Therapie von Schwangerschaftsdermatosen",
            "abstract": null,
            "authors": [
                "Ambros-Rudolph, CM"
            ],
            "year": 2010,
            "source": "2. Münsteraner Pruritussymposium; SEP 17-18, 2010; Münster, GERMANY. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105486-14047"
            ],
            "persons": [],
            "imported": "2010-10-01T03:01:34+02: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": 105488,
            "title": "Prospective randomized cross-over comparison study of narrowband UVB (311nm) and PUVA therapy in the treatment of patch-stage mycosis fungoides.",
            "abstract": null,
            "authors": [
                "Sugic, A",
                "Legat, FJ",
                "Gruber-Wackernagl, A",
                "Quehenberger, F",
                "Wolf, P",
                "Hofer, A"
            ],
            "year": 2010,
            "source": "-2010; -7th EADV Spring Symposium; Mai 13-16, 2010; Cavtat, Kroatien. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105488-14026",
                "105488-14047"
            ],
            "persons": [
                "105488-50466",
                "105488-51618",
                "105488-51865",
                "105488-51972",
                "105488-56730"
            ],
            "imported": "2010-10-01T09:59:30+02: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": 105489,
            "title": "Reattachment – Update 2010 (15 min).",
            "abstract": null,
            "authors": [
                "Ebeleseder, KA"
            ],
            "year": 2010,
            "source": "Klinisches Wochenende der ÖGZMK; MAY 8, 2010; Graz, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105489-14111"
            ],
            "persons": [
                "105489-51841"
            ],
            "imported": "2010-10-01T10:01:11+02: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": 105490,
            "title": "Humans – Processes – Technology: in a World of Information Overload",
            "abstract": null,
            "authors": [
                "Holzinger, A"
            ],
            "year": 2010,
            "source": "Mobility Summit Austria 2010; JUN, 15, 2010; Vienna, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105490-14026"
            ],
            "persons": [
                "105490-51050"
            ],
            "imported": "2010-10-01T10:02:51+02: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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105491,
            "title": "Unverzichtbare Tools in der Behandlung der infizierten Pulpanekrose (45 min).",
            "abstract": null,
            "authors": [
                "Ebeleseder, KA"
            ],
            "year": 2010,
            "source": "Bienniale Fortbildungsexkursion des Bergischen Zahnärztevereins Wuppertal; MAY 7, 2010; Graz, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105491-14111"
            ],
            "persons": [
                "105491-51841"
            ],
            "imported": "2010-10-01T10:03:57+02: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": 105492,
            "title": "Basics in der Zahntraumatologie (6 x 45 min)",
            "abstract": null,
            "authors": [
                "Ebeleseder, KA"
            ],
            "year": 2010,
            "source": "Schulung des mikrochirurgischen Ausbildungs- und \r\nForschungszentrums (vorbereitet, wurde aber abgesagt); APRIL 24, 2010; Linz, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105492-14111"
            ],
            "persons": [
                "105492-51841"
            ],
            "imported": "2010-10-01T10:06:12+02: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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105493,
            "title": "Traumatologie (2x 120 min).",
            "abstract": null,
            "authors": [
                "Ebeleseder, KA"
            ],
            "year": 2010,
            "source": "Kompaktkurs Kinderzahnheilkunde der ÖGK; APRIL 22, 2010; Salzburg, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105493-14111"
            ],
            "persons": [
                "105493-51841"
            ],
            "imported": "2010-10-01T10:08:11+02: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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105494,
            "title": "From Cloud Computing to Mobile Internet, From User Focus to Culture and Hedonism - The Crucible of Mobile Health Care and Wellness Applications",
            "abstract": null,
            "authors": [
                "Alagoez, F",
                "Calero Valdez, A",
                "Wilkowska, W",
                "Ziefle, M",
                "Dorner, S",
                "Holzinger, A"
            ],
            "year": 2010,
            "source": "Proceedings of ICPCA 20102010; -ICPCA 2010; DEC, 1-3, 2010; Maribor, SLOVENIA. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105494-14026"
            ],
            "persons": [
                "105494-51050"
            ],
            "imported": "2010-10-01T10:12:52+02: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": 105496,
            "title": "Motivational features of a mobile web application promoting a healthy lifestyle",
            "abstract": null,
            "authors": [
                "Holzinger, A",
                "Dorner, S"
            ],
            "year": 2010,
            "source": "Proceedings of BCS HCI2010; -British HCI Workshop HCI4WELL - Human-Computer Interaction for Health and Wellness; SEP, 7, 2010; Dundee, UK. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105496-14026"
            ],
            "persons": [
                "105496-51050"
            ],
            "imported": "2010-10-01T10:15:23+02: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": 105497,
            "title": "The XAOS Metric: Understanding Visual Complexity as measure of usability. Springer Lecture Notes in Computer Science LNCS 6389",
            "abstract": null,
            "authors": [
                "Stickel, C",
                "Ebner, M",
                "Holzinger, A"
            ],
            "year": 2010,
            "source": "Human-Computer Interaction in Work & Learning, Life & Leisure. Berlin, Heidelberg, New York: Springer;  2010. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105497-14026"
            ],
            "persons": [
                "105497-51050"
            ],
            "imported": "2010-10-01T10:19:28+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": "Human-Computer Interaction in Work & Learning, Life & Leisure",
            "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": 105498,
            "title": "International Workshop on Enabling User Experience with Future Interactive Learning Systems (UXFUL 2010)",
            "abstract": null,
            "authors": [
                "Graf, S",
                "Kinshuk",
                "Holzinger, A"
            ],
            "year": 2010,
            "source": "Human-Computer Interaction in Work & Learning, Life & Leisure. Springer Lecture Notes in Computer Science LNCS 6389. Berlin, Heidelberg, New York: Springer;  2010. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105498-14026"
            ],
            "persons": [
                "105498-51050"
            ],
            "imported": "2010-10-01T10:21:28+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": "Human-Computer Interaction in Work & Learning, Life & Leisure. Springer Lecture Notes in Computer Science LNCS 6389",
            "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": 105499,
            "title": "Chances of Increasing Youth Health Awareness through Mobile Wellness Applications",
            "abstract": null,
            "authors": [
                "Holzinger, A",
                "Dorner, S",
                "Foedinger, M",
                "Calero Valdez, A",
                "Ziefle, M"
            ],
            "year": 2010,
            "source": "Human-Computer Interaction in Work & Learning, Life & Leisure. Springer Lecture Notes in Computer Science LNCS 6389.  2010. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105499-14026"
            ],
            "persons": [
                "105499-51050"
            ],
            "imported": "2010-10-01T10:23:39+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": "Human-Computer Interaction in Work & Learning, Life & Leisure. Springer Lecture Notes in Computer Science LNCS 6389",
            "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": 105500,
            "title": "E-learning accessibility for the deaf and hard of hearing: practical examples and experiences",
            "abstract": null,
            "authors": [
                "Debevc, M",
                "Kosec, P",
                "Holzinger, A"
            ],
            "year": 2010,
            "source": "Human-Computer Interaction in Work & Learning, Life & Leisure. Springer Lecture Notes in Computer Science LNCS 6389. Berlin, Heidelberg, New York: Springer;  2010. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105500-14026"
            ],
            "persons": [
                "105500-51050"
            ],
            "imported": "2010-10-01T10:25:06+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": "Human-Computer Interaction in Work & Learning, Life & Leisure. Springer Lecture Notes in Computer Science LNCS 6389",
            "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": 105501,
            "title": "In aller Munde. Amalgam.",
            "abstract": null,
            "authors": [
                "Greil-Schähs, E",
                "Ebeleseder, KA"
            ],
            "year": 2010,
            "source": "Zahnkrone. 2010; (1): 4-5. ",
            "category": 1,
            "document_type": 2,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105501-14111"
            ],
            "persons": [
                "105501-51841"
            ],
            "imported": "2010-10-01T10:28:18+02: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": 105503,
            "title": "Zahnverlust vermeiden.",
            "abstract": null,
            "authors": [
                "Ebeleseder, KA"
            ],
            "year": 2010,
            "source": "Zahnarzt. 2010; (4): 8-9. ",
            "category": 1,
            "document_type": 2,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105503-14111"
            ],
            "persons": [
                "105503-51841"
            ],
            "imported": "2010-10-01T10:29:30+02: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": 105505,
            "title": "Wundauflagen - was ist evidenzbasiert?",
            "abstract": null,
            "authors": [
                "Salmhofer, W"
            ],
            "year": 2010,
            "source": "Venalpina VI; 23.-30.1.2010; Pontresina. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105505-14047"
            ],
            "persons": [
                "105505-51721"
            ],
            "imported": "2010-10-01T10:38:02+02: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
        }
    ]
}