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=154140&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157150,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154160&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154120&ordering=imported",
    "results": [
        {
            "id": 40108,
            "title": "Partial inhibition of AT-EAE by an antibody to ICAM-1: clinico-histological and MRI studies.",
            "abstract": null,
            "authors": [
                "Morrissey, SP",
                "Deichmann, R",
                "Syha, J",
                "Simonis, C",
                "Zettl, U",
                "Archelos, JJ",
                "Jung, S",
                "Stodal, H",
                "Lassmann, H",
                "Toyka, KV",
                "Haase, A",
                "Hartung, HP"
            ],
            "year": 1996,
            "source": "J Neuroimmunol. 1996; 69(1-2):85-93",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VK24400046",
            "pubmed": "8823379",
            "doi": "10.1016/0165-5728(96)00064-1",
            "pmc": null,
            "organizations": [],
            "persons": [
                "40108-51987-6"
            ],
            "imported": null,
            "journal": "J NEUROIMMUNOL",
            "issn": "0165-5728",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.083,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.858333333333333,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 52392,
            "title": "Glycine-extended gastrin exerts growth-promoting effects on colon cancer cell lines.",
            "abstract": null,
            "authors": [
                "Stepan, VM",
                "Sawada, M",
                "Yamada, T",
                "Dickinson, CJ"
            ],
            "year": 1996,
            "source": "GASTROENTEROLOGY 1996 110: A1122-A1122.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1996UF73704467",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "52392-52016"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.329,
            "impactfactor_year": 1996,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 52390,
            "title": "Proliferative effects of amidated gastrin and glycine-extended gastrin on the human embryonic kidney cell HEK 293.",
            "abstract": null,
            "authors": [
                "Stepan, VM",
                "Dickinson, CJ"
            ],
            "year": 1997,
            "source": "GASTROENTEROLOGY 1997 112: A1191-A1191.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997WV41904748",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "52390-52016"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.25,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 52389,
            "title": "Hyperkalaemia and diarrhoea in a patient with surreptitious ingestion of potassium sparing diuretics.",
            "abstract": null,
            "authors": [
                "Stepan, VM",
                "Hammer, HF",
                "Krejs, GJ"
            ],
            "year": 1997,
            "source": "Eur J Gastroenterol Hepatol. 1997; 9(10):1001-1004",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XZ65800014",
            "pubmed": "9391791",
            "doi": "10.1097/00042737-199710000-00014",
            "pmc": null,
            "organizations": [
                "52389-14081"
            ],
            "persons": [
                "52389-51531-6",
                "52389-51534-4",
                "52389-52016-1"
            ],
            "imported": null,
            "journal": "EUR J GASTROENTEROL HEPATOL",
            "issn": "0954-691X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.453,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.659090909090909,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 52387,
            "title": "Progastrin processing in primary antral G-cells is mediated by prohormone convertase (PC) 2",
            "abstract": null,
            "authors": [
                "Stepan, VM",
                "Del Valle, J",
                "Dickinson, CJ"
            ],
            "year": 1998,
            "source": "GASTROENTEROLOGY 1998 114: A1184-A1184.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000073089604813",
            "pubmed": null,
            "doi": "10.1016/S0016-5085(98)84810-5",
            "pmc": null,
            "organizations": [],
            "persons": [
                "52387-52016"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.33,
            "impactfactor_year": 1998,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 52386,
            "title": "Cell type specific requirement of the MAPK pathway for the growth factor action of gastrin.",
            "abstract": null,
            "authors": [
                "Stepan, V",
                "Dickinson, CJ",
                "Del Valle, J",
                "Todisco, A"
            ],
            "year": 1998,
            "source": "GASTROENTEROLOGY 1998 114: A1183-A1183.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000073089604808",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "52386-52016"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.33,
            "impactfactor_year": 1998,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 52385,
            "title": "Gastrin induces c-fos gene transcription via multiple signaling pathways.",
            "abstract": null,
            "authors": [
                "Stepan, V",
                "Tatewaki, M",
                "Matsushima, M",
                "Dickinson, CJ",
                "Del Valle, J",
                "Todisco, A"
            ],
            "year": 1998,
            "source": "GASTROENTEROLOGY 1998 114: A1183-A1183.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000073089604807",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "52385-52016"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.33,
            "impactfactor_year": 1998,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 52384,
            "title": "Gastrin induces c-fos gene transcription via multiple signaling pathways.",
            "abstract": null,
            "authors": [
                "Stepan, VM",
                "Tatewaki, M",
                "Matsushima, M",
                "Dickinson, CJ",
                "del Valle, J",
                "Todisco, A"
            ],
            "year": 1999,
            "source": "Am J Physiol. 1999; 276(2 Pt 1):G415-G424",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078593300013",
            "pubmed": "9950815",
            "doi": "10.1152/ajpgi.1999.276.2.G415",
            "pmc": null,
            "organizations": [],
            "persons": [
                "52384-52016-1"
            ],
            "imported": null,
            "journal": "AMER J PHYSIOL-GASTROINTEST L",
            "issn": "0193-1857",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.228,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.909090909090909,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 52383,
            "title": "Glycine-extended gastrin exerts growth-promoting effects on human colon cancer cells.",
            "abstract": null,
            "authors": [
                "Stepan, VM",
                "Sawada, M",
                "Todisco, A",
                "Dickinson, CJ"
            ],
            "year": 1999,
            "source": "Mol Med. 1999; 5(3):147-159",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000080538800001",
            "pubmed": "10404512",
            "doi": "10.1007/BF03402058",
            "pmc": "PMC2230299",
            "organizations": [],
            "persons": [
                "52383-52016-1"
            ],
            "imported": null,
            "journal": "MOL MED",
            "issn": "1076-1551",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.155,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.894736842105263,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL",
            "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": 52382,
            "title": "Regulation and function of p38 protein kinase in isolated canin gastric parietal cells.",
            "abstract": null,
            "authors": [
                "Pausawasdi, N",
                "Ramamoorthy, S",
                "Tacey, K",
                "Stepan, V",
                "DelValle, J",
                "Todisco, A"
            ],
            "year": 1999,
            "source": "GASTROENTEROLOGY 1999 116: A650-A651.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079778402839",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "52382-52016"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 12.182,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 52381,
            "title": "Cell type-specific requirement of the MAPK pathway for the growth factor action of gastrin.",
            "abstract": null,
            "authors": [
                "Stepan, VM",
                "Dickinson, CJ",
                "del Valle, J",
                "Matsushima, M",
                "Todisco, A"
            ],
            "year": 1999,
            "source": "Am J Physiol. 1999; 276(6 Pt 1):G1363-G1372",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000080785800007",
            "pubmed": "10362639",
            "doi": "10.1152/ajpgi.1999.276.6.G1363",
            "pmc": null,
            "organizations": [],
            "persons": [
                "52381-52016-1"
            ],
            "imported": null,
            "journal": "AMER J PHYSIOL-GASTROINTEST L",
            "issn": "0193-1857",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.228,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.909090909090909,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 52380,
            "title": "Glycine-extended gastrin regulates HEK cell growth.",
            "abstract": null,
            "authors": [
                "Stepan, VM",
                "Krametter, DF",
                "Matsushima, M",
                "Todisco, A",
                "Delvalle, J",
                "Dickinson, CJ"
            ],
            "year": 1999,
            "source": "Am J Physiol. 1999; 277(2 Pt 2):R572-R581",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081923500029",
            "pubmed": "10444566",
            "doi": "10.1152/ajpregu.1999.277.2.R572",
            "pmc": null,
            "organizations": [],
            "persons": [
                "52380-52016-1"
            ],
            "imported": null,
            "journal": "AMER J PHYSIOL-REGUL INTEGR C",
            "issn": "0363-6119",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.453,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.756756756756757,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "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": 52372,
            "title": "Mechanisms of growth factor actions in isolated parietal cells.",
            "abstract": null,
            "authors": [
                "Todisco, A",
                "Stepan, V",
                "Pausawasdi, N",
                "Ramamoorthy, S"
            ],
            "year": 2002,
            "source": "GASTROENTEROLOGY 2002 122: A5-A5.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000175366600023",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "52372-52016"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 13.44,
            "impactfactor_year": 2002,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 52371,
            "title": "Role of small GTP-binding proteins in the growth-promoting and anti-apoptotic actions of gastrin.",
            "abstract": null,
            "authors": [
                "Todisco, A",
                "Stepan, V",
                "Ramamoorthy, S",
                "Pausawasdi, N",
                "Logsdon, C",
                "Askari, F"
            ],
            "year": 2002,
            "source": "GASTROENTEROLOGY 2002 122: A4-A4.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000175366600021",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "52371-52016"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 13.44,
            "impactfactor_year": 2002,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 52364,
            "title": "Role of small GTP binding proteins in the growth-promoting and antiapoptotic actions of gastrin.",
            "abstract": null,
            "authors": [
                "Stepan, V",
                "Ramamoorthy, S",
                "Pausawasdi, N",
                "Logsdon, CD",
                "Askari, FK",
                "Todisco, A"
            ],
            "year": 2004,
            "source": "Am J Physiol Gastrointest Liver Physiol. 2004; 287(3):G715-G725",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000223446400027",
            "pubmed": "15331357",
            "doi": "10.1152/ajpgi.00169.2003",
            "pmc": null,
            "organizations": [],
            "persons": [
                "52364-52016-1"
            ],
            "imported": null,
            "journal": "AMER J PHYSIOL-GASTROINTEST L",
            "issn": "0193-1857",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.479,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.821917808219178,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "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": 52359,
            "title": "Regulation and function of the sonic hedgehog signal transduction pathway in isolated gastric parietal cells.",
            "abstract": null,
            "authors": [
                "Stepan, V",
                "Ramamoorthy, S",
                "Nitsche, H",
                "Zavros, Y",
                "Merchant, JL",
                "Todisco, A"
            ],
            "year": 2005,
            "source": "J Biol Chem. 2005; 280(16):15700-15708",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000228444800031",
            "pubmed": "15691835",
            "doi": "10.1074/jbc.M413037200",
            "pmc": null,
            "organizations": [],
            "persons": [
                "52359-52016-1"
            ],
            "imported": null,
            "journal": "J BIOL CHEM",
            "issn": "0021-9258",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.854,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.85823754789272,
            "impactfactor_norm_year": 2005,
            "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": 50106,
            "title": "Characterisation of patients with antibiotic-associated segmental hemorrhagic colitis: Role of cytotoxin-producing Klebsiella oxytoca",
            "abstract": null,
            "authors": [
                "Gerstgrasser, N",
                "Hoegenauer, C",
                "Langner, C",
                "Krause, R",
                "Krejs, GJ",
                "Hinterleitner, TA"
            ],
            "year": 2005,
            "source": "GASTROENTEROLOGY 2005 128: A661-A661.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000228619305301",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "50106-14081",
                "50106-14087"
            ],
            "persons": [
                "50106-50044",
                "50106-51534",
                "50106-51976",
                "50106-53167"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 12.386,
            "impactfactor_year": 2005,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 50105,
            "title": "Sarcoidosis of the paranasal sinuses as the etiology of therapy refractory dacryocystitis",
            "abstract": null,
            "authors": [
                "Anderhuber, W",
                "Walch, C",
                "Braun, H"
            ],
            "year": 1997,
            "source": "Laryngorhinootologie. 1997; 76(5):315-317",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XF70200009",
            "pubmed": "9280420",
            "doi": "10.1055/s-2007-997434",
            "pmc": null,
            "organizations": [
                "50105-14066"
            ],
            "persons": [
                "50105-51725-6",
                "50105-51729-6"
            ],
            "imported": null,
            "journal": "LARYNGO RHINO OTOL",
            "issn": "0935-8943",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.319,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.172413793103448,
            "impactfactor_norm_year": 1998,
            "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": 40111,
            "title": "B cell responses to the PNS protein P0 in experimental autoimmune neuritis.",
            "abstract": null,
            "authors": [
                "Archelos, JJ",
                "Toyka, KV",
                "Hartung, HP"
            ],
            "year": 1995,
            "source": "J Neurol Sci. 1995; 128(1):111-111",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1995QD06900017",
            "pubmed": "7536814",
            "doi": "10.1016/0022-510X(94)00246-K",
            "pmc": null,
            "organizations": [],
            "persons": [
                "40111-51987-1"
            ],
            "imported": null,
            "journal": "J NEUROL SCI",
            "issn": "0022-510X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.867,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.579207920792079,
            "impactfactor_norm_year": 1998,
            "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": 40117,
            "title": "Elderly subjects with extensive age-related white matter changes have a high risk of rapid progression to disability. The LADIS (Leukoaraiosis and Disability) project: Evidence from the first year follow-up",
            "abstract": null,
            "authors": [
                "Inzitari, D",
                "Pantoni, L",
                "Simoni, M",
                "Pracucci, G",
                "Basile, A",
                "Asplund, K",
                "Chabriat, H",
                "Erkinjuntti, T",
                "Fazekas, F",
                "Ferro, JM",
                "Hennerici, M",
                "O'Brien, J",
                "Scheltens, P",
                "Visser, MC",
                "Wahlund, LO",
                "Waldemar, G",
                "Wallin, A"
            ],
            "year": 2005,
            "source": "NEUROLOGY 2005 64: A389-A389.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000227841502347",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NEUROLOGY",
            "issn": "0028-3878",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.947,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.959459459459459,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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
        }
    ]
}