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=158340&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158418,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158360&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158320&ordering=-impactfactor",
    "results": [
        {
            "id": 118397,
            "title": "Estethically compromised implant restorations in the anterior maxilla: Treatment options and prospects of success",
            "abstract": null,
            "authors": [
                "Stopper, M",
                "Lorenzoni, M"
            ],
            "year": 2011,
            "source": "IMPLANTOLOGIE. 2011; 19(4): 381-392. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000300743900005",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "118397-14111"
            ],
            "persons": [
                "118397-51703-4"
            ],
            "imported": "2012-03-27T13:41:51+02:00",
            "journal": "IMPLANTOLOGIE",
            "issn": "0943-9692",
            "collection_publisher": null,
            "collection_title": "IMPLANTOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.037,
            "impactfactor_year": 2011,
            "impactfactor_norm": 0.012,
            "impactfactor_norm_year": 2011,
            "impactfactor_norm_category": "DENTISTRY, ORAL SURGERY & MEDICINE",
            "impactfactor_norm_super": 0.026,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "DENTISTRY, ORAL SURGERY + MEDICINE",
            "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": 3241,
            "title": "Levosimendan - Treatment of heart failure calcium sensitizer K-ATP channel activator",
            "abstract": null,
            "authors": [
                "Toller, WG",
                "Pagel, PS",
                "Kersten, JR",
                "Warltier, DC"
            ],
            "year": 2000,
            "source": "DRUG FUTURE 2000 25: 563-568.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089032000003",
            "pubmed": null,
            "doi": "10.1358/dof.2000.025.06.580665",
            "pmc": null,
            "organizations": [
                "3241-14044"
            ],
            "persons": [],
            "imported": null,
            "journal": "DRUG FUTURE",
            "issn": "0377-8282",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.015,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0110497237569061,
            "impactfactor_norm_year": 2000,
            "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": 151765,
            "title": "Efficacy of Tocilizumab Monotherapy in Patients with RA Is Not Influenced By ACPA Positivity",
            "abstract": null,
            "authors": [
                "Herold, M",
                "Fasching, P",
                "Graninger, W",
                "Lunzer, R",
                "Zamani, O",
                "Leeb, B"
            ],
            "year": 2015,
            "source": "ARTHRITIS RHEUMATOL. 2015; 67: ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000370860201494",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "151765-14086"
            ],
            "persons": [],
            "imported": "2016-03-21T16:19:26+01:00",
            "journal": "ARTHRITIS RHEUMATOL",
            "issn": "2326-5191",
            "collection_publisher": null,
            "collection_title": "ARTHRITIS & RHEUMATOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": null,
            "impactfactor_norm": 0.063,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "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": [
                "11589-51834-2"
            ],
            "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
        },
        {
            "id": 4806,
            "title": "Molecular characterization of a 12q22-q24 deletion associated with congenital deafness: confirmation and refinement of the DFNA25 locus.",
            "abstract": null,
            "authors": [
                "Petek, E",
                "Windpassinger, C",
                "Mach, M",
                "Rauter, L",
                "Scherer, SW",
                "Wagner, K",
                "Kroisel, PM"
            ],
            "year": 2003,
            "source": "AM J MED GENET PART A. 2003; 117A(2): 122-126. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000182401000004",
            "pubmed": "12567408",
            "doi": "10.1002/ajmg.a.10155",
            "pmc": null,
            "organizations": [
                "4806-14021"
            ],
            "persons": [
                "4806-50811-6",
                "4806-51527-6",
                "4806-51682-6",
                "4806-51996-2"
            ],
            "imported": "2009-03-17T15:23:21+01:00",
            "journal": "AM J MED GENET PART A",
            "issn": "0148-7299",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.0,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.0416666666666667,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "GENETICS & HEREDITY",
            "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": 70710,
            "title": "Endothelin-1 attenuates apoptosis in cultured trophoblasts from term human placentas.",
            "abstract": null,
            "authors": [
                "Cervar-Zivkovic, M",
                "Hu, C",
                "Barton, A",
                "Sadovsky, Y",
                "Desoye, G",
                "Lang, U",
                "Nelson, DM"
            ],
            "year": 2007,
            "source": "Reprod Sci. 2007; 14(5):430-439",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000249967500005",
            "pubmed": "17913962",
            "doi": "10.1177/1933719107305801",
            "pmc": null,
            "organizations": [
                "70710-14064"
            ],
            "persons": [
                "70710-51632-6",
                "70710-51978-2"
            ],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Reprod Sci",
            "issn": "1933-7191",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.04,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "REPRODUCTIVE BIOLOGY",
            "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": 3396,
            "title": "Detection of unsuspected gastric MALT-lymphoma with F-18-FDG-PET.",
            "abstract": null,
            "authors": [
                "Aigner, RM",
                "Schwarz, T",
                "Wurzinger, G",
                "Karpf, E"
            ],
            "year": 2000,
            "source": "Nuklearmedizin. 2000; 39(7):N107-N107",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000165478600006",
            "pubmed": "11127052",
            "doi": null,
            "pmc": null,
            "organizations": [
                "3396-14107"
            ],
            "persons": [
                "3396-51727-2",
                "3396-50727-6"
            ],
            "imported": null,
            "journal": "NUKLEARMED-NUCL MED",
            "issn": "0029-5566",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.0,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0125,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": 207367,
            "title": "Epistasis between microRNAs 155 and 146a during T cell-mediated antitumor immunity.",
            "abstract": null,
            "authors": [
                "Huffaker, TB",
                "Hu, R",
                "Runtsch, MC",
                "Bake, E",
                "Chen, X",
                "Zhao, J",
                "Round, JL",
                "Baltimore, D",
                "O'Connell, RM"
            ],
            "year": 2012,
            "source": "Cell Rep. 2012; 2(6): 1697-709. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000314459200024",
            "pubmed": "23200854",
            "doi": "10.1016/j.celrep.2012.10.025",
            "pmc": "PMC3628775",
            "organizations": [],
            "persons": [
                "207367-115261-6"
            ],
            "imported": "2024-02-01T01:00:00+01:00",
            "journal": "Cell Rep",
            "issn": "2211-1247",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.011,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "CELL BIOLOGY",
            "impactfactor_norm_super": 0.011,
            "impactfactor_norm_super_year": 2012,
            "impactfactor_norm_super_category": "CELL BIOLOGY",
            "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": 148805,
            "title": "Loss of the tumor- and metastasis suppressor RAF kinase inhibitor protein is caused by the overexpression of miRNA-23a",
            "abstract": null,
            "authors": [
                "Hatzl, S",
                "Geiger, O",
                "Kuepper, MK",
                "Seime, T",
                "Nussbaumer, E",
                "Wieser, R",
                "Pichler, M",
                "Scheideler, M",
                "Nowek, K",
                "Jongen-Lavrencic, M",
                "Wolfler, A",
                "Troppmair, J",
                "Sill, H",
                "Zebisch, A"
            ],
            "year": 2015,
            "source": "ONCOL RES TREAT. 2015; 38: 99-99.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000364268800228",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "148805-14082",
                "148805-14085"
            ],
            "persons": [
                "148805-51857",
                "148805-51911",
                "148805-57402",
                "148805-77371",
                "148805-94596"
            ],
            "imported": "2015-12-15T14:11:59+01:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "Oncology Research and Treatment; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": null,
            "impactfactor_norm": 0.009,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 151771,
            "title": "Increased Serum Lipids Under Tocilizumab Is Not Influenced By Methotrexate.",
            "abstract": null,
            "authors": [
                "Herold, M",
                "Fasching, P",
                "Graninger, W",
                "Lunzer, R",
                "Zamani, O",
                "Leeb, B"
            ],
            "year": 2015,
            "source": "ARTHRITIS RHEUMATOL. 2015; 67: -American College rheumatology; ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000370860201491",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "151771-14086"
            ],
            "persons": [],
            "imported": "2016-03-21T16:19:26+01:00",
            "journal": "ARTHRITIS RHEUMATOL",
            "issn": "2326-5191",
            "collection_publisher": null,
            "collection_title": "ARTHRITIS & RHEUMATOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": null,
            "impactfactor_norm": 0.063,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 148800,
            "title": "MiR-199a and miR-497 are associated with better overall survival due to increased chemosensitivity in aggressive non-Hodgkin's lymphoma patients",
            "abstract": null,
            "authors": [
                "Troopan, K",
                "Wenzl, K",
                "Pichler, M",
                "Pursche, B",
                "Schwarzenbacher, D",
                "Feichtinger, J",
                "Thallinger, G",
                "Beham-Schmid, C",
                "Neumeister, P",
                "Deutsch, A"
            ],
            "year": 2015,
            "source": "ONCOL RES TREAT. 2015; 38: 63-64.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000364268800147",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "148800-14017",
                "148800-14020",
                "148800-14082",
                "148800-14085"
            ],
            "persons": [
                "148800-51930",
                "148800-59183",
                "148800-65726",
                "148800-94195",
                "148800-65239"
            ],
            "imported": "2015-12-15T14:11:59+01:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "Oncology Research and Treatment; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": null,
            "impactfactor_norm": 0.009,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 155382,
            "title": "HLA-A*68:02:11, a new HLA-A*68 allele identified during family HLA typing.",
            "abstract": null,
            "authors": [
                "Ulrich, S",
                "Posch, U",
                "Helmberg, W",
                "Schlenke, P"
            ],
            "year": 2016,
            "source": "HLA. 2016; 88(4):197-198",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000383956400008",
            "pubmed": "27586306",
            "doi": "10.1111/tan.12875",
            "pmc": null,
            "organizations": [
                "155382-14058"
            ],
            "persons": [
                "155382-57849-2",
                "155382-51910-6",
                "155382-88593-6"
            ],
            "imported": "2016-11-03T14:50:17+01:00",
            "journal": "HLA",
            "issn": "2059-2302",
            "collection_publisher": null,
            "collection_title": "HLA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": 2016,
            "impactfactor_norm": 0.013,
            "impactfactor_norm_year": 2016,
            "impactfactor_norm_category": "PATHOLOGY-SCI",
            "impactfactor_norm_super": 0.013,
            "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": 148798,
            "title": "Efficacy of antibiotic prophylaxis in AML patients treated with low-intensity therapeutic regimens",
            "abstract": null,
            "authors": [
                "Bainschab, A",
                "Quehenberger, F",
                "Greinix, HT",
                "Krause, R",
                "Wolfler, A",
                "Sill, H",
                "Zebisch, A"
            ],
            "year": 2015,
            "source": "ONCOL RES TREAT. 2015; 38: 73-74.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000364268800174",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "148798-14026",
                "148798-14082"
            ],
            "persons": [
                "148798-50466",
                "148798-51857",
                "148798-51911",
                "148798-51976",
                "148798-57402",
                "148798-54230"
            ],
            "imported": "2015-12-15T14:11:59+01:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "Oncology Research and Treatment; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": null,
            "impactfactor_norm": 0.009,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 151772,
            "title": "B-Mode and Power Doppler Assessment As Predictors for Short and Long-Term Clinical Outcome in Cts Patients with or without Surgical Treatment",
            "abstract": null,
            "authors": [
                "Marschall, A",
                "Ficjian, A",
                "Stradner, M",
                "Husic, R",
                "Zauner, D",
                "Seel, W",
                "Simmet, NE",
                "Klammer, A",
                "Heizer, P",
                "Brickmann, K",
                "Gertler, J",
                "Furst, F",
                "Thonhofer, R",
                "Hermann, J",
                "Graninger, WB",
                "Quasthoff, S",
                "Dejaco, C"
            ],
            "year": 2015,
            "source": "ARTHRITIS RHEUMATOL. 2015; 67: -ACR; ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000370860201181",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "151772-14051",
                "151772-14086"
            ],
            "persons": [
                "151772-51002",
                "151772-52002",
                "151772-53560",
                "151772-57343",
                "151772-61519",
                "151772-66227"
            ],
            "imported": "2016-03-21T16:19:26+01:00",
            "journal": "ARTHRITIS RHEUMATOL",
            "issn": "2326-5191",
            "collection_publisher": null,
            "collection_title": "ARTHRITIS & RHEUMATOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": null,
            "impactfactor_norm": 0.063,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 151773,
            "title": "The Safety and Effect on Disease Activity of Tocilizumab in Combination with MTX Versus Tocilizumab Monotherapy in Patients with Mild to Moderate RA: An Attempt to Optimise the Treatment Response",
            "abstract": null,
            "authors": [
                "Leeb, B",
                "Lunzer, R",
                "Fasching, P",
                "Herold, M",
                "Zamani, O",
                "Graninger, W"
            ],
            "year": 2015,
            "source": "ARTHRITIS RHEUMATOL. 2015; 67: -American College Rheumatology; Oct, 2015; ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000370860202303",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "151773-14086"
            ],
            "persons": [],
            "imported": "2016-03-21T16:19:26+01:00",
            "journal": "ARTHRITIS RHEUMATOL",
            "issn": "2326-5191",
            "collection_publisher": null,
            "collection_title": "ARTHRITIS & RHEUMATOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": null,
            "impactfactor_norm": 0.063,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 160946,
            "title": "[RegentK Improves the Gait Mechanics of Patients with Acute Anterior Cruciate Ligament Rupture Immediately after Application: Clinical Trial].",
            "abstract": null,
            "authors": [
                "Ofner, M",
                "Strutzenberger, G",
                "Alexander, N",
                "Kastner, A",
                "Schwameder, H"
            ],
            "year": 2017,
            "source": "Complement Med Res. 2017; 24(2):90-96",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000400904900010",
            "pubmed": "28334701",
            "doi": "10.1159/000464414",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2017-06-27T02:00:00+02:00",
            "journal": "Complement Med Res",
            "issn": "2504-2092",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.037,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "INTEGRATIVE & COMPLEMENTARY MEDICINE-SCI",
            "impactfactor_norm_super": 0.037,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "INTEGRATIVE + COMPLEMENTARY MEDICINE-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": false
        },
        {
            "id": 151984,
            "title": "The development of a simulation tool for clinical use in image-guided percutaneous minimally invasive cancer treatment (MICT) - the GoSmart project.",
            "abstract": null,
            "authors": [
                "Voigt, P",
                "Fuchs, J",
                "Petersen, TO",
                "Jantschke, R",
                "Flanagan, R",
                "Weir, P",
                "Pollari, M",
                "Alhonnoro, T",
                "Payne, S",
                "Hall, S",
                "Futterer, J",
                "van Oostenbrugge, T",
                "Stiegler, P",
                "Kalmar, P",
                "Fischer, S",
                "Zangos, S",
                "Voglreiter, P",
                "Ellerweg, R",
                "Reuter, D",
                "Stark, E",
                "Kahn, T",
                "Kolesnik, M",
                "Moche, M"
            ],
            "year": 2016,
            "source": "ONCOL RES TREAT. 2016; 39: 24-24.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000371353700075",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "151984-14073",
                "151984-14108"
            ],
            "persons": [
                "151984-50874"
            ],
            "imported": "2016-04-11T12:01:44+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": 2016,
            "impactfactor_norm": 0.194,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 216181,
            "title": "Arterial stiffness in acute coronary syndrome as a potential triage tool: a prospective observational study.",
            "abstract": null,
            "authors": [
                "Schnaubelt, S",
                "Oppenauer, J",
                "Bader, M",
                "DU, N",
                "Eibensteiner, F",
                "Kienbacher, CL",
                "Baldi, E",
                "Mueller, M",
                "Perkmann, T",
                "Haslacher, H",
                "Schreiber, W",
                "Niessner, A",
                "Schlager, O",
                "Domanovits, H",
                "Sulzgruber, P"
            ],
            "year": 2023,
            "source": "Minerva Med. 2023; 114(1): 1-14. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000991928900001",
            "pubmed": "35266659",
            "doi": "10.23736/S0026-4806.22.07909-5",
            "pmc": null,
            "organizations": [],
            "persons": [
                "216181-111073-6"
            ],
            "imported": "2025-05-15T02:00:00+02:00",
            "journal": "Minerva Med",
            "issn": "1827-1669",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": 2023,
            "impactfactor_norm": 0.012,
            "impactfactor_norm_year": 2023,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCIE",
            "impactfactor_norm_super": 0.814,
            "impactfactor_norm_super_year": 2020,
            "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": false
        },
        {
            "id": 148788,
            "title": "Correlation between somatic comorbidities and anxiety and depression in patients after allogeneic hematopoietic stem cell transplantation",
            "abstract": null,
            "authors": [
                "Balsiger, C",
                "Mumm, F",
                "Holler, E",
                "Herzberg, PY",
                "Hilgendorf, I",
                "Hemmati, P",
                "von Harsdorf, S",
                "Greinix, H",
                "Mitchell, SA",
                "Wolff, D",
                "Heussner, P"
            ],
            "year": 2015,
            "source": "ONCOL RES TREAT. 2015; 38: 148-148.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000364268800352",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "148788-14080",
                "148788-14082"
            ],
            "persons": [
                "148788-54230"
            ],
            "imported": "2015-12-15T14:11:59+01:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "Oncology Research and Treatment; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": null,
            "impactfactor_norm": 0.009,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 148806,
            "title": "Acute and chronic GVHD: State of the art therapy",
            "abstract": null,
            "authors": [
                "Greinix, HT"
            ],
            "year": 2015,
            "source": "ONCOL RES TREAT. 2015; 38: 114-114.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000364268800270",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "148806-14082"
            ],
            "persons": [
                "148806-54230"
            ],
            "imported": "2015-12-15T14:11:59+01:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "Oncology Research and Treatment; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.0,
            "impactfactor_year": null,
            "impactfactor_norm": 0.009,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}