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=151540&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156933,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151560&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151520&ordering=-imported",
    "results": [
        {
            "id": 65911,
            "title": "CD14 C(-260)-->T polymorphism, plasma levels of the soluble endotoxin receptor CD14, their association with chronic infections and risk of stable coronary artery disease.",
            "abstract": null,
            "authors": [
                "Koenig, W",
                "Khuseyinova, N",
                "Hoffmann, MM",
                "März, W",
                "Fröhlich, M",
                "Hoffmeister, A",
                "Brenner, H",
                "Rothenbacher, D"
            ],
            "year": 2002,
            "source": "J Am Coll Cardiol. 2002; 40(1):34-42",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000176628500004",
            "pubmed": "12103253",
            "doi": "10.1016/S0735-1097(02)01937-X",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "J Am Coll Cardiol",
            "issn": "0735-1097",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.278,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.96969696969697,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": 65971,
            "title": "Uptake and metabolism of lipoproteins from patients with diabetes mellitus type II by glomerular epithelial cells.",
            "abstract": null,
            "authors": [
                "Krämer-Guth, A",
                "Quaschning, T",
                "Pavenstädt, H",
                "Galle, J",
                "Nauck, M",
                "Baumstark, MW",
                "Schollmeyer, P",
                "März, W",
                "Wanner, C"
            ],
            "year": 1997,
            "source": "Nephrol Dial Transplant. 1997; 12(7):1336-1343",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XL49300009",
            "pubmed": "9249767",
            "doi": "10.1093/ndt/12.7.1336",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Nephrol Dial Transplant",
            "issn": "0931-0509",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.682,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.75609756097561,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": 65907,
            "title": "Cigarette smoking is independently associated with markers of endothelial dysfunction and hyperinsulinaemia in nondiabetic individuals with coronary artery disease.",
            "abstract": null,
            "authors": [
                "Winkelmann, BR",
                "Boehm, BO",
                "Nauck, M",
                "Kleist, P",
                "März, W",
                "Verho, NK",
                "Ranjith, N",
                "Kneissl, G"
            ],
            "year": 2001,
            "source": "Curr Med Res Opin. 2001; 17(2): 132-141. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000172019800011",
            "pubmed": "11759183",
            "doi": "10.1185/0300799039117049",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Curr Med Res Opin",
            "issn": "0300-7995",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.612,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.767857142857143,
            "impactfactor_norm_year": 2001,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65906,
            "title": "Further evidence for reduced beta 2-adrenoceptor expression and modification of its density at a level beyond gene expression.",
            "abstract": null,
            "authors": [
                "Kotanko, P",
                "Höglinger, O",
                "Binder, A",
                "Skrabal, F"
            ],
            "year": 1995,
            "source": "Diabetologia. 1995; 38(1):126-128",
            "category": 1,
            "document_type": 20,
            "sci": "ISI:A1995QC10900025",
            "pubmed": "7744223",
            "doi": "10.1007/BF02369370",
            "pmc": null,
            "organizations": [],
            "persons": [
                "65906-54004-6"
            ],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Diabetologia",
            "issn": "0012-186X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.525,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.903614457831325,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65904,
            "title": "Cardiovascular high-risk constellations in primary care. DETECT Study 2003",
            "abstract": null,
            "authors": [
                "Pieper, L",
                "Wittchen, HU",
                "Glaesmer, H",
                "Klotsche, J",
                "März, W",
                "Stalla, G",
                "Lehnert, H",
                "Zeiher, AM",
                "Silber, S",
                "Koch, U",
                "Böhler, S",
                "Pittrow, D",
                "Ruf, G"
            ],
            "year": 2005,
            "source": "Bundesgesundheitsblatt Gesundheitsforschung Gesundheitsschutz. 2005; 48(12): 1374-1382. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "16283123",
            "doi": "10.1007/s00103-005-1164-9",
            "pmc": null,
            "organizations": [
                "65904-14028"
            ],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Bundesgesundheitsblatt Gesundheitsforschung Gesundheitsschutz",
            "issn": "1436-9990",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 65928,
            "title": "Additional comments on pre-analytical aspects of lipoprotein measurement.",
            "abstract": null,
            "authors": [
                "Nauck, M",
                "Roser, M",
                "März, W",
                "Wieland, H"
            ],
            "year": 2000,
            "source": "Clin Lab. 2000; 46(5-6): 301-302. ",
            "category": 1,
            "document_type": 2,
            "sci": null,
            "pubmed": "10853241",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Clin Lab",
            "issn": "1433-6510",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65903,
            "title": "Lipid therapy in risk patients. Do we concentrate too much on LDL cholesterol?",
            "abstract": null,
            "authors": [
                "März, W"
            ],
            "year": 2005,
            "source": "MMW Fortschr Med. 2005; 147(14): 14-14. ",
            "category": 1,
            "document_type": 20,
            "sci": null,
            "pubmed": "15887675",
            "doi": null,
            "pmc": null,
            "organizations": [
                "65903-14028"
            ],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "MMW Fortschr Med",
            "issn": "1438-3276",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65927,
            "title": "Asparagus in asparaginase therapy?",
            "abstract": null,
            "authors": [
                "März, W",
                "Unger, C"
            ],
            "year": 1999,
            "source": "Med Monatsschr Pharm. 1999; 22(12): 393-393. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "10628150",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Med Monatsschr Pharm",
            "issn": "0342-9601",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65892,
            "title": "Length-force relation of rat-carotid artery at different transmural pression. Experiments and models (author's transl)",
            "abstract": null,
            "authors": [
                "Weizsäcker, HW",
                "Pascale, K"
            ],
            "year": 1977,
            "source": "Basic Res Cardiol. 1977; 72(6): 619-627. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977EG12500006",
            "pubmed": "607931",
            "doi": "10.1007/BF01907042",
            "pmc": null,
            "organizations": [],
            "persons": [
                "65892-51513-1"
            ],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Basic Res Cardiol",
            "issn": "0300-8428",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.873,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": 65970,
            "title": "Human connective tissue growth factor is expressed in advanced atherosclerotic lesions.",
            "abstract": null,
            "authors": [
                "Oemar, BS",
                "Werner, A",
                "Garnier, JM",
                "Do, DD",
                "Godoy, N",
                "Nauck, M",
                "März, W",
                "Rupp, J",
                "Pech, M",
                "Lüscher, TF"
            ],
            "year": 1997,
            "source": "Circulation. 1997; 95(4):831-839",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WJ28200018",
            "pubmed": "9054739",
            "doi": "10.1161/01.CIR.95.4.831",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Circulation",
            "issn": "0009-7322",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.762,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "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": 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": 65886,
            "title": "Dermoscopy insights into nevogenesis: Abtropfung vs Hochsteigerung.",
            "abstract": null,
            "authors": [
                "Zalaudek, I",
                "Ferrara, G",
                "Argenziano, G"
            ],
            "year": 2007,
            "source": "Arch Dermatol. 2007; 143(2):284-284",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000244211500027",
            "pubmed": "17310020",
            "doi": "10.1001/archderm.143.2.284",
            "pmc": null,
            "organizations": [
                "65886-14047"
            ],
            "persons": [
                "65886-50151-2"
            ],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Arch Dermatol",
            "issn": "0003-987X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.845,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.974358974358974,
            "impactfactor_norm_year": 2005,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 65951,
            "title": "Six methods for the determination of C-peptide evaluated.",
            "abstract": null,
            "authors": [
                "Nauck, MS",
                "Nauck, MA",
                "Nauck, MA",
                "März, W",
                "Wieland, H"
            ],
            "year": 1999,
            "source": "Clin Chem Lab Med. 1999; 37(7):745-751",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000083395300008",
            "pubmed": "10510733",
            "doi": "10.1515/CCLM.1999.115",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Clin Chem Lab Med",
            "issn": "1434-6621",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.084,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.311864406779661,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR 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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 66000,
            "title": "Immuno-PCR with a commercially available avidin system.",
            "abstract": null,
            "authors": [
                "Ruzicka, V",
                "März, W",
                "Russ, A",
                "Gross, W"
            ],
            "year": 1993,
            "source": "Science. 1993; 260(5108):698-699",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1993KZ64100040",
            "pubmed": "8480182",
            "doi": "10.1126/science.8480182",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Science",
            "issn": "0036-8075",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 22.067,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.987654320987654,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65891,
            "title": "Passive elastic properties of the rat abdominal vena cava.",
            "abstract": null,
            "authors": [
                "Weizsäcker, HW"
            ],
            "year": 1988,
            "source": "Pflugers Arch. 1988; 412(1-2): 147-154. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1988P082900022",
            "pubmed": "3174378",
            "doi": "10.1007/BF00583744",
            "pmc": null,
            "organizations": [],
            "persons": [
                "65891-51513-2"
            ],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Pflugers Arch",
            "issn": "0031-6768",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.921,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.194029850746269,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "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": 65974,
            "title": "Mutations at the lipoprotein lipase gene locus in subjects with diabetes mellitus, obesity and lipaemia.",
            "abstract": null,
            "authors": [
                "Zhang, Q",
                "Cavallero, E",
                "Hoffmann, MM",
                "Cavanna, J",
                "Kay, A",
                "Charles, A",
                "Braschi, S",
                "Marz, W",
                "Perlemuter, L",
                "Jacotot, B",
                "Galton, DJ"
            ],
            "year": 1997,
            "source": "Clin Sci (Lond). 1997; 93(4):335-341",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XZ23400007",
            "pubmed": "9404225",
            "doi": "10.1042/cs0930335",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Clin Sci (Lond)",
            "issn": "0143-5221",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.82,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.763888888888889,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL",
            "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": 65960,
            "title": "Molecular basis of type III hyperlipoproteinemia in Germany.",
            "abstract": null,
            "authors": [
                "Feussner, G",
                "Feussner, V",
                "Hoffmann, MM",
                "Lohrmann, J",
                "Wieland, H",
                "März, W"
            ],
            "year": 1998,
            "source": "Hum Mutat. 1998; 11(6):417-423",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073299600001",
            "pubmed": "9603433",
            "doi": "10.1002/(SICI)1098-1004(1998)11:6<417::AID-HUMU1>3.0.CO;2-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Hum Mutat",
            "issn": "1059-7794",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.548,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.70873786407767,
            "impactfactor_norm_year": 1998,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65972,
            "title": "Multicenter evaluation of a homogeneous assay for HDL-cholesterol without sample pretreatment.",
            "abstract": null,
            "authors": [
                "Nauck, M",
                "März, W",
                "Jarausch, J",
                "Cobbaert, C",
                "Sägers, A",
                "Bernard, D",
                "Delanghe, J",
                "Honauer, G",
                "Lehmann, P",
                "Oestrich, E",
                "von Eckardstein, A",
                "Walch, S",
                "Wieland, H",
                "Assmann, G"
            ],
            "year": 1997,
            "source": "Clin Chem. 1997; 43(9):1622-1629",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XV89700011",
            "pubmed": "9299943",
            "doi": "10.1093/clinchem/43.9.1622",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Clin Chem",
            "issn": "0009-9147",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.703,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.923076923076923,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65942,
            "title": "Differential effects of apolipoprotein E isoforms on phosphorylation at specific sites on tau by glycogen synthase kinase-3 beta identified by nano-electrospray mass spectrometry.",
            "abstract": null,
            "authors": [
                "Gibb, GM",
                "Pearce, J",
                "Betts, JC",
                "Lovestone, S",
                "Hoffmann, MM",
                "Maerz, W",
                "Blackstock, WP",
                "Anderton, BH"
            ],
            "year": 2000,
            "source": "FEBS Lett. 2000; 485(2-3): 99-103. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000165648800001",
            "pubmed": "11094148",
            "doi": "10.1016/S0014-5793(00)02196-7",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "FEBS Lett",
            "issn": "0014-5793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.44,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.833333333333333,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 66015,
            "title": "Time-dependent alterations in lipid metabolism during treatment with low-dose oral contraceptives.",
            "abstract": null,
            "authors": [
                "Kuhl, H",
                "März, W",
                "Jung-Hoffmann, C",
                "Heidt, F",
                "Gross, W"
            ],
            "year": 1990,
            "source": "Am J Obstet Gynecol. 1990; 163(1 Pt 2):363-369",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DR73400018",
            "pubmed": "2142576",
            "doi": "10.1016/0002-9378(90)90583-S",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Am J Obstet Gynecol",
            "issn": "0002-9378",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.247,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.943396226415094,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 65935,
            "title": "The molecular mechanisms of inherited thrombophilia.",
            "abstract": null,
            "authors": [
                "März, W",
                "Nauck, M",
                "Wieland, H"
            ],
            "year": 2000,
            "source": "Z Kardiol. 2000; 89(7):575-586",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000088476600001",
            "pubmed": "10957782",
            "doi": "10.1007/s003920070206",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-22T01:00:00+01:00",
            "journal": "Z Kardiol",
            "issn": "0300-5860",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.874,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.380952380952381,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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
        }
    ]
}