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=80&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 155671,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=100&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=60&ordering=impactfactor_norm",
    "results": [
        {
            "id": 4572,
            "title": "Accidents of children associated with nonmotorized scooters",
            "abstract": null,
            "authors": [
                "Schalamon, J",
                "von Bismarck, S",
                "Mayr, J",
                "Höllwarth, ME"
            ],
            "year": 2002,
            "source": "MONATSSCHR KINDERHEILK 2002 150: 1381-1383.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000179689600008",
            "pubmed": null,
            "doi": "10.1007/s00112-002-0422-2",
            "pmc": null,
            "organizations": [
                "4572-14049"
            ],
            "persons": [
                "4572-50052-2"
            ],
            "imported": null,
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.147,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.0147058823529412,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 4573,
            "title": "The child with burns. Part II",
            "abstract": null,
            "authors": [
                "Trop, M"
            ],
            "year": 2002,
            "source": "MONATSSCHR KINDERHEILK 2002 150: 1408-.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000179689600016",
            "pubmed": null,
            "doi": "10.1007/s00112-002-0605-x",
            "pmc": null,
            "organizations": [
                "4573-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.147,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.0147058823529412,
            "impactfactor_norm_year": 2002,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 6243,
            "title": "Bronchiolitis in infancy. Therapeutical possibilities",
            "abstract": null,
            "authors": [
                "Modl, M",
                "Zach, MS"
            ],
            "year": 2002,
            "source": "MONATSSCHR KINDERHEILK 2002 150: 511-521.",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000175807200012",
            "pubmed": null,
            "doi": "10.1007/s00112-002-0418-y",
            "pmc": null,
            "organizations": [
                "6243-14095"
            ],
            "persons": [],
            "imported": null,
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.147,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.0147058823529412,
            "impactfactor_norm_year": 2002,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65125,
            "title": "The child with burns. Part I",
            "abstract": null,
            "authors": [
                "Trop, M"
            ],
            "year": 2002,
            "source": "MONATSSCHR KINDERHEILK. 2002; 150(10): 1238-+. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000179422500016",
            "pubmed": null,
            "doi": "10.1007/s00112-002-0587-8",
            "pmc": null,
            "organizations": [
                "65125-14048"
            ],
            "persons": [],
            "imported": "2007-01-29T16:52:44+01:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.147,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.0147058823529412,
            "impactfactor_norm_year": 2002,
            "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": 65129,
            "title": "Probiotics and allergy",
            "abstract": null,
            "authors": [
                "Hauer, AC"
            ],
            "year": 2002,
            "source": "MONATSSCHR KINDERHEILK. 2002; 150(7): 829-+. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000177489700005",
            "pubmed": null,
            "doi": "10.1007/s00112-002-0504-1",
            "pmc": null,
            "organizations": [
                "65129-14091"
            ],
            "persons": [
                "65129-51968-2"
            ],
            "imported": "2007-01-29T16:52:44+01:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.147,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.0147058823529412,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 194683,
            "title": "Feasibility of Calculating Aortic Pulse Wave Velocity from Oscillometric Upper Arm Pulse Waves Using the Antares Algorithm",
            "abstract": null,
            "authors": [
                "Baulmann, J",
                "Dorr, M",
                "Genzel, E",
                "Stauber, A",
                "Richter, S",
                "Ohlow, MA",
                "Eckert, S"
            ],
            "year": 2022,
            "source": "ARTERY RES. 2022; 28(1): 1-8. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000770332600001",
            "pubmed": null,
            "doi": "10.1007/s44200-021-00009-3",
            "pmc": null,
            "organizations": [
                "194683-14083"
            ],
            "persons": [],
            "imported": "2022-04-19T10:49:39+02:00",
            "journal": "ARTERY RES",
            "issn": "1872-9312",
            "collection_publisher": null,
            "collection_title": "ARTERY RESEARCH; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.6,
            "impactfactor_year": 2022,
            "impactfactor_norm": 0.0147058823529412,
            "impactfactor_norm_year": 2022,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE-SCIE",
            "impactfactor_norm_super": 0.015,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "PERIPHERAL VASCULAR DISEASE-SCIE",
            "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": 123750,
            "title": "Adverse effects after metal-on-metal bearings in total hip arthroplasty.",
            "abstract": null,
            "authors": [
                "Friesenbichler, J",
                "Maurer-Ertl, W",
                "Pirker-Fruhauf, U",
                "Wolf, M",
                "Leithner, A",
                "Weger, C",
                "Pechmann, M",
                "Sadoghi, P",
                ""
            ],
            "year": 2012,
            "source": "MINERVA ORTOP TRAUMATOL. 2012; 63(5): 379-385. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000310180700008",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "123750-14052"
            ],
            "persons": [
                "123750-50859-4",
                "123750-53237-6",
                "123750-59379-6"
            ],
            "imported": "2012-12-04T11:54:15+01:00",
            "journal": "MINERVA ORTOP TRAUMATOL",
            "issn": "0026-4911",
            "collection_publisher": null,
            "collection_title": "MINERVA ORTOPEDICA E TRAUMATOLOGICA",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.043,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.015,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "impactfactor_norm_super": 0.046,
            "impactfactor_norm_super_year": 2011,
            "impactfactor_norm_super_category": "ORTHOPEDICS",
            "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": 68542,
            "title": "The feto-maternal interface: setting the stage for potential immune interactions.",
            "abstract": null,
            "authors": [
                "Huppertz, B"
            ],
            "year": 2007,
            "source": "Semin Immunopathol. 2007; 29(2): 83-94. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000248704900002",
            "pubmed": "17621696",
            "doi": "10.1007/s00281-007-0070-7",
            "pmc": null,
            "organizations": [
                "68542-14017"
            ],
            "persons": [
                "68542-54142-2"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Semin Immunopathol",
            "issn": "1863-2297",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.0151515151515152,
            "impactfactor_norm_year": 2007,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 107251,
            "title": "Pseudo homogeneous amperometric immunosensor for the detection of 2,4-D based on a displacement format",
            "abstract": null,
            "authors": [
                "Gerdes, M",
                "Spener, F",
                "Meusel, M"
            ],
            "year": 2000,
            "source": "QUIM ANAL. 2000; 19:  8-14. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000165192000003",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-12-13T11:41:16+01:00",
            "journal": "QUIM ANAL",
            "issn": "0212-0569",
            "collection_publisher": null,
            "collection_title": "QUIMICA ANALITICA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.246,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0153846153846154,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "CHEMISTRY, ANALYTICAL",
            "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": 211202,
            "title": "Bilateral fibrinous Iridocyclitis with pronounced Myopic Manifestation (2024)",
            "abstract": null,
            "authors": [
                "Werkl, P",
                "Seidel, G",
                "Singer, C",
                "Tomasic, H",
                "Peschaut, T",
                "Heidinger, A",
                "Valentin, K",
                "Sommer, M"
            ],
            "year": 2024,
            "source": "OPHTHALMOLOGIE. 2024; ",
            "category": 1,
            "document_type": 8,
            "sci": "ISI:001309995600001",
            "pubmed": "39254688",
            "doi": "10.1007/s00347-024-02112-7",
            "pmc": null,
            "organizations": [
                "211202-14043"
            ],
            "persons": [
                "211202-100070",
                "211202-109641",
                "211202-65141",
                "211202-97142",
                "211202-89697",
                "211202-96622"
            ],
            "imported": "2024-09-24T09:05:26+02:00",
            "journal": "OPHTHALMOLOGIE",
            "issn": "2731-720X",
            "collection_publisher": null,
            "collection_title": "OPHTHALMOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.6,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "OPHTHALMOLOGY-SCIE",
            "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": 211008,
            "title": "[Panuveitis under dabrafenib/trametinib treatment for malignant cutaneous melanoma persisting after completion of treatment].",
            "abstract": null,
            "authors": [
                "Sommer, M",
                "Werkl, P",
                "Singer, C",
                "Heidinger, A",
                "Peschaut, T",
                "Kruger, M",
                "Hatzmann, A",
                "Seidel, G"
            ],
            "year": 2024,
            "source": "Ophthalmologie. 2024; ",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001307608600001",
            "pubmed": "39235638",
            "doi": "10.1007/s00347-024-02101-w",
            "pmc": null,
            "organizations": [
                "211008-14043"
            ],
            "persons": [
                "211008-100070-6",
                "211008-105904-6",
                "211008-65141-6",
                "211008-89697-6",
                "211008-96622-1"
            ],
            "imported": "2024-09-06T02:00:00+02:00",
            "journal": "Ophthalmologie",
            "issn": "2731-720X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.6,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "OPHTHALMOLOGY-SCIE",
            "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": true
        },
        {
            "id": 215559,
            "title": "Interrater reliability and practicability of the German version of the Ghent Global Incontinence-Associated Dermatitis Categorization Tool.",
            "abstract": null,
            "authors": [
                "Flörl, A",
                "Müller, G",
                "Hallsson, LR",
                "Hödl, M",
                "Jukic-Puntigam, M",
                "Steininger, A",
                "Spitz-Köberich, C",
                "Köberich, S"
            ],
            "year": 2025,
            "source": "Pflege. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001461242400001",
            "pubmed": "40196905",
            "doi": "10.1024/1012-5302/a001039",
            "pmc": null,
            "organizations": [
                "215559-14509"
            ],
            "persons": [
                "215559-59569-6"
            ],
            "imported": "2025-04-09T02:00:00+02:00",
            "journal": "Pflege",
            "issn": "1012-5302",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "NURSING-SCIE",
            "impactfactor_norm_super": 0.106,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "NURSING-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": 210484,
            "title": "Connect research and practice with Living Labs",
            "abstract": null,
            "authors": [
                "Hödl, M",
                "Schoberer, D"
            ],
            "year": 2024,
            "source": "PFLEGE. 2024; 37(2): 113-113. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:001186728100001",
            "pubmed": null,
            "doi": "10.1024/1012-5302/a000989",
            "pmc": null,
            "organizations": [
                "210484-14509"
            ],
            "persons": [
                "210484-59569-2",
                "210484-63683-6"
            ],
            "imported": "2024-07-18T10:10:26+02:00",
            "journal": "PFLEGE",
            "issn": "1012-5302",
            "collection_publisher": null,
            "collection_title": "PFLEGE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.3,
            "impactfactor_year": 2023,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2023,
            "impactfactor_norm_category": "NURSING-SCIE",
            "impactfactor_norm_super": 0.22,
            "impactfactor_norm_super_year": 2021,
            "impactfactor_norm_super_category": "NURSING-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": 210729,
            "title": "[Bilateral fibrinous iridocyclitis with extensive myopization].",
            "abstract": null,
            "authors": [
                "Werkl, P"
            ],
            "year": 2024,
            "source": "Ophthalmologie. 2024; ",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001288223800001",
            "pubmed": "39110214",
            "doi": "10.1007/s00347-024-02087-5",
            "pmc": null,
            "organizations": [
                "210729-14043"
            ],
            "persons": [],
            "imported": "2024-08-09T02:00:00+02:00",
            "journal": "Ophthalmologie",
            "issn": "2731-720X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.6,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "OPHTHALMOLOGY-SCIE",
            "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": 112366,
            "title": "Diagnosis and Treatment of exocrine Pancreatic insufficiency in Diabetes mellitus Report on the \"Consensus Conference on the management of diabetes with pancreatic exocrine insufficiency (EPI)\" in Hamburg on 30 October 2010",
            "abstract": null,
            "authors": [
                "Hardt, P",
                "Hammer, H",
                "Abrahamian, H",
                "Ebenbichler, C",
                "Hummel, M",
                "Matthaei, S",
                "Schnell, O",
                "Spinas, G",
                "Weitgasser, R",
                "Wiesli, P",
                "Philippe, J"
            ],
            "year": 2011,
            "source": "DIABETES STOFFWECH H. 2011; 20(3): 185-190. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000292017600009",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "112366-14081"
            ],
            "persons": [
                "112366-51531-6"
            ],
            "imported": "2011-07-21T15:51:08+02:00",
            "journal": "DIABETES STOFFWECH H",
            "issn": "1861-7603",
            "collection_publisher": null,
            "collection_title": "DIABETES STOFFWECHSEL UND HERZ; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.147,
            "impactfactor_year": 2011,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2011,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": 0.038,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "ENDOCRINOLOGY + METABOLISM",
            "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": 128528,
            "title": "Effects of a chemical sunscreen on uv-induced changes of different histological features in melanocytic nevi.",
            "abstract": null,
            "authors": [
                "Massone, C",
                "Wolf, P",
                "Gringschl, S",
                "Soyer, HP",
                "Hofmann-Wellenhof, R"
            ],
            "year": 2013,
            "source": "JAMA Dermatol. 2013; 149(7):874-875",
            "category": 1,
            "document_type": 20,
            "sci": "ISI:000323719000026",
            "pubmed": "23700034",
            "doi": "10.1001/jamadermatol.2013.420",
            "pmc": null,
            "organizations": [
                "128528-14047"
            ],
            "persons": [
                "128528-51618-6",
                "128528-51711-4"
            ],
            "imported": "2013-05-26T02:00:00+02:00",
            "journal": "JAMA Dermatol",
            "issn": "2168-6068",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": 2013,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2013,
            "impactfactor_norm_category": "DERMATOLOGY",
            "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": 206632,
            "title": "HLA-B27-positive anterior uveitis : Clinical aspects, diagnostics, interdisciplinary management, and treatment.",
            "abstract": null,
            "authors": [
                "Werkl, P",
                "Rademacher, J",
                "Pleyer, U"
            ],
            "year": 2024,
            "source": "Ophthalmologie. 2024; 121(Suppl 1):12-22",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001194389500001",
            "pubmed": "38085287",
            "doi": "10.1007/s00347-023-01960-z",
            "pmc": null,
            "organizations": [
                "206632-14043"
            ],
            "persons": [],
            "imported": "2024-01-15T01:00:00+01:00",
            "journal": "Ophthalmologie",
            "issn": "2731-720X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.6,
            "impactfactor_year": 2023,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2023,
            "impactfactor_norm_category": "OPHTHALMOLOGY-SCIE",
            "impactfactor_norm_super": 0.032,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "OPHTHALMOLOGY-SCIE",
            "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": 136353,
            "title": "Diagnostic test for endometriosis - combination of CCRI -mRNA,CA125-and MCP1-Determination from peripheral blood",
            "abstract": null,
            "authors": [
                "Agic, A",
                "Djalali, S",
                "Wolfler, MM",
                "Halis, G",
                "Diedrich, K",
                "Hornung, D"
            ],
            "year": 2008,
            "source": "GEBURTSH FRAUENHEILK. 2008; 68:  S183-S183. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000259577500760",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "136353-14064"
            ],
            "persons": [
                "136353-88735"
            ],
            "imported": "2014-04-29T18:27:52+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 136354,
            "title": "\\serum proteomic profilling and ascites in patients comparison with and without endometriosis",
            "abstract": null,
            "authors": [
                "Woelfler, MM",
                "Schwamborn, K",
                "Otten, D",
                "Hornung, D",
                "Knuchel-Clarke, R",
                "Rath, W"
            ],
            "year": 2008,
            "source": "GEBURTSH FRAUENHEILK. 2008; 68:  S160-S160. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000259577500660",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "136354-14064"
            ],
            "persons": [
                "136354-88735"
            ],
            "imported": "2014-04-29T18:27:52+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 136356,
            "title": "Proof of Aromatase -Expression in eutopic endometrium through reverse-phase of protein Arraying in patients with endometriosis",
            "abstract": null,
            "authors": [
                "Wolfler, MM",
                "Siehs, C",
                "Schwamborn, K",
                "Otten, D",
                "Knuchel-Clarke, R",
                "Rath, W"
            ],
            "year": 2008,
            "source": "GEBURTSH FRAUENHEILK. 2008; 68:  S124-S124. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000259577500513",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "136356-14064"
            ],
            "persons": [
                "136356-88735"
            ],
            "imported": "2014-04-29T18:27:52+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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
        }
    ]
}