Skip to content

Commit a02367c

Browse files
committed
mh stuff
1 parent b073a15 commit a02367c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1499
-52
lines changed

content/events/finalists/_index.md

Lines changed: 4 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,7 @@
11
+++
2-
template = "finalists.html"
2+
title = "Finalists"
3+
template = "blog.html"
4+
page_template = "post.html"
5+
36
sort_by = "date"
4-
title = "Event Finalists"
57
+++
6-
7-
# Event Finalists
8-
9-
## Software Design Competition
10-
11-
The **Software Design Competition** (SDC) is an annual event where students
12-
work in teams to design software solutions to a prompt. This year the
13-
prompt for SDC was:
14-
15-
> Citizens are frequently told to be civically engaged: involved in their communities, registered to vote, donating to nonprofits, etc. Many people find it to fulfill all of these responsibilities.
16-
> You are tasked with first designing, and then building a software application or service that can help foster civic engagement. That is, your program should people fulfill their civic duties and interact productively with their government.
17-
18-
This year we added a week to the competition to give students a chance to
19-
implement their design. We saw many great ideas ranging from Tinder for
20-
politicians to an app that helps organizations reach volunteers. The
21-
competition was close but in the end two teams came out on top.
22-
23-
### First Place Overall: Polliato
24-
25-
This app was designed to help voters connect with the politicians on their
26-
ballot. Based on the users home of record, it created a ballot identical to
27-
what one would see the day they vote. One could then click
28-
on each candidate and it would show the candidates contact information
29-
and social media feed. Then one could keep track of which candidate they
30-
would vote for when it came time to hit the polls.
31-
32-
![](sdc_2018_first_place.jpg)
33-
34-
From the left: Marcus Virginia, Kevin Maldonado, Alec Lorimer, Samuel Hanson
35-
36-
"This idea came to us after we all agreed, that most of the time, we were very ill-informed about the candidates we were voting for. Then in came Polliato. We wanted an easy way to get updates about candidates we cared about, and learn about candidates we have never heard about."
37-
38-
-Marcus
39-
40-
### Second Place Overall: MOB
41-
42-
The MOB team submitted a web app that is just as likely to inspire as it
43-
is to incite. A creative approach to the prompt, this application allows
44-
users to form 'mobs' and get groups of people together for events. Users
45-
create an event, others can join in on the mob and follow the activities of
46-
other users. It is functional here: mob2018.herokuapp.com/
47-
48-
![](sdc_2018_second_place.jpg)
49-
50-
From the left: Charlie Vuong, Lukas Kelsey-Friedemann
51-
52-
"Our approach was to take the ideals and political causes of individuals and fascilitate taking action. We want people to get excited about their movements and ideals, and hopefully get other people behind their mobs as well."
53-
54-
-Lukas, Creative Director
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
+++
2+
title = "MinneHack 2020"
3+
template = "post.html"
4+
5+
date = 2020-02-02
6+
slug = "minnehack-2020"
7+
8+
[taxonomies]
9+
tags = [ "minnehack" ]
10+
11+
[extra]
12+
author = "louis"
13+
+++
14+
15+
## What was MinneHack 2020?
16+
17+
During MinneHack 2020 student programmers competed over a 24-hour event to build the best project on a theme. The event was attended by 310 hackers, around 50 corporate sponsors and mentors, and run by 8 staff and a number of awesome voulenteers. The prompt this year was: **develop a solution for local communities to help them foster social good.**
18+
19+
<br/>
20+
<hr/>
21+
<br/>
22+
23+
# First Place: cleanse
24+
25+
"Our app uses an array of sensors to measure various factors in your house that may cause carbon emissions by unwanted means. Factors such as humidity, temperature, and water leaks are measured. Additionally, an ultrasonic sensor is used to tell whether a door is left open. By informing the user of how many carbon emissions these factors cause, the user can implement ways to reduce carbon emissions in their house and community and therefore lower a community's carbon footprint and better their quality of life. The app also includes a reward system that incentivizes users to make more green choices."
26+
27+
<div class="twoimage-box">
28+
<img src="/static/mh2020/named/1stplace-glamour.jpg">
29+
<img src="/static/mh2020/named/1stplace.jpg">
30+
</div>
31+
32+
## Second Place: Power My Tech
33+
34+
"What we've done is create a system the not only uses existed energy that is wasted but tracks all of the renewable energy and credits your account. We track various devices on your account to view the amount of savings for all the energy you help save. At the end, you can transfer your savings to Bitcoin. It's that easy."
35+
36+
<div class="twoimage-box">
37+
<img src="/static/mh2020/named/2ndplace-glamour.jpg">
38+
<img src="/static/mh2020/named/2ndplace.jpg">
39+
</div>
40+
41+
## Third Place: SnapArt
42+
43+
"After an artist finishes an art installation around the community, they can upload it SnapArt with info about themselves, the artwork, and where people can find them online. Community members can then snap a picture of the artwork and learn more about it."
44+
45+
<div class="twoimage-box">
46+
<img src="/static/mh2020/named/3rdplace-glamour.jpg">
47+
<img src="/static/mh2020/named/3rdplace.jpg">
48+
</div>
49+
50+
<br/>
51+
<hr/>
52+
<br/>
53+
54+
### Best UIPath Automation Hack: Teacher's Pet
55+
56+
"Teacher's Pet is WebApp / Robot that allows teachers to teach their lessons to students that aren't present without the hassle of setting up a complicated recording system. The camera it is attached to is built with facial recognition to detect the Teacher and start the class. Once the program is ran, students who are viewing the WebApp will then be able to see, hear, read, and follow along the teacher. There is a function that allows the student to take a screen shot of the whiteboard, and there is a designated area that will translate what is on the whiteboard onto the WebApp. Along with that, the WebApp also translates the video audio that's coming in from the live feed, and it also has the feature to follow the teacher as they move around the classroom."
57+
58+
<div class="twoimage-box">
59+
<img src="/static/mh2020/named/uipath-glamour.jpg">
60+
<img src="/static/mh2020/named/uipath.jpg">
61+
</div>
62+
63+
### Best use of Google Cloud: World Reader
64+
65+
"Our team knows some friends who are visually impaired, so we wanted to make something to keep them safe and help them better understand their environment. It takes input images from either the camera or the storage and interpret the content of the image in natural language. It also read the content descriptions out loud for its users."
66+
67+
### Best Use of MongoDB Atlas **AND** Popular Choice: TrashMaps
68+
69+
"TrashMaps uses an IR break beam to count how many items are thrown away into a trash can, and detect if the trash can is full. It then stores this information in a database which a web interface uses to display the fullness and usage data of trash cans. This interface also integrates a map feature to map trash can ids to locations in the real world."
70+
71+
<div class="twoimage-box">
72+
<img src="/static/mh2020/named/qqq.jpg">
73+
</div>
74+
75+
### Most Creative Radar.io Hack: VoteR
76+
77+
"This app connects helps voters find polling stations near them, as well as lists candidates who are up for election, and the office they are running for without requiring them to enter information on an outside site. This also pairs people who need a ride to a polling station with those who are able to assist and give rides."
78+
79+
<br/>
80+
<hr/>
81+
<br/>
82+
83+
# Our Sponsors
84+
85+
We are able to put on the event thanks to our generous corporate and community sponsors. ACM UMN partners with companies to make this (and other) events possible. <a href="https://minnehack.io/sponsors-next">Read about our sponsorship tiers and opportunities for next year!</a>
86+
87+
88+
<div class="sponsors sponsorship">
89+
<div class="gold box">
90+
<h2>Gold</h2>
91+
<div class="sponsorship-info">
92+
<div class="sponsor-logos">
93+
<a href="https://www.ecolab.com/" target="_blank"><img src="/static/mh2020/logos/ecolab.png"></img></a>
94+
<a href="https://www.spscommerce.com/" target="_blank"><img src="/static/mh2020/logos/sps.svg"></img></a>
95+
</div>
96+
</div>
97+
</div>
98+
<div class="silver box">
99+
<h2>Silver</h2>
100+
<div class="sponsorship-info">
101+
<div class="sponsor-logos">
102+
<a href="https://www.optum.com/" target="_blank"><img src="/static/mh2020/logos/optum.png"></img></a>
103+
</div>
104+
</div>
105+
</div>
106+
<div class="bronze box">
107+
<h2>Bronze</h2>
108+
<div class="sponsorship-info">
109+
<div class="sponsor-logos">
110+
<a href="https://www.75f.io/" target="_blank"><img src="/static/mh2020/logos/75f.png"></img></a>
111+
<a href="https://www.caterpillar.com/en.html" target="_blank"><img src="/static/mh2020/logos/cat.jpg"></img></a>
112+
<a href="https://www.bestbuy.com/" target="_blank"><img src="/static/mh2020/logos/bestbuy.png"></img></a>
113+
</div>
114+
</div>
115+
</div>
116+
</div>

