Skip to content

Commit

Permalink
adding resources, templates, projects pages, instructions, images, fr…
Browse files Browse the repository at this point in the history
…ont page, first post

Signed-off-by: Vanessa Sochat <[email protected]>
  • Loading branch information
vsoch committed Aug 14, 2019
1 parent 3d70068 commit 240102d
Show file tree
Hide file tree
Showing 36 changed files with 542 additions and 116 deletions.
2 changes: 2 additions & 0 deletions WORK.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
- August 12th:
- Morning: 4 hours to flatten design, finish adding all students, researchers, mentors, create project template
- Afternoon: 3 hours to add all projects and images, clean up design
- August 14:
- Morning: 3.5 hours to add all resources, submit project page, finish front page, post
8 changes: 8 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ collections:
people:
output: true
permalink: /:collection/:path/
resources:
output: true
permalink: /:collection/:path/


defaults:
Expand All @@ -41,6 +44,11 @@ defaults:
type: "docs"
values:
layout: page
- scope:
path: "_resources"
type: "resources"
values:
layout: resource
- scope:
path: "_projects"
type: "projects"
Expand Down
6 changes: 5 additions & 1 deletion _data/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- title: Overview
subtitle: "About Projects:"
url: "/projects/"
- title: Current Projects
url: "/pages/projects/current/"
- title: Submit a Project
url: "pages/projects/submit/"
- title: Membership
Expand All @@ -25,4 +27,6 @@
- title: Join the Team
url: pages/people/join/
- title: Resources
url: docs/tables/
url: docs/resources/
- title: Support
url: docs/support/
41 changes: 41 additions & 0 deletions _docs/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: default
title: Resources
---

<link href="https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css">
<script src="//cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.10.19/js/dataTables.bootstrap4.min.js"></script>
<script>
$(document).ready(function() {
$('#resourcs').DataTable();
});</script>
<div class="card shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Resources</h6>
</div>
<div class="card-body">
<div class="table-responsive">
<table class="table table-bordered" id="{{ include.title | slugify }}" width="100%" cellspacing="0"><thead><tr>
<th>Title</th>
<th>Levels</th>
<th>Tags</th>
<th>URL</th>
</tr></thead>
<tfoot><tr>
<th>Title</th>
<th>Levels</th>
<th>Tags</th>
<th>URL</th></tr>
</tfoot>
<tbody>{% for resource in site.resources %}<tr>
<td>{{ resource.title }}</td>
<td>{% for level in resource.levels %}<a href="{{ site.baseurl }}/tags#{{ level }}"><span class="badge badge-success">{{ level }}</span></a>{% endfor %}</td>
<td>{% for tag in resource.tags %}<a href="{{ site.baseurl }}/tags#{{- tag -}}"><span class="badge badge-primary">{{- tag -}}</span></a> {% endfor %}</td>
<td><a href="{{ site.baseurl }}/{{ resource.url }}"><button class="btn btn-primary btn-sm">View</button></a></td>
</tr>{% endfor %}
</tbody>
</table>
</div>
</div>
</div>
19 changes: 19 additions & 0 deletions _docs/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: wide
title: Support
---

<div class="row" style="padding:50px">
<div class="col-md-4" style="padding:20px">
<h5>Ask A Question</h5>
<a href="{{ site.repo }}/issues" target="_blank"><img src="{{ site.baseurl }}/assets/img/question-face.png"></a>
</div>
<div class="col-md-4" style="padding:20px">
<h5>Regional Helpdesk</h5>
<a href="https://ask.cyberinfrastructure.org/" target="_blank"><img src="{{ site.baseurl }}/assets/img/question-face.png"></a>
</div>
<div class="col-md-4" style="padding:20px">
<h5>Resources</h5>
<a href="{{ site.baseurl }}/resources/"><img src="{{ site.baseurl }}/assets/img/question-face.png"></a>
</div>
</div>
32 changes: 32 additions & 0 deletions _includes/projects/current.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<br>

