-
Notifications
You must be signed in to change notification settings - Fork 5
/
about.html
128 lines (116 loc) · 8.76 KB
/
about.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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> -->
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<!-- Bootstrap icons-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<style>
.bg-custom {
background-color: #000080;
}
</style>
<title>HED</title>
</head>
<body>
<!-- Navigational Header -->
<nav class="navbar navbar-expand-lg navbar-light bg-custom bg-gradient">
<div class="container">
<a class="navbar-brand text-white" href="/"><img src="assets/images/hed-logo-transparent.png" class="img-fluid" width="100" height="100" alt="Logo image"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active m-2">
<a class="nav-link text-white fs-5" href="https://www.hedtags.org/about.html">About</a>
</li>
<li class="nav-item m-2">
<a class="nav-link text-white fs-5" href="https://www.hed-resources.org/en/latest/index.html">Resources</a>
</li>
<li class="nav-item m-2">
<a class="nav-link text-white fs-5" href="https://www.hed-resources.org/en/latest/WhatsNew.html">What's new?</a>
</li>
<li class="nav-item m-2 dropdown">
<div class="dropdown">
<button class="btn btn-transparent dropdown-toggle text-white fs-5" type="button" data-bs-toggle="dropdown" aria-expanded="false">Quick links</button>
<ul class="dropdown-menu dropdown-menu-end">
<li><a class="dropdown-item" href="https://www.hedtags.org/display_hed.html">HED schema browser</a></li>
<li><a class="dropdown-item" href="https://hedtools.ucsd.edu/hed">HED online tools</a></li>
<li><a class="dropdown-item" href="https://github.com/hed-standard">HED on GitHub</a></li>
<li><a class="dropdown-item" href="https://www.youtube.com/playlist?list=PLeII6cRFsP6L5S6icwRrJp0DHkhOHtbp-">HED on YouTube</a></li>
</ul>
</div>
</li>
</ul>
<div class="d-flex m-2" role="search">
<input class="form-control" id="searchInput" type="search" placeholder="Search documentation" aria-label="Search">
<button class="btn btn-primary" onclick="searchDoc()">Search</button>
</div>
</div>
</div>
</nav>
<!-- Icon Section -->
<div class="container-xxl py-5 text text-justify">
<div class="row">
<div class="col-md-12 col-sm-12 col-12 blue-text py-3">
<h2 class="text-success">HED History</h2>
<p class="indigo-text">The system of Hierarchical Event Descriptors (HED) was first developed by Nima Bigdely-Shamlo, during his dissertation work at the Swartz Center at the University of California San Diego (<a href="https://ieeexplore.ieee.org/document/6736796">Bigdely-Shamlo et al., 2013</a>), to support a proposed EEG measure search engine. This <b>first-generation HED</b> used a strictly hierarchical term schema (structured vocabulary), making HED event descriptions ('HED strings') each a single term hierarchy (simplified example: <i>shape/square/red</i>).</p>
<p>Within a subsequent U.S. ARL project, Kay Robbins of University of Texas San Antonio pointed out that this would lead to many duplications of terms in the schema tree (a simplified example, the distinct hierarchic strings: <i>Shape/Square/Red; Shape/Triangle/Red</i>). <b>Second-generation HED</b> (<a href="https://www.frontiersin.org/articles/10.3389/fninf.2016.00042/full">Bigdely-Shamlo et al. 2016</a>) therefore made HED strings <i>heterarchical</i> (comma-separated collections of schema hierarchies) -- a simplified example: <i>(Shape/Square, Color/Red), (Shape/Triangle, Color/Red)</i>; here the term red needs appear in only one place in the HED schema, in its native (<i>Color</i>) hierarchy.</p>
<p>Most recently, <b>third-generation HED</b> incorporated some key design advances to ease the process of data annotation, improve the efficiency of HED tools for event search, and create a convenient way to marry HED annotation to BIDS event specification (<a href="https://www.sciencedirect.com/science/article/pii/S1053811921010387">Robbins et al., 2021</a>, <a href="https://pubmed.ncbi.nlm.nih.gov/34970709/">Robbins et al., 2022</a>). HED (Gen 3) also includes the concept of extending the HED vocabulary by adding field-specialized <b>HED Library Schema</b>.</p>
<p>HED is now maintained and developed by the volunteer <b>HED Working Group</b>, whose work is currently funded in part by a grant from the US National Institute of Mental Health (NIMH, <a href="https://reporter.nih.gov/search/rPekcZLackOVl5wd7mIO0w/project-details/10480619">RF1-MH126700</a>). HED data are housed online in its <a href="https://github.com/hed-standard">Github hed-standard</a> site; its public-facing website is <a href="https://www.hedtags.org">www.hedtags.org</a>. HED Tools for performing HED annotation and event search are available online, for use in Python scripts, and for MATLAB, in particular within the <a href="https://sccn.ucsd.edu/eeglab/index.php">EEGLAB</a> environment. HED annotation is now formally accepted for use with data formatted according to the <a href="https://bids.neuroimaging.io/">BIDS</a> standards.</p>
<p>To inquire about contributing to further HED development or joining the HED Working Group, follow links on the <a href="https://hedtags.org">HEDtags</a> site.</p>
<h4 class="text">HED Working Group (01/23 -)</h4>
<p>
Scott Makeig (Strategic Lead) [[email protected]]<br>
Kay Robbins (Technical Lead) [[email protected]]<br>
Dung Truong [[email protected]]<br>
Monique Denissen [[email protected]]<br>
Yahya Shirazi [[email protected]]<br>
Deepa Gupta [[email protected]]<br>
Arnaud Delorme [[email protected]]<br>
Dora Hermes [[email protected]]<br>
Tal Pal Attia [[email protected]]<br>
Ian Callanan [[email protected]]<br>
Alexander Jones [[email protected]]<br/>
</p>
<p>In addition to current support from NIH 1R01MH126700-01,
the HED Working Group gratefully acknowledges
past support from the Army Research
Laboratory under Cooperative Agreement Number W911NF-10–2–0022NIH as well as from NIH R01 EB023297–03, R01 NS047293-l4, and
R24 MH120037–01 and the Swartz Foundation. </p>
</div>
</div>
</div>
<!-- Footer-->
<!--
<footer class="py-3 bg-dark bg-gradient">
<div class="container">
<div class="row gx-1">
<div class="col-lg-12 mb-2 mb-lg-0">
</div>
</div>
</div>
</footer>
-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- <script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script> -->
<script src="https://code.jquery.com/jquery-3.6.3.slim.min.js" integrity="sha256-ZwqZIVdD3iXNyGHbSYdsmWP//UBokj2FHAxKuSBKDSo=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script>
function searchDoc() {
var search_endpoint = "https://www.hed-resources.org/en/latest/search.html?q=";
var input = encodeURIComponent($("#searchInput").val());
var search_args = "&check_keywords=yes&area=default#";
window.location = search_endpoint + input + search_args;
}
</script>
</body>
</html>