URL
The SIAG-EDI website URL is https://edi.siag.siam.org/index.html.
GitHub
The SIAG-EDI website is hosted on GitHub at https://github.com/SIAM1951/SIAG-EDI. This is a private repository. To request access, email the SIAG-EDI Chair, and include your GitHub userid in the email.
Editing
Once you have access to the GitHub repository, you can edit the website by following these steps:
- Clone the repository to your local machine using
git clone https://github.com/SIAM1951/SIAG-EDI.git. - Navigate to the repository directory:
cd SIAG-EDI. - Create a new branch for your changes:
git checkout -b your-branch-name. - Make your changes to the website files.
- Commit your changes:
git commit -am "Describe your changes". - Push your changes to GitHub:
git push origin your-branch-name. - Create a pull request on GitHub to merge your changes into the main branch.