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=1140&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158440,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1160&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1120&ordering=imported",
    "results": [
        {
            "id": 61244,
            "title": "Preparation of root canals with the Excalibur in comparison with manual instrumentation, Endocursor and Intra-Endokopf",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Arnetzl, G"
            ],
            "year": 1991,
            "source": "ZWR. 1991; 100(10):  778- 779. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1819178",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61244-74154-1"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "ZWR",
            "issn": "0044-166X",
            "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": 61285,
            "title": "Preventive aspects of restorations using amalgam",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1986,
            "source": "Z Stomatol. 1986; 83(1): 85-90. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3463091",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61285-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Z Stomatol",
            "issn": "0175-7784",
            "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": 61281,
            "title": "Onset of the eruption of permanent teeth, deciduous tooth exfoliation and mineralisation of wisdom teeth in 979 grade school students in Graz",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Droschl, H"
            ],
            "year": 1983,
            "source": "Osterr Z Stomatol. 1983; 80(11): 403-412. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6588354",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61281-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": 61245,
            "title": "A 3-year clinical study of a hybrid composite resin as fissure sealant and as restorative material for Class I restorations.",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1992,
            "source": "Quintessence Int. 1992; 23(11): 759-762. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1305291",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61245-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Quintessence Int",
            "issn": "0033-6572",
            "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": 61241,
            "title": "Cariogenic potential of in-between-meals--results of oral plaque-pH-telemetry",
            "abstract": null,
            "authors": [
                "Maiwald, HJ",
                "Fröhlich, S",
                "Städtler, P"
            ],
            "year": 1991,
            "source": "Dtsch Stomatol. 1991; 41(12): 457-459. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1818625",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61241-74154-6"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Dtsch Stomatol",
            "issn": "0863-4904",
            "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": 61240,
            "title": "Caries prevalence, periodontal status, traumatised anterior teeth and sealant in 11-14-year olds in Styria",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Schäfer, F",
                "Glockner, K"
            ],
            "year": 1991,
            "source": "Dtsch Stomatol. 1991; 41(6): 207-209. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1816833",
            "doi": null,
            "pmc": null,
            "organizations": [
                "61240-14111"
            ],
            "persons": [
                "61240-74154-2",
                "61240-51840-6"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Dtsch Stomatol",
            "issn": "0863-4904",
            "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": 61277,
            "title": "Effectiveness of the treatment of 116 deciduous teeth",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1983,
            "source": "Zahnarzt. 1983; 27(8): 533-538. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6583937",
            "doi": "10.1002/pssb.2221160214",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61277-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Zahnarzt",
            "issn": "0044-1678",
            "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": 61310,
            "title": "The role of inherited thrombotic disorders in the etiology of Legg-Calvé-Perthes disease.",
            "abstract": null,
            "authors": [
                "Gallistl, S",
                "Reitinger, T",
                "Linhart, W",
                "Muntean, W"
            ],
            "year": 1999,
            "source": "J Pediatr Orthop. 1999; 19(1): 82-83. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000080114500018",
            "pubmed": "9890293",
            "doi": "10.1097/00004694-199901000-00018",
            "pmc": null,
            "organizations": [
                "61310-14049",
                "61310-14091"
            ],
            "persons": [
                "61310-51651-6",
                "61310-51963-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "J Pediatr Orthop",
            "issn": "0271-6798",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.603,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.452380952380952,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 61296,
            "title": "Two-year clinical study of Luxafill filling material for fissure filling and Class I composite fillings",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1990,
            "source": "Quintessenz. 1990; 41(8): 1273-1283. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2217700",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61296-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Quintessenz",
            "issn": "0033-6580",
            "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": 61248,
            "title": "The relative caries-inhibiting efficacy of amine fluoride and sodium fluoride in compatible dentifrices--results of a consensus conference.",
            "abstract": null,
            "authors": [
                "Einwag, J",
                "Hellwig, E",
                "Hotz, P",
                "Städtler, P"
            ],
            "year": 1995,
            "source": "Quintessence Int. 1995; 26(10): 707-713. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "8935113",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61248-74154-6"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Quintessence Int",
            "issn": "0033-6572",
            "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": 61268,
            "title": "Medical-educational effect of supervised oral hygiene exercises. Results after a year",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1981,
            "source": "Osterr Z Stomatol. 1981; 78(6): 228-234. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6944688",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61268-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": 61280,
            "title": "Plaque-inhibiting agents",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1983,
            "source": "Osterr Z Stomatol. 1983; 80(10): 372-379. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6583640",
            "doi": "10.1016/0315-0860(83)90086-1",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61280-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": 61272,
            "title": "Management of conservative treatment of children",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1982,
            "source": "ZWR. 1982; 91(3):  59- 63. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6956095",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61272-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "ZWR",
            "issn": "0044-166X",
            "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": 61243,
            "title": "Chemical degradation of 15 composites--an SEM study",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Pabst, MA"
            ],
            "year": 1991,
            "source": "ZWR. 1991; 100(5):309-312",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1882576",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61243-74154-1"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "ZWR",
            "issn": "0044-166X",
            "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": 61258,
            "title": "Restoration of profoundly destroyed deciduous teeth with preformed steel crowns",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1979,
            "source": "Zahnarztl Prax. 1979; 30(3): 123-127. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "292282",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61258-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Zahnarztl Prax",
            "issn": "0044-1651",
            "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": 61309,
            "title": "Recombinant factor VIIa does not induce hypercoagulability in vitro.",
            "abstract": null,
            "authors": [
                "Gallistl, S",
                "Cvirn, G",
                "Muntean, W"
            ],
            "year": 1999,
            "source": "Thromb Haemost. 1999; 81(2): 245-249. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078561200015",
            "pubmed": "10064000",
            "doi": "10.1055/s-0037-1614451",
            "pmc": null,
            "organizations": [
                "61309-14091"
            ],
            "persons": [
                "61309-50068-6",
                "61309-51651-6",
                "61309-51963-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Thromb Haemost",
            "issn": "0340-6245",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.983,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.916666666666667,
            "impactfactor_norm_year": 1999,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61267,
            "title": "Results of a prophylaxis program at the Institute for the Deaf at Graz: changes in oral hygiene after first 7 months",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1980,
            "source": "Osterr Z Stomatol. 1980; 77(12): 470-476. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6938915",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61267-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": 61289,
            "title": "Exactness of measurement of the sulcus-fluid flow rate (SFFR) by means of the Periotron",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Pfeiffer, KP"
            ],
            "year": 1988,
            "source": "Stomatol DDR. 1988; 38(2): 82-84. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3293267",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61289-74154-1"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Stomatol DDR",
            "issn": "0302-4725",
            "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": 61261,
            "title": "Suppression of plaque and papillary bleeding indices in a supervised oral hygiene program",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1979,
            "source": "Zahnarztl Prax. 1979; 30(9): 401-406. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "298148",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61261-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Zahnarztl Prax",
            "issn": "0044-1651",
            "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": 61279,
            "title": "Juvenile periodontitis",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Rossipal, E",
                "Egger, G"
            ],
            "year": 1984,
            "source": "Zahn Mund Kieferheilkd Zentralbl. 1984; 72(8): 811-817. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6240863",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61279-74154-1"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Zahn Mund Kieferheilkd Zentralbl",
            "issn": "0303-6464",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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
        }
    ]
}