PRISMA-S + PRESS Search QA
Amaç
- •Arama stratejisini PRISMA-S'e uygun raporlamak.
- •Sorguların PRESS prensiplerine göre teknik kalite kontrolünü yapmak.
Girdi
- •Araştırma sorusu + PICO/PECO
- •Kullanılan veri tabanları (EuropePMC/PubMed/Scopus/Embase/Semantic Scholar vb.)
- •Her kaynak için query string + filtreler + tarih
Çıktı (önerilen JSON)
json
{
"search_qa": {
"protocol_id": "...",
"run_id": "YYYYMMDD-HHMM",
"databases": [
{
"name": "EuropePMC",
"query": "...",
"filters": {"year_from": null, "year_to": null},
"ran_at": "YYYY-MM-DDTHH:mm:ssZ",
"n_results": 1234
}
],
"press_check": {
"translation_errors": [],
"boolean_logic": [],
"subject_headings": [],
"text_word_searching": [],
"spelling_syntax": [],
"limits_filters": [],
"overall_notes": []
},
"prisma_s_fields": {
"information_sources": [],
"full_strategies_reported": true,
"date_last_searched": "YYYY-MM-DD"
}
}
}
PRESS mini-checklist (uygulama)
- •Boolean/parentheses doğru mu? (AND/OR gruplama)
- •Field tags doğru mu? (title/abstract, MeSH vs)
- •Synonym/variant coverage yeterli mi?
- •Spelling/typo var mı?
- •Limits/filters protokole uygun mu? (yıl, dil, insan)
- •Çok daraltma var mı? (sıfır sonuç riski)