-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding resources, templates, projects pages, instructions, images, fr…
…ont page, first post Signed-off-by: Vanessa Sochat <[email protected]>
- Loading branch information
Showing
36 changed files
with
542 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
Oops, something went wrong.