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=153540&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157099,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153560&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153520&ordering=imported",
    "results": [
        {
            "id": 22120,
            "title": "Derangement of apoptosis-related lymphocyte homeostasis in systemic sclerosis.",
            "abstract": null,
            "authors": [
                "Stummvoll, GH",
                "Aringer, M",
                "Smolen, JS",
                "Köller, M",
                "Kiener, HP",
                "Steiner, CW",
                "Bohle, B",
                "Knobler, R",
                "Graninger, WB"
            ],
            "year": 2000,
            "source": "Rheumatology (Oxford). 2000; 39(12):1341-1350",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000166369800008",
            "pubmed": "11136877",
            "doi": "10.1093/rheumatology/39.12.1341",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "RHEUMATOLOGY",
            "issn": "1462-0324",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.537,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.826086956521739,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22121,
            "title": "Serum interleukin-15 (IL-15) is elevated in systemic lupus erythematosus (SLE).",
            "abstract": null,
            "authors": [
                "Aringer, M",
                "Stummvoll, GH",
                "Koeller, M",
                "Steiner, G",
                "Smolen, JS",
                "Graninger, WB"
            ],
            "year": 2000,
            "source": "ARTHRITIS RHEUM 2000 43: S95-S95.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000089495800229",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARTHRITIS RHEUM",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.841,
            "impactfactor_year": 2000,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22122,
            "title": "Effects of cartilage-derived morphogenetic proteins and osteogenic protein-1 on osteo-/chondrogenic differentiation of periosteal cells.",
            "abstract": null,
            "authors": [
                "Gruber, R",
                "Mayer, CH",
                "Bobacz, K",
                "Graninger, WB",
                "Luyten, FP",
                "Erlacher, L"
            ],
            "year": 2000,
            "source": "ARTHRITIS RHEUM 2000 43: S208-S208.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000089495800902",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARTHRITIS RHEUM",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.841,
            "impactfactor_year": 2000,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22123,
            "title": "Derangement of apoptosis-related lymphocyte homeostasis in systemic sclerosis (SSc).",
            "abstract": null,
            "authors": [
                "Stummvoll, GH",
                "Aringer, M",
                "Koller, M",
                "Kiener, HP",
                "Steiner, CW",
                "Bohle, B",
                "Knobler, R",
                "Smolen, JS",
                "Graninger, WB"
            ],
            "year": 2000,
            "source": "ARTHRITIS RHEUM 2000 43: S261-S261.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000089495801222",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARTHRITIS RHEUM",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.841,
            "impactfactor_year": 2000,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22124,
            "title": "Cytokine regulation of apoptosis and Bcl-2 expression in lymphocytes of patients with systemic lupus erythematosus.",
            "abstract": null,
            "authors": [
                "Graninger, WB",
                "Steiner, CW",
                "Graninger, MT",
                "Aringer, M",
                "Smolen, JS"
            ],
            "year": 2000,
            "source": "Cell Death Differ. 2000; 7(10):966-972",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089655200014",
            "pubmed": "11279543",
            "doi": "10.1038/sj.cdd.4400724",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "CELL DEATH DIFFERENTIATION",
            "issn": "1350-9047",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.785,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.929032258064516,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "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": 22125,
            "title": "Leflunomide, a new disease-modifying anti-rheumatic drug and the never ending rheumatoid arthritis story.",
            "abstract": null,
            "authors": [
                "Smolen, JS",
                "Graninger, WB",
                "Emery, P"
            ],
            "year": 2000,
            "source": "Rheumatology (Oxford). 2000; 39(7):689-692",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000088499800001",
            "pubmed": "10908683",
            "doi": "10.1093/rheumatology/39.7.689",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "RHEUMATOLOGY",
            "issn": "1462-0324",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.537,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.826086956521739,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22126,
            "title": "Stimulatory effects of cartilage-derived morphogenetic proteins-1 and-2 on osteogenic differentiation of bone marrow stromal cells",
            "abstract": null,
            "authors": [
                "Gruber, R",
                "Mayer, C",
                "Schulz, W",
                "Graninger, WB",
                "Peterlik, M",
                "Luyten, FP",
                "Erlacher, L"
            ],
            "year": 1999,
            "source": "ARTHRITIS RHEUM 1999 42: S253-S253.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000082936301173",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARTHRITIS RHEUM",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.054,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22127,
            "title": "Cartilage-derived morphogenetic proteins-1,-2 and osteogenic protein-1 differentially regulate osteogenic and chondrogenic differentiation in bovine periosteal cells",
            "abstract": null,
            "authors": [
                "Mayer, C",
                "Schulz, W",
                "Graninger, WB",
                "Gruber, R",
                "Luyten, FP",
                "Erlacher, L"
            ],
            "year": 1999,
            "source": "ARTHRITIS RHEUM 1999 42: S256-S256.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000082936301190",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARTHRITIS RHEUM",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.054,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22130,
            "title": "Should the clinician have interest in the deregulation of apoptosis in autoimmunity?",
            "abstract": null,
            "authors": [
                "Graninger, WB",
                "Smolen, JS"
            ],
            "year": 1997,
            "source": "Br J Rheumatol. 1997; 36(12):1244-1246",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000071299300002",
            "pubmed": "9448583",
            "doi": "10.1093/rheumatology/36.12.1244",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "BRIT J RHEUMATOL",
            "issn": "0263-7103",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.309,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.947368421052632,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22132,
            "title": "Expression of the C5a-receptor (CD88) on synovial mast cells in rheumatoid arthritis",
            "abstract": null,
            "authors": [
                "Kiener, HP",
                "Baghestanian, M",
                "Redlich, K",
                "Walchshofer, S",
                "Ghannadan, M",
                "Sillaber, C",
                "Graninger, WB",
                "Smolen, JS",
                "Valent, P"
            ],
            "year": 1997,
            "source": "ARTHRITIS RHEUM 1997 40: 1294-1294.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XY63401291",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARTHRITIS RHEUM",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.167,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22133,
            "title": "Photopheresis increases Fas expression in circulating lymphocytes of patients with systemic sclerosis.",
            "abstract": null,
            "authors": [
                "Aringer, M",
                "Knobler, R",
                "Kiener, HP",
                "Trautinger, F",
                "Steiner, CW",
                "Smolen, JS",
                "Graninger, WB"
            ],
            "year": 1997,
            "source": "ARTHRITIS RHEUM 1997 40: 1586-1586.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XY63401583",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARTHRITIS RHEUM",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.167,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22134,
            "title": "BCL-2, but not bax is overexpressed in systemic sclerosis (SSc).",
            "abstract": null,
            "authors": [
                "Aringer, M",
                "Stummvoll, GH",
                "Smolen, JS",
                "Graninger, WB"
            ],
            "year": 1997,
            "source": "ARTHRITIS RHEUM 1997 40: 1587-1587.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XY63401584",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARTHRITIS RHEUM",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.167,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22135,
            "title": "Severe infections in plasmapheresis-treated systemic lupus erythematosus.",
            "abstract": null,
            "authors": [
                "Aringer, M",
                "Smolen, JS",
                "Graninger, WB"
            ],
            "year": 1997,
            "source": "ARTHRITIS RHEUM 1997 40: 1761-1761.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XY63401758",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARTHRITIS RHEUM",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.167,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22138,
            "title": "Effects of cytokines on apoptosis and BCL2 expression in systemic lupus erythematosus (SLE).",
            "abstract": null,
            "authors": [
                "Aringer, M",
                "Steiner, CW",
                "Koller, M",
                "Smolen, JS",
                "Graninger, WB"
            ],
            "year": 1996,
            "source": "ARTHRITIS RHEUM 1996 39: 1344-1344.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1996VH88301345",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARTHRITIS RHEUM",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.536,
            "impactfactor_year": 1996,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22139,
            "title": "Quinolone arthropathy: Ultrastructural changes in chondrocytes after explant culture of human cartilage.",
            "abstract": null,
            "authors": [
                "Menschik, M",
                "Neumeller, J",
                "Dominkus, M",
                "Ulrich, W",
                "Steiner, CW",
                "Kiener, HP",
                "Smolen, JS",
                "Graninger, WB"
            ],
            "year": 1996,
            "source": "ARTHRITIS RHEUM 1996 39: 1479-1479.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1996VH88301480",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARTHRITIS RHEUM",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.536,
            "impactfactor_year": 1996,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 22140,
            "title": "Electrical stimulation of the cochlear nerve in rats: analysis of c-Fos expression in auditory brainstem nuclei.",
            "abstract": null,
            "authors": [
                "Nakamura, M",
                "Rosahl, SK",
                "Alkahlout, E",
                "Walter, GF",
                "Samii, MM"
            ],
            "year": 2005,
            "source": "Brain Res. 2005; 1031(1):39-55",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000226422700005",
            "pubmed": "15621011",
            "doi": "10.1016/j.brainres.2004.10.024",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "BRAIN RES",
            "issn": "0006-8993",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.296,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.49,
            "impactfactor_norm_year": 2005,
            "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": 22141,
            "title": "Fetal allogeneic dopaminergic cell suspension grafts in the ventricular system of the rat: characterization of transplant morphology and graft-host interactions.",
            "abstract": null,
            "authors": [
                "Oertel, J",
                "Samii, M",
                "Walter, GF"
            ],
            "year": 2004,
            "source": "Acta Neuropathol (Berl). 2004; 107(5):421-427",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000220822900006",
            "pubmed": "14872256",
            "doi": "10.1007/s00401-004-0823-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA NEUROPATHOL",
            "issn": "0001-6322",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.503,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.769230769230769,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "PATHOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 22142,
            "title": "Expression of MMP-2, MMP-7, MMP-9, MMP-10 and MMP-11 in human astrocytic and oligodendroglial gliomas.",
            "abstract": null,
            "authors": [
                "Thorns, V",
                "Walter, GF",
                "Thorns, C"
            ],
            "year": 2003,
            "source": "Anticancer Res. 2003; 23(5A):3937-3944",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186881100049",
            "pubmed": "14666700",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ANTICANCER RES",
            "issn": "0250-7005",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.347,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.25,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 22143,
            "title": "C-Fos immunoreactivity mapping of the auditory system after electrical stimulation of the cochlear nerve in rats.",
            "abstract": null,
            "authors": [
                "Nakamura, M",
                "Rosahl, SK",
                "Alkahlout, E",
                "Gharabaghi, A",
                "Walter, GF",
                "Samii, M"
            ],
            "year": 2003,
            "source": "Hear Res. 2003; 184(1-2):75-81",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186158300008",
            "pubmed": "14553905",
            "doi": "10.1016/S0378-5955(03)00236-3",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "HEAR RES",
            "issn": "0378-5955",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.502,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.90625,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "OTORHINOLARYNGOLOGY",
            "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": 22144,
            "title": "Extracerebral subdural manifestation of Chester-Erdheim disease associated with a giant adenoma of the pituitary.",
            "abstract": null,
            "authors": [
                "Thorns, V",
                "Zajaczek, J",
                "Becker, H",
                "Walter, GF",
                "Hori, A"
            ],
            "year": 2003,
            "source": "Clin Neuropathol. 2003; 22(5):246-251",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000185559100007",
            "pubmed": "14531550",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "CLIN NEUROPATHOL",
            "issn": "0722-5091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.051,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.375,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "PATHOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}