This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
resolutions.html
67 lines (67 loc) · 3.34 KB
/
resolutions.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
<html>
<head>
<title>Resolutions</title>
<!-- @include includes/head.html -->
</head>
<body>
<!-- @include includes/header.html -->
<div class='content'>
<h1>Resolutions</h1>
<table class='pure-table'>
<thead>
<tr>
<th>Title</th>
<th>Download</th>
</tr>
</thead>
<tbody>
<tr>
<td>A Resolution in Support of Publicly Available Course Evaluations</td>
<td><a href='https://drive.google.com/file/d/0B8HEAD9B4ymBY2htUjQ5SGVHQmM/view?usp=sharing'>15-006-W</a></td>
</tr>
<tr>
<td>A Resolution to Reallocate Computing Resources on Michigan's Central Campus to Create Extra CAEN Environments for College of Engineering Students</td>
<td><a href='https://drive.google.com/file/d/0B5rLjuBuFleUbWtxMUJqWWotRms/view?usp=sharing'>15-004-W</a></td>
</tr>
<tr>
<td>A Resolution In Support of the Title IX Syllabus Language as Proposed by SAPAC</td>
<td><a href='https://drive.google.com/file/d/0B5rLjuBuFleUcWtmOF9Ud05vZ3M/view?usp=sharing'>15-002-W</a></td>
</tr>
<tr>
<td>A Resolution Expressing Support for the Expansion of the Non-Discrimination Policy</td>
<td><a href='https://drive.google.com/file/d/0B5rLjuBuFleURG1kR0xSbWFoOTA/view?usp=sharing'>15-001-W</a></td>
</tr>
<tr>
<td>A Resolution to Form a Constitutional Convention, to Set its Operating Procedures, and for Other Purposes</td>
<td><a href='https://drive.google.com/file/d/0B6kf_OiHu6aaRlpqeVR1TjZ3TFU/edit?usp=sharing'>14-001-W</a></td>
</tr>
<tr>
<td>A Resolution to Support Implementation of Zero-Waste Football in the Michigan Stadium by the University of Michigan</td>
<td><a href='https://drive.google.com/file/d/0B6kf_OiHu6aadUtBcjU4c0Y0S3M/edit?usp=sharing'>12-003-W</a></td>
</tr>
<tr>
<td>Tie-Breaking Amendment to the UMEC By-Laws</td>
<td><a href='https://drive.google.com/file/d/0B6kf_OiHu6aaWE53MmRGbXEwek0/edit?usp=sharing'>12-002-W</a></td>
</tr>
<tr>
<td>Amendment to Update the UMEC By-Laws Where Appropriate</td>
<td><a href='https://drive.google.com/file/d/0B6kf_OiHu6aaSGlkd0JTc1ZfaEE/edit?usp=sharing'>12-001-W</a></td>
</tr>
<tr>
<td>Resolution to Endorse the Reduction of Diesel Emission from Construction Equipment to be Used in Building the Center of Excellence in Nano Mechanical Science and Engineering</td>
<td><a href='https://drive.google.com/file/d/0B6kf_OiHu6aaMHU4TTczanlCQzQ/edit?usp=sharing'>11-001-W</a></td>
</tr>
<tr>
<td>Resolution To Endorse the Creation of Single Credit Mini-Courses in the General Engineering Curriculum</td>
<td><a href='https://drive.google.com/file/d/0B6kf_OiHu6aaUEl2LXBHcEpmQ0k/edit?usp=sharing'>10-001-W</a></td>
</tr>
<tr>
<td>Resolution to Increase Funding from the College of Engineering</td>
<td><a href='https://drive.google.com/file/d/0B6kf_OiHu6aaWTN4SWZDRnhpY2s/edit?usp=sharing'>08-001-W</a></td>
</tr>
</tbody>
</table>
</div>
<!-- @include includes/footer.html -->
</body>
</html>