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=158380&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158400&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158360&ordering=-impactfactor",
    "results": [
        {
            "id": 7866,
            "title": "Meconium aspiration syndrome. 2. Pathophysiology, clinical aspects, therapy",
            "abstract": null,
            "authors": [
                "Rosegger, H"
            ],
            "year": 1983,
            "source": "Wien Klin Wochenschr. 1983; 95(1):9-14",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1983PY02400003",
            "pubmed": "6837045",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": 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": 7850,
            "title": "Androgenetic amenorrhea",
            "abstract": null,
            "authors": [
                "Urdl, W",
                "Kowatsch, A",
                "Tscherne, G",
                "Pürstner, P"
            ],
            "year": 1982,
            "source": "WIEN KLIN WOCHENSCHR. 1982; 94(24): 653-658. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982PX07300001",
            "pubmed": "6820586",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-02T16:57:33+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": 8387,
            "title": "Jugulotympanic paraganglioma",
            "abstract": null,
            "authors": [
                "Höfler, H",
                "Lammer, J",
                "Stammberger, H",
                "Gutschi, S",
                "Clarici, G",
                "Ratschek, M"
            ],
            "year": 1985,
            "source": "WIEN KLIN WOCHENSCHR. 1985; 97(12): 530-534. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AKH7700004",
            "pubmed": "2990111",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-04T17:08:03+01:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": 7865,
            "title": "Meconium aspiration syndrome. 1. Perinatal problems; etiology and types].",
            "abstract": null,
            "authors": [
                "Rosegger, H"
            ],
            "year": 1983,
            "source": "Wien Klin Wochenschr. 1983; 95(1):6-9",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983PY02400002",
            "pubmed": "6837044",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": 8362,
            "title": "Treatment of cryptorchism with LHRH nasal spray",
            "abstract": null,
            "authors": [
                "Borkenstein, M",
                "Zobel, V"
            ],
            "year": 1985,
            "source": "WIEN KLIN WOCHENSCHR. 1985; 97(9): 414-416. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AGT4400005",
            "pubmed": "2860754",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8362-51654-2"
            ],
            "imported": "2009-11-04T16:44:15+01:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": 8380,
            "title": "Hypergonadotropic amenorrhea following laparoscopic tubal sterilization",
            "abstract": null,
            "authors": [
                "Kowatsch, AW",
                "Burmucic, R",
                "Pickel, H"
            ],
            "year": 1985,
            "source": "Wien Klin Wochenschr. 1985; 97(11):504-505",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AJM2400006",
            "pubmed": "3925644",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": 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": 8857,
            "title": "A 22-year-old male patient with common variable immunodeficiency and increasing respiratory problems",
            "abstract": null,
            "authors": [
                "Muntean, W"
            ],
            "year": 1987,
            "source": "WIEN KLIN WOCHENSCHR. 1987; 99(9): 317-323. ",
            "category": 1,
            "document_type": 14,
            "sci": "ISI:A1987H356900006",
            "pubmed": "3604215",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8857-51651-2"
            ],
            "imported": "2009-11-13T14:33:09+01:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": 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": 8889,
            "title": "Hepatitis delta virus infection: an immunohistochemical study",
            "abstract": null,
            "authors": [
                "Preisegger, KH",
                "Denk, H"
            ],
            "year": 1989,
            "source": "Wien Klin Wochenschr. 1989; 101(16):544-547",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AN11600005",
            "pubmed": "2678760",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8889-51515-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": 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": 66920,
            "title": "Myelosarcoma of the ovary",
            "abstract": null,
            "authors": [
                "Stefenelli, T",
                "Linkesch, W",
                "Radaszkiewicz, T"
            ],
            "year": 1991,
            "source": "WIEN KLIN WOCHENSCHR. 1991; 103(23): 717-718. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GU28700006",
            "pubmed": "1792799",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-04-23T15:00:58+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 68410,
            "title": "The monitoring of pregnancy in rhesus-sensitized women by a quantitative determination of bilirubin in amniotic fluid (author's transl)",
            "abstract": null,
            "authors": [
                "Weiss, PA",
                "Winter, R"
            ],
            "year": 1977,
            "source": "Wien Klin Wochenschr. 1977; 89(9):294-298",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977DE39200002",
            "pubmed": "404767",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-09-18T02:00:00+02:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 7864,
            "title": "Vitamin K deficiency in the newborn",
            "abstract": null,
            "authors": [
                "Muntean, W"
            ],
            "year": 1983,
            "source": "WIEN KLIN WOCHENSCHR. 1983; 95(1): 1-5. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:A1983PY02400001",
            "pubmed": "6837039",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7864-51651-2"
            ],
            "imported": "2009-09-04T17:19:33+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": 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": 4677,
            "title": "Vacuum-assisted wound closure for cheaper and more comfortable healing of pressure sores: a prospective study.",
            "abstract": null,
            "authors": [
                "Wanner, MB",
                "Schwarzl, F",
                "Strub, B",
                "Zaech, GA",
                "Pierer, G"
            ],
            "year": 2003,
            "source": "Scand J Plast Reconstr Surg Hand Surg. 2003; 37(1):28-33",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000180961400006",
            "pubmed": "12625392",
            "doi": "10.1080/713796078",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "SCAND J PLAST RECONSTR SURG",
            "issn": "0284-4311",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.106382978723404,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "SURGERY",
            "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": 7906,
            "title": "Accidental fatal formaldehyde poisoning",
            "abstract": null,
            "authors": [
                "Eichler, HG",
                "Hruby, K",
                "Katschnig, MJ",
                "Leinzinger, P"
            ],
            "year": 1983,
            "source": "Wien Klin Wochenschr. 1983; 95(7):243-245",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QK41500006",
            "pubmed": "6880208",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": 5114,
            "title": "Gamma-hydroxybutyric acid in the treatment of alcohol withdrawal syndrome in patients admitted to hospital.",
            "abstract": null,
            "authors": [
                "Korninger, C",
                "Roller, RE",
                "Lesch, OM"
            ],
            "year": 2003,
            "source": "Acta Med Austriaca. 2003; 30(3):83-86",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186361100006",
            "pubmed": "14671826",
            "doi": null,
            "pmc": null,
            "organizations": [
                "5114-14079"
            ],
            "persons": [
                "5114-51745-6"
            ],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.107843137254902,
            "impactfactor_norm_year": 2003,
            "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": true
        },
        {
            "id": 4080,
            "title": "Suprascapular nerve entrapment by a ganglion cyst: an alternative method of treatment.",
            "abstract": null,
            "authors": [
                "Fankhauser, F",
                "Schippinger, G"
            ],
            "year": 2002,
            "source": "Orthopedics. 2002; 25(1):87-88",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000173305500022",
            "pubmed": "11811250",
            "doi": "10.3928/0147-7447-20020101-24",
            "pmc": null,
            "organizations": [
                "4080-14052"
            ],
            "persons": [],
            "imported": null,
            "journal": "ORTHOPEDICS",
            "issn": "0147-7447",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.267,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.142857142857143,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "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": 4413,
            "title": "Interobserver agreement of the dermoscopic diagnosis of 129 small melanocytic skin lesions.",
            "abstract": null,
            "authors": [
                "Pizzichetta, MA",
                "Talamini, R",
                "Piccolo, D",
                "Trevisan, G",
                "Veronesi, A",
                "Carbone, A",
                "Soyer, HP"
            ],
            "year": 2002,
            "source": "Tumori. 2002; 88(3):234-238",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000177648800009",
            "pubmed": "12195762",
            "doi": "10.1177/030089160208800309",
            "pmc": null,
            "organizations": [
                "4413-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "TUMORI",
            "issn": "0300-8916",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.267,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.043859649122807,
            "impactfactor_norm_year": 2002,
            "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": 35999,
            "title": "Rapid identification of muscle activation profiles via optimization and smooth profile patches",
            "abstract": null,
            "authors": [
                "Strobach, D",
                "Kecskemethy, A",
                "Steinwender, G",
                "Zwick, EB"
            ],
            "year": 2005,
            "source": "MATERIALWISS WERKSTOFFTECH 2005 36: 802-813.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000234520900008",
            "pubmed": null,
            "doi": "10.1002/mawe.200500964",
            "pmc": null,
            "organizations": [
                "35999-14049"
            ],
            "persons": [],
            "imported": null,
            "journal": "MATERIALWISS WERKSTOFFTECH",
            "issn": "0933-5137",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.264,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.134831460674157,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MATERIAL SCIENCES, MULTIDISCIPLINARY",
            "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": true
        },
        {
            "id": 66459,
            "title": "Interaction of heart rate variability (HRV) with ergotropic and mental tasks.",
            "abstract": null,
            "authors": [
                "Trapp, M",
                "Lackner, H",
                "Miggitsch, EM",
                "Wieser, O",
                "Schwaberger, G"
            ],
            "year": 2006,
            "source": "Isokinetics and Exercise Science. 14(2):182-183.-4th European EISCSA Congress \"Challenges in Exercise Training & Therapy\"; May 27, 2006; Graz. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "66459-14010",
                "66459-14047",
                "66459-29447"
            ],
            "persons": [
                "66459-51687",
                "66459-64295",
                "66459-60388",
                "66459-60040"
            ],
            "imported": "2007-03-03T19:42:16+01:00",
            "journal": "Isokinetics and Exercise Science",
            "issn": "0959-3020",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.263,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.142857142857143,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "SPORT SCIENCES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 66460,
            "title": "Lactate kinetics depend on the on-phase power setting.",
            "abstract": null,
            "authors": [
                "Petter, F",
                "Malatschnig, R",
                "Gröschl, W",
                "Müller, W",
                "Schwaberger, G",
                "Hofmann, P"
            ],
            "year": 2006,
            "source": "Isokinetics and Exercise Science. 14(2):185-186.-4th European EISCSA Congress \"Challenges in Exercise Training & Therapy\"; May 27, 2006; Graz. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "66460-14010",
                "66460-14011",
                "66460-14012"
            ],
            "persons": [
                "66460-51687"
            ],
            "imported": "2007-03-03T19:46:02+01:00",
            "journal": "Isokinetics and Exercise Science",
            "issn": "0959-3020",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.263,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.142857142857143,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "SPORT SCIENCES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 66461,
            "title": "Supplementation with antioxidants has no influence on oxygen uptake and lactate concentrations at a cycle ergometer step test.",
            "abstract": null,
            "authors": [
                "Lamprecht, M",
                "Hofmann, P",
                "Schwaberger, G"
            ],
            "year": 2006,
            "source": "Isokinetics and Exercise Science. 14(2):186-187.-4th European EISCSA Congress \"Challenges in Exercise Training & Therapy\"; Max 27, 2006; Graz. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "66461-14010"
            ],
            "persons": [
                "66461-51687"
            ],
            "imported": "2007-03-03T19:49:15+01:00",
            "journal": "Isokinetics and Exercise Science",
            "issn": "0959-3020",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.263,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.142857142857143,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "SPORT SCIENCES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}