-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·91 lines (65 loc) · 4.84 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Here is a kind of scientific blog, by Jibé B.</title>
<meta name="author" content="jibe-b"/>
<link type="text/css" rel="stylesheet" href="/css/style.css"/>
<meta name="copyright" content="CC-BY-SA"/>
<meta name="date" content="2016"/>
<script src="/js/ASCIIMathML.js"></script>
</head>
<body>
<p><a href="/">Home</a>
<a href="https://jibe-b.github.io/lab-notebook/">Lab Notebook</a>
<a href="https://jibe-b.github.io/project/">Projects</a>
<a href="https://jibe-b.github.io/project/smd/">SMd syntax</a>
<a href="http://jibe-b.github.io/project/pso/">Physical Sciences ontology</a>
<a href="https://jibe-b.github.io/blog/">Blog</a>
<a href="https://jibe-b.github.io/aboutme.html">About</a>
<a href="/traffic-analytics">tracking</a></p>
<p><a href="https://github.com/jibe-b/jibe-b.github.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a></p>
<p><iframe src="http://htmlpreview.github.io/?https://github.com/AurelienLourot/fork-me-on-gitlab/master/button.html?href=https://gitlab.com/jibe-b"
frameborder="0" scrolling="0" width="200px" height="37px"></iframe></p>
<h2 id="whatcanbefoundhere">What can be found here</h2>
<p>Here you will find the <a href="/projects">projects</a> I am taking part to, the <a href="/lab-notebook/">Open Lab Notebook</a> I keep in conducting projects<!-- (and futurely doing research)-->, and a <a href="/blog">blog</a> as well.</p>
<p>Both English and French languages are used. If you can’t read one article because of
this, feel free to ask me to translate, that wouldn’t be a problem.</p>
<h2 id="knowledge-orientedprojects">Knowledge-oriented projects</h2>
<ul>
<li><a href="project/pso/">Physical Sciences ontology</a> (status: under development)</li>
</ul>
<h2 id="toolorientedprojects">Tool oriented projects</h2>
<ul>
<li><a href="project/smd/">Semantic Markdown</a></li>
<li><a href="project/gitld/">versionning system for graphs</a></li>
<li><a href="project/graph-executioner/">graph executioner</a></li>
</ul>
<h2 id="openscience">Open Science</h2>
<p>All the work you will find here aims to be fully documented, with record kept about each step and choice. All publications are made under a creative commons licence that requires you to cite me as author of the original version and then to do whatever you want, especially great things.</p>
<h2 id="blogposts">Blog posts</h2>
<h3 id="hypothes.is:annotatetheweb-howtomarch1st2016"><a href="2016-03-01-hypothesis-how-to.html">Hypothes.is: annotate the web - how to</a> (March 1st, 2016)</h3>
<p>There have been interest for the annotation tool hypothes.is inside the HackYourPhD community on Facebook so I wrote this short description to give you an idea of this tool. <a href="2016-03-01-hypothesis-how-to.html">Read more…</a></p>
<h3 id="themergeofblackholesreleasedgravitationalwavesand…opendatafeb122016"><a href="2016-02-12-black-holes-released-gravitational-waves-and-open-data.html">The merge of black holes released gravitational waves and… Open Data!</a> (Feb 12, 2016)</h3>
<p>A note about Open Science in action, at <a href="http://libgo.org">LIGO</a>, that observed gravitational waves. <a href="2016-02-12-black-holes-released-gravitational-waves-and-open-data.html">Read more…</a></p>
<h3 id="notestakenduringtheopenscientificdataworkshopatlaboratoiredelaccélérateurlinéairenov.25th2014"><a href="https://authorea.com/users/5676/articles/12769/_show_article">Notes taken during the Open Scientific Data Workshop</a> at Laboratoire de l’Accélérateur Linéaire (Nov. 25th 2014)</h3>
<hr />
<p>Jibé <a href="https://twitter.com/jibe_jeybee">@jibe_jeybee</a> <a href="aboutme.html">About me</a></p>
<p>All contents on this site are under the <a href="https://creativecommons.org/licenses/by/4.0/">free licence CC-BY</a></p>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
_paq.push(['setTrackerUrl', 'https://api-30dd7a75689deeb73993750d9c11f656.jibe-b.sandcats.io']);
_paq.push(['setSiteId', 1]);
_paq.push(['setApiToken', 'uoFEiyqfdWMylpZmtst05-7Yeas3aUan3cbv9BF_loC']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://g5b30n2ptnc1cgscg8po.jibe-b.sandcats.io/embed.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->
<script async defer src="https://hypothes.is/embed.js"></script>
</body>
</html>