-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathannual_reports.html
176 lines (146 loc) · 7.52 KB
/
annual_reports.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>CITRIS and the Banatao Institute @ UC Merced</title>
<link rel="icon" href="images/favicon.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<script type="text/javascript" src="assets/js/ics.js"></script>
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<style>
</style>
<body class="homepage">
<div id="page-wrapper">
<!-- NAVIGATION: Controlled by HTML snippet in snippets/nav.html -->
<nav id="nav"></nav>
<header id="header">
<div class="logo container">
<div>
<h1 id="logo">Annual Reports</h1>
</div>
</div>
</header>
<div id="main-wrapper">
<div id="main" class="container">
<h1>Overview</h1>
<p>
In the biennial CITRIS Impact Report, the CITRIS organization showcases research, outreach,
education and community partnerships at UC Merced.
<br><br>
The CITRIS UC Merced portfolio covers society's greatest challenges and opportunities for technology
to improve, including climate change, robotics, diversity and gender equity in tech, and food and
agriculture. In the report, readers will find the benefits of next generation tech inspiration
programming, from undergraduates accessing internships to local robotics and computer programming.
<br><br>
The CITRIS Impact Report celebrates the work and efforts made by the CITRIS team, especially the
researchers and creative undergraduate interns.
</p>
<br>
<div class="annual_reports">
<ul>
<li><a href="/pdfs/Impact_Report_2019-2022.pdf"><img
src="images/annual_report/Impact_Report_2019-2022_Cover.jpg"></a></li>
<li><a href="/pdfs/Impact_Report_2017-2018.pdf"><img
src="images/annual_report/Impact_Report_2017-2018_Cover.jpg"></a></li>
<li><a href="/pdfs/Impact_Report_2014-2016.pdf"><img
src="images/annual_report/Impact_Report_2014-2016_Cover.jpg"></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- FOOTER: Controlled by HTML snippet in snippets/footer.html-->
<div id="footer"></div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.csv.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script>
// Calendar
function toggleDropdown(ID) {
document.getElementById(ID).classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function (event) {
if (!event.target.matches(".dropbtn")) {
var dropdowns = document.getElementsByClassName("dropdown-content");
for (let i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains("show")) {
openDropdown.classList.remove("show");
}
}
}
};
function generateICSFile(title, description) {
let calEntry = icsFormatter();
let event = {
title,
description,
location: "University of California, Merced"
}
var begin = Date.now();
var end = new Date(begin + 30 * 60000);
calEntry.addEvent(
event.title,
event.description,
event.location,
begin,
end
);
console.log(event);
calEntry.download((event.title).toString());
}
$(function () {
$("#nav").load("snippets/nav.html"); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#navPanel").load("snippets/nav.html"); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#footer").load("snippets/footer.html"); /*FOOTER: Controlled by HTML snippet in snippets/footer.html*/
only_recent_events = true;
finished_recent_events = false;
$.get("events.csv").then(function (text, status, xhr) {
var data = $.csv.toObjects(text);
for (var i = 0; i < data.length; i++) {
// if (data[i].DATA > Date.now()){move to old}
if (only_recent_events && finished_recent_events) break;
switch (data[i].ID) {
case "OLD":
finished_recent_events = true;
break;
default:
$("#events").append(
$.parseHTML(
'<div>' +
'<figure class="news_hor">' +
(((data[i].ID).toString() === '') ? '' : '<img src="/images/events/' + data[i].ID + '.jpg" alt="" />') +
'<figcaption>' +
(((data[i].HTML_ID).toString() === '') ? '<h3>' + data[i].TITLE + '</h3>' : '<h3><a href="/events/' + data[i].HTML_ID + '" target="_blank">' + data[i].TITLE + '</a></h3>') +
'<p>' + data[i].TEXT + '</p>' +
(((data[i].LOCATION).toString() === '') ? '' : '<p><strong>Location:</strong> ' + data[i].LOCATION + '</p>') +
(((data[i].EVENTABLE).toString() === '') ? '' : '<center><p>' + data[i].EVENTABLE + '</p></center>') +
(((data[i].PDF_ID).toString() === '') ? '' : '<center><a href="events/pdfs/' + data[i].PDF_ID + '.pdf" download>Download PDF</a></center>') +
(((data[i].BUTTON_TEXT).toString() === 'NO_BUTTON') ? '' : ((data[i].BUTTON_TEXT).toString() === '') ? '<center><a class="button" href="' + data[i].LINK + '" target="_blank"> Click Here </a></center>' : '<center><a class="button" href="' + data[i].LINK + '" target="_blank">' + data[i].BUTTON_TEXT + '</a></center>') +
'<footer>' +
'<div class="hor_date">' + data[i].DATES + '</div>' +
'</footer>' +
'</figcaption>' +
'</figure>' +
'<br>' +
'</div>'
));
break;
}
}
});
});
</script>
</body>
</html>