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&ordering=imported
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&ordering=imported",
    "results": [
        {
            "id": 6265,
            "title": "Incidence of limb fracture across Europe: results from the European Prospective Osteoporosis Study (EPOS).",
            "abstract": null,
            "authors": [
                "Ismail, AA",
                "Pye, SR",
                "Cockerill, WC",
                "Lunt, M",
                "Silman, AJ",
                "Reeve, J",
                "Banzer, D",
                "Benevolenskaya, LI",
                "Bhalla, A",
                "Bruges Armas, J",
                "Cannata, JB",
                "Cooper, C",
                "Delmas, PD",
                "Dequeker, J",
                "Dilsen, G",
                "Falch, JA",
                "Felsch, B",
                "Felsenberg, D",
                "Finn, JD",
                "Gennari, C",
                "Hoszowski, K",
                "Jajic, I",
                "Janott, J",
                "Johnell, O",
                "Kanis, JA",
                "Kragl, G",
                "Lopez Vaz, A",
                "Lorenc, R",
                "Lyritis, G",
                "Marchand, F",
                "Masaryk, P",
                "Matthis, C",
                "Miazgowski, T",
                "Naves-Diaz, M",
                "Pols, HA",
                "Poor, G",
                "Rapado, A",
                "Raspe, HH",
                "Reid, DM",
                "Reisinger, W",
                "Scheidt-Nave, C",
                "Stepan, J",
                "Todd, C",
                "Weber, K",
                "Woolf, AD",
                "O'Neill, TW"
            ],
            "year": 2002,
            "source": "Osteoporos Int. 2002; 13(7):565-571",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000176999400007",
            "pubmed": "12111017",
            "doi": "10.1007/s001980200074",
            "pmc": null,
            "organizations": [],
            "persons": [
                "6265-51874-6"
            ],
            "imported": null,
            "journal": "OSTEOPOROSIS INT",
            "issn": "0937-941X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.724,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.784090909090909,
            "impactfactor_norm_year": 2002,
            "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": 8175,
            "title": "Substance P in sensory nerve fibres contributes to the development of oedema in the rat hind paw after thermal injury.",
            "abstract": null,
            "authors": [
                "Saria, A"
            ],
            "year": 1984,
            "source": "Br J Pharmacol. 1984; 82(1):217-222",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SS23300027",
            "pubmed": "6203590",
            "doi": "10.1111/j.1476-5381.1984.tb16461.x",
            "pmc": "PMC1987261",
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "BRIT J PHARMACOL",
            "issn": "0007-1188",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.695,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.921348314606742,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 4490,
            "title": "Statins as immunomodulators: comparison with interferon-beta 1b in MS.",
            "abstract": null,
            "authors": [
                "Neuhaus, O",
                "Strasser-Fuchs, S",
                "Fazekas, F",
                "Kieseier, BC",
                "Niederwieser, G",
                "Hartung, HP",
                "Archelos, JJ"
            ],
            "year": 2002,
            "source": "Neurology. 2002; 59(7):990-997",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000178440600006",
            "pubmed": "12370451",
            "doi": "10.1212/WNL.59.7.990",
            "pmc": null,
            "organizations": [
                "4490-14051"
            ],
            "persons": [
                "4490-51987-4"
            ],
            "imported": null,
            "journal": "NEUROLOGY",
            "issn": "0028-3878",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.34,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.971014492753623,
            "impactfactor_norm_year": 2002,
            "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": false
        },
        {
            "id": 21923,
            "title": "Diagnosis and differential assessment of pulmonary arterial hypertension.",
            "abstract": null,
            "authors": [
                "Barst, RJ",
                "McGoon, M",
                "Torbicki, A",
                "Sitbon, O",
                "Krowka, MJ",
                "Olschewski, H",
                "Gaine, S"
            ],
            "year": 2004,
            "source": "J Am Coll Cardiol. 2004; 43(12 Suppl S):40S-447",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000222209300007",
            "pubmed": "15194177",
            "doi": "10.1016/j.jacc.2004.02.032",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J AMER COLL CARDIOL",
            "issn": "0735-1097",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.133,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.971830985915493,
            "impactfactor_norm_year": 2004,
            "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": 21946,
            "title": "Oral sildenafil as long-term adjunct therapy to inhaled iloprost in severe pulmonary arterial hypertension.",
            "abstract": null,
            "authors": [
                "Ghofrani, HA",
                "Rose, F",
                "Schermuly, RT",
                "Olschewski, H",
                "Wiedemann, R",
                "Kreckel, A",
                "Weissmann, N",
                "Ghofrani, S",
                "Enke, B",
                "Seeger, W",
                "Grimminger, F"
            ],
            "year": 2003,
            "source": "J Am Coll Cardiol. 2003; 42(1):158-164",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000183825400027",
            "pubmed": "12849677",
            "doi": "10.1016/S0735-1097(03)00555-2",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J AMER COLL CARDIOL",
            "issn": "0735-1097",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.599,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.971428571428571,
            "impactfactor_norm_year": 2003,
            "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": 21954,
            "title": "Is acupuncture an useful tool for pain-treatment in ophthalmology?",
            "abstract": null,
            "authors": [
                "Nepp, J",
                "Jandrasits, K",
                "Schauersberger, J",
                "Schild, G",
                "Wedrich, A",
                "Sabine, GL",
                "Spacek, A"
            ],
            "year": 2002,
            "source": "ACUPUNCTURE ELECTRO-THER RES 2002 27: 171-182.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000181359000002",
            "pubmed": "12638737",
            "doi": "10.3727/036012902816025988",
            "pmc": null,
            "organizations": [],
            "persons": [
                "21954-53938-6"
            ],
            "imported": null,
            "journal": "ACUPUNCTURE ELECTRO-THER RES",
            "issn": "0360-1293",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.393,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.142131979695431,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "NEUROSCIENCES",
            "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
        }
    ]
}