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=152580
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 152642,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152600",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152560",
    "results": [
        {
            "id": 168170,
            "title": "Life-threatening infections in children in Europe (the EUCLIDS Project): a prospective cohort study.",
            "abstract": null,
            "authors": [
                "Martinón-Torres, F",
                "Salas, A",
                "Rivero-Calle, I",
                "Cebey-López, M",
                "Pardo-Seco, J",
                "Herberg, JA",
                "Boeddha, NP",
                "Klobassa, DS",
                "Secka, F",
                "Paulus, S",
                "de Groot, R",
                "Schlapbach, LJ",
                "Driessen, GJ",
                "Anderson, ST",
                "Emonts, M",
                "Zenz, W",
                "Carrol, ED",
                "Van der Flier, M",
                "Levin, M",
                "EUCLIDS Consortium"
            ],
            "year": 2018,
            "source": "Lancet Child Adolesc Health. 2018; 2(6):404-414",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000434769800018",
            "pubmed": "30169282",
            "doi": "10.1016/S2352-4642(18)30113-5",
            "pmc": null,
            "organizations": [
                "168170-14091"
            ],
            "persons": [
                "168170-51647-6",
                "168170-51713-7",
                "168170-54341-6"
            ],
            "imported": "2018-06-26T12:11:56+02:00",
            "journal": "Lancet Child Adolesc Health",
            "issn": "2352-4642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "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": 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": 166107,
            "title": "The clinical significance of small copy number variants in neurodevelopmental disorders.",
            "abstract": null,
            "authors": [
                "Asadollahi, R",
                "Oneda, B",
                "Joset, P",
                "Azzarello-Burri, S",
                "Bartholdi, D",
                "Steindl, K",
                "Vincent, M",
                "Cobilanschi, J",
                "Sticht, H",
                "Baldinger, R",
                "Reissmann, R",
                "Sudholt, I",
                "Thiel, CT",
                "Ekici, AB",
                "Reis, A",
                "Bijlsma, EK",
                "Andrieux, J",
                "Dieux, A",
                "FitzPatrick, D",
                "Ritter, S",
                "Baumer, A",
                "Latal, B",
                "Plecko, B",
                "Jenni, OG",
                "Rauch, A"
            ],
            "year": 2014,
            "source": "J Med Genet. 2014; 51(10): 677-688. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000342131700006",
            "pubmed": "25106414",
            "doi": "10.1136/jmedgenet-2014-102588",
            "pmc": "PMC4173859",
            "organizations": [],
            "persons": [
                "166107-51875-6"
            ],
            "imported": "2018-02-16T01:00:00+01:00",
            "journal": "J Med Genet",
            "issn": "0022-2593",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.335,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.898,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "GENETICS & HEREDITY-SCI",
            "impactfactor_norm_super": 0.899,
            "impactfactor_norm_super_year": 2011,
            "impactfactor_norm_super_category": "GENETICS + HEREDITY",
            "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": 166114,
            "title": "Plasma metabolomics reveals a diagnostic metabolic fingerprint for mitochondrial aconitase (ACO2) deficiency.",
            "abstract": null,
            "authors": [
                "Abela, L",
                "Spiegel, R",
                "Crowther, LM",
                "Klein, A",
                "Steindl, K",
                "Papuc, SM",
                "Joset, P",
                "Zehavi, Y",
                "Rauch, A",
                "Plecko, B",
                "Simmons, TL"
            ],
            "year": 2017,
            "source": "PLoS One. 2017; 12(5):e0176363-e0176363",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000400646300018",
            "pubmed": "28463998",
            "doi": "10.1371/journal.pone.0176363",
            "pmc": "PMC5413020",
            "organizations": [],
            "persons": [
                "166114-51875-6"
            ],
            "imported": "2018-02-16T01:00:00+01:00",
            "journal": "PLoS One",
            "issn": "1932-6203",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.766,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.781,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES-SCI",
            "impactfactor_norm_super": 0.86,
            "impactfactor_norm_super_year": 2014,
            "impactfactor_norm_super_category": "MULTIDISCIPLINARY SCIENCES-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": 166377,
            "title": "ECTRIMS/EAN guideline on the pharmacological treatment of people with multiple sclerosis.",
            "abstract": null,
            "authors": [
                "Montalban, X",
                "Gold, R",
                "Thompson, AJ",
                "Otero-Romero, S",
                "Amato, MP",
                "Chandraratna, D",
                "Clanet, M",
                "Comi, G",
                "Derfuss, T",
                "Fazekas, F",
                "Hartung, HP",
                "Havrdova, E",
                "Hemmer, B",
                "Kappos, L",
                "Liblau, R",
                "Lubetzki, C",
                "Marcus, E",
                "Miller, DH",
                "Olsson, T",
                "Pilling, S",
                "Selmaj, K",
                "Siva, A",
                "Sorensen, PS",
                "Sormani, MP",
                "Thalheim, C",
                "Wiendl, H",
                "Zipp, F"
            ],
            "year": 2018,
            "source": "EUR J NEUROL. 2018; 25(2): 215-237. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000422971000015",
            "pubmed": "29352526",
            "doi": "10.1111/ene.13536",
            "pmc": null,
            "organizations": [
                "166377-14051"
            ],
            "persons": [],
            "imported": "2018-02-26T12:01:56+01:00",
            "journal": "EUR J NEUROL",
            "issn": "1351-5101",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF NEUROLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.387,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.824,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY-SCI",
            "impactfactor_norm_super": 0.832,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "CLINICAL NEUROLOGY-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": 166409,
            "title": "Application of Genetically Encoded Fluorescent Nitric Oxide (NO•) Probes, the geNOps, for Real-time Imaging of NO• Signals in Single Cells.",
            "abstract": null,
            "authors": [
                "Eroglu, E",
                "Rost, R",
                "Bischof, H",
                "Blass, S",
                "Schreilechner, A",
                "Gottschalk, B",
                "Depaoli, MR",
                "Klec, C",
                "Charoensin, S",
                "Madreiter-Sokolowski, CT",
                "Ramadani, J",
                "Waldeck-Weiermair, M",
                "Graier, WF",
                "Malli, R"
            ],
            "year": 2017,
            "source": "J Vis Exp. 2017; 5(121):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000397848300083",
            "pubmed": "28362417",
            "doi": "10.3791/55486",
            "pmc": "PMC5408997",
            "organizations": [
                "166409-14013"
            ],
            "persons": [
                "166409-50810-4",
                "166409-51158-6",
                "166409-51860-6",
                "166409-70922-6",
                "166409-77451-6",
                "166409-85069-6",
                "166409-86207-6",
                "166409-90394-6",
                "166409-92462-6"
            ],
            "imported": "2018-02-27T14:16:10+01:00",
            "journal": "JOVE-J VIS EXP",
            "issn": "1940-087X",
            "collection_publisher": null,
            "collection_title": "JOVE-JOURNAL OF VISUALIZED EXPERIMENTS; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.184,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.531,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES-SCI",
            "impactfactor_norm_super": 0.719,
            "impactfactor_norm_super_year": 2014,
            "impactfactor_norm_super_category": "MULTIDISCIPLINARY SCIENCES-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": 166778,
            "title": "Useful Electrocardiographic Features to Help Identify the Mechanism of Atrial Tachycardia Occurring After Persistent Atrial Fibrillation Ablation.",
            "abstract": null,
            "authors": [
                "Pascale, P",
                "Roten, L",
                "Shah, AJ",
                "Scherr, D",
                "Komatsu, Y",
                "Ramoul, K",
                "Daly, M",
                "Denis, A",
                "Derval, N",
                "Sacher, F",
                "Hocini, M",
                "Haïssaguerre, M",
                "Jaïs, P"
            ],
            "year": 2018,
            "source": "JACC Clin Electrophysiol. 2018; 4(1):33-45",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000602277800004",
            "pubmed": "29600784",
            "doi": "10.1016/j.jacep.2017.07.018",
            "pmc": null,
            "organizations": [],
            "persons": [
                "166778-50168-6"
            ],
            "imported": "2018-04-01T02:00:00+02:00",
            "journal": "JACC Clin Electrophysiol",
            "issn": "2405-500X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "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": 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": 167043,
            "title": "Obesity and cardiovascular risk: a call for action from the European Society of Hypertension Working Group of Obesity, Diabetes and the High-risk Patient and European Association for the Study of Obesity: part A: mechanisms of obesity induced hypertension, diabetes and dyslipidemia and practice guidelines for treatment.",
            "abstract": null,
            "authors": [
                "Kotsis, V",
                "Jordan, J",
                "Micic, D",
                "Finer, N",
                "Leitner, DR",
                "Toplak, H",
                "Tokgozoglu, L",
                "Athyros, V",
                "Elisaf, M",
                "Filippatos, TD",
                "Redon, J",
                "Redon, P",
                "Antza, C",
                "Tsioufis, K",
                "Grassi, G",
                "Seravalle, G",
                "Coca, A",
                "Sierra, C",
                "Lurbe, E",
                "Stabouli, S",
                "Jelakovic, B",
                "Nilsson, PM"
            ],
            "year": 2018,
            "source": "J Hypertens. 2018; 36(7):1427-1440",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000434304400002",
            "pubmed": "29634663",
            "doi": "10.1097/HJH.0000000000001730",
            "pmc": null,
            "organizations": [],
            "persons": [
                "167043-51846-6"
            ],
            "imported": "2018-04-17T02:00:00+02:00",
            "journal": "J Hypertens",
            "issn": "0263-6352",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.209,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.815,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE-SCI",
            "impactfactor_norm_super": 0.873,
            "impactfactor_norm_super_year": 2015,
            "impactfactor_norm_super_category": "PERIPHERAL VASCULAR DISEASE-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": 167140,
            "title": "Quality of life in patients with advanced epithelial ovarian cancer (EOC) randomized to maintenance pazopanib or placebo after first-line chemotherapy in the AGO-OVAR 16 trial. Measuring what matters-patient-centered end points in trials of maintenance therapy.",
            "abstract": null,
            "authors": [
                "Friedlander, M",
                "Rau, J",
                "Lee, CK",
                "Meier, W",
                "Lesoin, A",
                "Kim, JW",
                "Poveda, A",
                "Buck, M",
                "Scambia, G",
                "Shimada, M",
                "Hilpert, F",
                "King, MT",
                "Debruyne, P",
                "Bologna, A",
                "Malander, S",
                "Monk, BJ",
                "Petru, E",
                "Calvert, P",
                "Herzog, TJ",
                "Barrett, C",
                "du Bois, A"
            ],
            "year": 2018,
            "source": "ANN ONCOL. 2018; 29(3): 737-743. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000429455000032",
            "pubmed": "29267856",
            "doi": "10.1093/annonc/mdx796",
            "pmc": null,
            "organizations": [
                "167140-14063"
            ],
            "persons": [
                "167140-51624-6"
            ],
            "imported": "2018-04-27T12:23:48+02:00",
            "journal": "ANN ONCOL",
            "issn": "0923-7534",
            "collection_publisher": null,
            "collection_title": "ANNALS OF ONCOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 14.196,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.965,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "impactfactor_norm_super": 0.965,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "ONCOLOGY-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": true,
            "local_affiliation": true
        },
        {
            "id": 167683,
            "title": "Six-Year Follow-Up of Fractional Flow Reserve-Guided Versus Angiography-Guided Coronary Artery Bypass Graft Surgery.",
            "abstract": null,
            "authors": [
                "Fournier, S",
                "Toth, GG",
                "De Bruyne, B",
                "Johnson, NP",
                "Ciccarelli, G",
                "Xaplanteris, P",
                "Milkas, A",
                "Strisciuglio, T",
                "Bartunek, J",
                "Vanderheyden, M",
                "Wyffels, E",
                "Casselman, F",
                "Van Praet, F",
                "Stockman, B",
                "Degrieck, I",
                "Barbato, E"
            ],
            "year": 2018,
            "source": "Circ Cardiovasc Interv. 2018; 11(6):e006368-e006368",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000435567400006",
            "pubmed": "29848611",
            "doi": "10.1161/CIRCINTERVENTIONS.117.006368",
            "pmc": null,
            "organizations": [
                "167683-14083"
            ],
            "persons": [
                "167683-89154-6"
            ],
            "imported": "2018-06-04T02:00:00+02:00",
            "journal": "Circ Cardiovasc Interv",
            "issn": "1941-7640",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.088,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.875,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCI",
            "impactfactor_norm_super": 0.897,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS-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": 167798,
            "title": "Tumor-infiltrating BRAFV600E-specific CD4+ T cells correlated with complete clinical response in melanoma.",
            "abstract": null,
            "authors": [
                "Veatch, JR",
                "Lee, SM",
                "Fitzgibbon, M",
                "Chow, IT",
                "Jesernig, B",
                "Schmitt, T",
                "Kong, YY",
                "Kargl, J",
                "Houghton, AM",
                "Thompson, JA",
                "McIntosh, M",
                "Kwok, WW",
                "Riddell, SR"
            ],
            "year": 2018,
            "source": "J CLIN INVEST. 2018; 128(4): 1563-1568. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000431958600033",
            "pubmed": "29360643",
            "doi": "10.1172/JCI98689",
            "pmc": "PMC5873881",
            "organizations": [
                "167798-14022"
            ],
            "persons": [
                "167798-60706-6"
            ],
            "imported": "2018-06-06T13:21:44+02:00",
            "journal": "J CLIN INVEST",
            "issn": "0021-9738",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF CLINICAL INVESTIGATION; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 12.282,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.985,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL-SCI",
            "impactfactor_norm_super": 0.985,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "MEDICINE, RESEARCH + EXPERIMENTAL-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": 167815,
            "title": "Acetate-free, citrate-acidified bicarbonate dialysis improves serum calcification propensity-a preliminary study.",
            "abstract": null,
            "authors": [
                "Lorenz, G",
                "Mayer, CC",
                "Bachmann, Q",
                "Stryeck, S",
                "Braunisch, MC",
                "Haller, B",
                "Carbajo-Lozoya, J",
                "Schmidt, A",
                "Witthauer, S",
                "Abuzahu, J",
                "Kemmner, S",
                "Angermann, S",
                "Koneru, N",
                "Wassertheurer, S",
                "Bieber, R",
                "Heemann, U",
                "Madl, T",
                "Pasch, A",
                "Schmaderer, C"
            ],
            "year": 2018,
            "source": "Nephrol Dial Transplant. 2018; 33(11): 2043-2051. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000450408000022",
            "pubmed": "29860419",
            "doi": "10.1093/ndt/gfy134",
            "pmc": null,
            "organizations": [
                "167815-14013"
            ],
            "persons": [
                "167815-91207-6"
            ],
            "imported": "2018-06-07T02:00:00+02:00",
            "journal": "Nephrol Dial Transplant",
            "issn": "0931-0509",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.198,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.863,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY-SCI",
            "impactfactor_norm_super": 0.92,
            "impactfactor_norm_super_year": 2015,
            "impactfactor_norm_super_category": "TRANSPLANTATION-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": 173825,
            "title": "Psychophysiological concomitants of burnout: Evidence for different subtypes.",
            "abstract": null,
            "authors": [
                "Traunmüller, C",
                "Stefitz, R",
                "Gaisbachgrabner, K",
                "Hofmann, P",
                "Roessler, A",
                "Schwerdtfeger, AR"
            ],
            "year": 2019,
            "source": "J Psychosom Res. 2019; 118:41-48",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000460190000008",
            "pubmed": "30782353",
            "doi": "10.1016/j.jpsychores.2019.01.009",
            "pmc": null,
            "organizations": [
                "173825-14010"
            ],
            "persons": [
                "173825-51737-6"
            ],
            "imported": "2019-02-28T01:00:00+01:00",
            "journal": "J Psychosom Res",
            "issn": "0022-3999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.86,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.732,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "PSYCHIATRY-SSCI",
            "impactfactor_norm_super": 0.732,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "PSYCHIATRY-SSCI",
            "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": 168279,
            "title": "Diagnosis of invasive aspergillosis in hematological malignancy patients: Performance of cytokines, Asp LFD, and Aspergillus PCR in same day blood and bronchoalveolar lavage samples.",
            "abstract": null,
            "authors": [
                "Heldt, S",
                "Prattes, J",
                "Eigl, S",
                "Spiess, B",
                "Flick, H",
                "Rabensteiner, J",
                "Johnson, G",
                "Prüller, F",
                "Wölfler, A",
                "Niedrist, T",
                "Boch, T",
                "Neumeister, P",
                "Strohmaier, H",
                "Krause, R",
                "Buchheidt, D",
                "Hoenigl, M"
            ],
            "year": 2018,
            "source": "J Infect. 2018; 77(3):235-241",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000441505800010",
            "pubmed": "29972764",
            "doi": "10.1016/j.jinf.2018.05.001",
            "pmc": "PMC6097945",
            "organizations": [
                "168279-14028",
                "168279-14082",
                "168279-14087",
                "168279-17230",
                "168279-29164"
            ],
            "persons": [
                "168279-51911-6",
                "168279-51930-6",
                "168279-51976-6",
                "168279-57144-6",
                "168279-58452-6",
                "168279-64754-4",
                "168279-65986-6",
                "168279-76430-6",
                "168279-88372-6"
            ],
            "imported": "2018-07-05T02:00:00+02:00",
            "journal": "J Infect",
            "issn": "0163-4453",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.099,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.91,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "INFECTIOUS DISEASES-SCI",
            "impactfactor_norm_super": 0.91,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "INFECTIOUS DISEASES-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": true,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 168443,
            "title": "Malignancy and mortality in paediatric-onset inflammatory bowel disease: a 3-year prospective, multinational study from the paediatric IBD Porto group of ESPGHAN.",
            "abstract": null,
            "authors": [
                "Joosse, ME",
                "Aardoom, MA",
                "Kemos, P",
                "Turner, D",
                "Wilson, DC",
                "Koletzko, S",
                "Martin-de-Carpi, J",
                "Fagerberg, UL",
                "Spray, C",
                "Tzivinikos, C",
                "Sladek, M",
                "Shaoul, R",
                "Roma-Giannikou, E",
                "Bronsky, J",
                "Serban, DE",
                "Ruemmele, FM",
                "Garnier-Lengline, H",
                "Veres, G",
                "Hojsak, I",
                "Kolho, KL",
                "Davies, IH",
                "Aloi, M",
                "Lionetti, P",
                "Hussey, S",
                "Veereman, G",
                "Braegger, CP",
                "Trindade, E",
                "Wewer, AV",
                "Hauer, AC",
                "de Vries, ACH",
                "Sigall Boneh, R",
                "Sarbagili Shabat, C",
                "Levine, A",
                "de Ridder, L",
                "Paediatric IBD Porto group of ESPGHAN"
            ],
            "year": 2018,
            "source": "Aliment Pharmacol Ther. 2018; 48(5):523-537",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000441233600003",
            "pubmed": "29984520",
            "doi": "10.1111/apt.14893",
            "pmc": null,
            "organizations": [
                "168443-14091"
            ],
            "persons": [
                "168443-51968-6"
            ],
            "imported": "2018-07-17T02:00:00+02:00",
            "journal": "Aliment Pharmacol Ther",
            "issn": "0269-2813",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.731,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.966,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY-SCI",
            "impactfactor_norm_super": 0.966,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PHARMACOLOGY + PHARMACY-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": 168834,
            "title": "MRI-Guided Thrombolysis for Stroke with Unknown Time of Onset.",
            "abstract": null,
            "authors": [
                "Thomalla, G",
                "Simonsen, CZ",
                "Boutitie, F",
                "Andersen, G",
                "Berthezene, Y",
                "Cheng, B",
                "Cheripelli, B",
                "Cho, TH",
                "Fazekas, F",
                "Fiehler, J",
                "Ford, I",
                "Galinovic, I",
                "Gellissen, S",
                "Golsari, A",
                "Gregori, J",
                "Günther, M",
                "Guibernau, J",
                "Häusler, KG",
                "Hennerici, M",
                "Kemmling, A",
                "Marstrand, J",
                "Modrau, B",
                "Neeb, L",
                "Perez de la Ossa, N",
                "Puig, J",
                "Ringleb, P",
                "Roy, P",
                "Scheel, E",
                "Schonewille, W",
                "Serena, J",
                "Sunaert, S",
                "Villringer, K",
                "Wouters, A",
                "Thijs, V",
                "Ebinger, M",
                "Endres, M",
                "Fiebach, JB",
                "Lemmens, R",
                "Muir, KW",
                "Nighoghossian, N",
                "Pedraza, S",
                "Gerloff, C",
                "WAKE-UP Investigators"
            ],
            "year": 2018,
            "source": "N Engl J Med. 2018; 379(7): 611-622. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000441659100005",
            "pubmed": "29766770",
            "doi": "10.1056/NEJMoa1804355",
            "pmc": null,
            "organizations": [
                "168834-14051"
            ],
            "persons": [
                "168834-70680-7",
                "168834-82411-7"
            ],
            "imported": "2018-08-23T02:00:00+02:00",
            "journal": "N Engl J Med",
            "issn": "0028-4793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 70.67,
            "impactfactor_year": 2018,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": 1.0,
            "impactfactor_norm_super_year": 2018,
            "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": true
        },
        {
            "id": 169166,
            "title": "Multi-ethnic genome-wide association study for atrial fibrillation.",
            "abstract": null,
            "authors": [
                "Roselli, C",
                "Chaffin, MD",
                "Weng, LC",
                "Aeschbacher, S",
                "Ahlberg, G",
                "Albert, CM",
                "Almgren, P",
                "Alonso, A",
                "Anderson, CD",
                "Aragam, KG",
                "Arking, DE",
                "Barnard, J",
                "Bartz, TM",
                "Benjamin, EJ",
                "Bihlmeyer, NA",
                "Bis, JC",
                "Bloom, HL",
                "Boerwinkle, E",
                "Bottinger, EB",
                "Brody, JA",
                "Calkins, H",
                "Campbell, A",
                "Cappola, TP",
                "Carlquist, J",
                "Chasman, DI",
                "Chen, LY",
                "Chen, YI",
                "Choi, EK",
                "Choi, SH",
                "Christophersen, IE",
                "Chung, MK",
                "Cole, JW",
                "Conen, D",
                "Cook, J",
                "Crijns, HJ",
                "Cutler, MJ",
                "Damrauer, SM",
                "Daniels, BR",
                "Darbar, D",
                "Delgado, G",
                "Denny, JC",
                "Dichgans, M",
                "Dörr, M",
                "Dudink, EA",
                "Dudley, SC",
                "Esa, N",
                "Esko, T",
                "Eskola, M",
                "Fatkin, D",
                "Felix, SB",
                "Ford, I",
                "Franco, OH",
                "Geelhoed, B",
                "Grewal, RP",
                "Gudnason, V",
                "Guo, X",
                "Gupta, N",
                "Gustafsson, S",
                "Gutmann, R",
                "Hamsten, A",
                "Harris, TB",
                "Hayward, C",
                "Heckbert, SR",
                "Hernesniemi, J",
                "Hocking, LJ",
                "Hofman, A",
                "Horimoto, ARVR",
                "Huang, J",
                "Huang, PL",
                "Huffman, J",
                "Ingelsson, E",
                "Ipek, EG",
                "Ito, K",
                "Jimenez-Conde, J",
                "Johnson, R",
                "Jukema, JW",
                "Kääb, S",
                "Kähönen, M",
                "Kamatani, Y",
                "Kane, JP",
                "Kastrati, A",
                "Kathiresan, S",
                "Katschnig-Winter, P",
                "Kavousi, M",
                "Kessler, T",
                "Kietselaer, BL",
                "Kirchhof, P",
                "Kleber, ME",
                "Knight, S",
                "Krieger, JE",
                "Kubo, M",
                "Launer, LJ",
                "Laurikka, J",
                "Lehtimäki, T",
                "Leineweber, K",
                "Lemaitre, RN",
                "Li, M",
                "Lim, HE",
                "Lin, HJ",
                "Lin, H",
                "Lind, L",
                "Lindgren, CM",
                "Lokki, ML",
                "London, B",
                "Loos, RJF",
                "Low, SK",
                "Lu, Y",
                "Lyytikäinen, LP",
                "Macfarlane, PW",
                "Magnusson, PK",
                "Mahajan, A",
                "Malik, R",
                "Mansur, AJ",
                "Marcus, GM",
                "Margolin, L",
                "Margulies, KB",
                "März, W",
                "McManus, DD",
                "Melander, O",
                "Mohanty, S",
                "Montgomery, JA",
                "Morley, MP",
                "Morris, AP",
                "Müller-Nurasyid, M",
                "Natale, A",
                "Nazarian, S",
                "Neumann, B",
                "Newton-Cheh, C",
                "Niemeijer, MN",
                "Nikus, K",
                "Nilsson, P",
                "Noordam, R",
                "Oellers, H",
                "Olesen, MS",
                "Orho-Melander, M",
                "Padmanabhan, S",
                "Pak, HN",
                "Paré, G",
                "Pedersen, NL",
                "Pera, J",
                "Pereira, A",
                "Porteous, D",
                "Psaty, BM",
                "Pulit, SL",
                "Pullinger, CR",
                "Rader, DJ",
                "Refsgaard, L",
                "Ribasés, M",
                "Ridker, PM",
                "Rienstra, M",
                "Risch, L",
                "Roden, DM",
                "Rosand, J",
                "Rosenberg, MA",
                "Rost, N",
                "Rotter, JI",
                "Saba, S",
                "Sandhu, RK",
                "Schnabel, RB",
                "Schramm, K",
                "Schunkert, H",
                "Schurman, C",
                "Scott, SA",
                "Seppälä, I",
                "Shaffer, C",
                "Shah, S",
                "Shalaby, AA",
                "Shim, J",
                "Shoemaker, MB",
                "Siland, JE",
                "Sinisalo, J",
                "Sinner, MF",
                "Slowik, A",
                "Smith, AV",
                "Smith, BH",
                "Smith, JG",
                "Smith, JD",
                "Smith, NL",
                "Soliman, EZ",
                "Sotoodehnia, N",
                "Stricker, BH",
                "Sun, A",
                "Sun, H",
                "Svendsen, JH",
                "Tanaka, T",
                "Tanriverdi, K",
                "Taylor, KD",
                "Teder-Laving, M",
                "Teumer, A",
                "Thériault, S",
                "Trompet, S",
                "Tucker, NR",
                "Tveit, A",
                "Uitterlinden, AG",
                "Van Der Harst, P",
                "Van Gelder, IC",
                "Van Wagoner, DR",
                "Verweij, N",
                "Vlachopoulou, E",
                "Völker, U",
                "Wang, B",
                "Weeke, PE",
                "Weijs, B",
                "Weiss, R",
                "Weiss, S",
                "Wells, QS",
                "Wiggins, KL",
                "Wong, JA",
                "Woo, D",
                "Worrall, BB",
                "Yang, PS",
                "Yao, J",
                "Yoneda, ZT",
                "Zeller, T",
                "Zeng, L",
                "Lubitz, SA",
                "Lunetta, KL",
                "Ellinor, PT"
            ],
            "year": 2018,
            "source": "NAT GENET. 2018; 50(9): 1225-1233. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000443151300012",
            "pubmed": "29892015",
            "doi": "10.1038/s41588-018-0133-9",
            "pmc": "PMC6136836",
            "organizations": [
                "169166-14028",
                "169166-14051"
            ],
            "persons": [
                "169166-50982-6",
                "169166-51906-6"
            ],
            "imported": "2018-09-17T16:47:47+02:00",
            "journal": "NAT GENET",
            "issn": "1061-4036",
            "collection_publisher": null,
            "collection_title": "NATURE GENETICS",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 25.455,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.994,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "GENETICS & HEREDITY-SCI",
            "impactfactor_norm_super": 0.994,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "GENETICS + HEREDITY-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": 169216,
            "title": "Studying Huntington's Disease in Yeast: From Mechanisms to Pharmacological Approaches",
            "abstract": null,
            "authors": [
                "Hofer, S",
                "Kainz, K",
                "Zimmermann, A",
                "Bauer, MA",
                "Pendl, T",
                "Poglitsch, M",
                "Madeo, F",
                "Carmona-Gutierrez, D"
            ],
            "year": 2018,
            "source": "FRONT MOL NEUROSCI. 2018; 11:  318",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000443650700001",
            "pubmed": "30233317",
            "doi": "10.3389/fnmol.2018.00318",
            "pmc": "PMC6131589",
            "organizations": [
                "169216-14080"
            ],
            "persons": [],
            "imported": "2018-09-17T17:19:54+02:00",
            "journal": "FRONT MOL NEUROSCI",
            "issn": "1662-5099",
            "collection_publisher": null,
            "collection_title": "FRONTIERS IN MOLECULAR NEUROSCIENCE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.72,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.674,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "NEUROSCIENCES-SCI",
            "impactfactor_norm_super": 0.867,
            "impactfactor_norm_super_year": 2015,
            "impactfactor_norm_super_category": "NEUROSCIENCES-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": 169421,
            "title": "Comprehensive genome and epigenome characterization of CHO cells in response to evolutionary pressures and over time.",
            "abstract": null,
            "authors": [
                "Feichtinger, J",
                "Hernández, I",
                "Fischer, C",
                "Hanscho, M",
                "Auer, N",
                "Hackl, M",
                "Jadhav, V",
                "Baumann, M",
                "Krempl, PM",
                "Schmidl, C",
                "Farlik, M",
                "Schuster, M",
                "Merkel, A",
                "Sommer, A",
                "Heath, S",
                "Rico, D",
                "Bock, C",
                "Thallinger, GG",
                "Borth, N"
            ],
            "year": 2016,
            "source": "Biotechnol Bioeng. 2016; 113(10): 2241-2253. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000386753600017",
            "pubmed": "27072894",
            "doi": "10.1002/bit.25990",
            "pmc": "PMC5006888",
            "organizations": [],
            "persons": [
                "169421-94195-1"
            ],
            "imported": "2018-10-02T02:00:00+02:00",
            "journal": "Biotechnol Bioeng",
            "issn": "1097-0290",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.481,
            "impactfactor_year": 2016,
            "impactfactor_norm": 0.863,
            "impactfactor_norm_year": 2016,
            "impactfactor_norm_category": "BIOTECHNOLOGY & APPLIED MICROBIOLOGY-SCI",
            "impactfactor_norm_super": 0.863,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "BIOTECHNOLOGY + APPLIED MICROBIOLOGY-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": 169636,
            "title": "The diagnostic role of BAP1 in serous effusions.",
            "abstract": null,
            "authors": [
                "Davidson, B",
                "Tötsch, M",
                "Wohlschlaeger, J",
                "Hager, T",
                "Pinamonti, M"
            ],
            "year": 2018,
            "source": "Hum Pathol. 2018; 79(6):122-126",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000445167900014",
            "pubmed": "29802871",
            "doi": "10.1016/j.humpath.2018.05.012",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2018-10-09T16:37:25+02:00",
            "journal": "HUM PATHOL",
            "issn": "0046-8177",
            "collection_publisher": null,
            "collection_title": "HUMAN PATHOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.74,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.658,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "PATHOLOGY-SCI",
            "impactfactor_norm_super": 0.785,
            "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": 169638,
            "title": "Autophagy in Cardiovascular Aging.",
            "abstract": null,
            "authors": [
                "Abdellatif, M",
                "Sedej, S",
                "Carmona-Gutierrez, D",
                "Madeo, F",
                "Kroemer, G"
            ],
            "year": 2018,
            "source": "Circ Res. 2018; 123(7):803-824",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000444478800006",
            "pubmed": "30355077",
            "doi": "10.1161/CIRCRESAHA.118.312208",
            "pmc": null,
            "organizations": [
                "169638-14083"
            ],
            "persons": [
                "169638-60041-1",
                "169638-94512-1"
            ],
            "imported": "2018-10-09T16:37:25+02:00",
            "journal": "CIRC RES",
            "issn": "0009-7330",
            "collection_publisher": null,
            "collection_title": "CIRCULATION RESEARCH; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 15.862,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.986,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "HEMATOLOGY-SCI",
            "impactfactor_norm_super": 1.0,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "HEMATOLOGY-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
        }
    ]
}