-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (36 loc) · 3.17 KB
/
index.html
File metadata and controls
42 lines (36 loc) · 3.17 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136266807-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-136266807-1');
</script>
<meta charset="UTF-8">
<title>LDbase</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name"><img src="https://raw.githubusercontent.com/ldbase/ldbase.github.io/master/ldbase_logo_horizontal_one-color.png"></h1>
</section>
<section class="main-content">
<p>Welcome to LDbase, a NIH-funded collaboration between researchers and librarians to build a first-of-its-kind behavorial data repository containing decades of knowledge from educational and developmental sciences on individuals across the full range of abilities. LDbase will be an open science resource for the educational and developmental science scientific communities, providing a secure place to store and access data and access materials about aspects of data management and analyses. The aim of LDbase is to be a powerful resource that opens up new areas of research and accelerates discoveries, inspiring innovative research that helps us understand how individuals learn, develop, are different from each other, learn new languages, respond to interventions, and interact with their communities.</p>
<p>By 2021, LDbase will be open to external users to submit their own behavioral data (any data that isn't video, images, or genetic data), whether it's for a completed or new project. LDbase is being built to be the go-to data storage and data sharing repository for any investigator, meeting the needs of all federal funders, all data security needs, and all project sizes. By 2024, a fully open dataset of at least 20,000 children tested longitudinally will be released.</p>
<p>Contact us if you'd like to work with LDbase for your data!</p>
<blockquote>
<p>Questions about LDbase can be emailed or tweeted to Drs. Sara Hart (hart@psy.fsu.edu, @saraannhart) or Christopher Schatschneider (schatschneider@psy.fsu.edu, @schotz), at Florida State University.</p>
</blockquote>
<footer class="site-footer">
<span class="site-footer-owner">This project is a collaboration between the <a href="https://psy.fsu.edu">FSU Department of Psychology</a> and the <a href="https://www.lib.fsu.edu">FSU Libraries</a>.</span>
<span class="site-footer-credits">Except where otherwise noted, content on this site is licensed under a <a class="subfoot" href="https://creativecommons.org/licenses/by/4.0/" rel="license">Creative Commons Attribution 4.0 International license</a>.</span>
</footer>
</section>
</body>
</html>