9 Process Data
Scripts to process new Pandemic PACT data and update the Research Information Gateway database are available at the acdc-db-search
GitHub repository
9.1 Clone the Repository
Open your terminal or command line interface
Clone the
acdc-db-search
GitHub repository using one of these methods:Using GitHub CLI:
gh repo clone ecohealthalliance/acdc-db-search
Using HTTPS:
git clone https://github.com/ecohealthalliance/acdc-db-search.git
Navigate to the cloned repository:
cd acdc-db-search
This repository contains all the necessary scripts for data processing and database updates. See the repository