-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (78 loc) · 3.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
layout: page
title: ACI-REF
subtitle: Advanced Cyberinfrastructure - Research and Education Facilitators
---
<center>
<p>The letters of ACI-REF stand not only for an innovative program but
also the talented individuals who run it. The program, Advanced
Cyberinfrastructure–Research and Educational Facilitation: Campus-Based
Computational Research Support, is represented by a consortium of
education and research institutions. These institutions are committed to
the vision of advancing scientific discovery through a national network
of highly trained facilitators known as ACI-REFs.
</p>
<h2><a href="http://www.aciref.org">Official Website</a></h2>
</br>
<h2><a href="http://aci-ref.github.io/facilitation_leading_practices/">Leading Practices of Facilitation</a></h2>
</center>
</br>
<center><img width="100px" src="../img/nsf1.gif" alt="NSF Logo"></center>
</br>
We would like to thank the National Science Foundation for its sponsorship of the
<a href="http://www.nsf.gov/awardsearch/showAward?AWD_ID=1341935">ACI-REF project
(Award #1341935)</a>, including funding for Facilitators from the below institutions:
</br>
</br>
<table width="100%"><tr>
<td width="16%" align="center"><img src="../img/clemson.png" alt="Clemson University"></td>
<td width="16%" align="center"><img src="../img/harvard.png" alt="Harvard University" width="60%"></td>
<td width="16%" align="center"><img src="../img/hawaii.png" alt="University of Hawai'i" width="60%"></td>
<td width="18%" align="center"><img src="../img/usc.jpg" alt="University of Southern California"></td>
<td width="16%" align="center"><img src="../img/utah.png" alt="University of Utah" width="75%"></td>
<td width="16%" align="center"><img src="../img/wisconsin.png" alt="University of Wisconsin" width="80%"></td>
</tr></table>
<div class="posts-list">
{% for post in paginator.posts %}
<article class="post-preview">
<a href="{{ post.url | prepend: site.baseurl }}">
<h2 class="post-title">{{ post.title }}</h2>
{% if post.subtitle %}
<h3 class="post-subtitle">
{{ post.subtitle }}
</h3>
{% endif %}
</a>
<p class="post-meta">
Posted on {{ post.date | date: "%B %-d, %Y" }}
</p>
<div class="post-entry">
{{ post.content | truncatewords: 50 | strip_html | xml_escape}}
<a href="{{ post.url | prepend: site.baseurl }}" class="post-read-more">[Read More]</a>
</div>
</article>
{% endfor %}
</div>
{% if paginator.total_pages > 1 %}
<ul class="pager main-pager">
{% if paginator.previous_page %}
<li class="previous">
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">← Newer Posts</a>
</li>
{% endif %}
{% if paginator.next_page %}
<li class="next">
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Older Posts →</a>
</li>
{% endif %}
</ul>
{% endif %}
<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78357855-1', 'auto');
ga('send', 'pageview');
</script>