-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
44 lines (32 loc) · 890 Bytes
/
news.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
<div id="sidebar">
<ul>
<li class="thissection">This Section</li>
<li><a href="news.shtml?news">News</a></li>
<li><a href="news.shtml?events">Events</a></li>
<li class="thispage">This Page</li>
<li><a href="#new">What's New?</a></li>
<li><a href="#highlights">Highlights</a></li>
<li><a href="#press">Press Releases</a></li>
<li><a href="#other">Other News</a></li>
</ul>
</div>
<h1>UW SSG News!</h1>
Welcome to the News page of the Survey Science Group at the University of Washington. Check
these pages often to read about the most recent and interesting news on our SSG members and survey
sceince!
<a name="new"></a><h2>What's New With the SSG</h2>
<h3></h3>
<p>
</p>
<a name="highlights"></a><h2>Highlights</h2>
<h3></h3>
<p>
</p>
<a name="press"></a><h2>Press Releases</h2>
<h3></h3>
<p>
</p>
<a name="other"></a><h2>Other News</h2>
<h3></h3>
<p>
</p>