Skip to content

Commit

Permalink
Release 0.1.0 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Cristiano Köhler <[email protected]>
Co-authored-by: Michael Denker <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent 0f637c2 commit b435589
Show file tree
Hide file tree
Showing 118 changed files with 244,330 additions and 12 deletions.
962 changes: 962 additions & 0 deletions doc/releases/0.1.0/base/index.html

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions doc/releases/0.1.0/base/provenance/provenance-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

</head>

<body>
<div class="head">
<h1>Provenance for Neuroelectrophysiology Analysis Ontology - Base classes Documentation (http://purl.org/neao/0.1.0/base#)</h1>
<ul>
<li>Ontology created by: Cristiano Köhler (Forschungszentrum Jülich), Michael Denker (Forschungszentrum Jülich)</li><li>http://purl.org/neao/0.1.0/base# is a specialization of the generic URI http://purl.org/neao/base#</li>
<li>The ontology documentation was the result of using the <a href="https://github.com/dgarijo/Widoco">Widoco tool</a> (which itself uses <a href="http://www.essepuntato.it/lode/">LODE</a> for generating the crossreference section).</li>
<li>The documentation was generated at 2024-12-06</ul>
</div>
<p>back to <a href="..\index-en.html">documentation</a>. <a href="provenance-en.ttl">TTL format</a></p></div>
</body>
</html>
14 changes: 14 additions & 0 deletions doc/releases/0.1.0/base/provenance/provenance-en.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix : <> .
<http://purl.org/neao/0.1.0/base#> a prov:Entity;
dc:title "Neuroelectrophysiology Analysis Ontology - Base classes";
prov:wasAttributedTo <http://orcid.org/0000-0003-0503-5264>;
dc:creator <http://orcid.org/0000-0003-0503-5264>;
prov:wasAttributedTo <http://orcid.org/0000-0003-1255-7300>;
dc:creator <http://orcid.org/0000-0003-1255-7300>;
prov:wasAttributedTo <https://github.com/dgarijo/Widoco/>,<http://www.essepuntato.it/lode/>;
prov:specializationOf <http://purl.org/neao/base#>;
prov:wasGeneratedAt "2024-12-06";
.
124 changes: 124 additions & 0 deletions doc/releases/0.1.0/base/resources/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
body {
text-align: justify;
}

h1 {
line-height: 110%;
}

.hlist {
border: 1px solid navy;
padding:5px;
background-color: #F4FFFF;
}

.hlist li {
display: inline;
display: inline-table;
list-style-type: none;
padding-right: 20px;

}

.entity {
border: 1px solid navy;
margin:5px 0px 5px 0px;
padding: 5px;
}

.type-c {
cursor:help;
color:orange;
}

.type-op {
cursor:help;
color:navy;
}

.type-dp {
cursor:help;
color:green;
}

.type-ap {
cursor:help;
color:maroon;
}

.type-ni {
cursor:help;
color:brown;
}

.logic {
color:purple;
font-weight:bold;
}

h3 {
margin-top: 3px;
padding-bottom: 5px;
border-bottom: 1px solid navy;
}

h2 {
margin-top:40px;
}

.dotted {
border-bottom: 1px dotted gray;
}

dt {
margin-top:5px;
}

.description {
border-top: 1px dashed gray;
border-bottom: 1px dashed gray;
background-color: rgb(242, 243, 244);
margin-top:5px;
padding-bottom:5px;
}

.description dl {
background-color: rgb(242, 243, 244);
}

.description ul {
padding-left: 12px;
margin-top: 0px;
}

.backlink {
font-size:10pt;
text-align:right;
float:right;
color:black;
padding: 2px;
border: 1px dotted navy;
background-color: #F4FFFF;
}

.imageblock {
text-align: center;
}

.imageblock img {
border:1px solid gray;
}

.endnote {
margin-top: 40px;
border-top: 1px solid gray;
padding-top: 10px;
text-align: center;
color:gray;
font-size:70%;
}

.literal {
color:green;
font-style:italic;
}
18 changes: 18 additions & 0 deletions doc/releases/0.1.0/base/resources/jquery.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions doc/releases/0.1.0/base/resources/marked.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit b435589

Please sign in to comment.