-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSep. 4
591 lines (546 loc) · 32.3 KB
/
Sep. 4
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
<!-- This is our new, simplified template. Please work better. -->
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GSC Newsletter</title>
<style>
/* -------------------------------------
GLOBAL RESETS
------------------------------------- */
img {
border: none;
-ms-interpolation-mode: bicubic;
max-width: 100%; }
body {
font-family: Avenir,sans-serif;
}
body {
background-color: #f6f6f6;
font-family: Avenir,sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 1.4;
margin: 0;
padding: 0;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
table {
border-collapse: separate;
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
width: 100%; }
table td {
font-family: Avenir,sans-serif;
font-size: 14px;
vertical-align: top; }
/* -------------------------------------
BODY & CONTAINER
------------------------------------- */
.body {
background-color: #f6f6f6;
width: 100%; }
/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.container {
display: block;
Margin: 0 auto !important;
/* makes it centered */
max-width: 580px;
padding: 10px;
width: auto !important;
width: 580px; }
/* This should also be a block element, so that it will fill 100% of the .container */
.content {
box-sizing: border-box;
display: block;
Margin: 0 auto;
max-width: 580px;
padding: 10px; }
/* -------------------------------------
HEADER, FOOTER, MAIN
------------------------------------- */
.main {
background: #fff;
border-radius: 3px;
width: 100%; }
.wrapper {
box-sizing: border-box;
padding: 20px; }
.footer {
clear: both;
padding-top: 10px;
text-align: center;
width: 100%; }
.footer td,
.footer p,
.footer span,
.footer a {
color: #999999;
font-size: 12px;
text-align: center; }
/* -------------------------------------
TYPOGRAPHY
------------------------------------- */
h1,
h2,
h3,
h4 {
color: #000000;
font-family: Avenir,sans-serif;
font-weight: 400;
line-height: 1.4;
margin: 0;
Margin-bottom: 30px; }
h1 {
font-size: 35px;
font-weight: 300;
text-align: center;
text-transform: capitalize; }
p,
ul,
ol {
font-family: Avenir,sans-serif;
font-size: 14px;
font-weight: normal;
margin: 0;
Margin-bottom: 15px; }
p li,
ul li,
ol li {
list-style-position: inside;
margin-left: 5px; }
a {
color: #3498db;
text-decoration: underline; }
/* -------------------------------------
BUTTONS
------------------------------------- */
.btn {
box-sizing: border-box;
width: 100%; }
.btn > tbody > tr > td {
padding-bottom: 15px; }
.btn table {
width: auto; }
.btn table td {
background-color: #ffffff;
border-radius: 5px;
text-align: center; }
.btn a {
background-color: #ffffff;
border: solid 1px #3498db;
border-radius: 5px;
box-sizing: border-box;
color: #3498db;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 12px 25px;
text-decoration: none;
text-transform: capitalize; }
.btn-primary table td {
background-color: #3498db; }
.btn-primary a {
background-color: #3498db;
border-color: #3498db;
color: #ffffff; }
/* -------------------------------------
OTHER STYLES THAT MIGHT BE USEFUL
------------------------------------- */
.last {
margin-bottom: 0; }
.first {
margin-top: 0; }
.align-center {
text-align: center; }
.align-right {
text-align: right; }
.align-left {
text-align: left; }
.clear {
clear: both; }
.mt0 {
margin-top: 0; }
.mb0 {
margin-bottom: 0; }
.preheader {
color: transparent;
display: none;
height: 0;
max-height: 0;
max-width: 0;
opacity: 0;
overflow: hidden;
mso-hide: all;
visibility: hidden;
width: 0; }
.powered-by a {
text-decoration: none; }
hr {
width: 75%;
color: #525252;
margin-top: 15px;
margin-bottom: 35px;
}
/* -------------------------------------
RESPONSIVE AND MOBILE FRIENDLY STYLES
------------------------------------- */
@media only screen and (max-width: 620px) {
table[class=body] h1 {
font-size: 28px !important;
margin-bottom: 10px !important; }
/*table[class=body] p,*/
table[class=body] ul,
table[class=body] ol,
/*table[class=body] td,*/
/*table[class=body] span,*/
/*table[class=body] a {
font-size: 16px !important; }*/
table[class=body] .wrapper,
table[class=body] .article {
padding: 10px !important; }
table[class=body] .content {
padding: 0 !important; }
table[class=body] .container {
padding: 0 !important;
width: 100% !important; }
table[class=body] .main {
border-left-width: 0 !important;
border-radius: 0 !important;
border-right-width: 0 !important; }
table[class=body] .btn table {
width: 100% !important; }
table[class=body] .btn a {
width: 100% !important; }
table[class=body] .img-responsive {
/*height: auto !important;*/
max-width: 100% !important;
width: auto !important; }}
/* -------------------------------------
PRESERVE THESE STYLES IN THE HEAD
------------------------------------- */
@media all {
.ExternalClass {
width: 100%; }
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
line-height: 100%; }
.apple-link a {
color: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
text-decoration: none !important; }
.btn-primary table td:hover {
background-color: #34495e !important; }
.btn-primary a:hover {
background-color: #34495e !important;
border-color: #34495e !important; } }
/*We can touch the css below here. */
/*Settings for the main photo. If you need to customize the height to fit
a specific photo you can do that in the height: ... section*/
.main_photo {
border-collapse: collapse;
display: table;
width: 100%;
background-position: 0px 0px;
background-repeat: no-repeat;
height: 230px;
}
/*Settings for all the text in the main header photo*/
.main_photo p{
color: white;
background: rgba(0, 0, 0, 0.4);
font-weight: bold;
margin-bottom:0px;
}
/*Settings for just the large main text in header photo*/
.main_photo .main_event{
font-size: 24px;
font-weight: bolder;
}
#photo_text{
text-align: center;
width:100%;
height:100%;
padding:0px;
}
/*When the screen is small put the text in the middle of the image*/
@media only screen and (min-width: 620px) {
#photo_text{
width:50%;
padding:15px;
}
}
/*Settings for the button that links to our site (or david pumpkins video)*/
.website_button {
border-radius: 4px;
display: inline-block;
font-size: 14px;
font-weight: bold;
line-height: 24px;
padding: 12px 24px;
text-align: center;
text-decoration: none;
transition: opacity 0.1s ease-in;
color: #8a5029 !important;
background-color: rgba(0, 0, 0, 0.5);
margin-top: 15%;
}
.website_button:hover{
background-color: rgba(0, 0, 0, 0.75);
}
.website_button a {
text-decoration: none;
color: white;
}
/*Make it so the first line of text doesnt crowd the header image*/
#greeting{
padding-top: 25px;
font-size: 0.85em;
line-height: 1em;
}
.event_name{
font-size: 20px;
font-weight: bold;
padding-bottom: 10px;
color: #525252;
}
.details_table td {
white-space: nowrap; /** added **/
font-weight: bold;
}
.details_table td:last-child{
width:100%;
font-weight: normal;;
}
.event_log {
padding-bottom: 150px !important;
}
</style>
</head>
<body class="" style="font-family: Avenir,sans-serif;background-color: #f6f6f6;-webkit-font-smoothing: antialiased;font-size: 14px;line-height: 1.4;margin: 0;padding: 0;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" class="body" style="border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 50%;background-color: #f6f6f6;">
<tr>
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;"> </td>
<td class="container" style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;display: block;max-width: 580px;padding: 0 !important;width: 100% !important;margin: 0 auto !important;">
<div class="content" style="box-sizing: border-box;display: block;margin: 0 auto;max-width: 580px;padding: 0 !important;">
<!-- START CENTERED WHITE CONTAINER -->
<span class="preheader" style="color: transparent;display: none;height: 0;max-height: 0;max-width: 0;opacity: 0;overflow: hidden;mso-hide: all;visibility: hidden;width: 0;">The Vanderbilt Graduate Student Council Newsletter!</span>
<table class="main" style="border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;background: #fff;border-radius: 0 !important;border-left-width: 0 !important;border-right-width: 0 !important;">
<!-- ==================================================================================================================================================================================== -->
<!-- ==================================================================================================================================================================================== -->
<!-- START MAIN CONTENT AREA -->
<!-- ==================================================================================================================================================================================== -->
<!-- ==================================================================================================================================================================================== -->
<tr>
<td class="wrapper" style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;box-sizing: border-box;padding: 10px !important;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;">
<tr>
<!-- This is where the vanderbilt header logo goes -->
<td align="center" style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<img src="https://raw.githubusercontent.com/LucyMcGowan/GSC/master/logos/GSCLOGO.png" alt="" width="299" style="border: none;-ms-interpolation-mode: bicubic;max-width: 100%;">
</td>
</tr>
<tr>
<!-- This is where the current email photo goes -->
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<div class="main_photo" style="background-image: url(https://raw.githubusercontent.com/vandyGSC/newsletters/master/logos/ALUMNIHALL-CLASSROOM.jpg);border-collapse: collapse;display: table;width: 100%;background-position: 0px 0px;background-repeat: no-repeat;height: 230px;">
<div id="photo_text" style="text-align: center;width: 100%;height: 100%;padding: 0px;">
<!-- What is the main event being announced with this email? -->
<p class="main_event" style="font-family: Avenir,sans-serif;font-size: 24px;font-weight: bolder;margin: 0;margin-bottom: 0px;color: white;background: rgba(0, 0, 0, 0.4);">General Body Meeting</p>
<p class="event_description" style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: bold;margin: 0;margin-bottom: 0px;color: white;background: rgba(0, 0, 0, 0.4);">Alumni Hall, Room 201</p>
<p class="event_description" style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: bold;margin: 0;margin-bottom: 0px;color: white;background: rgba(0, 0, 0, 0.4);">This Thursday from 5:45-7pm</p>
<p class="event_description" style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: bold;margin: 0;margin-bottom: 0px;color: white;background: rgba(0, 0, 0, 0.4);">FREE PIZZA 🍕</p>
<!-- This is the button to the website (or whatever link we desire) -->
<div class="website_button" style="border-radius: 4px;display: inline-block;font-size: 14px;font-weight: bold;line-height: 24px;padding: 12px 24px;text-align: center;text-decoration: none;transition: opacity 0.1s ease-in;background-color: rgba(0, 0, 0, 0.5);margin-top: 15%;color: #8a5029 !important;">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSckPAse3MelestCDrUpeHI54laR6-Ykyu9ZzuaSHcmQ3fYTJA/viewform?usp=sf_link" style="color: white;text-decoration: none;">Click here for our website!</a>
</div>
</div>
</div>
</td>
</tr>
<!-- End header photo stuff. Start Body of email -->
<tr>
<td align="center" style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<p id="greeting" style="font-family: Avenir,sans-serif;font-size: 0.85em;font-weight: normal;margin: 0;margin-bottom: 15px;padding-top: 25px;line-height: 1em;">
Welcome to the Vanderbilt Graduate Student Council Newsletter.
</p>
</td>
</tr>
<tr>
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
</td>
</tr>
<!-- ================ Start single event log ================ -->
<tr class="event_log" style="padding-bottom: 150px !important;">
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<span class="event_name" style="font-size: 20px;font-weight: bold;padding-bottom: 10px;color: #525252;">General Body Meeting</span>
<p style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: normal;margin: 0;margin-bottom: 15px;">
Join us Thursday, September 7th from 5:45-7pm for our first General Body Meeting in Alumni Hall 201. Come meet some fellow graduate students (and grab some free pizza)! <br/>
</p>
<hr style="width: 75%;color: #525252;margin-top: 15px;margin-bottom: 35px;">
</td>
</tr>
<!-- ================ End single event log ================ -->
<!-- ================ Start single event log ================ -->
<tr class="event_log" style="padding-bottom: 150px !important;">
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<span class="event_name" style="font-size: 20px;font-weight: bold;padding-bottom: 10px;color: #525252;">Request for GSC department representatives</span>
<p style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: normal;margin: 0;margin-bottom: 15px;">
In order to ensure that voices across campus are heard, it is important for each department to have a representative who can act as a liaison between students in this department and the Graduate Student Council. Please fill out the following form with information about the department's representative <a href = "https://docs.google.com/forms/d/e/1FAIpQLSfexEZsiaQxCOaw9tXw7fBx8m8khb6Bs1tbw6_ifCQQzJW1NQ/viewform">form</a>. If you need help electing a representative or have any questions, please contact [email protected]. <br/>
</p>
<hr style="width: 75%;color: #525252;margin-top: 15px;margin-bottom: 35px;">
</td>
</tr>
<!-- ================ End single event log ================ -->
<!-- ================ Start single event log ================ -->
<tr class="event_log" style="padding-bottom: 150px !important;">
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<span class="event_name" style="font-size: 20px;font-weight: bold;padding-bottom: 10px;color: #525252;">Request for organizations to present at first general body meeting</span>
<p style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: normal;margin: 0;margin-bottom: 15px;">
We would like to extend an invitation to all organization that are affiliated with any of the graduate or professional schools to come speak at the first general body meeting. We want to make our members aware of the many opportunities available for them here at Vanderbilt! If you would like to present at the meeting, please email GSC Secretary Kevin Lubin at [email protected] by 5pm on Wednesday, September 6th. <br/>
</p>
<hr style="width: 75%;color: #525252;margin-top: 15px;margin-bottom: 35px;">
</td>
</tr>
<!-- ================ End single event log ================ -->
<!-- ================ Start single event log ================ -->
<tr class="event_log" style="padding-bottom: 150px !important;">
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<span class="event_name" style="font-size: 20px;font-weight: bold;padding-bottom: 10px;color: #525252;">Peak Performance Workshop Flyer (See attached) </span>
<p style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: normal;margin: 0;margin-bottom: 15px;">
The Psychological and Counseling Center and the Graduate School are co-hosting a workshop series for all graduate and professional students. The first workshop is 9/6/17 from 12-1pm. <br/>
</p>
<hr style="width: 75%;color: #525252;margin-top: 15px;margin-bottom: 35px;">
</td>
</tr>
<!-- ================ End single event log ================ -->
<!-- ================ Start single event log ================ -->
<tr class="event_log" style="padding-bottom: 150px !important;">
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<span class="event_name" style="font-size: 20px;font-weight: bold;padding-bottom: 10px;color: #525252;">Graduate Diversity and Inclusion Committee </span>
<p style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: normal;margin: 0;margin-bottom: 15px;">
The GDI is advocating for a more holistic graduate school admissions process (i.e. disregarding GRE & GPA numbers) to promote diversity and inclusion. They are always looking for graduate students who would like to join in this work. For more information contact Ali Lutz at [email protected]. <br/>
</p>
<hr style="width: 75%;color: #525252;margin-top: 15px;margin-bottom: 35px;">
</td>
</tr>
<!-- ================ End single event log ================ -->
<!-- ================ Start single event log ================ -->
<tr class="event_log" style="padding-bottom: 150px !important;">
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<span class="event_name" style="font-size: 20px;font-weight: bold;padding-bottom: 10px;color: #525252;">Community Affairs </span>
<p style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: normal;margin: 0;margin-bottom: 15px;">
Community Affairs is looking for graduate students that are interested in participating in the “Pen Pals with a Purpose” program. You can have the opportunity to be a mentor and role model for Nashville area students. The PPWP program, which pairs Vanderbilt graduate students with local middle schoolers, is intended to show middle school students the way in which they can pursue their own interests in higher education and in the workforce. More information will be sent out in a email from GSC Community Affairs this week. <br/>
</p>
<hr style="width: 75%;color: #525252;margin-top: 15px;margin-bottom: 35px;">
</td>
</tr>
<!-- ================ End single event log ================ -->
<!-- ================ Start single event log ================ -->
<tr class="event_log" style="padding-bottom: 150px !important;">
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<span class="event_name" style="font-size: 20px;font-weight: bold;padding-bottom: 10px;color: #525252;">University Appellate Review Board (ARB) </span>
<p style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: normal;margin: 0;margin-bottom: 15px;">
We are looking for 2 graduate students to serve on the University’s Appellate Review Board (ARB). ARB members attend a training session and may have to sit several panels a year. It is a significant and serious responsibility. The Appellate Review Board (the “Board”) is a University-wide body consisting of faculty and students appointed by the Chancellor (or the Chancellor’s designee) to review appeals from findings of administrative offices and bodies that have the authority to impose sanctions upon students in academic and co-curricular matters. The Appellate Review Board comprises two divisions: The Appellate Review Board for Academic Matters (for cases heard by Honor Councils), and the Appellate Review Board for Co-Curricular Matters (for cases heard by offices and bodies that exercise accountability authority, with exceptions noted below).
NOTE: Prefer two year term
NOTE: Same set of students serve on both boards. <br/>
</p>
<hr style="width: 75%;color: #525252;margin-top: 15px;margin-bottom: 35px;">
</td>
</tr>
<!-- ================ End single event log ================ -->
<!-- ================ Start single event log ================ -->
<tr class="event_log" style="padding-bottom: 150px !important;">
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<span class="event_name" style="font-size: 20px;font-weight: bold;padding-bottom: 10px;color: #525252;">Upcoming Social Events </span>
<p style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: normal;margin: 0;margin-bottom: 15px;">
GSC & PGSA Tailgate:
Kick-off football season with the joint Graduate Student Council and Peabody Graduate Student Association tailgate! Look for our tent before the first home game against Alabama A&M on September 9th at 12PM.
FREE food and drinks!
Email [email protected] if you’re interested in volunteering. <br/>
</p>
<hr style="width: 75%;color: #525252;margin-top: 15px;margin-bottom: 35px;">
</td>
</tr>
<!-- ================ End single event log ================ -->
<!-- ================ Start single event log ================ -->
<tr class="event_log" style="padding-bottom: 150px !important;">
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<span class="event_name" style="font-size: 20px;font-weight: bold;padding-bottom: 10px;color: #525252;">Graduate Honor Council (GHC) </span>
<p style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: normal;margin: 0;margin-bottom: 15px;">
The Graduate Honor Council is a body of student volunteers tasked with educating the community on the Honor Code and hearing potential violations of the Code. We are looking for volunteers; minimal time commitment required. If interested, email Katie Zimmerman, Chair of the GHC at [email protected]. <br/>
</p>
<hr style="width: 75%;color: #525252;margin-top: 15px;margin-bottom: 35px;">
</td>
</tr>
<!-- ================ End single event log ================ -->
<!-- ================ Start single event log ================ -->
<tr class="event_log" style="padding-bottom: 150px !important;">
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<span class="event_name" style="font-size: 20px;font-weight: bold;padding-bottom: 10px;color: #525252;">Welcome Reception for New Graduate Students</span>
<p style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: normal;margin: 0;margin-bottom: 15px;">
Please mark your calendar for the Welcome Reception for New Graduate School Students taking place Thursday September 7th, from 4-6 pm in Alumni Hall room 100. Immediately following the reception is the 1st Fall Graduate Student Council (GSC) General Body Meeting at 6 PM in Alumni Hall room 201. <br/>
</p>
<hr style="width: 75%;color: #525252;margin-top: 15px;margin-bottom: 35px;">
</td>
</tr>
<!-- ================ End single event log ================ -->
<!-- ================ Start single event log ================ -->
<tr class="event_log" style="padding-bottom: 150px !important;">
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;">
<span class="event_name" style="font-size: 20px;font-weight: bold;padding-bottom: 10px;color: #525252;">Student Life Concerns, Comments, Suggestions, and Praise. </span>
<p style="font-family: Avenir,sans-serif;font-size: 14px;font-weight: normal;margin: 0;margin-bottom: 15px;">
If you have any graduate student life or advocacy issues you would like to discuss with GSC, please contact Student Life Liaison Chelsea Peters at [email protected] or [email protected]. <br/>
</p>
<hr style="width: 75%;color: #525252;margin-top: 15px;margin-bottom: 35px;">
</td>
</tr>
<!-- ================ End single event log ================ -->
<!-- Leave this stuf here. It just closes the table structure that we are storing the body of the email in. -->
</table>
</td>
</tr>
<!-- ==================================================================================================================================================================================== -->
<!-- ==================================================================================================================================================================================== -->
<!-- END MAIN CONTENT AREA -->
<!-- ==================================================================================================================================================================================== -->
<!-- ==================================================================================================================================================================================== -->
</table>
<!-- START FOOTER -->
<div class="footer" style="clear: both;padding-top: 10px;text-align: center;width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;">
<!-- Our social media links -->
<tr>
<td style="font-family: Avenir,sans-serif;font-size: 12px;vertical-align: top;color: #999999;text-align: center;">
<p style="font-family: Avenir,sans-serif;font-size: 12px;font-weight: normal;margin: 0;margin-bottom: 15px;color: #999999;text-align: center;"> Follow us on social media!
<a href="https://twitter.com/vandygsc" style="color: #999999;text-decoration: underline;font-size: 12px;text-align: center;"><img src="https://raw.githubusercontent.com/LucyMcGowan/GSC/gh-pages/logos/twitter_icon.png" alt="Twitter Logo" height="42" width="42" style="border: none;-ms-interpolation-mode: bicubic;max-width: 100%;"></a>
<a href="https://facebook.com/vandygsc" style="color: #999999;text-decoration: underline;font-size: 12px;text-align: center;"><img src="https://raw.githubusercontent.com/LucyMcGowan/GSC/gh-pages/logos/facebook_icon.png" alt="Facebook Logo" height="42" width="42" style="border: none;-ms-interpolation-mode: bicubic;max-width: 100%;"></a>
</p>
</td>
</tr>
<tr>
<td class="content-block" style="font-family: Avenir,sans-serif;font-size: 12px;vertical-align: top;color: #999999;text-align: center;">
<span class="apple-link" style="color: #999999;font-size: 12px;text-align: center;">You are receiving these emails because you are a member of the Vanderbilt Graduate Student Council Group on Anchorlink</span>
Don't like these emails? Go to <a href="https://anchorlink.vanderbilt.edu/" style="color: #999999;text-decoration: underline;font-size: 12px;text-align: center;">Anchorlink</a> and remove yourself from the GSC group or change your email preferences.
</td>
</tr>
</table>
</div>
<!-- END FOOTER -->
<!-- END CENTERED WHITE CONTAINER --></div>
</td>
<td style="font-family: Avenir,sans-serif;font-size: 14px;vertical-align: top;"> </td>
</tr>
</table>
</body>
</html>