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=157080&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157084,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157060&ordering=imported",
    "results": [
        {
            "id": 19252,
            "title": "Commercial enzyme-linked immunosorbent assay for neopterin detection in blood donations compared with RIA and HPLC.",
            "abstract": null,
            "authors": [
                "Mayersbach, P",
                "Augustin, R",
                "Schennach, H",
                "Schönitzer, D",
                "Werner, ER",
                "Wachter, H",
                "Reibnegger, G"
            ],
            "year": 1994,
            "source": "Clin Chem. 1994; 40(2):265-266",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1994NA66000017",
            "pubmed": "8313604",
            "doi": "10.1093/clinchem/40.2.265",
            "pmc": null,
            "organizations": [],
            "persons": [
                "19252-50569-6"
            ],
            "imported": null,
            "journal": "CLIN CHEM",
            "issn": "0009-9147",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.377,
            "impactfactor_year": 1994,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 94,
            "title": "A software package for non-invasive, real-time beat-to-beat monitoring of stroke volume, blood pressure, total peripheral resistance and for assessment of autonomic function.",
            "abstract": null,
            "authors": [
                "Gratze, G",
                "Fortin, J",
                "Holler, A",
                "Grasenick, K",
                "Pfurtscheller, G",
                "Wach, P",
                "Schönegger, J",
                "Kotanko, P",
                "Skrabal, F"
            ],
            "year": 1998,
            "source": "Comput Biol Med. 1998; 28(2):121-142",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074835600003",
            "pubmed": "9684089",
            "doi": "10.1016%2FS0010-4825%2898%2900005-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "COMPUT BIOL MED",
            "issn": "0010-4825",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.422,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.577464788732394,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS",
            "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": 964,
            "title": "Enhanced resistance to oxidation of low density lipoproteins and decreased lipid peroxide formation during beta-carotene supplementation in cystic fibrosis.",
            "abstract": null,
            "authors": [
                "Winklhofer-Roob, BM",
                "Puhl, H",
                "Khoschsorur, G",
                "van't Hof, MA",
                "Esterbauer, H",
                "Shmerling, DH"
            ],
            "year": 1995,
            "source": "Free Radic Biol Med. 1995; 18(5):849-859",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QP56900003",
            "pubmed": "7797092",
            "doi": "10.1016%2F0891-5849%2894%2900203-V",
            "pmc": null,
            "organizations": [
                "964-14045"
            ],
            "persons": [],
            "imported": null,
            "journal": "FREE RADICAL BIOL MED",
            "issn": "0891-5849",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.089,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.879518072289157,
            "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": 1896,
            "title": "Paraoxonase PON1 polymorphism leu-Met54 is associated with carotid atherosclerosis: results of the Austrian Stroke Prevention Study.",
            "abstract": null,
            "authors": [
                "Schmidt, H",
                "Schmidt, R",
                "Niederkorn, K",
                "Gradert, A",
                "Schumacher, M",
                "Watzinger, N",
                "Hartung, HP",
                "Kostner, GM"
            ],
            "year": 1998,
            "source": "Stroke. 1998; 29(10):2043-2048",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076198600007",
            "pubmed": "9756579",
            "doi": "10.1161/01.STR.29.10.2043",
            "pmc": null,
            "organizations": [
                "1896-14013",
                "1896-14051"
            ],
            "persons": [
                "1896-51546-6",
                "1896-51669-6",
                "1896-51699-6",
                "1896-51759-6",
                "1896-51912-2"
            ],
            "imported": null,
            "journal": "STROKE",
            "issn": "0039-2499",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.88,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.952,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}