-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapgallery-call.html
69 lines (55 loc) · 5.52 KB
/
mapgallery-call.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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>3C GIS Day(s) 2021</title>
<meta name="description" content="Welcome to 3C GIS Day(s) 2021">
<meta name="keywords" content="gis, cleveland, columbus, cincinnati, case western reserve university, the ohio state university, university of cincinnati">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
</head>
<body>
<header role="banner" class="bg-dark">
<img width=800px src="./images/3Cgisday_banner.png" alt="GIS Day logo">
</header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" role="navigation">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="./index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="./schedule.html">Schedule</a></li>
<li class="nav-item"><a class="nav-link" href="./lightningtalks.html">Lightning Talks</a></li>
<li class="nav-item active"><a class="nav-link" href="./mapgallery.html">Map Gallery</a></li>
<li class="nav-item"><a class="nav-link" href="./pastevents.html">Past Events</a></li>
</ul>
</div>
</nav>
<main role="main">
<h2>Map Gallery Submissions are Open!</h2>
<p>We invite any faculty, staff, or students affiliated with Case Western Reserve University, The Ohio State University, and the University of Cincinnati to showcase their original cartographic work through a submission to our digital map gallery and competition. Help us highlight the great geospatial work happening across our institutions! </p>
<h3>Submitting an Entry</h3>
<p>Submission categories include <strong>static maps</strong> (e.g., from a conference poster or publication) and <strong>interactive maps</strong> (e.g., story maps, dashboards, and other web mapping applications).</p>
<p>Please submit your map gallery entry by <strong>Friday, November 10</strong>: <a href="https://forms.gle/7W8UwD2iekLgAotx5">Map Gallery Submission Form</a>.</p>
<p>If you have questions, please contact <a href="mailto:geospatial@osu.edu">geospatial@osu.edu</a>.</p>
<p><strong>Note:</strong> Participants can submit multiple entries for display in the map gallery, though a separate form should be completed for each. All entries will be considered for awards, but the same participant <strong>cannot</strong> win multiple awards.</p>
<h3>Awards</h3>
<p>For each of the major submission categories (static maps and interactive maps), one first prize ($100) and one “people’s choice” ($50) will be awarded. Depending on the number of entries, the organizing committee may decide to award additional winners for other categories. Award winners will also be recognized on the 3C GIS Day(s) event website.</p>
<p>We thank the Center for <a href="https://cura.osu.edu">Urban and Regional Analysis (CURA)</a> at Ohio State for their generous support.</p>
<h3>Specifications</h3>
<p>Map gallery submissions can include <strong>static maps</strong> (e.g., from a conference poster or publication) and <strong>interactive maps</strong> (e.g., story maps, dashboards, and other web mapping applications). Your submission can be based on a research project, class assignment, or other original concept. We encourage originality and creativity, but please remember to keep it appropriate. Your map gallery submission should feature your own cartographic work. The use of third-party data or applications is permitted with appropriate citation.</p>
<h3>Evaluation Criteria</h3>
<p>Map gallery submissions will be judged on the following criteria for award consideration:</p>
<ul>
<li><strong>Creativity:</strong> This criterion considers how innovative the map is. Is the concept unique and different? Have you seen many maps like this before?</li>
<li><strong>Cartographic Design:</strong> This criterion considers artistic merit, cartographic presentation, and clarity of communication.</li>
<li><strong>Impact:</strong> This criterion considers the potential real-world impact of the map. Does it seek to solve or help viewers understand an important problem in society?</li>
<li><strong>Wow Factor:</strong> This criterion considers a viewer’s reaction to the map. Was there anything extra impressive about the amount of work, complexity, originality, etc.?</li>
</ul>
</main>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>