<h3>New and Recruiting</h3>
<ul class="list-group">
{% for project in site.projects %}{% if project.status == "New and recruiting" %}<a href="{{ site.baseurl }}/{{ project.url }}"><li class="list-group-item list-group-item-success">{{ project.title }}: {{ project.status }}</li></a>{% endif %}{% endfor %}
</ul>

<br>
<hr>


<h3>In Progress</h3>
<ul class="list-group">
{% for project in site.projects %}{% if project.status == "In progress" %}<a href="{{ site.baseurl }}/{{ project.url }}"><li class="list-group-item list-group-item-warning">{{ project.title }}: {{ project.status }}</li></a>{% endif %}{% endfor %}
</ul>

<br>
<hr>

<h3>Finishing Up</h3>
<ul class="list-group">
{% for project in site.projects %}{% if project.status == "Finishing up" %}<a href="{{ site.baseurl }}/{{ project.url }}"><li class="list-group-item list-group-item-primary">{{ project.title }}: {{ project.status }}</li></a>{% endif %}{% endfor %}
</ul>

<br>
<hr>

<h3>Complete</h3>
<ul class="list-group">
{% for project in site.projects %}{% if project.status == "Complete" %}<a href="{{ site.baseurl }}/{{ project.url }}"><li class="list-group-item list-group-item-info">{{ project.title }}: {{ project.status }}</li></a>{% endif %}{% endfor %}
</ul>

1 change: 1 addition & 0 deletions _includes/text/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Northeast Cyberteam Program is a 3-year initiative funded by the National Science Foundation to build a regional pool of Research Computing Facilitators to support researchers at small and mid-sized institutions in Maine, Massachusetts, New Hampshire and Vermont, leveraging the work of national programs including XSEDE Campus Champions, ACI-REF and others. Research Computing Facilitators (RCFs) are experts at figuring out how to match the right compute resources to the task at hand, something that can stymie researchers who are, for example, sifting through billions of records to find a specific pattern of genes that correlates with a particular form of cancer; or examining massive quantities of sensor data to understand movements on the sea floor. The RCF’s job is to help make use of local, regional, and national high performance computing resources when computing needs exceed the capacity of the scientist’s desktop. RCFs can often be found in the research computing groups at large universities and corporations, but are scarce at smaller institutions. Recognizing that promising research can be stopped in its tracks without high performance computing when the need arises, the Northeast Cyberteam Program was created to fill the gap. Over the next three years, the program will support 42 compute-intensive projects with RCFs-in-training ("students"), each paired with a mentor, to facilitate research computing needs for a 3 month period. RCF students will also have the opportunity to work on a live help desk with a mentor, honing their consultative skills while getting exposure to a broad range of research computing topics. As part of the program, RCF students will become part of a community of facilitators that has up-to-the-minute visibility into research computing projects and programs taking place in the region. Stipends ranging from $3000-$6000 are available for students participating in the program.
1 change: 1 addition & 0 deletions _includes/text/leadership.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Northeast Cyberteam is a collaborative effort by led by the Massachusetts Green High Performance Computing Center (MGHPCC), University of Maine, University of New Hampshire, and University of Vermont, with support from the University of Massachusetts system and Worcester Polytechnic Institute. The program is modeled after other regional collaborations that have emerged since the opening of MGHPCC, a consortium created in 2013 by Harvard University, the Massachusetts Institute of Technology, Boston University, Northeastern University and the University of Massachusetts system to build a high-performance data center that now houses the largest aggregation of research computing power in the Northeast.
3 changes: 3 additions & 0 deletions _includes/text/projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
We are seeking a few exceptional individuals to participate! We are looking for undergraduate or graduate students who have some research computing experience, and are interested in learning more. If matched to a project, you will be assigned a mentor, and together you will provide research computing assistance to a researcher working on a computationally intensive project. Current projects are shown here. Stipends are available for all student participants. Join the team to apply for a project!

