{
  "name": "HantavirusMeter.info monitoring automation plan",
  "version": "1.0",
  "principle": "Detection may be automated, but publication of health data must remain human-reviewed.",
  "pipeline": [
    "Collect official sources and public news signals",
    "Filter by hantavirus-related keywords",
    "Classify as official-source, media, signal, data-update or discarded",
    "Write results into pending-signals.json",
    "Human editor reviews each item",
    "Verified items move to timeline.json",
    "Confirmed numerical data move to data.json only with official source and date"
  ],
  "recommendedSources": [
    {
      "name": "CDC",
      "type": "official",
      "url": "https://www.cdc.gov/hantavirus/"
    },
    {
      "name": "WHO Disease Outbreak News",
      "type": "official",
      "url": "https://www.who.int/emergencies/disease-outbreak-news"
    },
    {
      "name": "WHO Hantavirus fact sheet",
      "type": "official",
      "url": "https://www.who.int/news-room/fact-sheets/detail/hantavirus"
    },
    {
      "name": "ECDC",
      "type": "official",
      "url": "https://www.ecdc.europa.eu/en/hantavirus-infection"
    },
    {
      "name": "PAHO/OPS",
      "type": "official",
      "url": "https://www.paho.org/en/topics/hantavirus"
    },
    {
      "name": "GDELT",
      "type": "news-monitoring",
      "url": "https://www.gdeltproject.org/"
    },
    {
      "name": "NewsAPI",
      "type": "news-monitoring",
      "url": "https://newsapi.org/"
    }
  ],
  "keywords": [
    "hantavirus",
    "orthohantavirus",
    "hantavirus pulmonary syndrome",
    "HPS",
    "hemorrhagic fever with renal syndrome",
    "HFRS",
    "Andes virus",
    "Puumala virus",
    "Dobrava virus",
    "Sin Nombre virus",
    "rodent-borne disease"
  ],
  "legalSafetyRules": [
    "Never mark a media article as confirmed health data without official confirmation.",
    "Never add case counts from headlines alone.",
    "Every timeline event must have sourceName, sourceUrl, date and status.",
    "Use review status by default.",
    "Use verified status only after human review."
  ]
}