From 4a2aa7eb1b2839708c83b6f26bd7d2f68f73b224 Mon Sep 17 00:00:00 2001 From: lpaglione <682489+lpaglione@users.noreply.github.com> Date: Fri, 6 Sep 2019 10:56:09 -0400 Subject: [PATCH] Update site strucutre --- LICENSE.md | 6 ++++++ _config.yml | 1 + _episodes/02-generalFactors.md | 6 +++++- _includes/navbar.html | 24 +++++------------------- setup.md | 2 +- 5 files changed, 18 insertions(+), 21 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..f171818 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,6 @@ +--- +layout: page +title: "Licenses" +root: . +--- +## To include the license for this material \ No newline at end of file diff --git a/_config.yml b/_config.yml index f71ca94..b729b93 100644 --- a/_config.yml +++ b/_config.yml @@ -34,6 +34,7 @@ repository: / email: "checkout@carpentries.org" # Sites. +comanage_site: "https://spaces.at.internet2.edu/display/COmanage/" carpentries_site: "https://carpentries.org/" # Surveys. diff --git a/_episodes/02-generalFactors.md b/_episodes/02-generalFactors.md index 8877a41..b056583 100644 --- a/_episodes/02-generalFactors.md +++ b/_episodes/02-generalFactors.md @@ -22,4 +22,8 @@ There are many ways to group people in your organization. For tools like Members ## How does grouping work in COmanage -COmanage is a multi-tenet tool. This means that for each installation, one or more top-level groups can be expressed. These groups are called Collaborative Organizations or COs. Individuals are added to these fundamental groups (COs), but once there, the individuals can be included in multiple sub groups of the CO, called Collaboration Organization Units (or COUs.) \ No newline at end of file +COmanage is a multi-tenet tool. This means that for each installation, one or more top-level groups can be expressed. These groups are called Collaborative Organizations or COs. Individuals are added to these fundamental groups (COs), but once there, the individuals can be included in multiple sub groups of the CO, called Collaboration Organization Units (or COUs.) + +## Consideration factors + +**Will need to do an updated version of the [CO Requirements Assessment tool](https://spaces.at.internet2.edu/display/COmanage/CO+Requirements+Assessment)** \ No newline at end of file diff --git a/_includes/navbar.html b/_includes/navbar.html index 0010410..37bd556 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -14,24 +14,10 @@ - {% comment %} Select what logo to display. {% endcomment %} - {% if site.carpentry == "swc" %} - - + {% comment %} Display the logo {% endcomment %} + + - {% elsif site.carpentry == "dc" %} - - - - {% elsif site.carpentry == "lc" %} - - - - {% elsif site.carpentry == "cp" %} - - - - {% endif %} {% comment %} Always show link to home page. {% endcomment %} Home @@ -40,8 +26,8 @@