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=2720&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157655,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2740&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2700&ordering=-imported",
    "results": [
        {
            "id": 3677,
            "title": "Trough level-guided mycophenolate mofetil rejection prophylaxis in liver transplantation.",
            "abstract": null,
            "authors": [
                "Grasser, B",
                "Iberer, F",
                "Schaffellner, S",
                "Kniepeiss, D",
                "Stauber, R",
                "Koshsorur, G",
                "Rehak, P",
                "Tscheliessnigg, KH"
            ],
            "year": 2001,
            "source": "Transplant Proc. 2001; 33(3):2154-2156",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000168781300027",
            "pubmed": "11377484",
            "doi": "10.1016%2FS0041-1345%2801%2901925-X",
            "pmc": null,
            "organizations": [
                "3677-14045",
                "3677-14073"
            ],
            "persons": [
                "3677-51530-6",
                "3677-58323-6"
            ],
            "imported": null,
            "journal": "TRANSPLANT PROC",
            "issn": "0041-1345",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.568,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.1875,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "TRANSPLANTATION",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2934,
            "title": "Risk factors for local complications in erysipelas",
            "abstract": null,
            "authors": [
                "Smolle, J",
                "Kahofer, P",
                "Pfaffentaler, E",
                "Kerl, H"
            ],
            "year": 2000,
            "source": "Hautarzt. 2000; 51(1):14-18",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000085205100004",
            "pubmed": "10663034",
            "doi": "10.1007%2Fs001050050004",
            "pmc": null,
            "organizations": [
                "2934-14047"
            ],
            "persons": [
                "2934-51617-2",
                "2934-51620-6"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.535,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.194444444444444,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": 2935,
            "title": "[Therapy of primary cutaneous B-cell lymphomas].",
            "abstract": null,
            "authors": [
                "Zenahlik, P",
                "Fink-Puches, R",
                "Kapp, KS",
                "Kerl, H",
                "Cerroni, L"
            ],
            "year": 2000,
            "source": "Hautarzt. 2000; 51(1):19-24",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000085205100005",
            "pubmed": "10663035",
            "doi": "10.1007/s001050050005",
            "pmc": null,
            "organizations": [
                "2935-14047",
                "2935-14054",
                "2935-14060"
            ],
            "persons": [
                "2935-51751-6",
                "2935-51620-6",
                "2935-52589-6"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.535,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.194444444444444,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": 3896,
            "title": "Guest editorial: Semiparametric function estimation and testing",
            "abstract": null,
            "authors": [
                "Schimek, MG"
            ],
            "year": 2001,
            "source": "STAT COMPUT 2001 11: 291-292.",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000171301000001",
            "pubmed": null,
            "doi": "10.1023/A:1011973117955",
            "pmc": null,
            "organizations": [],
            "persons": [
                "3896-51684-2"
            ],
            "imported": null,
            "journal": "STAT COMPUT",
            "issn": "0960-3174",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.845070422535211,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "COMPUTER SCIENCE, THEORY & METHODS",
            "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": 3109,
            "title": "Lipoprotein-associated alpha-tocopheryl-succinate inhibits cell growth and induces apoptosis in human MCF-7 and HBL-100 breast cancer cells.",
            "abstract": null,
            "authors": [
                "Pussinen, PJ",
                "Lindner, H",
                "Glatter, O",
                "Reicher, H",
                "Kostner, GM",
                "Wintersperger, A",
                "Malle, E",
                "Sattler, W"
            ],
            "year": 2000,
            "source": "BBA-MOL CELL BIOL LIPIDS 2000 1485: 129-144.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000087531100005",
            "pubmed": "10832094",
            "doi": "10.1016/S1388-1981(00)00035-4",
            "pmc": null,
            "organizations": [
                "3109-14013"
            ],
            "persons": [
                "3109-51669-6",
                "3109-51705-4",
                "3109-51706-6",
                "3109-51779-6",
                "3109-51833-6"
            ],
            "imported": null,
            "journal": "BBA-MOL CELL BIOL LIPIDS",
            "issn": "1388-1981",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.698,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.46969696969697,
            "impactfactor_norm_year": 2000,
            "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": 2938,
            "title": "Neonatal gastrointestinal emergencies",
            "abstract": null,
            "authors": [
                "Riccabona, M",
                "Schimpl, G",
                "Fotter, R"
            ],
            "year": 2000,
            "source": "Radiologe. 2000; 40(1):63-71",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000085272400013",
            "pubmed": "10663165",
            "doi": "10.1007/s001170050010",
            "pmc": null,
            "organizations": [
                "2938-14106"
            ],
            "persons": [
                "2938-51373-2",
                "2938-51557-6"
            ],
            "imported": null,
            "journal": "RADIOLOGE",
            "issn": "0033-832X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.608,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.225,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": 2939,
            "title": "Polyethylene glycol (Macrogol)--an overview of its use in diagnosis and therapy of gastrointestinal diseases",
            "abstract": null,
            "authors": [
                "Hammer, HF",
                "Hammer, J",
                "Gasche, C"
            ],
            "year": 2000,
            "source": "Wien Klin Wochenschr. 2000; 112(2):53-60",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000085273500003",
            "pubmed": "10703152",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2939-14081"
            ],
            "persons": [
                "2939-51531-2"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.572,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.490384615384615,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 2940,
            "title": "Residual ocular artefact subsequent to ocular artefact removal from the electroencephalogram",
            "abstract": null,
            "authors": [
                "Jervis, BW",
                "Thomlinson, M",
                "Mair, C",
                "Lopez, JML",
                "Garcia, MIB"
            ],
            "year": 1999,
            "source": "IEE PROC-SCI MEAS TECHNOL 1999 146: 293-298.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000085323500005",
            "pubmed": null,
            "doi": "10.1049/ip-smt:19990703",
            "pmc": null,
            "organizations": [
                "2940-14052"
            ],
            "persons": [],
            "imported": null,
            "journal": "IEE PROC-SCI MEAS TECHNOL",
            "issn": "1350-2344",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.432,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.473170731707317,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ENGINEERING, ELECTRICAL & ELECTRONIC",
            "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": 2941,
            "title": "Interaction between psychotropic drugs and thyroid hormone metabolism--an overview.",
            "abstract": null,
            "authors": [
                "Ramschak-Schwarzer, S",
                "Radkohl, W",
                "Stiegler, C",
                "Dimai, HP",
                "Leb, G"
            ],
            "year": 2000,
            "source": "Acta Med Austriaca. 2000; 27(1):8-10",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000085328000002",
            "pubmed": "10812456",
            "doi": "10.1046%2Fj.1563-2571.2000.00102.x",
            "pmc": null,
            "organizations": [
                "2941-14080"
            ],
            "persons": [
                "2941-79271-6"
            ],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.158,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0961538461538462,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 2942,
            "title": "Genetic background of osteoporosis.",
            "abstract": null,
            "authors": [
                "Obermayer-Pietsch, B",
                "Chararas, C",
                "Kotschan, S",
                "Walter, D",
                "Leb, G"
            ],
            "year": 2000,
            "source": "Acta Med Austriaca. 2000; 27(1):18-22",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000085328000004",
            "pubmed": "10812458",
            "doi": "10.1046%2Fj.1563-2571.2000.00104.x",
            "pmc": null,
            "organizations": [
                "2942-14080"
            ],
            "persons": [
                "2942-51809-2"
            ],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.158,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0961538461538462,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 2943,
            "title": "Histologic results of neuronal anastomosis of the microvascular latissimus dorsi transplant.",
            "abstract": null,
            "authors": [
                "Schultes, G",
                "Gaggl, A",
                "Kärcher, H",
                "Kleinert, R"
            ],
            "year": 2000,
            "source": "Plast Reconstr Surg. 2000; 105(2):526-529",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000085332700007",
            "pubmed": "10697156",
            "doi": "10.1097%2F00006534-200002000-00007",
            "pmc": null,
            "organizations": [
                "2943-14020",
                "2943-14057"
            ],
            "persons": [
                "2943-51566-6"
            ],
            "imported": null,
            "journal": "PLAST RECONSTR SURG",
            "issn": "0032-1052",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.423,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.691176470588235,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "SURGERY",
            "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": true
        },
        {
            "id": 2944,
            "title": "Estimating percentage total body fat and determining subcutaneous adipose tissue distribution with a new noninvasive optical device LIPOMETER.",
            "abstract": null,
            "authors": [
                "Möller, R",
                "Tafeit, E",
                "Smolle, KH",
                "Pieber, TR",
                "Ipsiroglu, O",
                "Duesse, M",
                "Huemer, C",
                "Sudi, K",
                "Reibnegger, G"
            ],
            "year": 2000,
            "source": "Am J Hum Biol. 2000; 12(2):221-230",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000085333000008",
            "pubmed": "11534019",
            "doi": "10.1002/(SICI)1520-6300(200003/04)12:2<221::AID-AJHB8>3.0.CO;2-2",
            "pmc": null,
            "organizations": [
                "2944-14012"
            ],
            "persons": [
                "2944-50569-4",
                "2944-51831-6"
            ],
            "imported": null,
            "journal": "AMER J HUM BIOL",
            "issn": "1042-0533",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.695,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.784313725490196,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "ANTHROPOLOGY",
            "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": 1503,
            "title": "Leukemic cells within skin lesions of psoriasis in a patient with acute myelogenous leukemia.",
            "abstract": null,
            "authors": [
                "Metzler, G",
                "Cerroni, L",
                "Schmidt, H",
                "Soyer, HP",
                "Sill, H",
                "Kerl, H"
            ],
            "year": 1997,
            "source": "J Cutan Pathol. 1997; 24(7):445-448",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XP87600010",
            "pubmed": "9274964",
            "doi": "10.1111/j.1600-0560.1997.tb00821.x",
            "pmc": null,
            "organizations": [
                "1503-14047",
                "1503-14082"
            ],
            "persons": [
                "1503-51751-6",
                "1503-51620-6",
                "1503-51857-6",
                "1503-52903-6"
            ],
            "imported": null,
            "journal": "J CUTANEOUS PATHOL",
            "issn": "0303-6987",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.22,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.771428571428572,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": 2952,
            "title": "Leptin deficiency due to lipid apheresis: a possible reason for ravenous hunger and weight gain.",
            "abstract": null,
            "authors": [
                "Leitner, GC",
                "Roob, JM",
                "Bahadori, B",
                "Wallner, S",
                "Wascher, TC"
            ],
            "year": 2000,
            "source": "Int J Obes Relat Metab Disord. 2000; 24(2):259-260",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000085408000019",
            "pubmed": "10702780",
            "doi": "10.1038/sj.ijo.0801160",
            "pmc": null,
            "organizations": [
                "2952-14084"
            ],
            "persons": [
                "2952-51266-6"
            ],
            "imported": null,
            "journal": "INT J OBESITY",
            "issn": "0307-0565",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.982,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.901960784313726,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "NUTRITION & DIETETICS",
            "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": 2947,
            "title": "Phototherapeutic keratectomy of a corneal scar due to presumed infection after photorefractive keratectomy.",
            "abstract": null,
            "authors": [
                "Faschinger, CW"
            ],
            "year": 2000,
            "source": "J Cataract Refract Surg. 2000; 26(2):296-300",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000085336800034",
            "pubmed": "10683802",
            "doi": "10.1016/S0886-3350(99)00337-5",
            "pmc": null,
            "organizations": [
                "2947-14043"
            ],
            "persons": [
                "2947-51585-2"
            ],
            "imported": null,
            "journal": "J CATARACT REFRACT SURG",
            "issn": "0886-3350",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.071,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.860294117647059,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "SURGERY",
            "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": 2948,
            "title": "Face dermatitis from contaminants on a mask for anaesthesia.",
            "abstract": null,
            "authors": [
                "Komericki, P",
                "Szolar-Platzer, C",
                "Kränke, B",
                "Aberer, W"
            ],
            "year": 2000,
            "source": "Br J Dermatol. 2000; 142(1):163-165",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000085366200031",
            "pubmed": "10651715",
            "doi": "10.1046%2Fj.1365-2133.2000.03261.x",
            "pmc": null,
            "organizations": [
                "2948-14047"
            ],
            "persons": [
                "2948-50041-2",
                "2948-51346-6",
                "2948-51954-6"
            ],
            "imported": null,
            "journal": "BRIT J DERMATOL",
            "issn": "0007-0963",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.214,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.888888888888889,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": 2949,
            "title": "Detection of male and female fetal DNA in maternal plasma by multiplex fluorescent polymerase chain reaction amplification of short tandem repeats.",
            "abstract": null,
            "authors": [
                "Pertl, B",
                "Sekizawa, A",
                "Samura, O",
                "Orescovic, I",
                "Rahaim, PT",
                "Bianchi, DW"
            ],
            "year": 2000,
            "source": "Hum Genet. 2000; 106(1):45-49",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000085380900007",
            "pubmed": "10982181",
            "doi": "10.1007%2Fs004390051008",
            "pmc": null,
            "organizations": [
                "2949-14038"
            ],
            "persons": [
                "2949-51719-2"
            ],
            "imported": null,
            "journal": "HUM GENET",
            "issn": "0340-6717",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.422,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.763157894736842,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "GENETICS & HEREDITY",
            "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": 1505,
            "title": "Levels of amniotic fluid insulin and profiles of maternal blood glucose in pregnant women with diabetes type-I.",
            "abstract": null,
            "authors": [
                "Kainer, F",
                "Weiss, PA",
                "Hüttner, U",
                "Haas, J",
                "Reles, M"
            ],
            "year": 1997,
            "source": "Early Hum Dev. 1997; 49(2):97-105",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XG26600003",
            "pubmed": "9226116",
            "doi": "10.1016%2FS0378-3782%2897%2900027-3",
            "pmc": null,
            "organizations": [
                "1505-14038"
            ],
            "persons": [
                "1505-51627-6"
            ],
            "imported": null,
            "journal": "EARLY HUM DEV",
            "issn": "0378-3782",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.748,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.52112676056338,
            "impactfactor_norm_year": 1998,
            "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": 740,
            "title": "Differential diagnosis of space-occupying adrenal masses",
            "abstract": null,
            "authors": [
                "Szolar, DH",
                "Unger, B",
                "Heinz-Peer, G",
                "Preidler, K",
                "Ranner, G"
            ],
            "year": 1999,
            "source": "Rofo. 1999; 171(4):269-278",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000083829600001",
            "pubmed": "10598161",
            "doi": "10.1055%2Fs-1999-252",
            "pmc": null,
            "organizations": [
                "740-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "ROFO, FORTSCHR RONTGENSTRAHL",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.843,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.358974358974359,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": 4665,
            "title": "Apnea associated with hypoxia in preterm infants: impact on cerebral blood volume.",
            "abstract": null,
            "authors": [
                "Payer, C",
                "Urlesberger, B",
                "Pauger, M",
                "Müller, W"
            ],
            "year": 2003,
            "source": "Brain Dev. 2003; 25(1):25-31",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000180767900005",
            "pubmed": "12536030",
            "doi": "10.1016/S0387-7604(02)00121-3",
            "pmc": null,
            "organizations": [
                "4665-14094"
            ],
            "persons": [
                "4665-51643-6"
            ],
            "imported": null,
            "journal": "BRAIN DEVELOP",
            "issn": "0387-7604",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.231,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.444444444444444,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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
        }
    ]
}