Upload your trace to the Workflow Trace Archive
To upload a trace to the Workflow Trace Archive (WTA), please follow the following steps:
- Validate your dataset using our validator.
- Clone the wta-tools repository
- Clone the website repository.
- Run the script to generate website content with the --append flag using as first argument the location a folder in which your dataset(s) reside(s) and as second argument the location of the website repository.
- Test your changes locally using "gulp" and then "gulp serve" (see the README in the wta-site repository).
- Pull request the changes.
Add a publication or talk to the website
To upload a publication to the website that makes use of one of the traces the WTA offers, please follow the following steps:
- Clone the website repository.
- Add an entry in publications.yml or talks.yml.
- Test your changes locally using "gulp" and then "gulp serve" (see the README in the wta-site repository).
- Pull request the changes.