-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainContent.xml
More file actions
91 lines (91 loc) · 3.82 KB
/
mainContent.xml
File metadata and controls
91 lines (91 loc) · 3.82 KB
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<content>
<pages>
<page name="Home" title="Applied Physics Club | Home" heading="Applied Physics Club">
<p class='hdingHome'> Welcome to The Penn State Applied Physics Club Web Page</p>
<p class='hdingUpdates'> What's New </p>
<div id='scrollbar1'>
<div class="scrollbar"><div class="track"><div class="thumb"><div class="end"></div></div></div></div>
<div align="center" class="viewport">
<div align="center" class="overview">
<div align="center" class="updateBox" id="updateDiv"></div>
</div>
</div>
</div>
<script type="text/javascript"> LoadDataUD("Updates.XML");</script>
<script type="text/javascript"> $(document).ready(function(){$('#scrollbar1').tinyscrollbar();});</script>
</page>
<page name="Projects" title="Applied Physics Club | Projects" heading="Projects">
<div id='aboutScroll'>
<div class="scrollbar"><div class="track"><div class="thumb"><div class="end"></div></div></div></div>
<div align="center" class="viewport">
<div align="center" class="overview">
<p class="intxt"> Our goal is to focus on several classic and small experiments throughout the semester as well as
work on a few more complicated experiments that require more time.
</p>
<span class="auhdtxt">Ideas for Future Projects</span>
<ul class="intxtl">
<li> Vacuum Chamber Paul Trap </li>
<li> Cloud Chamber</li>
<li> Cyclotron Particle Accelerator </li>
</ul>
</div>
</div>
</div>
<script type="text/javascript"> $(document).ready(function(){$('#aboutScroll').tinyscrollbar();});</script>
<subpage name="Coil-gun">
<p class='hdingHome'> Coil-gun</p>
<p class="intxt"> Under Construction </p>
</subpage>
<subpage name="Interferom">
<p class='hdingHome'> Radio Interferometer</p>
<p class="intxt"> Under Construction </p>
</subpage>
<subpage></subpage>
<subpage></subpage>
<subpage></subpage>
<subpage></subpage>
<subpage></subpage>
<subpage></subpage>
<subpage></subpage>
<subpage></subpage>
<subpage></subpage>
<subpage></subpage>
<subpage></subpage>
<subpage></subpage>
</page>
<page name="Events" title="Applied Physics Club | Events" heading="Club Events">
<div id='aboutScroll'>
<div class="scrollbar"><div class="track"><div class="thumb"><div class="end"></div></div></div></div>
<div align="center" class="viewport">
<div align="center" class="overview">
<p class='hdingHome'> Under Construction</p>
</div>
</div>
</div>
<script type="text/javascript"> $(document).ready(function(){$('#aboutScroll').tinyscrollbar();});</script>
</page>
<page name="About" title="Applied Physics Club | About" heading="About Us">
<div id='aboutScroll'>
<div class="scrollbar"><div class="track"><div class="thumb"><div class="end"></div></div></div></div>
<div align="center" class="viewport">
<div align="center" class="overview">
<span class="auhdtxt">Who We Are</span>
<p class="intxt"> The Penn State Applied Physics club is a student organization which has the goal of providing a means for physics students and
those interested in physics to preform additional and more intricate physics experiments than what
they would typically see in their curriculum.
</p>
<span class="auhdtxt">Officers</span>
<p class="intxtl"> Adviser: Kenneth O'Hara (kmo10@psu.edu) </p>
<p class="intxtl"> President: Josh Fixelle (jxf5078@psu.edu) </p>
<p class="intxtl"> Vice President: Donald Seiwell (djs515@psu.edu) </p>
<p class="intxtl"> Secretary: Eric Song (eks5081@psu.edu) </p>
<p class="intxtl"> Treasurer: Daniel Stepanov (dhs149@psu.edu) </p>
<p class="intxtl"> Webmaster: Josh Fixelle (jxf5078@psu.edu) </p>
</div>
</div>
</div>
<script type="text/javascript"> $(document).ready(function(){$('#aboutScroll').tinyscrollbar();});</script>
</page>
</pages>
</content>