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=156960
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156966,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156940",
    "results": [
        {
            "id": 162573,
            "title": "Combined metformin-associated lactic acidosis and euglycemic ketoacidosis.",
            "abstract": null,
            "authors": [
                "Schwetz, V",
                "Eisner, F",
                "Schilcher, G",
                "Eller, K",
                "Plank, J",
                "Lind, A",
                "Pieber, TR",
                "Mader, JK",
                "Eller, P"
            ],
            "year": 2017,
            "source": "Wien Klin Wochenschr. 2017; 129(17-18):646-649",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:000410794100010",
            "pubmed": "28865058",
            "doi": "10.1007/s00508-017-1251-6",
            "pmc": "PMC5599436",
            "organizations": [
                "162573-14080",
                "162573-14081",
                "162573-14084"
            ],
            "persons": [
                "162573-50740-6",
                "162573-50877-4",
                "162573-50919-6",
                "162573-51831-6",
                "162573-56794-6",
                "162573-71449-1",
                "162573-74174-6",
                "162573-74175-6"
            ],
            "imported": "2017-10-03T14:16:48+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": "WIENER KLINISCHE WOCHENSCHRIFT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.003,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.335,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": 0.368,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL-SCI",
            "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": 166409,
            "title": "Application of Genetically Encoded Fluorescent Nitric Oxide (NO•) Probes, the geNOps, for Real-time Imaging of NO• Signals in Single Cells.",
            "abstract": null,
            "authors": [
                "Eroglu, E",
                "Rost, R",
                "Bischof, H",
                "Blass, S",
                "Schreilechner, A",
                "Gottschalk, B",
                "Depaoli, MR",
                "Klec, C",
                "Charoensin, S",
                "Madreiter-Sokolowski, CT",
                "Ramadani, J",
                "Waldeck-Weiermair, M",
                "Graier, WF",
                "Malli, R"
            ],
            "year": 2017,
            "source": "J Vis Exp. 2017; 5(121):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000397848300083",
            "pubmed": "28362417",
            "doi": "10.3791/55486",
            "pmc": "PMC5408997",
            "organizations": [
                "166409-14013"
            ],
            "persons": [
                "166409-50810-4",
                "166409-51158-6",
                "166409-51860-6",
                "166409-70922-6",
                "166409-77451-6",
                "166409-85069-6",
                "166409-90394-6",
                "166409-92462-6"
            ],
            "imported": "2018-02-27T14:16:10+01:00",
            "journal": "JOVE-J VIS EXP",
            "issn": "1940-087X",
            "collection_publisher": null,
            "collection_title": "JOVE-JOURNAL OF VISUALIZED EXPERIMENTS; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.184,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.531,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES-SCI",
            "impactfactor_norm_super": 0.719,
            "impactfactor_norm_super_year": 2014,
            "impactfactor_norm_super_category": "MULTIDISCIPLINARY SCIENCES-SCI",
            "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": 169636,
            "title": "The diagnostic role of BAP1 in serous effusions.",
            "abstract": null,
            "authors": [
                "Davidson, B",
                "Tötsch, M",
                "Wohlschlaeger, J",
                "Hager, T",
                "Pinamonti, M"
            ],
            "year": 2018,
            "source": "Hum Pathol. 2018; 79(6):122-126",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000445167900014",
            "pubmed": "29802871",
            "doi": "10.1016/j.humpath.2018.05.012",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2018-10-09T16:37:25+02:00",
            "journal": "HUM PATHOL",
            "issn": "0046-8177",
            "collection_publisher": null,
            "collection_title": "HUMAN PATHOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.74,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.658,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "PATHOLOGY-SCI",
            "impactfactor_norm_super": 0.785,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "PATHOLOGY-SCI",
            "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": 170670,
            "title": "Epithelioid Hemangioendothelioma of the Bowel in Crohn's Disease: The First Reported Case.",
            "abstract": null,
            "authors": [
                "Spasic, S",
                "Brcic, I",
                "Freire, R",
                "Garcia-Buitrago, MT",
                "Rosenberg, AE"
            ],
            "year": 2019,
            "source": "Int J Surg Pathol. 2019; 27(4): 423-426. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000468938700016",
            "pubmed": "30238810",
            "doi": "10.1177/1066896918801527",
            "pmc": null,
            "organizations": [
                "170670-14020"
            ],
            "persons": [
                "170670-92422-6"
            ],
            "imported": "2018-11-27T01:00:00+01:00",
            "journal": "Int J Surg Pathol",
            "issn": "1066-8969",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.872,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.141,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "PATHOLOGY-SCI",
            "impactfactor_norm_super": 0.275,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "SURGERY-SCI",
            "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": 175258,
            "title": "Doppler tissue perfusion measurement is a sensitive and specific tool for a differentiation between malignant and inflammatory pancreatic tumors.",
            "abstract": null,
            "authors": [
                "Dyrla, P",
                "Gil, J",
                "Kosik, K",
                "Schneditz, D",
                "Saracyn, M",
                "Niemczyk, S",
                "Lubas, A"
            ],
            "year": 2019,
            "source": "PLoS One. 2019; 14(4):e0215944-e0215944",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000466131200024",
            "pubmed": "31034484",
            "doi": "10.1371/journal.pone.0215944",
            "pmc": "PMC6488051",
            "organizations": [
                "175258-14010"
            ],
            "persons": [
                "175258-51834-6"
            ],
            "imported": "2019-05-28T02:00:00+02:00",
            "journal": "PLoS One",
            "issn": "1932-6203",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.74,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.634,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES-SCI",
            "impactfactor_norm_super": 0.781,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "MULTIDISCIPLINARY SCIENCES-SCI",
            "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": 175841,
            "title": "Performance of Three Common Hepatitis C Virus (HCV) Genotyping Assays for Identification of HCV Genotype 2/1 Chimeras.",
            "abstract": null,
            "authors": [
                "Peiffer, KH",
                "Kuhnhenn, L",
                "Stelzl, E",
                "Dietz, J",
                "Susser, S",
                "Tal, AO",
                "Finkelmeier, F",
                "Zuckerman, E",
                "Cornberg, M",
                "Barak, M",
                "Piazzolla, V",
                "Mangia, A",
                "Zeuzem, S",
                "Kessler, HH",
                "Vermehren, J",
                "Sarrazin, C"
            ],
            "year": 2019,
            "source": "J Clin Microbiol. 2019; 57(7):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000472800800001",
            "pubmed": "31043467",
            "doi": "10.1128/JCM.00060-19",
            "pmc": "PMC6595458",
            "organizations": [
                "175841-14023"
            ],
            "persons": [
                "175841-50514-6",
                "175841-51812-6"
            ],
            "imported": "2019-07-01T02:00:00+02:00",
            "journal": "J Clin Microbiol",
            "issn": "0095-1137",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.897,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.86,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "MICROBIOLOGY-SCI",
            "impactfactor_norm_super": 0.86,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "MICROBIOLOGY-SCI",
            "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
        }
    ]
}