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=2500&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157590,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2520&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2480&ordering=impactfactor",
    "results": [
        {
            "id": 2013,
            "title": "Postnatal development of the facial canal. An investigation based on cadaver dissections and computed tomography.",
            "abstract": null,
            "authors": [
                "Weiglein, AH"
            ],
            "year": 1996,
            "source": "Surg Radiol Anat. 1996; 18(2):115-123",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UQ54900008",
            "pubmed": "8782317",
            "doi": "10.1007%2FBF01795229",
            "pmc": null,
            "organizations": [
                "2013-14018"
            ],
            "persons": [],
            "imported": null,
            "journal": "SURG RADIOL ANATOMY",
            "issn": "0930-1038",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.389,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.234375,
            "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": 173587,
            "title": "NPU, LOINC, and SNOMED CT: a comparison of terminologies for laboratory results reveals individual advantages and a lack of possibilities to encode interpretive comments.",
            "abstract": null,
            "authors": [
                "Bietenbeck, A",
                "Boeker, M",
                "Schulz, S",
                ""
            ],
            "year": 2018,
            "source": "J LAB MED. 2018; 42(6): 267-275. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000451846200008",
            "pubmed": null,
            "doi": "10.1515/labmed-2018-0103",
            "pmc": null,
            "organizations": [
                "173587-14026"
            ],
            "persons": [
                "173587-72306-6"
            ],
            "imported": "2019-02-15T16:21:08+01:00",
            "journal": "J LAB MED",
            "issn": "2567-9430",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF LABORATORY MEDICINE",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.389,
            "impactfactor_year": null,
            "impactfactor_norm": 0.069,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY-SCI",
            "impactfactor_norm_super": 0.069,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "MEDICAL LABORATORY TECHNOLOGY-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": 89,
            "title": "A rare variant of thyroid gland vascularization.",
            "abstract": null,
            "authors": [
                "Weiglein, AH"
            ],
            "year": 1996,
            "source": "Surg Radiol Anat. 1996; 18(3):233-235",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VD27500013",
            "pubmed": "8873339",
            "doi": "10.1007/BF02346133",
            "pmc": null,
            "organizations": [
                "89-14018"
            ],
            "persons": [],
            "imported": null,
            "journal": "SURG RADIOL ANATOMY",
            "issn": "0930-1038",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.389,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.234375,
            "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": 754,
            "title": "Dissection of the descending aorta after balloon angioplasty of native coarctation.",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Stein, JI",
                "Gamillscheg, A",
                "Rigler, B"
            ],
            "year": 1997,
            "source": "Pediatr Cardiol. 1997; 18(3):222-225",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WX95000014",
            "pubmed": "9142715",
            "doi": "10.1007%2Fs002469900156",
            "pmc": null,
            "organizations": [
                "754-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT CARDIOL",
            "issn": "0172-0643",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.39,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.422535211267606,
            "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": 3944,
            "title": "Observations concerning different patterns of bone healing using the Point Contact Fixator (PC-Fix) as a new technique for fracture fixation.",
            "abstract": null,
            "authors": [
                "Hofer, HP",
                "Wildburger, R",
                "Szyszkowitz, R"
            ],
            "year": 2001,
            "source": "Injury. 2001; 32 Suppl 2(3):B15-B25",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000171873800004",
            "pubmed": "11718735",
            "doi": "10.1016/S0020-1383(01)00122-X",
            "pmc": null,
            "organizations": [
                "3944-14052"
            ],
            "persons": [],
            "imported": null,
            "journal": "INJURY-INT J CARE INJURED",
            "issn": "0020-1383",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.39,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.633093525179856,
            "impactfactor_norm_year": 2001,
            "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": 20030,
            "title": "INVESTIGATION OF LP(A)LIPOPROTEIN=LIPOPROTEIN AGGREGATING AND ENZYMATIC-ACTIVITY ASSOCIATED WITH LP(A) POLYPEPTIDE",
            "abstract": null,
            "authors": [
                "JÜRGENS, G",
                "MARTH, E",
                "KOSTNER, GM",
                "HOLASEK, A"
            ],
            "year": 1977,
            "source": "ARTERY. 1977; 3:  13-26. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977CZ83900002",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "20030-14013"
            ],
            "persons": [
                "20030-51503-6",
                "20030-51511-1",
                "20030-51669-6"
            ],
            "imported": "2007-10-18T16:23:56+02:00",
            "journal": "ARTERY",
            "issn": "0098-6127",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.39,
            "impactfactor_year": 1995,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 28101,
            "title": "Hysteria, conversion disorder and somatisation",
            "abstract": null,
            "authors": [
                "Gundel, H",
                "Kapfhammer, HP"
            ],
            "year": 2005,
            "source": "NERVENHEILKUNDE. 2005; 24:  913-918. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000233811800008",
            "pubmed": null,
            "doi": "10.1055/s-0038-1630030",
            "pmc": null,
            "organizations": [
                "28101-29444"
            ],
            "persons": [
                "28101-51907-6"
            ],
            "imported": "2015-02-13T14:30:38+01:00",
            "journal": "NERVENHEILKUNDE",
            "issn": "0722-1541",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.39,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.106382978723404,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": false
        },
        {
            "id": 107976,
            "title": "Towards very large terminological knowledge bases: A case study from medicine",
            "abstract": null,
            "authors": [
                "Hahn, U",
                "Schulz, S"
            ],
            "year": 2000,
            "source": "In: Hamilton, HJ. editors(s). ADVANCES IN ARTIFICIAL INTELLIGENCE, PROCEEDINGS; LECTURE NOTES IN ARTIFICIAL INTELLIGENCE1822: 176-186.  (ISBN: 3-540-67557-4) ",
            "category": 1,
            "document_type": 18,
            "sci": "ISI:000166853200015",
            "pubmed": null,
            "doi": "10.1007/3-540-45486-1_15",
            "pmc": null,
            "organizations": [],
            "persons": [
                "107976-72306-6"
            ],
            "imported": "2011-01-25T16:14:44+01:00",
            "journal": "LECT NOTE ARTIF INTELL",
            "issn": "0302-9743",
            "collection_publisher": "Hamilton, HJ",
            "collection_title": "ADVANCES IN ARTIFICIAL INTELLIGENCE, PROCEEDINGS; LECTURE NOTES IN ARTIFICIAL INTELLIGENCE",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.39,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.313432835820896,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "COMPUTER SCIENCE, THEORY & 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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 119513,
            "title": "Central liver hematomas caused by mountain-bike crashes.",
            "abstract": null,
            "authors": [
                "Nehoda, H",
                "Hochleitner, BW",
                "Hourmont, K",
                "Weiss, H",
                "Lanthaler, M",
                "Tschmelitsch, J"
            ],
            "year": 2001,
            "source": "Injury. 2001; 32(4):285-287",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000168925500004",
            "pubmed": "11325363",
            "doi": "10.1016/S0020-1383(00)00193-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2012-06-04T02:00:00+02:00",
            "journal": "Injury",
            "issn": "0020-1383",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.39,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.235,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "CRITICAL CARE MEDICINE",
            "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": 175763,
            "title": "38th International Winter-Workshop Clinical, Chemical and Biochemical Aspects of Pteridines and Related Topics Innsbruck, February 26th-March 1st, 2019 Abstracts",
            "abstract": null,
            "authors": [
                "Gostner, JM",
                "Fuchs, D",
                "Fallarino, F",
                "Griesmacher, A",
                "Melichar, B",
                "Postolache, T",
                "Reibnegger, G",
                "Weiss, G",
                "Werner, ER"
            ],
            "year": 2019,
            "source": "PTERIDINES. 2019; 30(1): 74-102. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000471814400001",
            "pubmed": null,
            "doi": "10.1515/pteridines-2019-0010",
            "pmc": null,
            "organizations": [
                "175763-14012"
            ],
            "persons": [
                "175763-50569-6"
            ],
            "imported": "2019-06-27T11:59:41+02:00",
            "journal": "PTERIDINES",
            "issn": "0933-4807",
            "collection_publisher": null,
            "collection_title": "PTERIDINES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.39,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.017,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY-SCI",
            "impactfactor_norm_super": 0.055,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "BIOPHYSICS-SCI",
            "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": 190226,
            "title": "[Active surveillance for prostate cancer].",
            "abstract": null,
            "authors": [
                "Graefen, M",
                "Ahyai, S",
                "Heuer, R",
                "Salomon, G",
                "Schlomm, T",
                "Isbarn, H",
                "Budäus, L",
                "Heinzer, H",
                "Huland, H"
            ],
            "year": 2008,
            "source": "Urologe A. 2008; 47(3):261-9",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000254045500002",
            "pubmed": "18273597",
            "doi": "10.1007/s00120-008-1638-0",
            "pmc": null,
            "organizations": [],
            "persons": [
                "190226-111791-6"
            ],
            "imported": "2021-11-10T09:09:41+01:00",
            "journal": "UROLOGE",
            "issn": "1433-0563",
            "collection_publisher": null,
            "collection_title": "UROLOGE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.391,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.07,
            "impactfactor_norm_year": 2008,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 3939,
            "title": "Long-term pharmacokinetics of doxorubicin HCl stealth liposomes in patients after polychemotherapy with vinorelbine, cyclophosphamide and prednisone (CCVP).",
            "abstract": null,
            "authors": [
                "Linkesch, W",
                "Weger, M",
                "Eder, I",
                "Auner, HW",
                "Pernegg, C",
                "Kraule, C",
                "Czejka, MJ"
            ],
            "year": 2001,
            "source": "Eur J Drug Metab Pharmacokinet. 2001; 26(3):179-184",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000171803200006",
            "pubmed": "11695718",
            "doi": "10.1007/BF03190394",
            "pmc": null,
            "organizations": [
                "3939-14082"
            ],
            "persons": [
                "3939-51984-6"
            ],
            "imported": null,
            "journal": "EUR J DRUG METAB PHARM",
            "issn": "0378-7966",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.392,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.0698924731182796,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 3811,
            "title": "Radiosurgery as alternative treatment for skull base meningiomas.",
            "abstract": null,
            "authors": [
                "Pendl, G",
                "Eustacchio, S",
                "Unger, F"
            ],
            "year": 2001,
            "source": "J Clin Neurosci. 2001; 8 Suppl 1(6):12-14",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000170422200004",
            "pubmed": "11386818",
            "doi": "10.1054/jocn.2001.0869",
            "pmc": null,
            "organizations": [
                "3811-14050"
            ],
            "persons": [
                "3811-51969-6"
            ],
            "imported": null,
            "journal": "J CLIN NEUROSCI",
            "issn": "0967-5868",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.392,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.154411764705882,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 21954,
            "title": "Is acupuncture an useful tool for pain-treatment in ophthalmology?",
            "abstract": null,
            "authors": [
                "Nepp, J",
                "Jandrasits, K",
                "Schauersberger, J",
                "Schild, G",
                "Wedrich, A",
                "Sabine, GL",
                "Spacek, A"
            ],
            "year": 2002,
            "source": "ACUPUNCTURE ELECTRO-THER RES 2002 27: 171-182.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000181359000002",
            "pubmed": "12638737",
            "doi": "10.3727/036012902816025988",
            "pmc": null,
            "organizations": [],
            "persons": [
                "21954-53938-6"
            ],
            "imported": null,
            "journal": "ACUPUNCTURE ELECTRO-THER RES",
            "issn": "0360-1293",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.393,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.142131979695431,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "NEUROSCIENCES",
            "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": 173418,
            "title": "Towards a geometrically correct 3-D reconstruction of tortuous coronary arteries based on biplane angiography and intravascular ultrasound.",
            "abstract": null,
            "authors": [
                "Prause, GP",
                "DeJong, SC",
                "McKay, CR",
                "Sonka, M"
            ],
            "year": 1997,
            "source": "Int J Card Imaging. 1997; 13(6):451-462",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YH30600002",
            "pubmed": "9415847",
            "doi": "10.1023/A:1005843222820",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-02-14T01:00:00+01:00",
            "journal": "Int J Card Imaging",
            "issn": "0167-9899",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.394,
            "impactfactor_year": 1997,
            "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": 180713,
            "title": "[Tumor banks and complex data management: Current and future challenges].",
            "abstract": null,
            "authors": [
                "Hofman, P",
                "Dagher, G",
                "Laurent-Puig, P",
                "Marquette, CH",
                "Barlesi, F",
                "Bibeau, F",
                "Clément, B"
            ],
            "year": 2019,
            "source": "Ann Pathol. 2019; 39(2): 137-143. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000467002900012",
            "pubmed": "30819623",
            "doi": "10.1016/j.annpat.2019.01.017",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2020-02-13T01:00:00+01:00",
            "journal": "Ann Pathol",
            "issn": "0242-6498",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.394,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.038,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "PATHOLOGY-SCI",
            "impactfactor_norm_super": 0.066,
            "impactfactor_norm_super_year": 2018,
            "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": false
        },
        {
            "id": 167,
            "title": "Comparision of Reflection Pulse Oximetry and Cardiotocography for Intrapartal Surveillance in Presence of Fetal Arrhythmia and Cardiac Malformation - A Case-Report",
            "abstract": null,
            "authors": [
                "Arikan, G",
                "Etschmaier, S",
                "Scholl, W",
                "Kainer, F",
                "Stein, J",
                "Häusler, MCH"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57: 581-583.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YD43100011",
            "pubmed": null,
            "doi": "10.1055/s-2007-1023142",
            "pmc": null,
            "organizations": [
                "167-14038",
                "167-14048"
            ],
            "persons": [
                "167-51941-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": 541,
            "title": "Complete First-Trimester Spontaneous-Abortion Managed with or Without Curettage - A Prospective-Randomized Trial",
            "abstract": null,
            "authors": [
                "Häusler, MCH",
                "Koroschetz, F",
                "Tamussino, K",
                "Walcher, W"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57: 396-399.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XM52700007",
            "pubmed": null,
            "doi": "10.1055/s-2007-1023106",
            "pmc": null,
            "organizations": [
                "541-14038"
            ],
            "persons": [
                "541-51634-6",
                "541-51826-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": 721,
            "title": "Diagnostic and Therapeutic Management of Pregnancies Complicated by Parvovirus B19 Infection",
            "abstract": null,
            "authors": [
                "Pertl, B",
                "Häusler, M",
                "Huttner, U",
                "Gruber, SE",
                "Stoschitzky, P",
                "Kainer, F"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57: 128-131.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WR42500002",
            "pubmed": null,
            "doi": "10.1055/s-2007-1023054",
            "pmc": null,
            "organizations": [
                "721-14038"
            ],
            "persons": [
                "721-51719-2"
            ],
            "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": 1140,
            "title": "Gerontosurgery at the Grazer-Frauenklinik",
            "abstract": null,
            "authors": [
                "Schaffer, M",
                "Winter, R"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57:  M182-M186.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YD43100014",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "1140-14038"
            ],
            "persons": [],
            "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
        }
    ]
}