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=1760&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158522,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1780&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1740&ordering=impactfactor_norm",
    "results": [
        {
            "id": 97047,
            "title": "Diabetes mellitus and co-morbid depression: treatment with Milnacipran results in significant improvement of both diseases",
            "abstract": null,
            "authors": [
                "Abrahamian, H",
                "Hofmann, P",
                "Prager, R",
                "Toplak, H"
            ],
            "year": 2009,
            "source": "INT J PSYCHIATR CLIN PRACT.  2009; 13: 23-23.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000272400900036",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "97047-29444"
            ],
            "persons": [
                "97047-51846"
            ],
            "imported": "2010-01-11T10:44:32+01:00",
            "journal": "INT J PSYCHIATR CLIN PRACT",
            "issn": "1365-1501",
            "collection_publisher": null,
            "collection_title": "INTERNATIONAL JOURNAL OF PSYCHIATRY IN CLINICAL PRACTICE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.41,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.099009900990099,
            "impactfactor_norm_year": 2009,
            "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": 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": 895,
            "title": "Ex juvantibus approach for chronic posterior laryngitis: results of short-term pantoprazole therapy.",
            "abstract": null,
            "authors": [
                "Habermann, W",
                "Eherer, A",
                "Lindbichler, F",
                "Raith, J",
                "Friedrich, G"
            ],
            "year": 1999,
            "source": "J Laryngol Otol. 1999; 113(8):734-739",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082089400008",
            "pubmed": "10748849",
            "doi": "10.1017/S0022215100145050",
            "pmc": null,
            "organizations": [
                "895-14042",
                "895-14054"
            ],
            "persons": [
                "895-51636-6"
            ],
            "imported": null,
            "journal": "J LARYNGOL OTOL",
            "issn": "0022-2151",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.418,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "OTORHINOLARYNGOLOGY",
            "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": true
        },
        {
            "id": 1422,
            "title": "Intravenous Immunoglobulins in Multiple-Sclerosis - Results of the Austrian Immunoglobulin in Multiple-Sclerosis (Aims) Trial",
            "abstract": null,
            "authors": [
                "Deisenhammer, F",
                "Fazekas, F",
                "Strasserfuchs, S",
                "Nahler, G",
                "Mamoli, B"
            ],
            "year": 1999,
            "source": "INFUSIONSTHERAPIE 1999 26: 42-47.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000084437900009",
            "pubmed": null,
            "doi": "10.1159/000053538",
            "pmc": null,
            "organizations": [
                "1422-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "INFUSIONSTHERAPIE",
            "issn": "1019-8466",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.323,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 4141,
            "title": "Primary sinu-nasal melanomas. Clinical aspects, therapy and follow-up",
            "abstract": null,
            "authors": [
                "Richtig, E",
                "Regauer, S",
                "Jakse, R",
                "Anderhuber, W",
                "Smolle, J"
            ],
            "year": 2002,
            "source": "Hautarzt. 2002; 53(2):106-113",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000174358400005",
            "pubmed": "11963189",
            "doi": "10.1007%2Fs00105-001-0307-7",
            "pmc": null,
            "organizations": [
                "4141-14020",
                "4141-14042",
                "4141-14047"
            ],
            "persons": [
                "4141-51617-6",
                "4141-51945-6",
                "4141-52274-2"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.426,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2002,
            "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": 4231,
            "title": "Diagnosis of metastasis of malignant melanoma in the thyroid gland with f18-FDG PET scan].",
            "abstract": null,
            "authors": [
                "Wolf, G",
                "Aigner, RM",
                "Schwarz, T",
                "Nicoletti, R"
            ],
            "year": 2002,
            "source": "Hautarzt. 2002; 53(5):332-333",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000175612100005",
            "pubmed": "12063745",
            "doi": "10.1007/s001050100264",
            "pmc": null,
            "organizations": [
                "4231-14107"
            ],
            "persons": [
                "4231-51727-6",
                "4231-50727-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.426,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2002,
            "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": 4405,
            "title": "Congenital bullous poikiloderma (Kindler syndrome)",
            "abstract": null,
            "authors": [
                "Binder, B",
                "Metze, D",
                "Smolle, J"
            ],
            "year": 2002,
            "source": "Hautarzt. 2002; 53(8):546-549",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000177479600006",
            "pubmed": "12221470",
            "doi": "10.1007/s00105-001-0327-3",
            "pmc": null,
            "organizations": [
                "4405-14047"
            ],
            "persons": [
                "4405-51617-6",
                "4405-53009-2"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.426,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2002,
            "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": true
        },
        {
            "id": 4586,
            "title": "Psoriasis as Koebner phenomenon in erythma migrans",
            "abstract": null,
            "authors": [
                "Kahofer, P",
                "Aberer, E"
            ],
            "year": 2002,
            "source": "Hautarzt. 2002; 53(12):805-807",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000179867900004",
            "pubmed": "12444521",
            "doi": "10.1007/s00105-002-0382-4",
            "pmc": null,
            "organizations": [
                "4586-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.426,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2002,
            "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": 203602,
            "title": "Comparison Between the Parietal Foramina Observed in Samples of African and European Population Groups",
            "abstract": null,
            "authors": [
                "van der Walt, S",
                "Hammer, N",
                "Prigge, L"
            ],
            "year": 2023,
            "source": "INT J MORPHOL. 2023; 41(2): 634-639. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001001066200045",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "203602-14018"
            ],
            "persons": [
                "203602-102804-6"
            ],
            "imported": "2023-07-03T10:22:37+02:00",
            "journal": "INT J MORPHOL",
            "issn": "0717-9502",
            "collection_publisher": null,
            "collection_title": "INTERNATIONAL JOURNAL OF MORPHOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.4,
            "impactfactor_year": 2023,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2023,
            "impactfactor_norm_category": "ANATOMY & MORPHOLOGY-SCIE",
            "impactfactor_norm_super": 0.1,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "ANATOMY + MORPHOLOGY-SCIE",
            "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": 65127,
            "title": "Verrucae vulgares. Treatment with 585 nm flashlamp pumped pulsed dye laser",
            "abstract": null,
            "authors": [
                "Kopera, D"
            ],
            "year": 2002,
            "source": "HAUTARZT. 2002; 53(9): 604-607. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000178046800003",
            "pubmed": "12207264",
            "doi": "10.1007/s00105-002-0415-z",
            "pmc": null,
            "organizations": [
                "65127-14047"
            ],
            "persons": [
                "65127-51842-2"
            ],
            "imported": "2007-01-29T16:52:44+01:00",
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.426,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2002,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65772,
            "title": "The effects of carbon dioxide baths on the skin microcirculation at different times of the day",
            "abstract": null,
            "authors": [
                "Muhry, F",
                "Przywara, S",
                "Moser, M",
                "Hildebrandt, G",
                "Kenner, T"
            ],
            "year": 1999,
            "source": "PHYSIK MED REHABIL KURORTMEDI. 1999; 9(3): 79-84. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082200700003",
            "pubmed": null,
            "doi": "10.1055/s-2008-1061788",
            "pmc": null,
            "organizations": [
                "65772-14010"
            ],
            "persons": [
                "65772-51671-4"
            ],
            "imported": "2007-02-16T13:30:06+01:00",
            "journal": "PHYSIK MED REHABIL KURORTMEDI",
            "issn": "0940-6689",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.111,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "SPORT SCIENCES",
            "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": 97483,
            "title": "Consensus of the Austrian Society for Gynecology and Obstetrics/Gynecologic Oncology Working Group Fertility, Contraception and Hormone Replacement Therapy in Oncologic Patients with Special Reference to Breast Cancer",
            "abstract": null,
            "authors": [
                "Petru, E",
                "Wildt, L",
                "Stummvoll, W",
                "Singer, C",
                "Speiser, P",
                "Fischerlehner, G",
                "Reitsamer, R",
                "Kubista, E",
                "Marth, C",
                "Winter, R",
                "Menzel, C",
                "Leodolter, S",
                "Seifert, M",
                "Zervomanolakis, I",
                "Zeimet, A",
                "Reinthaller, A"
            ],
            "year": 2009,
            "source": "GEBURTSH FRAUENHEILK. 2009; 69(12): 1071-1077. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000273530100002",
            "pubmed": null,
            "doi": "10.1055/s-0029-1240642",
            "pmc": null,
            "organizations": [
                "97483-14038",
                "97483-14063"
            ],
            "persons": [
                "97483-51624-2"
            ],
            "imported": "2010-02-03T11:10:04+01:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.354,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": 0.1,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "OBSTETRICS + GYNECOLOGY",
            "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": 99544,
            "title": "Role of matrix-degrading enzymes in melanoma progression",
            "abstract": null,
            "authors": [
                "Hofmann, UB",
                "Becker, JC",
                "Brocker, EB"
            ],
            "year": 2002,
            "source": "Hautarzt. 2002; 53(9):587-595",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000178046800001",
            "pubmed": "12207262",
            "doi": "10.1007/s00105-001-0301-0",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-04-07T17:32:05+02:00",
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": "HAUTARZT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.426,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2002,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 99624,
            "title": "Umbilical Endometriosis",
            "abstract": null,
            "authors": [
                "Wobser, M",
                "Seitz, CS",
                "Becker, JC",
                "Brocker, EB"
            ],
            "year": 2009,
            "source": "GEBURTSH FRAUENHEILK. 2009; 69(4): 331-333. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000265748100010",
            "pubmed": null,
            "doi": "10.1055/s-2008-1039239",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-04-07T17:32:05+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.354,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": 0.1,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "OBSTETRICS + GYNECOLOGY",
            "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": 137900,
            "title": "Idiopathic carotidynia.",
            "abstract": null,
            "authors": [
                "Hafner, F",
                "Hackl, G",
                "Haas, E",
                "Eller, P",
                "Gstettner, C",
                "Vollmann, R",
                "Brodmann, M"
            ],
            "year": 2014,
            "source": "Vasa. 2014; 43(4):287-292",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000339090000013",
            "pubmed": "25007908",
            "doi": "10.1024/0301-1526/a000365",
            "pmc": null,
            "organizations": [
                "137900-14079",
                "137900-14107",
                "137900-14108"
            ],
            "persons": [
                "137900-51689-6",
                "137900-57346-6",
                "137900-60016-6",
                "137900-74175-6"
            ],
            "imported": "2014-07-15T02:00:00+02:00",
            "journal": "Vasa",
            "issn": "0301-1526",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.0,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE-SCI",
            "impactfactor_norm_super": 0.235,
            "impactfactor_norm_super_year": 2011,
            "impactfactor_norm_super_category": "PERIPHERAL VASCULAR DISEASE",
            "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": 138354,
            "title": "Cancer related venous thromboembolism - prophylaxis and therapy.",
            "abstract": null,
            "authors": [
                "Gary, T"
            ],
            "year": 2014,
            "source": "Vasa. 2014; 43(4):245-251",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000339090000006",
            "pubmed": "25007902",
            "doi": "10.1024/0301-1526/a000359",
            "pmc": null,
            "organizations": [
                "138354-14079"
            ],
            "persons": [
                "138354-51136-2"
            ],
            "imported": "2014-08-14T16:40:14+02:00",
            "journal": "VASA",
            "issn": "0301-1526",
            "collection_publisher": null,
            "collection_title": "VASA-EUROPEAN JOURNAL OF VASCULAR MEDICINE",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE-SCI",
            "impactfactor_norm_super": 0.235,
            "impactfactor_norm_super_year": 2011,
            "impactfactor_norm_super_category": "PERIPHERAL VASCULAR DISEASE",
            "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": 145434,
            "title": "Lipoprotein(a): when to measure and how to treat?",
            "abstract": null,
            "authors": [
                "Chennamsetty, I",
                "Scharnagl, H",
                "Kleber, ME",
                "Marz, W",
                "Kostner, GM"
            ],
            "year": 2015,
            "source": "LABORATORIUMSMEDIZIN. 2015; 39(2): 71-80. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000353132000001",
            "pubmed": null,
            "doi": "10.1515/labmed-2015-0002",
            "pmc": null,
            "organizations": [
                "145434-14013",
                "145434-14028"
            ],
            "persons": [
                "145434-50886-6",
                "145434-51669-6",
                "145434-51906-4"
            ],
            "imported": "2015-05-22T11:28:15+02:00",
            "journal": "LABORATORIUMSMEDIZIN",
            "issn": "0342-3026",
            "collection_publisher": null,
            "collection_title": "LABORATORIUMSMEDIZIN-JOURNAL OF LABORATORY MEDICINE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.104,
            "impactfactor_year": 2015,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2015,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY-SCI",
            "impactfactor_norm_super": 0.125,
            "impactfactor_norm_super_year": 2012,
            "impactfactor_norm_super_category": "MEDICAL LABORATORY TECHNOLOGY",
            "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": 145776,
            "title": "Internationaler Konsens zur ANA-Bestimmung- was ändert sich im deutschen Sprachraum?.",
            "abstract": null,
            "authors": [
                "Herold,M",
                "Klotz,W",
                "Demel,U",
                "Endler,G",
                "Forster,E",
                "Griesmacher,A",
                "Hofmann,J",
                "Hübner,C",
                "Steiner,G",
                "Wagner,S",
                "Sack,U",
                "Conrad,K",
                ""
            ],
            "year": 2015,
            "source": "Labormedizin Austria. 2015; 39(3): 145-152. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000355633600003",
            "pubmed": null,
            "doi": "10.1515/labmed-2015-0025",
            "pmc": null,
            "organizations": [
                "145776-14086"
            ],
            "persons": [],
            "imported": "2015-06-11T14:12:04+02:00",
            "journal": null,
            "issn": "0342-3026",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.104,
            "impactfactor_year": 2015,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2015,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY-SCI",
            "impactfactor_norm_super": 0.125,
            "impactfactor_norm_super_year": 2012,
            "impactfactor_norm_super_category": "MEDICAL LABORATORY TECHNOLOGY",
            "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": 136490,
            "title": "Management of postpartum hemorrhage (PPH): algorithm of the interdisciplinary D-A-CH consensus group PPH (Germany - Austria - Switzerland)].",
            "abstract": null,
            "authors": [
                "Schlembach, D",
                "Mörtl, MG",
                "Girard, T",
                "Arzt, W",
                "Beinder, E",
                "Brezinka, C",
                "Chalubinski, K",
                "Fries, D",
                "Gogarten, W",
                "Hackelöer, BJ",
                "Helmer, H",
                "Henrich, W",
                "Hösli, I",
                "Husslein, P",
                "Kainer, F",
                "Lang, U",
                "Pfanner, G",
                "Rath, W",
                "Schleussner, E",
                "Steiner, H",
                "Surbek, D",
                "Zimmermann, R"
            ],
            "year": 2014,
            "source": "Anaesthesist. 2014; 63(3):234-242",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000332858500008",
            "pubmed": "24584885",
            "doi": "10.1007/s00101-014-2291-1",
            "pmc": null,
            "organizations": [
                "136490-14064"
            ],
            "persons": [],
            "imported": "2014-05-05T12:18:59+02:00",
            "journal": "ANAESTHESIST",
            "issn": "0003-2417",
            "collection_publisher": null,
            "collection_title": "ANAESTHESIST",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.757,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "ANESTHESIOLOGY-SCI",
            "impactfactor_norm_super": 0.286,
            "impactfactor_norm_super_year": 2011,
            "impactfactor_norm_super_category": "ANESTHESIOLOGY",
            "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": 154598,
            "title": "[Pilonidal sinus: Secondary wound closure vs. Limberg flap : Cost and satisfaction analysis].",
            "abstract": null,
            "authors": [
                "Lebo, PB",
                "Dahmann, S",
                "Sinkovits, E",
                "Meyer-Marcotty, M"
            ],
            "year": 2017,
            "source": "Chirurg. 2017; 88(3):226-232",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000396092800008",
            "pubmed": "27629695",
            "doi": "10.1007/s00104-016-0289-8",
            "pmc": null,
            "organizations": [
                "154598-14076"
            ],
            "persons": [],
            "imported": "2016-09-20T02:00:00+02:00",
            "journal": "Chirurg",
            "issn": "0009-4722",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.669,
            "impactfactor_year": 2016,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2016,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.155,
            "impactfactor_norm_super_year": 2015,
            "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": 162127,
            "title": "Is deferment of the time of administration to avoid an aspirin/metamizole interaction by chronic dosing sufficient?",
            "abstract": null,
            "authors": [
                "Bornemann-Cimenti, H",
                "Fleck, S",
                "Rumpold Seitlinger, G"
            ],
            "year": 2017,
            "source": "Z Rheumatol. 2017; 158(11):",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000407505900017",
            "pubmed": "28616780",
            "doi": "10.1007/s00393-017-0332-2",
            "pmc": null,
            "organizations": [
                "162127-14069",
                "162127-14070"
            ],
            "persons": [
                "162127-51733-6",
                "162127-51915-6",
                "162127-58422-2"
            ],
            "imported": "2017-09-13T15:06:51+02:00",
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR RHEUMATOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.697,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCI",
            "impactfactor_norm_super": 0.219,
            "impactfactor_norm_super_year": 2014,
            "impactfactor_norm_super_category": "RHEUMATOLOGY-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
        }
    ]
}