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=1200
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1220",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1180",
    "results": [
        {
            "id": 1462,
            "title": "Isolation of site-specific insert probes from chimeric YACs.",
            "abstract": null,
            "authors": [
                "Petek, E",
                "Kroisel, PM",
                "Wagner, K"
            ],
            "year": 1997,
            "source": "Biotechniques. 1997; 23(1):72 ,74, 77-72 ,74, 77",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XK26100015",
            "pubmed": "9232232",
            "doi": "10.2144/97231bm15",
            "pmc": null,
            "organizations": [
                "1462-14021"
            ],
            "persons": [
                "1462-51527-6",
                "1462-51682-6",
                "1462-51996-2"
            ],
            "imported": null,
            "journal": "BIOTECHNIQUES",
            "issn": "0736-6205",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.913,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.625,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOCHEMICAL RESEARCH METHODS",
            "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": 1463,
            "title": "Isoprenaline cannot act on pancreatic beta cells without hyperglycemia or alpha-block.",
            "abstract": null,
            "authors": [
                "Porta, S",
                "Himly, C",
                "Rinner, I",
                "Schwarz, U",
                "Werner, M",
                "Poncza, B",
                "Korsatko, W"
            ],
            "year": 1991,
            "source": "EXP PATHOL. 1991; 43(1-2): 57-61. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991HB64000009",
            "pubmed": "1664342",
            "doi": "10.1016/S0232-1513(11)80144-1",
            "pmc": null,
            "organizations": [
                "1463-14014"
            ],
            "persons": [],
            "imported": "2010-06-28T16:46:30+02:00",
            "journal": "EXP PATHOL",
            "issn": "0014-4908",
            "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": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1464,
            "title": "Jejunostomy with replaceable feeding tube: a new technique.",
            "abstract": null,
            "authors": [
                "Schimpl, G",
                "Mayr, J",
                "Gauderer, MW"
            ],
            "year": 1997,
            "source": "J Am Coll Surg. 1997; 184(6):652-654",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XC35600014",
            "pubmed": "9179124",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1464-14049"
            ],
            "persons": [],
            "imported": null,
            "journal": "J AMER COLL SURGEONS",
            "issn": "1072-7515",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.025,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.84375,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1466,
            "title": "Joint endoprosthesis lymphadenopathy mimicking lymph node involvement in a patient with endometrial carcinoma.",
            "abstract": null,
            "authors": [
                "Reich, O",
                "Tamussino, K",
                "Lang, PF"
            ],
            "year": 1999,
            "source": "Obstet Gynecol. 1999; 93(5 Pt 2):843-843",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000080087000022",
            "pubmed": "10912419",
            "doi": "10.1016%2FS0029-7844%2898%2900475-X",
            "pmc": null,
            "organizations": [
                "1466-14038"
            ],
            "persons": [
                "1466-51826-6",
                "1466-51918-2"
            ],
            "imported": null,
            "journal": "OBSTET GYNECOL",
            "issn": "0029-7844",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.122,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.892857142857143,
            "impactfactor_norm_year": 1999,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1467,
            "title": "Kala-azar acquired in Croatia.",
            "abstract": null,
            "authors": [
                "Wenzl, H",
                "Petritsch, W",
                "Decrinis, M",
                "Schreiber, F",
                "Warnkross, H",
                "Pristautz, H",
                "Krejs, GJ"
            ],
            "year": 1992,
            "source": "Wien Klin Wochenschr. 1992; 104(24):757-760",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992KD86000005",
            "pubmed": "1337639",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1467-14081"
            ],
            "persons": [
                "1467-51534-6",
                "1467-51536-6",
                "1467-51539-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1469,
            "title": "Ki 67 immunostaining in melanocytic skin tumors. Correlation with histologic parameters.",
            "abstract": null,
            "authors": [
                "Soyer, HP"
            ],
            "year": 1991,
            "source": "J Cutan Pathol. 1991; 18(4):264-272",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GC26700008",
            "pubmed": "1719049",
            "doi": "10.1111/j.1600-0560.1991.tb01234.x",
            "pmc": null,
            "organizations": [
                "1469-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "J CUTANEOUS PATHOL",
            "issn": "0303-6987",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.527,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.771428571428572,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": 1471,
            "title": "Lack of temporal relation between acid reflux in the proximal oesophagus and cardiorespiratory events in sleeping infants.",
            "abstract": null,
            "authors": [
                "Kahn, A",
                "Rebuffat, E",
                "Sottiaux, M",
                "Dufour, D",
                "Cadranel, S",
                "Reiterer, F"
            ],
            "year": 1992,
            "source": "EUR J PEDIAT. 1992; 151(3): 208-212. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HC87300015",
            "pubmed": "1601014",
            "doi": "10.1007/BF01954386",
            "pmc": null,
            "organizations": [
                "1471-14048"
            ],
            "persons": [
                "1471-51653-6"
            ],
            "imported": "2010-06-30T17:47:29+02:00",
            "journal": "EUR J PEDIAT",
            "issn": "0340-6199",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.963,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.732394366197183,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 1472,
            "title": "Lacrimal duct endoscopy. Report of initial experiences",
            "abstract": null,
            "authors": [
                "Müllner, K"
            ],
            "year": 1997,
            "source": "OPHTHALMOLOGE. 1997; 94(10): 736-738. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000071247300010",
            "pubmed": "9432244",
            "doi": "10.1007/s003470050196",
            "pmc": null,
            "organizations": [
                "1472-14043"
            ],
            "persons": [],
            "imported": "2009-03-16T17:42:39+01:00",
            "journal": "OPHTHALMOLOGE",
            "issn": "0941-293X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.475,
            "impactfactor_year": 1999,
            "impactfactor_norm": null,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "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": 1474,
            "title": "Laparoscopic cholecystectomy using 2-mm instruments.",
            "abstract": null,
            "authors": [
                "Uranüs, S",
                "Peng, Z",
                "Kronberger, L",
                "Pfeifer, J",
                "Salehi, B"
            ],
            "year": 1998,
            "source": "J Laparoendosc Adv Surg Tech A. 1998; 8(5):255-259",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076663300001",
            "pubmed": "9820716",
            "doi": "10.1089/lap.1998.8.255",
            "pmc": null,
            "organizations": [
                "1474-14073"
            ],
            "persons": [
                "1474-51080-6",
                "1474-51612-2",
                "1474-51735-6"
            ],
            "imported": null,
            "journal": "J LAPAROENDOSC ADV SURG TEC A",
            "issn": "1092-6429",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.098,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.046875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1475,
            "title": "Laparoscopic Diagnosis and Organ-Preserving Treatment of Ovarian Pregnancy",
            "abstract": null,
            "authors": [
                "Hönigl, W",
                "Lang, P",
                "Reich, O",
                "Walcher, W",
                "Giuliani, A",
                "Klimpfinger, M"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57: 417-421.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XM52700011",
            "pubmed": null,
            "doi": "10.1055/s-2007-1023110",
            "pmc": null,
            "organizations": [
                "1475-14018",
                "1475-14038"
            ],
            "persons": [
                "1475-51634-6",
                "1475-51918-6"
            ],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.169811320754717,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1476,
            "title": "Laparoscopic diagnosis of peritoneal serous papillary carcinoma.",
            "abstract": null,
            "authors": [
                "Trauner, M",
                "Klimpfinger, M",
                "Stauber, RE",
                "Schreiber, F",
                "Stöger, H",
                "Krejs, GJ"
            ],
            "year": 1995,
            "source": "Endoscopy. 1995; 27(4):337-341",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RE07700011",
            "pubmed": "7555942",
            "doi": "10.1055/s-2007-1005704",
            "pmc": null,
            "organizations": [
                "1476-14020",
                "1476-14081"
            ],
            "persons": [
                "1476-51530-6",
                "1476-51534-4",
                "1476-51538-6",
                "1476-51539-6"
            ],
            "imported": null,
            "journal": "ENDOSCOPY",
            "issn": "0013-726X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.354,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.796875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1477,
            "title": "Laparoscopic instillation of hyperosmolar glucose vs. expectant management of tubal pregnancies with serum hCG < or = 2500 mIU/mL.",
            "abstract": null,
            "authors": [
                "Lang, PF",
                "Mäkinen, JI",
                "Irjala, KM",
                "Rantala, M",
                "Hönigl, W",
                "Tamussino, K",
                "Haas, J"
            ],
            "year": 1997,
            "source": "Acta Obstet Gynecol Scand. 1997; 76(8):797-800",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XZ31000017",
            "pubmed": "9348261",
            "doi": "10.3109/00016349709024350",
            "pmc": null,
            "organizations": [
                "1477-14038"
            ],
            "persons": [
                "1477-51627-6",
                "1477-51826-6"
            ],
            "imported": null,
            "journal": "ACTA OBSTET GYNECOL SCAND",
            "issn": "0001-6349",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.783,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.547169811320755,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1478,
            "title": "Laparoscopic ligation of spermatic vessels in varicocele.",
            "abstract": null,
            "authors": [
                "Rauchenwald, M",
                "Colombo, T",
                "Mischinger, HJ",
                "Petritsch, PH",
                "Hubmer, G"
            ],
            "year": 1994,
            "source": "Urologe A. 1994; 33(1):58-61",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994MV06000014",
            "pubmed": "8146933",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1478-14045",
                "1478-14056"
            ],
            "persons": [
                "1478-51595-6"
            ],
            "imported": null,
            "journal": "UROLOGE, AUSG A",
            "issn": "0340-2592",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.36,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.219512195121951,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1479,
            "title": "Laparoscopic partial splenic resection.",
            "abstract": null,
            "authors": [
                "Uranüs, S",
                "Pfeifer, J",
                "Schauer, C",
                "Kronberger, L",
                "Rabl, H",
                "Ranftl, G",
                "Hauser, H",
                "Bahadori, K"
            ],
            "year": 1995,
            "source": "Surg Laparosc Endosc. 1995; 5(2):133-136",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QP78600011",
            "pubmed": "7773460",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1479-14044",
                "1479-14073"
            ],
            "persons": [
                "1479-51080-6",
                "1479-51612-2",
                "1479-51735-6",
                "1479-51746-6"
            ],
            "imported": null,
            "journal": "SURG LAPAROSC ENDOSC",
            "issn": "1051-7200",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.38,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.65625,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220993,
            "title": "Comparative effects of flow vs. volume-controlled one-lung ventilation on gas exchange and respiratory system mechanics in pigs",
            "abstract": null,
            "authors": [
                "Wittenstein, J",
                "Scharffenberg, M",
                "Ran, X",
                "Keller, D",
                "Michler, P",
                "Tauer, S",
                "Theilen, R",
                "Kiss, T",
                "Bluth, T",
                "Koch, T",
                "de Abreu, MG",
                "Huhle, R"
            ],
            "year": 2020,
            "source": "INTENS CARE MED EXP. 2020; 8:  24",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000601213300008",
            "pubmed": "33336305",
            "doi": "10.1186/s40635-020-00308-0",
            "pmc": null,
            "organizations": [],
            "persons": [
                "220993-137275-4"
            ],
            "imported": "2026-02-09T08:58:33+01:00",
            "journal": "INTENS CARE MED EXP",
            "issn": "2197-425X",
            "collection_publisher": null,
            "collection_title": "INTENSIVE CARE MEDICINE EXPERIMENTAL; ",
            "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": true,
            "conference_place": true,
            "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": 1481,
            "title": "Laparoscopic removal of a large laparotomy pad forgotten in situ.",
            "abstract": null,
            "authors": [
                "Uranüs, S",
                "Schauer, C",
                "Pfeifer, J",
                "Dagcioglu, A"
            ],
            "year": 1995,
            "source": "Surg Laparosc Endosc. 1995; 5(1):77-79",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QD60500017",
            "pubmed": "7735549",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1481-14045"
            ],
            "persons": [
                "1481-51612-2",
                "1481-51735-6"
            ],
            "imported": null,
            "journal": "SURG LAPAROSC ENDOSC",
            "issn": "1051-7200",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.38,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.65625,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1482,
            "title": "Laparoscopic Salpingectomy for Treatment of Ectopic Pregnancy - Results of a 2-Year Study",
            "abstract": null,
            "authors": [
                "Hönigl, W",
                "Lang, P",
                "Greyer, H"
            ],
            "year": 1993,
            "source": "ARCH GYNECOL OBSTET. 1993; 254:  397-398. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993MP00300141",
            "pubmed": null,
            "doi": "10.1007/BF02266033",
            "pmc": null,
            "organizations": [
                "1482-14038"
            ],
            "persons": [],
            "imported": "2009-07-15T12:32:36+02:00",
            "journal": "ARCH GYNECOL OBSTET",
            "issn": "0932-0067",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.182,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.0377358490566038,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1483,
            "title": "Extensive cutaneous-subcutaneous infiltration as a side-effect of interferon-beta injection",
            "abstract": null,
            "authors": [
                "Ziegler, VR",
                "Kränke, B",
                "Soyer, P",
                "Aberer, W"
            ],
            "year": 1998,
            "source": "Hautarzt. 1998; 49(4):310-312",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073413800010",
            "pubmed": "9606633",
            "doi": "10.1007/s001050050747",
            "pmc": null,
            "organizations": [
                "1483-14047"
            ],
            "persons": [
                "1483-51346-6",
                "1483-51954-6"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.479,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.2,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": 1485,
            "title": "Large picture archiving and communication systems of the world--Part 2.",
            "abstract": null,
            "authors": [
                "Bauman, RA",
                "Gell, G",
                "Dwyer, SJ"
            ],
            "year": 1996,
            "source": "J Digit Imaging. 1996; 9(4):172-177",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VU80700003",
            "pubmed": "8951096",
            "doi": "10.1007/BF03168614",
            "pmc": null,
            "organizations": [
                "1485-14026"
            ],
            "persons": [
                "1485-51553-6"
            ],
            "imported": null,
            "journal": "J DIGITAL IMAGING",
            "issn": "0897-1889",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.338,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.291139240506329,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1487,
            "title": "Laser angioplasty: results of a prospective, multicenter study at 3-year follow-up.",
            "abstract": null,
            "authors": [
                "Lammer, J",
                "Pilger, E",
                "Karnel, F",
                "Schurawitzki, H",
                "Horvath, W",
                "Riedl, M",
                "Umek, H",
                "Klein, GE",
                "Schreyer, H",
                "Kretschmer, G"
            ],
            "year": 1991,
            "source": "Radiology. 1991; 178(2):335-337",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991EU03500009",
            "pubmed": "1987588",
            "doi": "10.1148/radiology.178.2.1987588",
            "pmc": null,
            "organizations": [
                "1487-14054"
            ],
            "persons": [
                "1487-51876-6",
                "1487-51541-6"
            ],
            "imported": null,
            "journal": "RADIOLOGY",
            "issn": "0033-8419",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.8,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.987341772151899,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}