Foreign Interference Attribution Tracker
Data and Documentation
This repository contains the database of the Foreign Interference Attribution Tracker. The tracker lives here. And it is open sourced here.
How to update the database
-
Push a new
DFRLab_interference2020.csvfile to the root of the repository.git clone https://github.com/DFRLab/interference2020-Data.git cd interference2020-Data # update csv file git add . git commit -m "Database update" git push origin master -
Add accompanying case images to the
imagesfolder. The images should bejpgphotos and named with the respectivecase hash. Commit and push to GitHub. -
The data visualization will automatically fetch the new dataset.
How to change the timeline special dates and tooltips.
- Push a new
timeline_dates.csvfile to themetafolder. - The data visualization will automatically fetch the dates and tooltips.
Please make sure having all columns in all files in the required format.
Test before going live
Consider testing the visualization locally before you push changes to the live website.
- Follow the instructions in the data visualization repository to have it run on your local computer.
- Go to
src/inputs/dataPaths.jsand changedatato the local data csv file. Note: The local data csv must be located in the public folder. - Open http://localhost:5000 in a modern browser and check, if everything is displayed correctly.
Digital Forensic Research Lab - Atlantic Council
Описание
Languages
Shell
100%