GenericMappingTools / gmt-for-geodesy

Material for the annual GMT for EarthScope short course
33 stars 14 forks source link

Build an attractive website next year? #40

Open seisman opened 1 year ago

seisman commented 1 year ago

The online workshop I attended one month ago has a great event landing page and a Jupyterbook. The workshop website uses this template (https://github.com/uwhackweek/jupyterbook-template). I know it's too late to build a website this year, but maybe we can do it next year?

maxrjones commented 1 year ago

I put together a Jupyter Book last year (https://github.com/GenericMappingTools/gmt-for-geodesy/pull/1) but think there was an offline discussion where people decided against it. I think the web page and jupyter book is more readable for participants.

seisman commented 1 year ago

Looking at PR #1, I think it's very likely that people were against "running bash scripts in a Jupyter Notebook environment".

maxrjones commented 1 year ago

Looking at PR #1, I think it's very likely that people were against "running bash scripts in a Jupyter Notebook environment".

Would the bash content be in markdown files instead (like https://github.com/snowex-hackweek/website/blob/main/book/tutorials/jupyter.md)? Is there a way to go directly from shell script to jupyter book page?