NCEAS / oss-2017

OSS2017 - Open Science for Synthesis: Gulf Research Program
https://nceas.github.io/oss-2017
10 stars 6 forks source link

Draft online course schedule #3

Closed mbjones closed 7 years ago

mbjones commented 7 years ago

Determine if there is an effective way to maintain the course schedule on github in text format with effective formatting. It can probably be done with Markdown and some judicious use of inline html with CSS styles.

Clearly mark the schedule as a work-in-progress/draft until it is complete.

zenrabbit commented 7 years ago

This is a really good idea. Perhaps a bookdown knit to html. I will explore.

zenrabbit commented 7 years ago

R Notebooks, http://rmarkdown.rstudio.com/r_notebooks.html Jupyter Notebook Nice tables: kable function from knitr package http://kbroman.org/knitr_knutshell/pages/figs_tables.html https://www.r-bloggers.com/creating-nice-tables-using-r-markdown/ Or there is a nice package in R, Gantt, http://stackoverflow.com/questions/3550341/gantt-charts-with-r so we could do schedule as a Gantt Chart.

zenrabbit commented 7 years ago

individual RMD files that are thematic proposed on Feb 15th. I will pilot the idea and model a website.

zenrabbit commented 7 years ago

Hi Matt,

I did a knit using knitr package, kable function. This is the most common approach to making table using R and sharing online. It is ok. I think it would be best to split into each week separately. Check repo and you will see. Let me know if that is ok.