-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawards.html
106 lines (98 loc) · 5.47 KB
/
awards.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
<!DOCTYPE html>
<html>
<head>
<title>UT AWM Awards & Funding</title>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>
<body>
<h1 class="blinking-text">AWARDS & FUNDING</h1>
<div id="all-award-container">
<h2>Fall 2023</h2>
<div class="award">
<div class="award-textbox">
<h3 class="award-name">Texas Girls Collaborative Project 2023 Collegiate Stand Up for STEM Award</h2>
<p>
The award acknowledges students or student organizations in higher learning
institutions or military training programs, emphasizing qualities such as
passion for STEM (Science, Technology, Engineering, and Mathematics) and
related careers. Recipients are recognized for active participation in STEM
curriculum, encouragement of others in developing STEM skills, engagement in
STEM activities with leadership, willingness to share knowledge through
mentoring, and inspiration to others through enthusiasm and commitment to
pursuing a STEM career.
</p>
<p>
A press release of the award can be found
<a href="https://www.txgcp.org/standupforstem">here</a>.
</p>
</div>
</div>
<div class = "award">
<div class="award-textbox">
<h3 class="award-name">T-Shirt Fundraising</h2>
<p>
This year, AWM had a very successful T-shirt sale with the PMA Elevator shirt design.
With these funds, AWM has started initiatives to improve the PMA building and management,
including efforts to improve bathrooms and provide baskets of pads and tampons in bathrooms within the building.
</p>
</div>
</div>
<h2>Spring 2023</h2>
<div class="award">
<div class="award-textbox">
<h3 class="award-name">AWM Student Chapter Award for Fundraising/Sustainability</h2>
<p>
Each year, the Award for Fundraising/Sustainability recognizes a student chapter
for an innovative and successful funding model that provides financial support for
its activities or otherwise sustains the student chapter. Such a model could include
organizing review sessions prior to exams, soliciting support from local industry
sponsors, writing proposals for university or government grants.
</p>
<p>
The UT Austin AWM Chapter was recognized for successfully fundraising from multiple sources:
<ul>
<li>a student government fund</li>
<li>Major League Hacking's (MLH) Pizza Fund</li>
<li>and a t-shirt sale incorporating iconography that was special to the local
math and science community.</li>
</ul>
We used these funds tosupport professional development events for undergraduate
students at UT-Austin that included an REU/internship workshop, a graduate
student panel, and multiple technical workshops, and to run a variety of
outreach events at the k-12 and undergraduate level.
</p>
</div>
</div>
<div class="award">
<div class="award-textbox">
<h3 class="award-name">Student Government Fund - Appropriations Spending</h2>
<p>
Student Government allocates funding to student organizations in order to "help
support events and initiatives that improve the student experience, and/or contribute
to campus communities."
</p>
<p>
With this fund, we ordered merchandise to advertise our student organization,
especially emphasizing the inclusivity and welcoming nature of our club as well
as incorporating UT AWM's beloved mascot, Awmie the Armadillo.
</p>
</div>
</div>
<div class="award">
<div class="award-textbox">
<h3 class="award-name">MLH Pizza Fund</h2>
<p>
Major League Hacking, along with their partners created the Pizza Fund to support
"in-person meetups, workshops, and even mini-hackathons".
</p>
<p>
We used this fund to host a workshop where our members were taught introductory
HTML. Members were also exposed to useful services, such as Github Pages, so
that they can have the tools needed to create their own detailed website from scratch.
</p>
</div>
</div>
</div>
</body>
<footer><p><a href="index.html"><-- Back to home</a></p></footer>
</html>