This repository was archived by the owner on Mar 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
144 lines (62 loc) · 5.35 KB
/
index.php
File metadata and controls
144 lines (62 loc) · 5.35 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
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Data Archive Home Page</title>
<!--<script src="index/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="index/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
-->
<link href="_css/2col_leftNav.css" rel="stylesheet" type="text/css">
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--<h1 id="siteName"></h1> -->
<h1><img src="_images/logo75.jpg" width="75" height=""> Social Science Data Archive </h1>
<?php
include("_includes/SSDA_menubar.php");
//
// SSDA_menubar.php has the menu code for da_catalog, da_catalog_fielder(fielder collection) and 'archive reources'
//
?>
<!-- -----------------------------------------
SSDA_menubar.php has the menu code for da_catalog, da_catalog_fielder(fielder collection) and 'archive reources'
------------------------------------------ -->
<div id="content">
</p>
<h1>Welcome to the Social Science Data Archive </h1 >
<p>Whether you're here to find data for a research project or just find out what data is, we're prepared to assist you in any way.
Our website offers our catalog of data holdings, resources to find and analyze data, and finally, tutorials to enrich your knowledge of data practices and procedures.</p>
<a href="da_catalog/da_catalog/index/contact.html"> Contact us</a> and come by with your questions.</p><br>
</h5>
<h1>About the Data Archive</h1>
<P>Data services have been operating at UCLA since 1961 when political science professor Dwaine Marvick established the Political Behavior Archive (PBA); through his efforts, UCLA was one of the 8 founding members of the Inter-university Consortium for Political and Social Research (ICPSR) in 1962. When the Survey Research Center (SRC) was formed in 1964,under the direction of Eve Fielder, the PBA was merged with a planned Archive Data Library the SRC was to house. In 1977, Donald Treiman (Distinguished Professor, Sociology) was instrumental in designing and defining a newframework for the Data Archive. Under the guidance and stewardship of William A.V. Clark (Professor, Geography) the Archive developed into the popular campus facility of today.</P>
<p>
The mission of the Social Science Data Archive has been and continues to be to provide a foundation for social science research with faculty support throughout an entire research project involving original data collection or the reuse of publicly available studies. Data Archive staff and researchers work as partners throughout all stages of the research process, beginning when a hypothesis or area of study is being developed, during grant and funding activities, while data collection and/or analysis is ongoing, and finally in long term preservation of research results. Our role is to provide a collaborative environment where the focus is on understanding the nature and scope of research approach and management of research output throughout the entire life cycle of the project. </p>
<p>
Instructional support, especially support that links research with instruction is also a mainstay of operations. The Data Archive is one of the key support components in those disciplines that provide instruction in research methods, survey design and methods, statistics, and data analysis. Throughout the campus, data provided by the Archive is used by faculty in courses to transmit pedagogy, illustrate theory and develop understanding of social, political, demographic, economic, geographic and historical trends and issues.</P>
</div>
<div id="content">
<p> <em><strong>Website Design by Danielle Hontz</strong></em> <strong><em>~ Logo by Jamie Jamison</em></strong></p>
<p><a href="https://twitter.com/ucla_ssda" class="twitter-follow-button" data-show-count="false">Follow @ucla_ssda</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script><div class="fb-follow" data-href="https://www.facebook.com/uclassda" data-width="450" data-show-faces="false"></div></p>
</div>
<br>
<!--<script type="text/javascript">var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});</script>
-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-19063567-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>