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=155120&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157136,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155140&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155100&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 117836,
            "title": "Topographic, 3D and Quantitative analysis of autofluorescence in dry, age-related macular degeneration.",
            "abstract": null,
            "authors": [
                "Strauss, RW",
                "Kampik, A",
                "Neubauer, AS"
            ],
            "year": 2007,
            "source": "Klin Monbl Augenheilkd. 2007; 224(12):927-931",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000252358900005",
            "pubmed": "18260056",
            "doi": "10.1055/s-2007-963743",
            "pmc": null,
            "organizations": [],
            "persons": [
                "117836-69775-1"
            ],
            "imported": "2012-02-22T01:00:00+01:00",
            "journal": "Klin Monbl Augenheilkd",
            "issn": "0023-2165",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.576,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.111,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 137516,
            "title": "Follow-up of cutaneous melanoma patients: a proposal for standardization.",
            "abstract": null,
            "authors": [
                "Moscarella, E",
                "Ricci, C",
                "Borgognoni, L",
                "Bottoni, U",
                "Catricalà, C",
                "Dika, E",
                "Fanti, PA",
                "Landi, C",
                "Manganoni, AM",
                "Pellacani, G",
                "Peris, K",
                "Pimpinelli, N",
                "Quaglino, P",
                "Richetta, A",
                "Simonetti, V",
                "Stanganelli, I",
                "Testori, A",
                "Zalaudek, I",
                "Argenziano, G"
            ],
            "year": 2014,
            "source": "G Ital Dermatol Venereol. 2014; 149(6):633-638",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000351420900001",
            "pubmed": "24938723",
            "doi": null,
            "pmc": null,
            "organizations": [
                "137516-14047"
            ],
            "persons": [
                "137516-50151-6"
            ],
            "imported": "2014-06-20T02:00:00+02:00",
            "journal": "G Ital Dermatol Venereol",
            "issn": "0392-0488",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.677,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.111,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "DERMATOLOGY-SCI",
            "impactfactor_norm_super": 0.186,
            "impactfactor_norm_super_year": 2012,
            "impactfactor_norm_super_category": "DERMATOLOGY",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 203710,
            "title": "Surface Body Temperature and Thermoregulation After Cardiac Arrest",
            "abstract": null,
            "authors": [
                "Markota, A",
                "Skok, K",
                "Burja, S",
                "Mori, J"
            ],
            "year": 2019,
            "source": "THER HYPOTHERMIA TEM. 2019; 9(3): 204-208. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000485929900008",
            "pubmed": "30566033",
            "doi": "10.1089/ther.2018.0035",
            "pmc": null,
            "organizations": [],
            "persons": [
                "203710-120849-6"
            ],
            "imported": "2023-07-11T14:22:02+02:00",
            "journal": "THER HYPOTHERMIA TEM",
            "issn": "2153-7658",
            "collection_publisher": null,
            "collection_title": "THERAPEUTIC HYPOTHERMIA AND TEMPERATURE MANAGEMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.333,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.111,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "CRITICAL CARE MEDICINE-SCI",
            "impactfactor_norm_super": 0.273,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "CRITICAL CARE MEDICINE-SCI",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 138707,
            "title": "Spitz/Reed nevi: proposal of management recommendations by the Dermoscopy Study Group of the Italian Society of Dermatology (SIDeMaST).",
            "abstract": null,
            "authors": [
                "Broganelli, P",
                "Titli, S",
                "Lallas, A",
                "Alaibac M Annetta, A",
                "Battarra, V",
                "Brunetti, B",
                "Castagno, I",
                "Cavicchini, S",
                "Ferrari, A",
                "Ghigliotti, G",
                "Landi, C",
                "Manganoni, A",
                "Moscarella, E",
                "Pellacani, G",
                "Pizzichetta, MA",
                "Rosina, P",
                "Rubegni, P",
                "Satta, R",
                "Scalvenzi, M",
                "Stanganelli, I",
                "Stinco, G",
                "Zalaudek, I",
                "Zampieri, P",
                "Argenziano, G",
                "Dermoscopy Study Group of the Italian Society of Dermatology"
            ],
            "year": 2014,
            "source": "G Ital Dermatol Venereol. 2014; 149(5):601-606",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000346618400013",
            "pubmed": "25213387",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "138707-50151-6"
            ],
            "imported": "2014-09-13T02:00:00+02:00",
            "journal": "G Ital Dermatol Venereol",
            "issn": "0392-0488",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.677,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.111,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "DERMATOLOGY-SCI",
            "impactfactor_norm_super": 0.186,
            "impactfactor_norm_super_year": 2012,
            "impactfactor_norm_super_category": "DERMATOLOGY",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 154413,
            "title": "[Attitudes Towards End-of-Life Decisions and Long-Term Care Dependency: Results of a Representative Survey of Austrians Aged 50].",
            "abstract": null,
            "authors": [
                "Stolz, E",
                "Rásky, É",
                "Freidl, W"
            ],
            "year": 2018,
            "source": "Gesundheitswesen. 2018; 80(6): 580-582. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000435921000017",
            "pubmed": "27300090",
            "doi": "10.1055/s-0042-106648",
            "pmc": null,
            "organizations": [
                "154413-14024"
            ],
            "persons": [
                "154413-51688-6",
                "154413-51845-4",
                "154413-89152-1"
            ],
            "imported": "2016-09-09T02:00:00+02:00",
            "journal": "Gesundheitswesen",
            "issn": "0941-3790",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.841,
            "impactfactor_year": 2016,
            "impactfactor_norm": 0.11,
            "impactfactor_norm_year": 2016,
            "impactfactor_norm_category": "PUBLIC, ENVIRONMENTAL & OCCUPATIONAL HEALTH-SSCI",
            "impactfactor_norm_super": 0.204,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "PUBLIC, ENVIRONMENTAL + OCCUPATIONAL HEALTH-SSCI",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 176365,
            "title": "[Is there a magic bullet for sarcomas? : Personalised treatment for maligant tumours of bone and soft tissue].",
            "abstract": null,
            "authors": [
                "Scheipl, S",
                "Liegl-Atzwanger, B",
                "Szkandera, J",
                "Rinner, B",
                "Viertler, C",
                "Friesenbichler, J",
                "Bergovec, M",
                "Leithner, A"
            ],
            "year": 2019,
            "source": "Orthopade. 2019; 48(9): 776-783. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000486209500008",
            "pubmed": "31396640",
            "doi": "10.1007/s00132-019-03790-x",
            "pmc": null,
            "organizations": [
                "176365-14020",
                "176365-14052",
                "176365-14085",
                "176365-27477"
            ],
            "persons": [
                "176365-50448-2",
                "176365-50546-6",
                "176365-50826-6",
                "176365-53237-6",
                "176365-54279-6",
                "176365-69234-6",
                "176365-88122-6"
            ],
            "imported": "2019-08-19T02:00:00+02:00",
            "journal": "Orthopade",
            "issn": "0085-4530",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.823,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.11,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ORTHOPEDICS-SCI",
            "impactfactor_norm_super": 0.158,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "ORTHOPEDICS-SCI",
            "citations": false,
            "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": 178340,
            "title": "[Erratum to: Silver coating on tumour prostheses].",
            "abstract": null,
            "authors": [
                "Friesenbichler, J",
                "Bergovec, M",
                "Maurer-Ertl, W",
                "Reinbacher, P",
                "Maier, M",
                "Amerstorfer, F",
                "Leithner, A"
            ],
            "year": 2019,
            "source": "Orthopade. 2019; 48(12):1057-1057",
            "category": 1,
            "document_type": 8,
            "sci": "ISI:000500544800012",
            "pubmed": "31728568",
            "doi": "10.1007/s00132-019-03835-1",
            "pmc": null,
            "organizations": [
                "178340-14052",
                "178340-28761"
            ],
            "persons": [
                "178340-53237",
                "178340-85994",
                "178340-88122",
                "178340-94962"
            ],
            "imported": "2019-11-30T01:00:00+01:00",
            "journal": "Orthopade",
            "issn": "0085-4530",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.823,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.11,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ORTHOPEDICS-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 169377,
            "title": "[Clinical administration of platelet-rich plasma and growth factors to the musculoskeletal system].",
            "abstract": null,
            "authors": [
                "Leitner, L",
                "Gruber, G",
                "Lohberger, B",
                "Kaltenegger, H",
                "Leithner, A",
                "Sadoghi, P"
            ],
            "year": 2019,
            "source": "Orthopade. 2019; 48(1):105-116",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000456311900013",
            "pubmed": "30259059",
            "doi": "10.1007/s00132-018-3643-3",
            "pmc": null,
            "organizations": [
                "169377-14052"
            ],
            "persons": [
                "169377-50696-6",
                "169377-53237-6",
                "169377-59379-4",
                "169377-59782-6",
                "169377-91941-1"
            ],
            "imported": "2018-09-28T02:00:00+02:00",
            "journal": "Orthopade",
            "issn": "0085-4530",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.823,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.11,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "ORTHOPEDICS-SCI",
            "impactfactor_norm_super": 0.158,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "ORTHOPEDICS-SCI",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 162804,
            "title": "Current Research Activities on Person-Centered Medicine in Academic Institutes of General Practice in Germany and Austria].",
            "abstract": null,
            "authors": [
                "Weber, A",
                "Schelling, J",
                "Kohls, N",
                "van Dyck, M",
                "Poggenburg, S",
                "Vajda, C",
                "Hirsch, J",
                "Sirois, F",
                "Toussaint, L",
                "Offenbächer, M"
            ],
            "year": 2018,
            "source": "Gesundheitswesen. 2018; 80(11):1006-1012",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000450743000014",
            "pubmed": "29020704",
            "doi": "10.1055/s-0043-117734",
            "pmc": null,
            "organizations": [
                "162804-27964",
                "162804-29447"
            ],
            "persons": [
                "162804-60096-6",
                "162804-91510-6"
            ],
            "imported": "2017-10-14T02:00:00+02:00",
            "journal": "Gesundheitswesen",
            "issn": "0941-3790",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.841,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.11,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "PUBLIC, ENVIRONMENTAL & OCCUPATIONAL HEALTH-SSCI",
            "impactfactor_norm_super": 0.204,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "PUBLIC, ENVIRONMENTAL + OCCUPATIONAL HEALTH-SSCI",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 160909,
            "title": "[Who Should Provide Persons with Familial Risk of Colorectal Cancer with Information on Early Detection? - The View of those Affected].",
            "abstract": null,
            "authors": [
                "Plath, J",
                "Siebenhofer, A",
                "Schulz-Rothe, S",
                "Güthlin, C"
            ],
            "year": 2018,
            "source": "Gesundheitswesen. 2018; 80(10):878-881",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000446897700010",
            "pubmed": "28628929",
            "doi": "10.1055/s-0042-124671",
            "pmc": null,
            "organizations": [
                "160909-27964"
            ],
            "persons": [
                "160909-51098-4"
            ],
            "imported": "2017-06-27T02:00:00+02:00",
            "journal": "Gesundheitswesen",
            "issn": "0941-3790",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.841,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.11,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "PUBLIC, ENVIRONMENTAL & OCCUPATIONAL HEALTH-SSCI",
            "impactfactor_norm_super": 0.204,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "PUBLIC, ENVIRONMENTAL + OCCUPATIONAL HEALTH-SSCI",
            "citations": false,
            "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": 174278,
            "title": "[Silver coating on tumour prostheses].",
            "abstract": null,
            "authors": [
                "Friesenbichler, J",
                "Bergovec, M",
                "Maurer-Ertl, W",
                "Reinbacher, P",
                "Maier, M",
                "Amerstorfer, F",
                "Leithner, A"
            ],
            "year": 2019,
            "source": "Orthopade. 2019; 48(7):598-604",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000473603900007",
            "pubmed": "30927028",
            "doi": "10.1007/s00132-019-03720-x",
            "pmc": null,
            "organizations": [
                "174278-14052"
            ],
            "persons": [
                "174278-53237-6",
                "174278-85994-6",
                "174278-88122-6",
                "174278-94962-6"
            ],
            "imported": "2019-03-31T01:00:00+01:00",
            "journal": "Orthopade",
            "issn": "0085-4530",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.823,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.11,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ORTHOPEDICS-SCI",
            "impactfactor_norm_super": 0.158,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "ORTHOPEDICS-SCI",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 174250,
            "title": "[Comments on the letters to the editor of the leading topic volume "Complementary and alternative treatments in psychiatry"].",
            "abstract": null,
            "authors": [
                "Arolt, V",
                "Bauer, M",
                "Kapfhammer, HP",
                "Maier, W",
                "Schneider, F"
            ],
            "year": 2019,
            "source": "NERVENARZT. 2019; 90(3): 306-306. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000460826600011",
            "pubmed": "30806719",
            "doi": "10.1007/s00115-019-0687-5",
            "pmc": null,
            "organizations": [
                "174250-29444"
            ],
            "persons": [
                "174250-51907-6"
            ],
            "imported": "2019-03-28T16:58:22+01:00",
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": "NERVENARZT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.887,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.11,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "PSYCHIATRY-SCI",
            "impactfactor_norm_super": 0.141,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "PSYCHIATRY-SCI",
            "citations": false,
            "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": 152143,
            "title": "[Validation of a 4-Item-Questionnaire on Familial and Hereditary Colorectal Cancer Risk in General Practice].",
            "abstract": null,
            "authors": [
                "Koné, I",
                "Siebenhofer, A",
                "Hartig, J",
                "Plath, J"
            ],
            "year": 2018,
            "source": "Gesundheitswesen. 2018; 80(3):266-269",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000428862600016",
            "pubmed": "27097310",
            "doi": "10.1055/s-0042-100625",
            "pmc": null,
            "organizations": [
                "152143-27964"
            ],
            "persons": [
                "152143-51098-4"
            ],
            "imported": "2016-04-25T02:00:00+02:00",
            "journal": "Gesundheitswesen",
            "issn": "0941-3790",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.841,
            "impactfactor_year": 2016,
            "impactfactor_norm": 0.11,
            "impactfactor_norm_year": 2016,
            "impactfactor_norm_category": "PUBLIC, ENVIRONMENTAL & OCCUPATIONAL HEALTH-SSCI",
            "impactfactor_norm_super": 0.204,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "PUBLIC, ENVIRONMENTAL + OCCUPATIONAL HEALTH-SSCI",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 154768,
            "title": "[How Patients View and Accept Health Care Services Provided by Health Care Assistants in the General Practice: Survey of Participants of the GP-centered Health Care Program in Baden-Wuerttemberg].",
            "abstract": null,
            "authors": [
                "Mergenthal, K",
                "Güthlin, C",
                "Beyer, M",
                "Gerlach, FM",
                "Siebenhofer, A"
            ],
            "year": 2018,
            "source": "Gesundheitswesen. 2018; 80(12):1077-1083",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000453238700010",
            "pubmed": "27636362",
            "doi": "10.1055/s-0042-110402",
            "pmc": null,
            "organizations": [
                "154768-27964"
            ],
            "persons": [
                "154768-51098-6"
            ],
            "imported": "2016-09-28T02:00:00+02:00",
            "journal": "Gesundheitswesen",
            "issn": "0941-3790",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.841,
            "impactfactor_year": 2016,
            "impactfactor_norm": 0.11,
            "impactfactor_norm_year": 2016,
            "impactfactor_norm_category": "PUBLIC, ENVIRONMENTAL & OCCUPATIONAL HEALTH-SSCI",
            "impactfactor_norm_super": 0.204,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "PUBLIC, ENVIRONMENTAL + OCCUPATIONAL HEALTH-SSCI",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 103276,
            "title": "Splenic state in surviving patients with visceral heterotaxy.",
            "abstract": null,
            "authors": [
                "Nagel, BH",
                "Williams, H",
                "Stewart, L",
                "Paul, J",
                "Stümper, O"
            ],
            "year": 2005,
            "source": "Cardiol Young. 2005; 15(5): 469-473. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000235853800003",
            "pubmed": "16164783",
            "doi": "10.1017/S1047951105211320",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-08-17T02:00:00+02:00",
            "journal": "Cardiol Young",
            "issn": "1047-9511",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.471,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.10958904109589,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7090,
            "title": "Modulation of free radical formation by pterin derivatives",
            "abstract": null,
            "authors": [
                "Öttl, K",
                "Greilberger, J",
                "Reibnegger, G"
            ],
            "year": 2004,
            "source": "PTERIDINES. 2004; 15:  97-101. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000224071500004",
            "pubmed": null,
            "doi": "10.1515/pteridines.2004.15.3.97",
            "pmc": null,
            "organizations": [
                "7090-14012"
            ],
            "persons": [
                "7090-50569-6",
                "7090-51929-2",
                "7090-52010-6"
            ],
            "imported": "2013-02-14T15:37:02+01:00",
            "journal": "PTERIDINES",
            "issn": "0933-4807",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.538,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.109375,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "BIOPHYSICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 4130,
            "title": "The situation of dermatopathology in Europe. Tasks, priorities and premonitions",
            "abstract": null,
            "authors": [
                "Kerl, H"
            ],
            "year": 2002,
            "source": "Pathologe. 2002; 23(1):1-3",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000174248700001",
            "pubmed": "11974499",
            "doi": "10.1007/s00292-001-0508-y",
            "pmc": null,
            "organizations": [
                "4130-14047"
            ],
            "persons": [
                "4130-51620-2"
            ],
            "imported": null,
            "journal": "PATHOLOGE",
            "issn": "0172-8113",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.423,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.109375,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "PATHOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 91104,
            "title": "Turbidimetrische Messung der Hyaluronsäure im Serum bei Patienten mit Leberzirrhose.",
            "abstract": null,
            "authors": [
                "Putz-Bankuti, C",
                "Stojakovic, T",
                "Steidl, K",
                "Scharnagl, H",
                "Stauber, RE"
            ],
            "year": 2009,
            "source": "Z Gastroenterol 2009; 47: 495-495.-42. Jahrestagung der Österreichischen Gesellschaft für Gastroenterologie und Hepatologie (ÖGGH) und 50. Österreichischer Chirurgenkongress; JUN 18-20, 2009; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "91104-14028",
                "91104-14079",
                "91104-14081"
            ],
            "persons": [
                "91104-50886",
                "91104-51530"
            ],
            "imported": "2009-06-22T19:14:07+02:00",
            "journal": null,
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.88,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.109090909090909,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 83853,
            "title": "Long-term treatment with atorvastatin improves dyslipidemia and vascular function in patients with primary biliary cirrhosis.",
            "abstract": null,
            "authors": [
                "Stojakovic, T",
                "Putz-Bankuti, C",
                "Scharnagl, H",
                "Wagner, M",
                "Sourij, H",
                "März, W",
                "Wascher, TC",
                "Trauner, M"
            ],
            "year": 2008,
            "source": "Z Gastroenterol. 2008; 45: 1-1.-41. Jahrestagung und 19. Fortbildungskurs der Österreichischen Gesellschaft für Gastroenterologie und Hepatologie (ÖGGH); MAI 29-31, 2008; Millstatt, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "83853-14028",
                "83853-14081"
            ],
            "persons": [
                "83853-50838",
                "83853-50886",
                "83853-57377"
            ],
            "imported": "2008-09-26T15:32:03+02:00",
            "journal": null,
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.88,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.109090909090909,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 184206,
            "title": "Volumetric Investigation of Sphenoid Sinus in an Elderly Population.",
            "abstract": null,
            "authors": [
                "Andrianakis, A",
                "Kiss, P",
                "Wolf, A",
                "Pilsl, U",
                "Palackic, A",
                "Holzmeister, C",
                "Moser, U",
                "Tomazic, PV"
            ],
            "year": 2020,
            "source": "J Craniofac Surg. 2020; 31(8):2346-2349",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000588153500066",
            "pubmed": "33136888",
            "doi": "10.1097/SCS.0000000000006872",
            "pmc": null,
            "organizations": [
                "184206-14018",
                "184206-14066"
            ],
            "persons": [
                "184206-102292-6",
                "184206-82492-6",
                "184206-89704-2",
                "184206-96325-6",
                "184206-97022-6"
            ],
            "imported": "2020-11-16T01:00:00+01:00",
            "journal": "J Craniofac Surg",
            "issn": "1049-2275",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.046,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.109,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.133,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "SURGERY-SCI",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}