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=840&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158433,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=860&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=820&ordering=-imported",
    "results": [
        {
            "id": 1010,
            "title": "Experimental Mallory body formation is accompanied by modulation of the expression of multidrug-resistance genes and their products.",
            "abstract": null,
            "authors": [
                "Preisegger, KH",
                "Stumptner, C",
                "Riegelnegg, D",
                "Brown, PC",
                "Silverman, JA",
                "Thorgeirsson, SS",
                "Denk, H"
            ],
            "year": 1996,
            "source": "Hepatology. 1996; 24(1):248-252",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UW63500039",
            "pubmed": "8707270",
            "doi": "10.1002/hep.510240139",
            "pmc": null,
            "organizations": [
                "1010-14020"
            ],
            "persons": [
                "1010-51515-6",
                "1010-51870-6"
            ],
            "imported": null,
            "journal": "HEPATOLOGY",
            "issn": "0270-9139",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.04,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.977272727272727,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 1011,
            "title": "Exposure to elevated D-glucose concentrations modulates vascular endothelial cell vasodilatory response.",
            "abstract": null,
            "authors": [
                "Graier, WF",
                "Wascher, TC",
                "Lackner, L",
                "Toplak, H",
                "Krejs, GJ",
                "Kukovetz, WR"
            ],
            "year": 1993,
            "source": "Diabetes. 1993; 42(10):1497-1505",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LY40200016",
            "pubmed": "8375590",
            "doi": "10.2337/diabetes.42.10.1497",
            "pmc": null,
            "organizations": [],
            "persons": [
                "1011-51534-6",
                "1011-51860-2",
                "1011-51846-6"
            ],
            "imported": null,
            "journal": "DIABETES",
            "issn": "0012-1797",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.26,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.975903614457831,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 1012,
            "title": "Expression of two morphologic parameters concerning tumor-stroma interaction in benign and malignant melanocytic skin lesions.",
            "abstract": null,
            "authors": [
                "Fink-Puches, R",
                "Smolle, J",
                "Hofmann-Wellenhof, R",
                "Kerl, H"
            ],
            "year": 1998,
            "source": "Am J Dermatopathol. 1998; 20(5):468-472",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076364200007",
            "pubmed": "9790107",
            "doi": "10.1097%2F00000372-199810000-00007",
            "pmc": null,
            "organizations": [
                "1012-14047"
            ],
            "persons": [
                "1012-51620-6",
                "1012-51711-6",
                "1012-52589-2",
                "1012-51617-6"
            ],
            "imported": null,
            "journal": "AMER J DERMATOPATHOL",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.905,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.6,
            "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": 1014,
            "title": "Expression of an atrial G-protein-activated potassium channel in Xenopus oocytes.",
            "abstract": null,
            "authors": [
                "Dascal, N",
                "Lim, NF",
                "Schreibmayer, W",
                "Wang, W",
                "Davidson, N",
                "Lester, HA"
            ],
            "year": 1993,
            "source": "Proc Natl Acad Sci U S A. 1993; 90(14):6596-6600",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LM68100046",
            "pubmed": "8341673",
            "doi": "10.1073/pnas.90.14.6596",
            "pmc": "PMC46979",
            "organizations": [
                "1014-14011"
            ],
            "persons": [],
            "imported": null,
            "journal": "PROC NAT ACAD SCI USA",
            "issn": "0027-8424",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.667,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.975308641975309,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES",
            "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": 116,
            "title": "Accessory mitral valve tissue as a rare cause of subaortic stenosis and valvular aortic insufficiency",
            "abstract": null,
            "authors": [
                "Gamillscheg, A",
                "Beitzke, A",
                "Dacar, D",
                "Karpf, EF",
                "Stein, JI",
                "Zobel, G",
                "Haidvogl, M"
            ],
            "year": 1997,
            "source": "Z Kardiol. 1997; 86(7):549-553",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XR43100012",
            "pubmed": "9340948",
            "doi": "10.1007%2Fs003920050094",
            "pmc": null,
            "organizations": [
                "116-14018",
                "116-14045",
                "116-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "Z KARDIOL",
            "issn": "0300-5860",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.761,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.532258064516129,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": 1016,
            "title": "Expression of blood group antigens A and/or B in diseased corneas.",
            "abstract": null,
            "authors": [
                "Ardjomand, N",
                "Reich, ME",
                "Radner, H"
            ],
            "year": 1998,
            "source": "Curr Eye Res. 1998; 17(6):650-655",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074121200012",
            "pubmed": "9663855",
            "doi": "10.1080/02713689808951238",
            "pmc": null,
            "organizations": [
                "1016-14043"
            ],
            "persons": [
                "1016-53163-2"
            ],
            "imported": null,
            "journal": "CURR EYE RES",
            "issn": "0271-3683",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.261,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.666666666666667,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "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": 1018,
            "title": "Expression of CD44 isoforms in human renal cell carcinomas.",
            "abstract": null,
            "authors": [
                "Heider, KH",
                "Ratschek, M",
                "Zatloukal, K",
                "Adolf, GR"
            ],
            "year": 1996,
            "source": "Virchows Arch. 1996; 428(4-5):267-273",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VC24100010",
            "pubmed": "8764936",
            "doi": "10.1007%2FBF00196700",
            "pmc": null,
            "organizations": [
                "1018-14020"
            ],
            "persons": [
                "1018-51528-6",
                "1018-51663-6"
            ],
            "imported": null,
            "journal": "VIRCHOWS ARCHIV",
            "issn": "0945-6317",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.718,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.779411764705882,
            "impactfactor_norm_year": 1998,
            "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": false
        },
        {
            "id": 1019,
            "title": "Expression of CD44 splice variant v10 in Hodgkin's disease is associated with aggressive behaviour and high risk of relapse.",
            "abstract": null,
            "authors": [
                "Beham-Schmid, C",
                "Heider, KH",
                "Hoefler, G",
                "Zatloukal, K"
            ],
            "year": 1998,
            "source": "J Pathol. 1998; 186(4):383-389",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000077790600009",
            "pubmed": "10209487",
            "doi": "10.1002/(SICI)1096-9896(199812)186:4<383::AID-PATH202>3.0.CO;2-A",
            "pmc": null,
            "organizations": [
                "1019-14020"
            ],
            "persons": [
                "1019-51663-6",
                "1019-51691-6"
            ],
            "imported": null,
            "journal": "J PATHOL",
            "issn": "0022-3417",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.339,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.926470588235294,
            "impactfactor_norm_year": 1998,
            "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": false
        },
        {
            "id": 1020,
            "title": "Expression of c-myc in cutaneous lymphomas and pseudolymphomas.",
            "abstract": null,
            "authors": [
                "Peris, K",
                "Cerroni, L",
                "Kerl, H",
                "Radaszkiewicz, T",
                "Chimenti, S",
                "Höfler, H"
            ],
            "year": 1991,
            "source": "DERMATOLOGICA 1991 183: 1-6.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GB36700001",
            "pubmed": "1769408",
            "doi": "10.1159/000247622",
            "pmc": null,
            "organizations": [
                "1020-14047"
            ],
            "persons": [
                "1020-51620-6",
                "1020-51751-6"
            ],
            "imported": null,
            "journal": "DERMATOLOGICA",
            "issn": "0011-9075",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 1021,
            "title": "Expression of cytoskeletal components in melanocytic skin lesions. An immunohistochemical study.",
            "abstract": null,
            "authors": [
                "Puches, R",
                "Smolle, J",
                "Rieger, E",
                "Soyer, HP",
                "Kerl, H"
            ],
            "year": 1991,
            "source": "Am J Dermatopathol. 1991; 13(2):137-144",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FD00400006",
            "pubmed": "2029088",
            "doi": "10.1097/00000372-199104000-00006",
            "pmc": null,
            "organizations": [
                "1021-14047"
            ],
            "persons": [
                "1021-51620-6",
                "1021-51617-6"
            ],
            "imported": null,
            "journal": "AMER J DERMATOPATHOL",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.921,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.6,
            "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": false
        },
        {
            "id": 1022,
            "title": "Expression of decay-accelerating factor (CD55) of the complement system on human spermatozoa.",
            "abstract": null,
            "authors": [
                "Cervoni, F",
                "Oglesby, TJ",
                "Fénichel, P",
                "Dohr, G",
                "Rossi, B",
                "Atkinson, JP",
                "Hsi, BL"
            ],
            "year": 1993,
            "source": "J Immunol. 1993; 151(2):939-948",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LN98600041",
            "pubmed": "7687624",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1022-14017"
            ],
            "persons": [
                "1022-51666-6"
            ],
            "imported": null,
            "journal": "J IMMUNOL",
            "issn": "0022-1767",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.383,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.941666666666667,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 1023,
            "title": "Expression of endothelial leukocyte adhesion molecule-1 in septic but not traumatic/hypovolemic shock in the baboon.",
            "abstract": null,
            "authors": [
                "Redl, H",
                "Dinges, HP",
                "Buurman, WA",
                "van der Linden, CJ",
                "Pober, JS",
                "Cotran, RS",
                "Schlag, G"
            ],
            "year": 1991,
            "source": "Am J Pathol. 1991; 139(2):461-466",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GA98200021",
            "pubmed": "1714243",
            "doi": null,
            "pmc": "PMC1886066",
            "organizations": [
                "1023-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "AMER J PATHOL",
            "issn": "0002-9440",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.529,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "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": false
        },
        {
            "id": 495,
            "title": "Clinical value of the various methods of ACTH determination",
            "abstract": null,
            "authors": [
                "Ramschak-Schwarzer, S",
                "Lipp, R",
                "Passath, A",
                "Warnkross, H",
                "Stiegler-Heinz, C",
                "Dobnig, H",
                "Wascher, T",
                "Leb, G"
            ],
            "year": 1993,
            "source": "Acta Med Austriaca. 1993; 20(3):81-84",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LP24200007",
            "pubmed": "8396307",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "495-51948-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.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "impactfactor_norm_year": 1998,
            "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": 1026,
            "title": "Expression of human major histocompatibility antigens on germ cells and early preimplantation embryos.",
            "abstract": null,
            "authors": [
                "Desoye, G",
                "Dohr, GA",
                "Ziegler, A"
            ],
            "year": 1991,
            "source": "LAB INVEST 1991 64: 306-312.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FC62600002",
            "pubmed": "2002651",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1026-14017",
                "1026-14038"
            ],
            "persons": [
                "1026-51666-6",
                "1026-51632-2"
            ],
            "imported": null,
            "journal": "LAB INVEST",
            "issn": "0023-6837",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.188,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY",
            "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": 1027,
            "title": "Expression of regulatory apoptotic proteins in peripheral giant cell granulomas and lesions containing osteoclast-like giant cells.",
            "abstract": null,
            "authors": [
                "Pammer, J",
                "Weninger, W",
                "Hulla, H",
                "Mazal, P",
                "Horvat, R"
            ],
            "year": 1998,
            "source": "J Oral Pathol Med. 1998; 27(6):267-271",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075111600006",
            "pubmed": "9707279",
            "doi": "10.1111/j.1600-0714.1998.tb01954.x",
            "pmc": null,
            "organizations": [
                "1027-14057"
            ],
            "persons": [],
            "imported": null,
            "journal": "J ORAL PATHOL MED",
            "issn": "0904-2512",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.989,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.644444444444444,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DENTISTRY, ORAL SURGERY & MEDICINE",
            "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": 1028,
            "title": "Expression of the homeobox gene HOXC4 in keratinocytes of normal skin and epithelial skin tumors is correlated with differentiation.",
            "abstract": null,
            "authors": [
                "Rieger, E",
                "Bijl, JJ",
                "van Oostveen, JW",
                "Soyer, HP",
                "Oudejans, CB",
                "Jiwa, NM",
                "Walboomers, JM",
                "Meijer, CJ"
            ],
            "year": 1994,
            "source": "J Invest Dermatol. 1994; 103(3):341-346",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PG08200013",
            "pubmed": "7915745",
            "doi": "10.1111/1523-1747.ep12394888",
            "pmc": null,
            "organizations": [
                "1028-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "J INVEST DERMATOL",
            "issn": "0022-202X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.826,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "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": false
        },
        {
            "id": 1029,
            "title": "Expression of various MHC class II molecules and of intracellular adhesion molecule-1 (ICAM-1) on focal clusters of dendritic cells in iodine deficiency goitres.",
            "abstract": null,
            "authors": [
                "Dimal, P",
                "Wilders-Truschnig, M",
                "Mooij, P",
                "Leb, G",
                "Eber, O",
                "Langsteger, W",
                "Hebenstreit, J",
                "Beham, A",
                "Stiegler, C",
                "Dohr, G"
            ],
            "year": 1993,
            "source": "Clin Exp Immunol. 1993; 92(3):397-403",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LF98900006",
            "pubmed": "8099855",
            "doi": "10.1111/j.1365-2249.1993.tb03411.x",
            "pmc": "PMC1554788",
            "organizations": [
                "1029-14017",
                "1029-14020"
            ],
            "persons": [
                "1029-51666-6"
            ],
            "imported": null,
            "journal": "CLIN EXP IMMUNOL",
            "issn": "0009-9104",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.912,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.8,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 1030,
            "title": "The extent of diastolic dysfunction and its correlation with subjective impairment of physical capacity in dilated cardiomyopathy",
            "abstract": null,
            "authors": [
                "Fruhwald, FM",
                "Watzinger, N",
                "Schumacher, M",
                "Zweiker, R",
                "Pokan, R",
                "Klein, W"
            ],
            "year": 1997,
            "source": "Dtsch Med Wochenschr. 1997; 122(27):845-848",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XJ98500002",
            "pubmed": "9280694",
            "doi": "10.1055/s-2008-1047698",
            "pmc": null,
            "organizations": [
                "1030-14083"
            ],
            "persons": [
                "1030-51699-6",
                "1030-51700-2",
                "1030-51759-6"
            ],
            "imported": null,
            "journal": "DEUT MED WOCHENSCHR",
            "issn": "0012-0472",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.756,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.607476635514019,
            "impactfactor_norm_year": 1998,
            "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": 1031,
            "title": "Extracellular Ca2+ sensing by the osteoblast-like cell line, MC3T3-E1.",
            "abstract": null,
            "authors": [
                "Leis, HJ",
                "Zach, D",
                "Huber, E",
                "Ziermann, L",
                "Gleispach, H",
                "Windischhofer, W"
            ],
            "year": 1994,
            "source": "Cell Calcium. 1994; 15(6):447-456",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NQ47600002",
            "pubmed": "8082128",
            "doi": "10.1016%2F0143-4160%2894%2990109-0",
            "pmc": null,
            "organizations": [
                "1031-14048"
            ],
            "persons": [
                "1031-51979-6"
            ],
            "imported": null,
            "journal": "CELL CALCIUM",
            "issn": "0143-4160",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.113,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.755395683453237,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CELL BIOLOGY",
            "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": 1478,
            "title": "Laparoscopic ligation of spermatic vessels in varicocele.",
            "abstract": null,
            "authors": [
                "Rauchenwald, M",
                "Colombo, T",
                "Mischinger, HJ",
                "Petritsch, PH",
                "Hubmer, G"
            ],
            "year": 1994,
            "source": "Urologe A. 1994; 33(1):58-61",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994MV06000014",
            "pubmed": "8146933",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1478-14045",
                "1478-14056"
            ],
            "persons": [
                "1478-51595-6"
            ],
            "imported": null,
            "journal": "UROLOGE, AUSG A",
            "issn": "0340-2592",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.36,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.219512195121951,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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
        }
    ]
}