-
Notifications
You must be signed in to change notification settings - Fork 2
/
agaid-digital-agathon.html
93 lines (83 loc) · 4.17 KB
/
agaid-digital-agathon.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CITRIS and the Banatao Institute at UC Merced</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="assets/css/main.css">
</link>
<link rel="icon" href="images/favicon.png">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://citris.ucmerced.edu/agaid-agathon" />
<meta property="og:title" content="AgAID Digital Agathon 2023" />
<meta property="og:description"
content="The AgAID Institute’s mission is to build and foster partnerships between AI and Ag communities and create a transdisciplinary ecosystem for technology innovation and knowledge transfer." />
<meta property="og:site-name" content="CITRIS" />
</head>
<body class="homepage">
<div id="page-wrapper">
<header id="header">
<div class="logo container">
<div>
<h1 id="logo">AgAID</h1>
</div>
</div>
</header>
<!-- NAVIGATION: Controlled by HTML snippet in snippets/nav.html -->
<nav id="nav"></nav>
<!-- Main -->
<div id="main-wrapper">
<div id="main" class="container">
<div class="row">
<div class="12u">
<div class="content">
<article class="box page-content">
<header>
<h2>AgAID Digital Agathon</h2>
</header>
<section>
<p>The AgAID Institute’s mission is to build and foster partnerships between AI and
Ag
communities and create a transdisciplinary ecosystem for technology innovation
and
knowledge transfer. The AgAID Digital Agathon is a great opportunity for
students
interested in Artificial Intelligence and developing solutions for agriculture
using
Computer Vision, Geospatial Data, or Cloud Computing Platforms.
</p>
<div style="text-align: center;">
<a class="button" target="_blank"
href="https://agaid.org/digital-agathon-2023/">See Full Site</a>
</div>
</section>
<a href="https://agaid.org/digital-agathon-2023/" target="_blank">
<iframe width="100%" height="1000" src="https://agaid.org/digital-agathon-2023/"
frameborder="0" allowfullscreen></iframe>
</a>
</article>
</div>
</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/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>
$(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*/
});
</script>
</body>
</html>