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=158440&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158448,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158420&ordering=imported",
    "results": [
        {
            "id": 11,
            "title": "Amniotic fluid insulin levels in nondiabetic pregnant women: an update.",
            "abstract": null,
            "authors": [
                "Weiss, PA",
                "Kainer, F",
                "Haeusler, M",
                "Pürstner, P",
                "Haas, J"
            ],
            "year": 1998,
            "source": "Arch Gynecol Obstet. 1998; 262(1-2):81-86",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076959200009",
            "pubmed": "9836005",
            "doi": "10.1007/s004040050232",
            "pmc": null,
            "organizations": [
                "11-14038"
            ],
            "persons": [
                "11-51627-6"
            ],
            "imported": null,
            "journal": "ARCH GYNECOL OBSTET",
            "issn": "0932-0067",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.182,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.0377358490566038,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8,
            "title": "Altered release of endothelin-1,2 and thromboxane B2 from trophoblastic cells in pre-eclampsia.",
            "abstract": null,
            "authors": [
                "Cervar, M",
                "Kainer, F",
                "Jones, CJ",
                "Desoye, G"
            ],
            "year": 1996,
            "source": "Eur J Clin Invest. 1996; 26(1):30-37",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996TU08900004",
            "pubmed": "8682152",
            "doi": "10.1046%2Fj.1365-2362.1996.87238.x",
            "pmc": null,
            "organizations": [
                "8-14038"
            ],
            "persons": [
                "8-51632-4",
                "8-51978-1"
            ],
            "imported": null,
            "journal": "EUR J CLIN INVEST",
            "issn": "0014-2972",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.15,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.841121495327103,
            "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": 7,
            "title": "Altered microtubule-associated tau messenger RNA isoform expression in livers of griseofulvin- and 3,5-diethoxycarbonyl-1, 4-dihydrocollidine-treated mice.",
            "abstract": null,
            "authors": [
                "Kenner, L",
                "Zatloukal, K",
                "Stumptner, C",
                "Eferl, R",
                "Denk, H"
            ],
            "year": 1999,
            "source": "Hepatology. 1999; 29(3):793-800",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078911700024",
            "pubmed": "10051481",
            "doi": "10.1002/hep.510290325",
            "pmc": null,
            "organizations": [
                "7-14020"
            ],
            "persons": [
                "7-51515-2",
                "7-51663-6",
                "7-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": 7.344,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.977272727272727,
            "impactfactor_norm_year": 1999,
            "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": 5,
            "title": "Alpha-tocopherol and hydroperoxide content in breast adipose tissue from patients with breast tumors.",
            "abstract": null,
            "authors": [
                "Chajés, V",
                "Lhuillery, C",
                "Sattler, W",
                "Kostner, GM",
                "Bougnoux, P"
            ],
            "year": 1996,
            "source": "Int J Cancer. 1996; 67(2):170-175",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UZ63900003",
            "pubmed": "8760582",
            "doi": "10.1002/(SICI)1097-0215(19960717)67:2<170::AID-IJC3>3.0.CO;2-Q",
            "pmc": null,
            "organizations": [
                "5-14013"
            ],
            "persons": [
                "5-51669-6",
                "5-51705-6"
            ],
            "imported": null,
            "journal": "INT J CANCER",
            "issn": "0020-7136",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.534,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.865384615384615,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ONCOLOGY",
            "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": 4,
            "title": "Near drowning in fresh water: documentation of a case",
            "abstract": null,
            "authors": [
                "Portugaller, HR",
                "Brunner, GA",
                "Rienmüller, R",
                "Fritz, K",
                "Stacher, R"
            ],
            "year": 1996,
            "source": "Rofo. 1996; 165(2):207-209",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VK50500021",
            "pubmed": "8924678",
            "doi": "10.1055/s-2007-1015743",
            "pmc": null,
            "organizations": [
                "4-14044",
                "4-14054"
            ],
            "persons": [
                "4-51726-6",
                "4-51955-2"
            ],
            "imported": null,
            "journal": "ROFO, FORTSCHR RONTGENSTRAHL",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.582,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": 3,
            "title": "Allopurinol reduces bacterial translocation, intestinal mucosal lipid peroxidation, and neutrophil-derived myeloperoxidase activity in chronic portal hypertensive and common bile duct-ligated growing rats.",
            "abstract": null,
            "authors": [
                "Schimpl, G",
                "Pesendorfer, P",
                "Steinwender, G",
                "Feierl, G",
                "Ratschek, M",
                "Höllwarth, ME"
            ],
            "year": 1996,
            "source": "PEDIAT RES 1996 40: 422-428.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VD85200010",
            "pubmed": "8865279",
            "doi": "10.1203/00006450-199609000-00010",
            "pmc": null,
            "organizations": [
                "3-14020",
                "3-14023",
                "3-14049"
            ],
            "persons": [
                "3-51528-6",
                "3-51818-6"
            ],
            "imported": null,
            "journal": "PEDIAT RES",
            "issn": "0031-3998",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.886,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.971830985915493,
            "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": 2,
            "title": "Allopurinol and glutamine attenuate bacterial translocation in chronic portal hypertensive and common bile duct ligated growing rats.",
            "abstract": null,
            "authors": [
                "Schimpl, G",
                "Pesendorfer, P",
                "Steinwender, G",
                "Feierl, G",
                "Ratschek, M",
                "Höllwarth, ME"
            ],
            "year": 1996,
            "source": "GUT 1996 39: 48-53.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UW11100012",
            "pubmed": "8881808",
            "doi": "10.1136/gut.39.1.48",
            "pmc": "PMC1383230",
            "organizations": [
                "2-14020",
                "2-14049"
            ],
            "persons": [
                "2-51528-6",
                "2-51818-6"
            ],
            "imported": null,
            "journal": "GUT",
            "issn": "0017-5749",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.59,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.954545454545455,
            "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": 1,
            "title": "Alcoholic liver disease. Parenchyma to stroma relationship in fibrosis and cirrhosis as revealed by three-dimensional reconstruction and immunohistochemistry.",
            "abstract": null,
            "authors": [
                "Dinges, HP",
                "Zatloukal, K",
                "Denk, H",
                "Smolle, J",
                "Mair, S"
            ],
            "year": 1992,
            "source": "Am J Pathol. 1992; 141(1):69-83",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JC89800010",
            "pubmed": "1378697",
            "doi": null,
            "pmc": "PMC1886576",
            "organizations": [
                "1-14020",
                "1-14047"
            ],
            "persons": [
                "1-51515-6",
                "1-51663-4",
                "1-51617-6"
            ],
            "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
        }
    ]
}