Skip to content

International Workshop on Parallel Programming Models and Systems Software for High-End Computing Website

Notifications You must be signed in to change notification settings

vivien-chu/p2s2-www

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website for the P2S2 Workshop

The website is created by using Jekyll (https://jekyllrb.com/) and published via Github Actions (https://docs.github.com/en/actions). All editions from 2021 will be purely maintained on this github repository.

History

Old websites (2011-2020) are maintained at gitlab and the web server is setup by Argonne. However, we can no longer make any updates on the old websites. If any change is needed, please migrate the corresponding year's folder to this repository (need to transfer P2P files to Jekyll formats).

If you need permission to access gitlab, please email Min Si.

How to Modify

The following steps show how to create a new 2022 workshop website as an example.

  • git clone https://github.com/pmodels/p2s2-www.git p2s2-www/
  • Enter p2s2-www directory (i.e. root directory) and execute cp -r 2021 2022
  • Change index.html in root directory and change URL=2021 to URL=2022 in line 5
  • Make change locally and confirm the updated website
  • To build and serve the website locally, you can execute bundle exec jekyll serve --livereload in root directory and access http://localhost:4000
  • Once edit is done, commit your changes and git push to repo ## this step will trigger the deployment action
  • Confirm the updated website at https://pmodels.github.io/p2s2-www

About

International Workshop on Parallel Programming Models and Systems Software for High-End Computing Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.1%
  • CSS 10.6%
  • Ruby 1.3%