-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
executable file
·24 lines (22 loc) · 1.41 KB
/
Copy pathfooter.html
File metadata and controls
executable file
·24 lines (22 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div id="footer" class="panel">
<div class="panel-footer">
<div class="container-fluid">
<div class="row">
Funded by <em>NSF BIGDATA: F: Collaborative Research: Foundations of responsible data management (09/2017 - )</em>,
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1741047">Julia Stoyanovich</a>,
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1740996">Bill Howe</a>,
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1741022">HV Jagadish</a>,
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1741254">Gerome Miklau</a>;
and by <em>NSF Collaborative Research: Framework for Integrative Data Equity Systems(09/2019 - )</em>,
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1934565">HV Jagadish, Margaret Levenstein, Robert Hampshire</a>,
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1934464">Julia Stoyanovich</a>,
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1934405">Bill Howe</a>.
</div>
<div class="row" style="text-align: center">
<p>© 2021 Data Responsibly. Site made with <a href="https://jekyllrb.com">Jekyll</a> and theme <a href="http://www.allanlab.org/">AllanLab</a>.</p>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="{{ site.url }}{{ site.baseurl }}/js/bootstrap337.min.js"></script>