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=150640&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157100,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150660&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150620&ordering=-impactfactor",
    "results": [
        {
            "id": 72107,
            "title": "Allergy to ethyl chloride does occur, and might frequently be misdiagnosed.",
            "abstract": null,
            "authors": [
                "Aberer, W",
                "Zonzits, E"
            ],
            "year": 1989,
            "source": "Contact Dermatitis. 1989; 21(5):352-353",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CD37900022",
            "pubmed": "2533542",
            "doi": "10.1111/j.1600-0536.1989.tb04767.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "72107-51346-2"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "Contact Dermatitis",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72123,
            "title": "Multicentre studies and conflicting prevalence data.",
            "abstract": null,
            "authors": [
                "Aberer, W",
                "Holub, H"
            ],
            "year": 1992,
            "source": "Contact Dermatitis. 1992; 27(2):133-135",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1992JH26400027",
            "pubmed": "1395628",
            "doi": "10.1111/j.1600-0536.1992.tb05237.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "72123-51346-2"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "Contact Dermatitis",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72117,
            "title": "Vaccination despite thimerosal sensitivity.",
            "abstract": null,
            "authors": [
                "Aberer, W"
            ],
            "year": 1991,
            "source": "Contact Dermatitis. 1991; 24(1):6-10",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991EU89000002",
            "pubmed": "2044374",
            "doi": "10.1111/j.1600-0536.1991.tb01621.x",
            "pmc": null,
            "organizations": [
                "72117-14047"
            ],
            "persons": [
                "72117-51346-2"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "Contact Dermatitis",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 72111,
            "title": "Ammoniated mercury ointment: outdated but still in use.",
            "abstract": null,
            "authors": [
                "Aberer, W",
                "Gerstner, G",
                "Pehamberger, H"
            ],
            "year": 1990,
            "source": "Contact Dermatitis. 1990; 23(3):168-171",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990ED55600006",
            "pubmed": "2149317",
            "doi": "10.1111/j.1600-0536.1990.tb04778.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "72111-51346-2"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "Contact Dermatitis",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72110,
            "title": "Active sensitization to elecampane by patch testing with a crude plant extract.",
            "abstract": null,
            "authors": [
                "Aberer, W",
                "Hausen, BM"
            ],
            "year": 1990,
            "source": "Contact Dermatitis. 1990; 22(1):53-55",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990CK14800013",
            "pubmed": "2323189",
            "doi": "10.1111/j.1600-0536.1990.tb01509.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "72110-51346-2"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "Contact Dermatitis",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72095,
            "title": "Allergy to colophony acquired backstage.",
            "abstract": null,
            "authors": [
                "Aberer, W"
            ],
            "year": 1987,
            "source": "Contact Dermatitis. 1987; 16(1):34-36",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987G066800006",
            "pubmed": "2949932",
            "doi": "10.1111/j.1600-0536.1987.tb02612.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "72095-51346-2"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "Contact Dermatitis",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72126,
            "title": "Palladium in dental alloys--the dermatologists' responsibility to warn?",
            "abstract": null,
            "authors": [
                "Aberer, W",
                "Holub, H",
                "Strohal, R",
                "Slavicek, R"
            ],
            "year": 1993,
            "source": "Contact Dermatitis. 1993; 28(3):163-165",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KT72400009",
            "pubmed": "8462294",
            "doi": "10.1111/j.1600-0536.1993.tb03379.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "72126-51346-2"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "Contact Dermatitis",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 73232,
            "title": "The influence of topical dermatological treatment modalities on epidermal Langerhans cells and contact sensitization in mice.",
            "abstract": null,
            "authors": [
                "Gruner, S",
                "Zwirner, A",
                "Strunk, D",
                "Sönnichsen, N"
            ],
            "year": 1992,
            "source": "Contact Dermatitis. 1992; 26(4): 241-247. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HR56800006",
            "pubmed": "1395561",
            "doi": "10.1111/j.1600-0536.1992.tb00236.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-01-08T01:00:00+01:00",
            "journal": "Contact Dermatitis",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72121,
            "title": "Occupational dermatitis from organically grown parsnip (Pastinaca sativa L.).",
            "abstract": null,
            "authors": [
                "Aberer, W"
            ],
            "year": 1992,
            "source": "Contact Dermatitis. 1992; 26(1):62-62",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HB35900022",
            "pubmed": "1534739",
            "doi": "10.1111/j.1600-0536.1992.tb00880.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "72121-51346-2"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "Contact Dermatitis",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5980,
            "title": "Pitfalls in patch testing: problems with rather than from Kathon CG.",
            "abstract": null,
            "authors": [
                "Aberer, W",
                "Reiter, E",
                "Gailhofer, G"
            ],
            "year": 1990,
            "source": "Contact Dermatitis. 1990; 23(5):380-381",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990ER61100022",
            "pubmed": "2096030",
            "doi": "10.1111/j.1600-0536.1990.tb05185.x",
            "pmc": null,
            "organizations": [
                "5980-14047"
            ],
            "persons": [
                "5980-51346-2"
            ],
            "imported": null,
            "journal": "CONTACT DERMATITIS  ",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": true
        },
        {
            "id": 71539,
            "title": "Muscle composition after 14-day hindlimb unloading in rats: effects of two herbal compounds.",
            "abstract": null,
            "authors": [
                "Zhang, H",
                "He, Z",
                "Gao, Y",
                "Hinghofer-Szalkay, HG",
                "Fan, X"
            ],
            "year": 2007,
            "source": "Aviat Space Environ Med. 2007; 78(10):926-931",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000249834200002",
            "pubmed": "17955939",
            "doi": "10.3357/ASEM.2072.2007",
            "pmc": null,
            "organizations": [
                "71539-14010"
            ],
            "persons": [
                "71539-51683-6"
            ],
            "imported": "2007-11-13T16:24:43+01:00",
            "journal": "AVIAT SPACE ENVIRON MED",
            "issn": "0095-6562",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.832,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.416666666666667,
            "impactfactor_norm_year": 2007,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 72125,
            "title": "Should patch testing be restricted to dermatologists only?",
            "abstract": null,
            "authors": [
                "Aberer, W",
                "Andersen, KE",
                "White, IR"
            ],
            "year": 1993,
            "source": "Contact Dermatitis. 1993; 28(1):1-2",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:A1993KF75000001",
            "pubmed": "8428437",
            "doi": "10.1111/j.1600-0536.1993.tb03314.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "72125-51346-2"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "Contact Dermatitis",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9047,
            "title": "Allergic contact dermatitis caused by an acetone-formaldehyde condensate.",
            "abstract": null,
            "authors": [
                "Gailhofer, G",
                "Binder, H"
            ],
            "year": 1988,
            "source": "Contact Dermatitis. 1988; 18(2):110-111",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1988M227200016",
            "pubmed": "2966698",
            "doi": "10.1111/j.1600-0536.1988.tb02756.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "CONTACT DERMATITIS",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.832,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.685714285714286,
            "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": 172316,
            "title": "Chronological Aging in African-American Skin: A Reliable Photonumeric Scale Demonstrates Age and Body Mass Index as Contributing Factors.",
            "abstract": null,
            "authors": [
                "Chien, AL",
                "Qi, J",
                "Grandhi, R",
                "Harris-Tryon, T",
                "Kim, N",
                "Jang, MS",
                "Olowoyeye, O",
                "Kuhn, D",
                "Leung, S",
                "Rainer, BM",
                "Poon, F",
                "César, SSA",
                "Suh, J",
                "Cheng, N",
                "Okoye, GA",
                "Kang, S"
            ],
            "year": 2018,
            "source": "J Natl Med Assoc. 2018; 110(6): 534-539. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000450091500004",
            "pubmed": "30129503",
            "doi": "10.1016/j.jnma.2018.01.005",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-01-31T01:00:00+01:00",
            "journal": "J Natl Med Assoc",
            "issn": "0027-9684",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.831,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.231,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": 0.465,
            "impactfactor_norm_super_year": 2015,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL-SCI",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 172315,
            "title": "Effect of Age, Gender, and Sun Exposure on Ethnic Skin Photoaging: Evidence Gathered Using a New Photonumeric Scale.",
            "abstract": null,
            "authors": [
                "Chien, AL",
                "Qi, J",
                "Grandhi, R",
                "Kim, N",
                "César, SSA",
                "Harris-Tryon, T",
                "Jang, MS",
                "Olowoyeye, O",
                "Kuhn, D",
                "Leung, S",
                "Rainer, BM",
                "Poon, F",
                "Suh, J",
                "Cheng, N",
                "Okoye, GA",
                "Kang, S"
            ],
            "year": 2018,
            "source": "J Natl Med Assoc. 2018; 110(2): 176-181. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000429700900012",
            "pubmed": "29580452",
            "doi": "10.1016/j.jnma.2017.05.001",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-01-31T01:00:00+01:00",
            "journal": "J Natl Med Assoc",
            "issn": "0027-9684",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.831,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.231,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": 0.465,
            "impactfactor_norm_super_year": 2015,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL-SCI",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 147522,
            "title": "Leprosy and Lobomycosis: First report from the Amazon Region",
            "abstract": null,
            "authors": [
                "Ihara, GM",
                "Massone, C",
                "Schettini, AP",
                "Maroja, MD"
            ],
            "year": 2015,
            "source": "LEPROSY REV. 2015; 86(2): 195-201. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000361342300010",
            "pubmed": null,
            "doi": "10.47276/lr.86.2.195",
            "pmc": null,
            "organizations": [
                "147522-14047"
            ],
            "persons": [],
            "imported": "2015-10-12T16:55:24+02:00",
            "journal": "LEPROSY REV",
            "issn": "0305-7518",
            "collection_publisher": null,
            "collection_title": "LEPROSY REVIEW; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.831,
            "impactfactor_year": 2015,
            "impactfactor_norm": 0.263,
            "impactfactor_norm_year": 2015,
            "impactfactor_norm_category": "TROPICAL MEDICINE-SCI",
            "impactfactor_norm_super": 0.364,
            "impactfactor_norm_super_year": 2012,
            "impactfactor_norm_super_category": "TROPICAL MEDICINE",
            "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": 6732,
            "title": "Quantification of gender specific thermal sensory and pain threshold before and after laser needle stimulation",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Wang, L",
                "Huber, E",
                "Schikora, D",
                "Schwarz, G"
            ],
            "year": 2004,
            "source": "Biomed Tech (Berl). 2004; 49(5):106-110",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000221960000001",
            "pubmed": "15212194",
            "doi": "10.1515/BMT.2004.022",
            "pmc": null,
            "organizations": [
                "6732-14044",
                "6732-14070"
            ],
            "persons": [
                "6732-51073-6"
            ],
            "imported": null,
            "journal": "BIOMED TECH",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.83,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.277777777777778,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "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": 5343,
            "title": "Histological investigation of the micromorphological effects of the application of a laser needle--results of an animal experiment",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Nemetz, W",
                "Smolle, J",
                "Schwarz, G",
                "Schikora, D",
                "Uranüs, S"
            ],
            "year": 2004,
            "source": "BIOMED TECH. 2004; 49(1-2): 2-5. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000220520700001",
            "pubmed": "15032490",
            "doi": "10.1515/BMT.2004.001",
            "pmc": null,
            "organizations": [
                "5343-14044",
                "5343-14045",
                "5343-14047",
                "5343-14070"
            ],
            "persons": [
                "5343-51617-6",
                "5343-51073-6",
                "5343-51612-6"
            ],
            "imported": "2012-10-19T12:10:58+02:00",
            "journal": "BIOMED TECH",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.83,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.277777777777778,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "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": 7105,
            "title": "Investigation of sleep disorders in the vicinity of high frequency transmitters",
            "abstract": null,
            "authors": [
                "Leitgeb, N",
                "Schröttner, J",
                "Cech, R",
                "Kerbl, R"
            ],
            "year": 2004,
            "source": "Biomed Tech (Berl). 2004; 49(7-8):186-193",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000223913100001",
            "pubmed": "15481405",
            "doi": "10.1515/BMT.2004.035",
            "pmc": null,
            "organizations": [
                "7105-14048"
            ],
            "persons": [
                "7105-51821-6"
            ],
            "imported": null,
            "journal": "BIOMED TECH",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.83,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.277777777777778,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "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": 98446,
            "title": "Re: Bonilha HS, O'Shields M, Gerlach TT, Deliyski DD. Arytenoid adduction asymmetries in persons with and without voice disorders. Logoped Phoniatr Vocol. 2009 Aug 26:1-7. [E-pub ahead of print].",
            "abstract": null,
            "authors": [
                "Friedrich, G"
            ],
            "year": 2010,
            "source": "Logoped Phoniatr Vocol. 2010; 35(3): 149-149. ",
            "category": 1,
            "document_type": 6,
            "sci": "ISI:000284268900007",
            "pubmed": "19883166",
            "doi": "10.3109/14015430903352600",
            "pmc": null,
            "organizations": [
                "98446-14042"
            ],
            "persons": [
                "98446-51636-2"
            ],
            "imported": "2010-02-26T01:00:00+01:00",
            "journal": "Logoped Phoniatr Vocol",
            "issn": "1401-5439",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.83,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.439,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "OTORHINOLARYNGOLOGY",
            "impactfactor_norm_super": 0.556,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "OTORHINOLARYNGOLOGY",
            "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
        }
    ]
}