Contributing to the SIAG-EDI Website

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:

  1. Clone the repository to your local machine using git clone https://github.com/SIAM1951/SIAG-EDI.git.
  2. Navigate to the repository directory: cd SIAG-EDI.
  3. Create a new branch for your changes: git checkout -b your-branch-name.
  4. Make your changes to the website files.
  5. Commit your changes: git commit -am "Describe your changes".
  6. Push your changes to GitHub: git push origin your-branch-name.
  7. Create a pull request on GitHub to merge your changes into the main branch.