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=152640&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 152642,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152620&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 153137,
            "title": "Filling a GAP-An Optimized Probe for ER Ca(2+) Imaging In Vivo.",
            "abstract": null,
            "authors": [
                "Malli, R",
                "Eroglu, E",
                "Waldeck-Weiermair, M",
                "Graier, WF"
            ],
            "year": 2016,
            "source": "Cell Chem Biol. 2016; 23(6):641-643",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000381509000003",
            "pubmed": "27341431",
            "doi": "10.1016/j.chembiol.2016.06.003",
            "pmc": null,
            "organizations": [
                "153137-14013"
            ],
            "persons": [
                "153137-50810-2",
                "153137-51158-6",
                "153137-51860-6"
            ],
            "imported": "2016-06-25T02:00:00+02:00",
            "journal": "Cell Chem Biol",
            "issn": "2451-9448",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": 2016,
            "impactfactor_norm": 0.003,
            "impactfactor_norm_year": 2016,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY-SCI",
            "impactfactor_norm_super": 0.003,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "BIOCHEMISTRY + MOLECULAR BIOLOGY-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": 11589,
            "title": "Sound speed, density and total protein concentration of blood.",
            "abstract": null,
            "authors": [
                "Schneditz, D",
                "Heimel, H",
                "Stabinger, H"
            ],
            "year": 1989,
            "source": "J Clin Chem Clin Biochem. 1989; 27(10):803-806",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AX73100005",
            "pubmed": "2600553",
            "doi": "10.1515/cclm.1989.27.10.803",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J CLIN CHEM CLIN BIOCHEM",
            "issn": "0340-076X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": null,
            "impactfactor_norm": 0.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
        }
    ]
}