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=152680&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156918,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152700&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152660&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 53246,
            "title": "Recommendations of NICE for treatment of the Alzheimer's disease: Comments by the Austrian Alzheimer Society",
            "abstract": null,
            "authors": [
                "Alf, C",
                "Bancher, C",
                "Benke, T",
                "Berek, K",
                "Dal-Bianco, P",
                "Fischer, P",
                "Fruhwurth, G",
                "Gatterer, G",
                "Hinterhuber, H",
                "Jellinger, K",
                "Kalousek, M",
                "Kapeller, P",
                "Leblhuber, F",
                "Marksteiner, J",
                "Psota, G",
                "Rainer, M",
                "Ransmayr, G",
                "Schmidt, R",
                "Walch, T",
                "Walter, A",
                "Wancata, J"
            ],
            "year": 2006,
            "source": "NEUROPSYCHIATRIE 2006 20: 137-139.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000239250300012",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "53246-14051"
            ],
            "persons": [
                "53246-51744-6"
            ],
            "imported": null,
            "journal": "NEUROPSYCHIATRIE",
            "issn": "0948-6259",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.722,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.212765957446809,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 68102,
            "title": "Complete resection of an isolated chest wall metastasis from esophageal carcinoma after transhiatal esophagectomy and gastric pull-up at one and a half-year follow-up.",
            "abstract": null,
            "authors": [
                "Lindenmann, J",
                "Matzi, V",
                "Porubsky, C",
                "Maier, A",
                "Smolle-Juettner, FM"
            ],
            "year": 2007,
            "source": "J Thorac Oncol. 2007; 2(8): 773-776. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000248627000019",
            "pubmed": "17762347",
            "doi": "10.1097/JTO.0b013e31811433aa",
            "pmc": null,
            "organizations": [
                "68102-14077"
            ],
            "persons": [
                "68102-50143-6",
                "68102-50145-2",
                "68102-50477-6",
                "68102-51935-6",
                "68102-51615-6"
            ],
            "imported": "2007-09-01T02:00:00+02:00",
            "journal": "J Thorac Oncol",
            "issn": "1556-0864",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.429,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.212121212121212,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "RESPIRATORY SYSTEM",
            "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": 71624,
            "title": "IALT-Bio: a challenging research to improve adjuvant chemotherapy of completely resected NSCLC",
            "abstract": null,
            "authors": [
                "Pirker, R",
                "Filipits, M",
                "Dunant, A",
                "Pignon, JP",
                "Soria, JC",
                "Brambilla, E",
                "Popper, H",
                "Andre, F",
                "Stahel, R",
                "Le Chevalier, T"
            ],
            "year": 2007,
            "source": "J THORAC ONCOL. 2007; 2(8): S397-S398. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000248688600352",
            "pubmed": null,
            "doi": "10.1097/01.JTO.0000283266.95918.6b",
            "pmc": null,
            "organizations": [
                "71624-14020"
            ],
            "persons": [],
            "imported": "2007-11-13T19:00:23+01:00",
            "journal": "J THORAC ONCOL",
            "issn": "1556-0864",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.429,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.212121212121212,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": 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": 71623,
            "title": "Prognostic and predictive value of apoptosis related factors Fas, FasL and survivin in non small cell lung carcinoma patients enrolled in the IALT Trial",
            "abstract": null,
            "authors": [
                "Brambilla, E",
                "Soria, JC",
                "Haddad, V",
                "Lantuejoul, S",
                "Andre, F",
                "Filipits, M",
                "Popper, H",
                "Pirker, R",
                "Le Chevalier, T",
                "Dunant, A"
            ],
            "year": 2007,
            "source": "J THORAC ONCOL. 2007; 2(8): S444-S445. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000248688600450",
            "pubmed": null,
            "doi": "10.1097/01.JTO.0000283366.53929.20",
            "pmc": null,
            "organizations": [
                "71623-14020"
            ],
            "persons": [],
            "imported": "2007-11-13T19:00:23+01:00",
            "journal": "J THORAC ONCOL",
            "issn": "1556-0864",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.429,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.212121212121212,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": 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": 63160,
            "title": "Interventional occlusion of interatrial communication after modified Fontan operation",
            "abstract": null,
            "authors": [
                "Gamillscheg, A",
                "Beitzke, A",
                "Stein, JI",
                "Zobel, G",
                "Rödl, S",
                "Zartner, P"
            ],
            "year": 2002,
            "source": "Z Kardiol. 2002; 91(4):304-311",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000175254000004",
            "pubmed": "12063702",
            "doi": "10.1007/s003920200031",
            "pmc": null,
            "organizations": [
                "63160-14048",
                "63160-14093"
            ],
            "persons": [
                "63160-51709-6"
            ],
            "imported": "2006-12-14T01:00:00+01:00",
            "journal": "Z Kardiol",
            "issn": "0300-5860",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.764,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.212121212121212,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 66829,
            "title": "Estrogen sulfotransferase expression in endometrial stromal sarcomas: an immunohistochemical study.",
            "abstract": null,
            "authors": [
                "Reich, O",
                "Singer, C",
                "Hudelist, G",
                "Regauer, S"
            ],
            "year": 2007,
            "source": "PATHOL RES PRACT. 2007; 203(2): 85-87. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000244679600004",
            "pubmed": "17197118",
            "doi": "10.1016/j.prp.2006.10.003",
            "pmc": null,
            "organizations": [
                "66829-14020",
                "66829-14063"
            ],
            "persons": [
                "66829-51945-6",
                "66829-51918-2"
            ],
            "imported": "2007-04-17T19:46:22+02:00",
            "journal": "PATHOL RES PRACT",
            "issn": "0344-0338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.08,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.212121212121212,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 4498,
            "title": "Interventional occlusion of foramen ovale and atrial septal defects after paradoxical embolism incidents",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Schuchlenz, H",
                "Beitzke, M",
                "Gamillscheg, A",
                "Stein, HI",
                "Zartner, P"
            ],
            "year": 2002,
            "source": "Z Kardiol. 2002; 91(9):693-700",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000178661300004",
            "pubmed": "12448068",
            "doi": "10.1007/s00392-002-0835-x",
            "pmc": null,
            "organizations": [
                "4498-14051",
                "4498-14093"
            ],
            "persons": [],
            "imported": null,
            "journal": "Z KARDIOL",
            "issn": "0300-5860",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.764,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.212121212121212,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 167801,
            "title": "Lutonix® 014 DCB global Below the Knee Registry Study: interim 6-month outcomes.",
            "abstract": null,
            "authors": [
                "Thieme, M",
                "Lichtenberg, M",
                "Brodmann, M",
                "Cioppa, A",
                "Scheinert, D"
            ],
            "year": 2018,
            "source": "J CARDIOVASC SURG. 2018; 59(2): 232-236. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000432308200013",
            "pubmed": "29363894",
            "doi": "10.23736/S0021-9509.18.10269-2",
            "pmc": null,
            "organizations": [
                "167801-14079"
            ],
            "persons": [
                "167801-51689-6"
            ],
            "imported": "2018-06-06T13:21:44+02:00",
            "journal": "J CARDIOVASC SURG",
            "issn": "0021-9509",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF CARDIOVASCULAR SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.062,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.212,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.609,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "SURGERY-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": 123843,
            "title": "Is the anorectal sphincter damaged during a transanal endorectal pull-through (TERPT) for Hirschsprung's disease? A 3-dimensional, vector manometric investigation",
            "abstract": null,
            "authors": [
                "Till, H",
                "Heinrich, M",
                "Schuster, T",
                "von Schweinitz, D"
            ],
            "year": 2006,
            "source": "Eur J Pediatr Surg. 2006; 16(3):188-191",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000239464800008",
            "pubmed": "16909358",
            "doi": "10.1055/s-2006-924220",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123843-83445-2"
            ],
            "imported": "2012-12-07T14:49:20+01:00",
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF PEDIATRIC SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.579,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.212,
            "impactfactor_norm_year": 2006,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 120641,
            "title": "Fatal trophoblastic embolism during cesarean section.",
            "abstract": null,
            "authors": [
                "Tews, G",
                "Yaman, C",
                "Ebner, T"
            ],
            "year": 2002,
            "source": "Int J Gynaecol Obstet. 2002; 76(2):179-180",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000174584800012",
            "pubmed": "11818116",
            "doi": "10.1016/S0020-7292(01)00554-9",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2012-07-23T02:00:00+02:00",
            "journal": "Int J Gynaecol Obstet",
            "issn": "0020-7292",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.719,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.212,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 117422,
            "title": "Adalimumab for the treatment of Crohn's disease - consensus paper of the Working Group "chronic inflammatory bowel diseases" of the Austrian Society for Gastroenterology and Hepatology].",
            "abstract": null,
            "authors": [
                "Reinisch, W",
                "Haas, T",
                "Kaser, A",
                "Petritsch, W",
                "Vogelsang, H",
                "Feichtenschlager, T",
                "Novacek, G",
                "Siebert, F",
                "Tilg, H",
                "Knoflach, P"
            ],
            "year": 2009,
            "source": "Z Gastroenterol. 2009; 47(4):372-380",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000265486700008",
            "pubmed": "19358065",
            "doi": "10.1055/s-0028-1109218",
            "pmc": null,
            "organizations": [],
            "persons": [
                "117422-51536-6"
            ],
            "imported": "2012-02-15T01:00:00+01:00",
            "journal": "Z Gastroenterol",
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.188,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.212,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "impactfactor_norm_super": 0.212,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "GASTROENTEROLOGY + HEPATOLOGY",
            "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": 123841,
            "title": "Tumor model for laparoscopy in pediatric oncology: Subperitoneal inoculation of human hepatoblastoma cells in nude rats",
            "abstract": null,
            "authors": [
                "Till, H",
                "Metzger, R",
                "Bergmann, F",
                "Haeberle, B",
                "Schaeffer, K",
                "von Schweinitz, D",
                "Gahlen, J",
                "Prosst, RL"
            ],
            "year": 2006,
            "source": "Eur J Pediatr Surg. 2006; 16(4):231-234",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000241042700002",
            "pubmed": "16981085",
            "doi": "10.1055/s-2006-924373",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123841-83445-1"
            ],
            "imported": "2012-12-07T14:49:20+01:00",
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF PEDIATRIC SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.579,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.212,
            "impactfactor_norm_year": 2006,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 214884,
            "title": "Tricuspid valve replacement: results of an orphan procedure - which is the best prosthesis?",
            "abstract": null,
            "authors": [
                "Wiedemann, D",
                "Rupprechter, V",
                "Mascherbauer, J",
                "Kammerlander, A",
                "Mora, B",
                "Dimitrov, K",
                "Weber, B",
                "Andreas, M",
                "Laufer, G",
                "Kocher, A"
            ],
            "year": 2018,
            "source": "J CARDIOVASC SURG. 2018; 59(4): 626-632. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000445209300018",
            "pubmed": "29430890",
            "doi": "10.23736/S0021-9509.18.10392-2",
            "pmc": null,
            "organizations": [],
            "persons": [
                "214884-131297-6"
            ],
            "imported": "2025-03-06T09:44:57+01:00",
            "journal": "J CARDIOVASC SURG",
            "issn": "0021-9509",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF CARDIOVASCULAR SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.062,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.212,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.609,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "SURGERY-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": 172969,
            "title": "The evolving role of drug-coated balloons for the treatment of complex femoropopliteal lesions.",
            "abstract": null,
            "authors": [
                "Korosoglou, G",
                "Lichtenberg, M",
                "Celik, S",
                "Andrassy, J",
                "Brodmann, M",
                "Andrassy, M"
            ],
            "year": 2018,
            "source": "J Cardiovasc Surg (Torino). 2018; 59(1): 51-59. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000428749900007",
            "pubmed": "28975777",
            "doi": "10.23736/S0021-9509.17.10245-4",
            "pmc": null,
            "organizations": [],
            "persons": [
                "172969-51689-6"
            ],
            "imported": "2019-02-11T01:00:00+01:00",
            "journal": "J Cardiovasc Surg (Torino)",
            "issn": "0021-9509",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.062,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.212,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.609,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "SURGERY-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": 168591,
            "title": "Recanalization of CTOs with SoundBite™ Active Wire.",
            "abstract": null,
            "authors": [
                "Brodmann, M",
                "Thérasse, E",
                "Benko, A",
                "Riel, LP",
                "Dion, S",
                "Généreux, P",
                "Brouillette, M"
            ],
            "year": 2018,
            "source": "J Cardiovasc Surg (Torino). 2018; 59(4): 529-537. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000445209300006",
            "pubmed": "29790720",
            "doi": "10.23736/S0021-9509.18.10587-8",
            "pmc": null,
            "organizations": [
                "168591-14079"
            ],
            "persons": [
                "168591-51689-1"
            ],
            "imported": "2018-07-31T02:00:00+02:00",
            "journal": "J Cardiovasc Surg (Torino)",
            "issn": "0021-9509",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.062,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.212,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.609,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "SURGERY-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": 12072,
            "title": "Influence of transrectal endosonography on the clinical staging of impalpable prostate cancer. A controversy over the TNM system",
            "abstract": null,
            "authors": [
                "Hammerer, PG",
                "Augustin, H",
                "Blonski, J",
                "Graefen, M",
                "Haese, A",
                "Erbersdobler, A",
                "Daghofer, F",
                "Huland, H"
            ],
            "year": 2004,
            "source": "UROLOGE A. 2004; 43(3): 307-312. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000220840900012",
            "pubmed": "15045191",
            "doi": "10.1007/s00120-004-0531-8",
            "pmc": null,
            "organizations": [
                "12072-14056"
            ],
            "persons": [
                "12072-51970-6"
            ],
            "imported": "2014-01-17T09:25:23+01:00",
            "journal": "UROLOGE A",
            "issn": "0340-2592",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.558,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.211538461538462,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": 653,
            "title": "Cytotoxic chemotherapy-induced second primary neoplasms: clinical aspects.",
            "abstract": null,
            "authors": [
                "Petru, E",
                "Schmähl, D"
            ],
            "year": 1991,
            "source": "Neoplasma. 1991; 38(2):147-155",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FM93500003",
            "pubmed": "2041574",
            "doi": null,
            "pmc": null,
            "organizations": [
                "653-14038"
            ],
            "persons": [
                "653-51624-2"
            ],
            "imported": null,
            "journal": "NEOPLASMA",
            "issn": "0028-2685",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.354,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.211538461538462,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 66827,
            "title": "Images in vascular medicine. Coumarin skin necrosis: a severe complication of oral anticoagulation.",
            "abstract": null,
            "authors": [
                "Brodmann, M",
                "Seinost, G",
                "Pilger, E"
            ],
            "year": 2006,
            "source": "VASC MED. 2006; 11(4): 273-273. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000245041100013",
            "pubmed": "17390556",
            "doi": "10.1177/1358863x06072229",
            "pmc": null,
            "organizations": [
                "66827-14079"
            ],
            "persons": [
                "66827-51541-6",
                "66827-51689-2",
                "66827-52018-6"
            ],
            "imported": "2007-04-17T19:46:22+02:00",
            "journal": "VASC MED",
            "issn": "1358-863X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.98,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.211538461538462,
            "impactfactor_norm_year": 2006,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 144852,
            "title": "The pain and stress of wound treatment in patients with burns: an international burn specialist perspective.",
            "abstract": null,
            "authors": [
                "Upton, D",
                "Morgan, J",
                "Andrews, A",
                "Lumenta, DB",
                "Giretzlehner, M",
                "Kamolz, LP"
            ],
            "year": 2013,
            "source": "Wounds. 2013; 25(8): 199-204. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000324014500003",
            "pubmed": "25867128",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "144852-80111-6",
                "144852-81670-6"
            ],
            "imported": "2015-04-26T02:00:00+02:00",
            "journal": "Wounds",
            "issn": "1044-7946",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.701,
            "impactfactor_year": 2013,
            "impactfactor_norm": 0.211,
            "impactfactor_norm_year": 2013,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": 0.211,
            "impactfactor_norm_super_year": 2013,
            "impactfactor_norm_super_category": "SURGERY",
            "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": 138506,
            "title": "Vitamin D modulates biliary fibrosis in ABCB4-deficient mice.",
            "abstract": null,
            "authors": [
                "Hochrath, K",
                "Stokes, CS",
                "Geisel, J",
                "Pollheimer, MJ",
                "Fickert, P",
                "Dooley, S",
                "Lammert, F"
            ],
            "year": 2014,
            "source": "Hepatol Int. 2014; 8(3):443-452",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000339939700017",
            "pubmed": "25191532",
            "doi": "10.1007/s12072-014-9548-2",
            "pmc": "PMC4148166",
            "organizations": [
                "138506-14020",
                "138506-14081"
            ],
            "persons": [
                "138506-52938-6",
                "138506-66436-6"
            ],
            "imported": "2014-09-04T12:47:49+02:00",
            "journal": "HEPATOL INT",
            "issn": "1936-0533",
            "collection_publisher": null,
            "collection_title": "HEPATOLOGY INTERNATIONAL; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.78,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.211,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY-SCI",
            "impactfactor_norm_super": 0.635,
            "impactfactor_norm_super_year": 2011,
            "impactfactor_norm_super_category": "GASTROENTEROLOGY + HEPATOLOGY",
            "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
        }
    ]
}