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=152520&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156888,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152540&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152500&ordering=-imported",
    "results": [
        {
            "id": 64880,
            "title": "Harmonious analysis of arterial rat pulses and demonstration of pulse formation as a location curve.",
            "abstract": null,
            "authors": [
                "KENNER, T"
            ],
            "year": 1962,
            "source": "Z Biol. 1962; 113(8): 81-86. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "14455199",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Z Biol",
            "issn": "0025-8512",
            "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": null,
            "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": 64879,
            "title": "Experimental studies on an analysis of the transformation of pulse pressure in the arterial system in rabbits.",
            "abstract": null,
            "authors": [
                "KENNER, T"
            ],
            "year": 1962,
            "source": "Z Biol. 1962; 113(8): 125-144. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "14455198",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Z Biol",
            "issn": "0025-8512",
            "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": null,
            "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": 64878,
            "title": "On the hemodynamics of aortic isthmus stenosis.",
            "abstract": null,
            "authors": [
                "KENNER, T"
            ],
            "year": 1960,
            "source": "Z Biol. 1960; 112:185-212",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "13752538",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Z Biol",
            "issn": "0365-267X",
            "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": null,
            "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": 64877,
            "title": "A study on the origin of normal pulse forms.",
            "abstract": null,
            "authors": [
                "KENNER, T",
                "RONNIGER, T"
            ],
            "year": 1960,
            "source": "Arch Kreislaufforsch. 1960; 32:  141-173. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "14408527",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Arch Kreislaufforsch",
            "issn": "0003-9217",
            "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": null,
            "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": 64876,
            "title": "The modification of the pulse wave velocity by reflection.",
            "abstract": null,
            "authors": [
                "KENNER, T",
                "RONNIGER, R"
            ],
            "year": 1960,
            "source": "Z Biol. 1960; 111:  367-375. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "14408526",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Z Biol",
            "issn": "0003-9217",
            "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": null,
            "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": 64875,
            "title": "On blood circulation modifications after ligation of the large venous trunks in the rat.",
            "abstract": null,
            "authors": [
                "KENNER, T"
            ],
            "year": 1959,
            "source": "Z Kreislaufforsch. 1959; 48:  1093-1101. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "14408528",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Z Kreislaufforsch",
            "issn": "0044-295X",
            "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": null,
            "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": 64874,
            "title": "Principles and problems of pulse analysis.",
            "abstract": null,
            "authors": [
                "KENNER, T"
            ],
            "year": 1959,
            "source": "Wien Klin Wochenschr. 1959; 71:  788-790. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "14408529",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "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": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "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": 64873,
            "title": "The arterial pulse in aortic isthmus stenosis.",
            "abstract": null,
            "authors": [
                "KENNER, T"
            ],
            "year": 1959,
            "source": "Z Kreislaufforsch. 1959; 48:  730-734. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "14408530",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Z Kreislaufforsch",
            "issn": "0044-295X",
            "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": null,
            "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": 64872,
            "title": "Relation between the end systolic pressure and peripheral resistance on a tube model.",
            "abstract": null,
            "authors": [
                "KENNER, T"
            ],
            "year": 1959,
            "source": "Z Kreislaufforsch. 1959; 48(11-12): 570-574. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "13676633",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Z Kreislaufforsch",
            "issn": "0044-295X",
            "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": null,
            "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": 64871,
            "title": "Cause of hypotension after portal vein ligation in rats.",
            "abstract": null,
            "authors": [
                "KENNER, T"
            ],
            "year": 1959,
            "source": "Z Kreislaufforsch. 1959; 48(5-6): 204-214. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "13660139",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Z Kreislaufforsch",
            "issn": "0044-295X",
            "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": null,
            "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": 64870,
            "title": "Electrokymographic pulse curve of the pulmonary artery.",
            "abstract": null,
            "authors": [
                "KENNER, T"
            ],
            "year": 1959,
            "source": "Arch Kreislaufforsch. 1959; 29(4): 268-290. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "13637923",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Arch Kreislaufforsch",
            "issn": "0003-9217",
            "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": null,
            "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": 64869,
            "title": "Evaluation of electrokymographic curves.",
            "abstract": null,
            "authors": [
                "KENNER, T",
                "ALTH, G"
            ],
            "year": 1958,
            "source": "Z Kreislaufforsch. 1958; 47(1-2): 15-23. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "13531454",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Z Kreislaufforsch",
            "issn": "0044-295X",
            "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": null,
            "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": 64868,
            "title": "Experimental studies on pulse forms and individual vibrations of 2-part tube models.",
            "abstract": null,
            "authors": [
                "KENNER, T",
                "WETTERER, E"
            ],
            "year": 1962,
            "source": "Pflugers Arch Gesamte Physiol Menschen Tiere. 1962; 275:  594-613. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A19621229C00003",
            "pubmed": "14031965",
            "doi": "10.1007/BF00363104",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Pflugers Arch Gesamte Physiol Menschen Tiere",
            "issn": "0031-6768",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64864,
            "title": "The risk concept in medicine--statistical and epidemiological aspects: a case report for applied mathematics in cardiology.",
            "abstract": null,
            "authors": [
                "Pfeiffer, KP",
                "Kenner, T"
            ],
            "year": 1986,
            "source": "Theor Med. 1986; 7(3):259-268",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3798392",
            "doi": "10.1007/BF00539847",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Theor Med",
            "issn": "0167-9902",
            "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": null,
            "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": 64863,
            "title": "Age, time, entropy, and biological optimality--some remarks on the general problem of biological optimization.",
            "abstract": null,
            "authors": [
                "Kenner, T"
            ],
            "year": 1996,
            "source": "Wien Med Wochenschr. 1996; 146(5):104-107",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "8686326",
            "doi": null,
            "pmc": null,
            "organizations": [
                "64863-14010"
            ],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "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": null,
            "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": 64862,
            "title": "Microvibrations: an interrelation between heart beat, muscle tremor and resting muscle tone.",
            "abstract": null,
            "authors": [
                "Gallash, E",
                "Kenner, T"
            ],
            "year": 1998,
            "source": "Scr Med (Brno). 1998; 71(4): 165-170. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "11542499",
            "doi": null,
            "pmc": null,
            "organizations": [
                "64862-14010"
            ],
            "persons": [
                "64862-51814-1"
            ],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Scr Med (Brno)",
            "issn": "1211-3395",
            "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": null,
            "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": 64856,
            "title": "Stereotactic radiosurgery for hypothalamic hamartomas.",
            "abstract": null,
            "authors": [
                "Unger, F",
                "Schröttner, O",
                "Feichtinger, M",
                "Bone, G",
                "Haselsberger, K",
                "Sutter, B"
            ],
            "year": 2002,
            "source": "Acta Neurochir Suppl. 2002; 84:  57-63. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "12379005",
            "doi": "10.1007/978-3-7091-6117-3_6",
            "pmc": null,
            "organizations": [
                "64856-14050"
            ],
            "persons": [
                "64856-51686-6",
                "64856-51465-6",
                "64856-51969-1"
            ],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Acta Neurochir Suppl",
            "issn": "0065-1419",
            "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": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64855,
            "title": "Comparison of clonidine to sleep deprivation in the potential to induce spike or sharp-wave activity.",
            "abstract": null,
            "authors": [
                "Kettenmann, B",
                "Feichtinger, M",
                "Tilz, C",
                "Kaltenhäuser, M",
                "Hummel, C",
                "Stefan, H"
            ],
            "year": 2005,
            "source": "Clin Neurophysiol. 2005; 116(4):905-912",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000228607200018",
            "pubmed": "15792900",
            "doi": "10.1016/j.clinph.2004.11.006",
            "pmc": null,
            "organizations": [],
            "persons": [
                "64855-51465-6"
            ],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Clin Neurophysiol",
            "issn": "1388-2457",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.64,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.756756756756757,
            "impactfactor_norm_year": 2005,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64934,
            "title": "Pulse wave reflection at the collapsed segment of an artery in Riva-Rocci's method.",
            "abstract": null,
            "authors": [
                "Kenner, T"
            ],
            "year": 1976,
            "source": "Pflugers Arch. 1976; 364(3): 285-289. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1976CC76300010",
            "pubmed": "986636",
            "doi": "10.1007/BF00581766",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Pflugers Arch",
            "issn": "0031-6768",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.921,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "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": 64928,
            "title": "MODEL STUDIES ON THE BEHAVIOR OF THE BLOOD PRESSURE IN STENOSIS.",
            "abstract": null,
            "authors": [
                "KENNER, T",
                "WALDHAEUSL, W",
                "WETTERER, E"
            ],
            "year": 1965,
            "source": "Z Kreislaufforsch. 1965; 54(11): 335-345. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A19656475000002",
            "pubmed": "14308656",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Z Kreislaufforsch",
            "issn": "0044-295X",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}