content/events/finalists/sdc-2018.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
+++
2+
title = "2018 Software Design Competition"
3+
template = "post.html"
4+
5+
date = 2018-07-18
6+
slug = "sdc-2018"
7+
8+
[taxonomies]
9+
tags = [ "software-design-competition" ]
10+
11+
[extra]
12+
author = "louis"
13+
+++
14+
15+
# Event Finalists
16+
17+
## Software Design Competition
18+
19+
The **Software Design Competition** (SDC) is an annual event where students
20+
work in teams to design software solutions to a prompt. This year the
21+
prompt for SDC was:
22+
23+
> Citizens are frequently told to be civically engaged: involved in their communities, registered to vote, donating to nonprofits, etc. Many people find it to fulfill all of these responsibilities.
24+
> You are tasked with first designing, and then building a software application or service that can help foster civic engagement. That is, your program should people fulfill their civic duties and interact productively with their government.
25+
26+
This year we added a week to the competition to give students a chance to
27+
implement their design. We saw many great ideas ranging from Tinder for
28+
politicians to an app that helps organizations reach volunteers. The
29+
competition was close but in the end two teams came out on top.
30+
31+
### First Place Overall: Polliato
32+
33+
This app was designed to help voters connect with the politicians on their
34+
ballot. Based on the users home of record, it created a ballot identical to
35+
what one would see the day they vote. One could then click
36+
on each candidate and it would show the candidates contact information
37+
and social media feed. Then one could keep track of which candidate they
38+
would vote for when it came time to hit the polls.
39+
40+
![](/static/photos/sdc_2018_first_place.jpg)
41+
42+
From the left: Marcus Virginia, Kevin Maldonado, Alec Lorimer, Samuel Hanson
43+
44+
"This idea came to us after we all agreed, that most of the time, we were very ill-informed about the candidates we were voting for. Then in came Polliato. We wanted an easy way to get updates about candidates we cared about, and learn about candidates we have never heard about."
45+
46+
-Marcus
47+
48+
### Second Place Overall: MOB
49+
50+
The MOB team submitted a web app that is just as likely to inspire as it
51+
is to incite. A creative approach to the prompt, this application allows
52+
users to form 'mobs' and get groups of people together for events. Users
53+
create an event, others can join in on the mob and follow the activities of
54+
other users. It is functional here: mob2018.herokuapp.com/
55+
56+
![](/static/photos/sdc_2018_second_place.jpg)
57+
58+
From the left: Charlie Vuong, Lukas Kelsey-Friedemann
59+
60+
"Our approach was to take the ideals and political causes of individuals and fascilitate taking action. We want people to get excited about their movements and ideals, and hopefully get other people behind their mobs as well."
61+
62+
-Lukas, Creative Director