{% include projects/current.html %}
8 changes: 3 additions & 5 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
layout: default
layout: wide
---

<div class="container">
<div class="row card" style="padding:30px; flex-direction:unset">
<div class="row" style="padding-top:30px; flex-direction:unset">
<div class="col-md-9">

<h2>{{ page.title }}</h2>
{% if page.subtitle %}<h4>{{ page.subtitle }}</h4>{% endif %}
<em>Posted on {{ page.date | date: "%B %-d, %Y" }}</em>
<hr>
<article role="main" id="the-content" class="blog-post">
Expand All @@ -33,4 +32,3 @@ <h2>{{ page.title }}</h2>
<div class="col-md-3" id="toc" data-md-scrollfix>
</div>
</div>
</div>
31 changes: 31 additions & 0 deletions _layouts/resource.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: wide
---

{% if page.tags.size > 0 %}<div class="blog-tags">
{% if site.link-tags %}{% for tag in page.tags %}
<a href="{{ site.baseurl }}/tags#{{- tag -}}"><span class="badge badge-primary">{{- tag -}}</span></a>
{% endfor %}{% else %}{{ page.tags | join: ", " }}{% endif %}
</div>{% endif %}

{% if page.levels.size > 0 %}<div class="blog-tags">
{% for level in page.levels %}
<a href="{{ site.baseurl }}/tags#{{ level }}"><span class="badge badge-success">{{ level }}</span></a>
{% endfor %}
</div>{% endif %}

<div class="row" style="flex-direction:unset; padding-top:20px">
<div class="col-md-12">

{% if page.image %}<img style="float:right; padding-left:20px; padding-bottom:20px" src="{{ site.baseurl }}/assets/img/projects/{{ page.image }}">{% endif %}

<div id="the-content">
{{ content }}
</div>

{% for link in resource.links %}
{% include buttons/split-button.html style="success" title=link.title icon="fa-link" url=link.url %}
{% endfor %}
<hr>
</div>
</div>
11 changes: 0 additions & 11 deletions _posts/2019-01-29-site-update.md

This file was deleted.

44 changes: 0 additions & 44 deletions _posts/2019-05-06-usrse-goals.md

This file was deleted.

13 changes: 0 additions & 13 deletions _posts/2019-07-11-twitter.md

This file was deleted.

21 changes: 0 additions & 21 deletions _posts/2019-07-15-19-PEARC19.md

This file was deleted.

13 changes: 0 additions & 13 deletions _posts/2019-07-31-DH-RSE-Whitepaper.md

This file was deleted.

11 changes: 11 additions & 0 deletions _posts/2019-08-14-site-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: post
title: We've Got a New Look!
subtitle: by Vanessa Sochat
tags: [website, communication]
---

A new theme was introduced for the Cyberteam website. Want to contribute to design or content?
Fork the [repository]({{ site.repo }}) on github make your changes and submit a pull request.

Suggestions, comments? [Open an issue]({{site.repo}}/issues) and reach out.
17 changes: 17 additions & 0 deletions _resources/_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
# The title of your resource
title:

# Tags (see https://hpsee.github.io/cyberteam/tags/
tags: [one, two, three]

# Levels provided, one or more of Beginner, Intermediate, Advanced, Expert
levels: [Beginner, Intermediate, Advanced, Expert]

# One or more links to resources
links:
- title:
url:
---

Write a description of the resource here, or any other markdown content that you need.
11 changes: 11 additions & 0 deletions _resources/cornell-virtual-workshop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Cornell Virtual Workshop
tags: [slurm, cuda, file-transfer, globus, matlab, mpi, python, r, parallelism, performance tuning]
levels: [Beginner, Intermediate, Advanced, Expert]
links:
- title: Cornell Virtual Workshop
url: https://cvw.cac.cornell.edu/topics
---

Comprehensive training resource for high performance computing topics. Current tags are just a small subset of topics covered.

Loading

0 comments on commit 240102d

Please sign in to comment.