Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update site strucutre
  • Loading branch information
lpaglione committed Sep 6, 2019
1 parent cb77112 commit 4a2aa7e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 21 deletions.
6 changes: 6 additions & 0 deletions LICENSE.md
@@ -0,0 +1,6 @@
---
layout: page
title: "Licenses"
root: .
---
## To include the license for this material
1 change: 1 addition & 0 deletions _config.yml
Expand Up @@ -34,6 +34,7 @@ repository: <USERNAME>/<PROJECT>
email: "checkout@carpentries.org"

# Sites.
comanage_site: "https://spaces.at.internet2.edu/display/COmanage/"
carpentries_site: "https://carpentries.org/"

# Surveys.
Expand Down
6 changes: 5 additions & 1 deletion _episodes/02-generalFactors.md
Expand Up @@ -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.)
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)**
24 changes: 5 additions & 19 deletions _includes/navbar.html
Expand Up @@ -14,24 +14,10 @@
<span class="icon-bar"></span>
</button>

{% comment %} Select what logo to display. {% endcomment %}
{% if site.carpentry == "swc" %}
<a href="{{ site.swc_site }}" class="pull-left">
<img class="navbar-logo" src="{{ relative_root_path }}{% link /assets/img/swc-icon-blue.svg %}" alt="Software Carpentry logo" />
{% comment %} Display the logo {% endcomment %}
<a href="{{ site.comanage_site }}" class="pull-left">
<img class="navbar-logo" src="{{ relative_root_path }}{% link /assets/img/COmanage-Logo-LG-onWhite.png %}" alt="COmanage logo" />
</a>
{% elsif site.carpentry == "dc" %}
<a href="{{ site.dc_site }}" class="pull-left">
<img class="navbar-logo" src="{{ relative_root_path }}{% link /assets/img/dc-icon-black.svg %}" alt="Data Carpentry logo" />
</a>
{% elsif site.carpentry == "lc" %}
<a href="{{ site.lc_site }}" class="pull-left">
<img class="navbar-logo" src="{{ relative_root_path }}{% link /assets/img/lc-icon-black.svg %}" alt="Library Carpentry logo" />
</a>
{% elsif site.carpentry == "cp" %}
<a href="{{ site.carpentries_site }}" class="pull-left">
<img class="navbar-logo" src="{{ relative_root_path }}{% link /assets/img/cp-logo-blue.svg %}" alt="The Carpentries logo" />
</a>
{% endif %}

{% comment %} Always show link to home page. {% endcomment %}
<a class="navbar-brand" href="{{ relative_root_path }}{% link index.md %}">Home</a>
Expand All @@ -40,8 +26,8 @@
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">

{% comment %} Always show code of conduct. {% endcomment %}
<li><a href="{{ relative_root_path }}{% link CODE_OF_CONDUCT.md %}">Code of Conduct</a></li>
<!-- {% comment %} Always show code of conduct. {% endcomment %}
<li><a href="{{ relative_root_path }}{% link CODE_OF_CONDUCT.md %}">Code of Conduct</a></li> -->

{% if site.kind == "lesson" %}
{% comment %} Show setup instructions. {% endcomment %}
Expand Down
2 changes: 1 addition & 1 deletion setup.md
Expand Up @@ -5,4 +5,4 @@ root: .
---

1. Please review the classes CO102 (COmanage for Virtual Organizations) or CO103 (COmanage for University IT) or equivalent. You should already be familiar with what COmanage is, and have some general idea of why it is used.
2. In this lesson you will be developing an organizational model to be used in COmanage. While it is possible to take this lesson using a made-up organization, you will get more insight from the class if you come prepared to try and model your existing organization.
2. In this lesson you will be developing an organizational model to be used in COmanage. While it is possible to take this lesson using a made-up organization, you will get more insight from the class if you come prepared to try and model your existing organization.

0 comments on commit 4a2aa7e

Please sign in to comment.