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=155460&ordering=-year
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=155480&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155440&ordering=-year",
    "results": [
        {
            "id": 7635,
            "title": "Possible pitfalls in the interpretation of inspiratory flow volume curves.",
            "abstract": null,
            "authors": [
                "Zach, M"
            ],
            "year": 1982,
            "source": "ARCH DIS CHILD. 1982; 57(2): 161-162. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1982NC92200022",
            "pubmed": "7065716",
            "doi": "10.1136/adc.57.2.161-b",
            "pmc": "PMC1627528",
            "organizations": [],
            "persons": [],
            "imported": "2009-09-02T17:05:12+02:00",
            "journal": "ARCH DIS CHILD",
            "issn": "0003-9888",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.462,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.915492957746479,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7636,
            "title": "Infrared contact coagulation for hemostasis in liver and spleen",
            "abstract": null,
            "authors": [
                "Höllerl, G",
                "Höfler, H",
                "Tscheliessnigg, KH",
                "Hermann, W",
                "Stenzl, W",
                "Dacar, D"
            ],
            "year": 1982,
            "source": "FORTSCHR MED. 1982; 100(9): 347-350. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982ND49300003",
            "pubmed": "7042503",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-02T12:06:30+02:00",
            "journal": "FORTSCHR MED",
            "issn": "0015-8178",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7637,
            "title": "Features of aspergillosis in ENT. Clinical features of aspergillosis in ENT (author's transl)",
            "abstract": null,
            "authors": [
                "Jakse, R",
                "Stammberger, H"
            ],
            "year": 1982,
            "source": "HNO. 1982; 30(2):45-52",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982ND92800001",
            "pubmed": "7068453",
            "doi": null,
            "pmc": null,
            "organizations": [
                "7637-14066"
            ],
            "persons": [],
            "imported": null,
            "journal": "HNO",
            "issn": "0017-6192",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.118,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.620689655172414,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 7639,
            "title": "On the evidential value of diatoms in cases of death by drowning (author's transl)",
            "abstract": null,
            "authors": [
                "Ranner, G",
                "Juan, H",
                "Udermann, H"
            ],
            "year": 1982,
            "source": "Z RECHTSMED-J LEG MED. 1982; 88(1-2): 57-65. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NF22500008",
            "pubmed": "7080684",
            "doi": "10.1007/BF00200736",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-02T16:31:25+02:00",
            "journal": "Z RECHTSMED-J LEG MED",
            "issn": "0044-3433",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7641,
            "title": "SPIN LABELING STUDY OF FROZEN-SOLUTIONS OF PORCINE HIGH-DENSITY AND LOW-DENSITY LIPOPROTEINS - TEMPERATURE-DEPENDENCE OF THE LIPID DYNAMICS",
            "abstract": null,
            "authors": [
                "NOTHIGLASLO, V",
                "KNIPPING, G"
            ],
            "year": 1982,
            "source": "INT J BIOL MACROMOL 1982 4: 107-110.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NF54100007",
            "pubmed": null,
            "doi": "10.1016/0141-8130(82)90034-4",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "INT J BIOL MACROMOL",
            "issn": "0141-8130",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.541,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.308474576271186,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7642,
            "title": "Phenothiazine-mediated protection of the blood-brain barrier during acute hypertension.",
            "abstract": null,
            "authors": [
                "Johansson, BB",
                "Auer, LM",
                "Linder, LE"
            ],
            "year": 1982,
            "source": "Stroke. 1982; 13(2):220-225",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NF70000013",
            "pubmed": "6121402",
            "doi": "10.1161/01.STR.13.2.220",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "STROKE",
            "issn": "0039-2499",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.526,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.952,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 7643,
            "title": "Cat pial venoconstriction by topical microapplication of norepinephrine.",
            "abstract": null,
            "authors": [
                "Ulrich, K",
                "Auer, LM",
                "Kuschinsky, W"
            ],
            "year": 1982,
            "source": "J Cereb Blood Flow Metab. 1982; 2(1):109-111",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1982NG60300012",
            "pubmed": "6277966",
            "doi": "10.1038/jcbfm.1982.12",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J CEREBR BLOOD FLOW METABOL",
            "issn": "0271-678X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.037,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.949152542372881,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": 7645,
            "title": "Adsorption of Mn(II) ions to human low density lipoproteins. Magnetic resonance studies.",
            "abstract": null,
            "authors": [
                "Herak, JN",
                "Pifat, G",
                "Brnjas-Kraljevic, J",
                "Jürgens, G"
            ],
            "year": 1982,
            "source": "BIOCHIM BIOPHYS ACTA. 1982; 710(3): 324-331. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NG72800009",
            "pubmed": "7074120",
            "doi": "10.1016/0005-2760(82)90115-1",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7645-51511-6"
            ],
            "imported": "2009-09-02T15:43:28+02:00",
            "journal": "BIOCHIM BIOPHYS ACTA",
            "issn": "0006-3002",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.507,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.701754385964912,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOPHYSICS",
            "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": 7646,
            "title": "Necrosis of pancreas after endoscopic retrograde pancreaticography (author's transl)",
            "abstract": null,
            "authors": [
                "Ebner, F",
                "Höfler, H",
                "Kratochvil, P",
                "Brandstätter, G",
                "Pristautz, H"
            ],
            "year": 1982,
            "source": "Dtsch Med Wochenschr. 1982; 107(12):453-455",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NG90800005",
            "pubmed": "7060478",
            "doi": "10.1055/s-2008-1069954",
            "pmc": null,
            "organizations": [
                "7646-14108"
            ],
            "persons": [],
            "imported": null,
            "journal": "DEUT MED WOCHENSCHR",
            "issn": "0012-0472",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.605,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.607476635514019,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 7647,
            "title": "Endoscopic esophageal anastomosis.",
            "abstract": null,
            "authors": [
                "Booss, D",
                "Höllwarth, M",
                "Sauer, H"
            ],
            "year": 1982,
            "source": "J PEDIAT SURG 1982 17: 138-143.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NH29800005",
            "pubmed": "7077493",
            "doi": "10.1016/S0022-3468(82)80197-8",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J PEDIAT SURG",
            "issn": "0022-3468",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.846,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.746478873239437,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7648,
            "title": "THE DETERMINATION OF ALUMINUM IN HUMAN-PLASMA",
            "abstract": null,
            "authors": [
                "WAWSCHINEK, O",
                "PETEK, W",
                "LANG, J",
                "POGGLITSCH, H",
                "HOLZER, H"
            ],
            "year": 1982,
            "source": "MIKROCHIM ACTA 1982 1: 335-339.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NH64300003",
            "pubmed": null,
            "doi": "10.1007/BF01197113",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7648-51535-6"
            ],
            "imported": null,
            "journal": "MIKROCHIM ACTA",
            "issn": "0026-3672",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.965,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.276923076923077,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, ANALYTICAL",
            "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": 7649,
            "title": "RHEOLOGICAL PROPERTIES OF HEALTHY SYNOVIAL-FLUIDS",
            "abstract": null,
            "authors": [
                "RIBITSCH, V",
                "RAINER, F",
                "SCHURZ, J"
            ],
            "year": 1982,
            "source": "RHEOL ACTA 1982 21: 81-89.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NJ21700009",
            "pubmed": null,
            "doi": "10.1007/BF01520708",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "RHEOL ACTA",
            "issn": "0035-4511",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.313,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.927710843373494,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MECHANICS",
            "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": 7653,
            "title": "Alpha receptor blocking and cardial insufficiency",
            "abstract": null,
            "authors": [
                "Klein, W"
            ],
            "year": 1982,
            "source": "Wien Med Wochenschr. 1982; 132 Spec No(1):6-9",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NJ56500003",
            "pubmed": "6123199",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7654,
            "title": "Nicotinic nociceptors on perivascular sensory nerve endings.",
            "abstract": null,
            "authors": [
                "Juan, H"
            ],
            "year": 1982,
            "source": "PAIN. 1982; 12(3): 259-264. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NJ75500004",
            "pubmed": "7078986",
            "doi": "10.1016/0304-3959(82)90157-9",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-02T15:47:26+02:00",
            "journal": "PAIN",
            "issn": "0304-3959",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.017,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.96,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 7655,
            "title": "Diagnosis and therapy of cancer of the large intestine (author's transl)].",
            "abstract": null,
            "authors": [
                "Kraft-Kinz, J",
                "Kronberger, L"
            ],
            "year": 1982,
            "source": "Wien Klin Wochenschr. 1982; 94(7):168-172",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NJ89700003",
            "pubmed": "6179303",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7656,
            "title": "Clinical features and therapeutic management of male breast cancer (author's transl)",
            "abstract": null,
            "authors": [
                "Samonigg, H",
                "Fereberger, W",
                "Steindorfer, P"
            ],
            "year": 1982,
            "source": "Wien Klin Wochenschr. 1982; 94(7):172-176",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NJ89700004",
            "pubmed": "7101952",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7656-51532-2"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7657,
            "title": "Effects of antibodies against nerve growth factor on the postnatal development of substance P-containing sensory neurons.",
            "abstract": null,
            "authors": [
                "Mayer, N",
                "Lembeck, F",
                "Goedert, M",
                "Otten, U"
            ],
            "year": 1982,
            "source": "NEUROSCI LETT. 1982; 29(1): 47-52. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NK11500009",
            "pubmed": "6175929",
            "doi": "10.1016/0304-3940(82)90362-7",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-02T15:58:52+02:00",
            "journal": "NEUROSCI LETT",
            "issn": "0304-3940",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.703,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.618811881188119,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7658,
            "title": "Evaluation of semen by electronic spermcounter",
            "abstract": null,
            "authors": [
                "Pusch, H",
                "Wiesspeiner, G",
                "Hausl, A"
            ],
            "year": 1982,
            "source": "Andrologia. 1982; 14(2):113-117",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NK12700004",
            "pubmed": "7103130",
            "doi": "10.1111/j.1439-0272.1982.tb03108.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ANDROLOGIA",
            "issn": "0303-4569",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.693,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.25,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANDROLOGY",
            "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": 7659,
            "title": "Extraepithelial enterochromaffin cell--nerve-fibre complexes in the normal human appendix, and in neurogenic appendicopathy.",
            "abstract": null,
            "authors": [
                "Auböck, L",
                "Ratzenhofer, M"
            ],
            "year": 1982,
            "source": "J Pathol. 1982; 136(3):217-226",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NK38500004",
            "pubmed": "7069526",
            "doi": "10.1002/path.1711360305",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J PATHOL",
            "issn": "0022-3417",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.518,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.926470588235294,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7661,
            "title": "How does limited trypsinization influence the surface structure and binding of calcium to lipoprotein (a): a spin-labeling study.",
            "abstract": null,
            "authors": [
                "Nöthig-Laslo, V",
                "Jürgens, G"
            ],
            "year": 1982,
            "source": "ARCH BIOCHEM BIOPHYS. 1982; 215(1): 329-338. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NK94100040",
            "pubmed": "6284042",
            "doi": "10.1016/0003-9861(82)90311-3",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7661-51511-6"
            ],
            "imported": "2007-10-18T16:21:49+02:00",
            "journal": "ARCH BIOCHEM BIOPHYS",
            "issn": "0003-9861",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.497,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.736842105263158,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOPHYSICS",
            "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
        }
    ]
}