sass/main.scss

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,68 @@ pre {
129129
margin-top: 3px;
130130
margin-bottom: 3px;
131131
line-height: 1.1;
132+
}
133+
134+
@mixin colored-box($color, $lighten) {
135+
border-top-left-radius: 10px;
136+
border-bottom-right-radius: 10px;
137+
margin-bottom: 10px;
138+
/* border: 1px solid darken($color, 10%); */
139+
h2 {
140+
margin: 0;
141+
padding: 10px;
142+
font-weight: 400;
143+
border-top-left-radius: 10px;
144+
background-color: lighten($color, $lighten / 2);
145+
color: black;
146+
}
147+
div {
148+
margin: 0;
149+
padding: 10px;
150+
border-bottom-right-radius: 10px;
151+
background-color: lighten($color, $lighten);
152+
p {
153+
margin: 8px;
154+
}
155+
}
156+
}
157+
158+
159+
div.box.platinum { @include colored-box(#D0D0D0, 15%); }
160+
div.box.gold { @include colored-box(#BB9922, 30%); }
161+
div.box.silver{ @include colored-box(#999999, 30%); }
162+
div.box.bronze{ @include colored-box(#996633, 30%); }
163+
.sponsorship > .box { margin-top: 2em; }
164+
165+
.sponsor-logos {
166+
text-align: center;
167+
display: flex;
168+
align-items: center;
169+
justify-content: center;
170+
}
171+
172+
.sponsor-logos > a {
173+
margin: 1em;
174+
display: inline-block;
175+
}
176+
177+
.platinum .sponsor-logos > img { width: 20em; }
178+
.platinum .sponsor-logos > a > img { width: 20em; }
179+
.gold .sponsor-logos > img { width: 17em; }
180+
.gold .sponsor-logos > a > img { width: 17em; }
181+
.silver .sponsor-logos > img { width: 15em; }
182+
.silver .sponsor-logos > a > img { width: 15em; }
183+
.bronze .sponsor-logos > img { width: 10em; }
184+
.bronze .sponsor-logos > a > img { width: 10em; }
185+
.grinkus .sponsor-logos > img { width: 10em; }
186+
.grinkus .sponsor-logos > a > img { width: 10em; }
187+
188+
189+
.sponsor-perks { flex-grow: 1; }
190+
191+
.twoimage-box {
192+
text-align:center;
193+
img {
194+
width: 45%;
195+
}
132196
}

static/static/mh2020/logos/75f.png

93.1 KB
Loading
18.7 KB
Loading
Lines changed: 73 additions & 0 deletions
Loading
17.7 KB
Loading
15.8 KB
Loading

0 commit comments

Comments
 (0)