From 752290b89c930fd236a4afb99442fdce09c9098d Mon Sep 17 00:00:00 2001 From: Jim Bowring Date: Sat, 21 May 2022 12:38:38 -0400 Subject: [PATCH] Workshops (#29) * Initialized Workshops menu * Updated docs * Updated docs --- docs/_config.yml | 1 + docs/_includes/themes/twitter/default.html | 3 ++- ...o-tripoli.md => 2022-06-01-welcome-to-tripoli.md} | 12 +++++++----- docs/workshops.md | 9 +++++++++ 4 files changed, 19 insertions(+), 6 deletions(-) rename docs/_posts/{2022-03-01-welcome-to-tripoli.md => 2022-06-01-welcome-to-tripoli.md} (88%) create mode 100644 docs/workshops.md diff --git a/docs/_config.yml b/docs/_config.yml index 47a155a7..fef95762 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -23,6 +23,7 @@ markdown: kramdown # All Jekyll-Bootstrap specific configurations are namespaced into this hash # JB: + # for local build, comment out next line and from /docs execute: bundle exec jekyll serve BASE_PATH: /Tripoli version: 0.3.0 diff --git a/docs/_includes/themes/twitter/default.html b/docs/_includes/themes/twitter/default.html index 556af138..e6dfbbe7 100644 --- a/docs/_includes/themes/twitter/default.html +++ b/docs/_includes/themes/twitter/default.html @@ -38,6 +38,7 @@
  • About
  • NSF Award Abstract
  • Oversight Board
  • +
  • Workshops
  • Tutorials
  • @@ -56,4 +57,4 @@ {% include JB/analytics %} - + \ No newline at end of file diff --git a/docs/_posts/2022-03-01-welcome-to-tripoli.md b/docs/_posts/2022-06-01-welcome-to-tripoli.md similarity index 88% rename from docs/_posts/2022-03-01-welcome-to-tripoli.md rename to docs/_posts/2022-06-01-welcome-to-tripoli.md index 2717d8ba..9cc99393 100644 --- a/docs/_posts/2022-03-01-welcome-to-tripoli.md +++ b/docs/_posts/2022-06-01-welcome-to-tripoli.md @@ -1,7 +1,7 @@ --- layout: post title: "Tripoli receives NSF funding" -date: 2022-03-01 00:00:00 -0500 +date: 2022-05-21 00:00:00 -0500 categories: tripoli --- #### Announcement and Call to Participate @@ -20,7 +20,9 @@ important goal is to create a culture and practice of sustainability to ensure a Tripoli. ##### History -The original [Tripoli](https://github.com/bowring/tripoli) dates from 2002 and is in wide use and is maintained. +The original [Tripoli](https://github.com/bowring/tripoli) dates from 2002 and is in wide use and is maintained. + +See [article](https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2010GC003479) for details. ##### Development Plan We are implementing an agile development process to support collaboration: @@ -37,7 +39,7 @@ create a free account at [GitHub.com](https://github.com). 2) We will maintain a [website](http://cirdles.org/Tripoli) that provides timely updates and tutorials as we develop them. If you are reluctant to get a GitHub acount, this site is for you. -3) We will host regularly scheduled Zoom meetings for collaboration among community members. +3) We will host regularly scheduled Zoom [Workshops](../../../../workshops.html) for collaboration among community members. 4) Agile development is iterative and driven by use cases and requests provided by the community. If you join GitHub, you will be able to start and join [discussions](https://github.com/CIRDLES/Tripoli/discussions). Here @@ -55,7 +57,7 @@ both the inputs and the expected outcomes for each test. 1) Join GitHub and participate in [discussions](https://github.com/CIRDLES/Tripoli/discussions). - 2) Attend and contribute to team Zoom meetings. + 2) Attend and contribute to team Zoom [Workshops](../../../../workshops.html). 3) Download releases and provide evaluations and suggestions via [GitHub Issues](https://github.com/CIRDLES/Tripoli/issues). @@ -69,5 +71,5 @@ both the inputs and the expected outcomes for each test. 7) Become and / or recruit people to inherit key roles in the development process. - 8) Take a leading role in establishing our industrial-academic oversight board that is envisioned as + 8) Take a leading role in establishing our industrial-academic [Oversight Board](../../../../oversight_board.html) that is envisioned as a vehicle to establish sustainability and maintenance plans for the Tripoli product. \ No newline at end of file diff --git a/docs/workshops.md b/docs/workshops.md new file mode 100644 index 00000000..07b56fa1 --- /dev/null +++ b/docs/workshops.md @@ -0,0 +1,9 @@ +--- +layout: page +title: Community Workshops +description: Community Workshops via Zoom +--- +We are planning a continuing series of online workshops to provide interactive forums for +discussions and development. + +--- \ No newline at end of file