-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
56 lines (44 loc) · 2.94 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Open Journals</title>
<link href='styles.css' rel='stylesheet' type='text/css' />
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47852178-5', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrap">
<div id="centre">
<h1>Open Journals</h1>
<p>Open Journals is a collection of open source, open access journals. We currently have four main publications:
<ul>
<li>Journal of Open Source Software · <a href="https://joss.theoj.org" target="_blank">https://joss.theoj.org</a></li>
<li>Journal of Open Source Education · <a href="https://jose.theoj.org" target="_blank">https://jose.theoj.org</a></li></li>
<li>Proceedings of the JuliaCon Conferences · <a href="https://proceedings.juliacon.org" target="_blank">https://proceedings.juliacon.org</a></li></li>
<li>The Journal of Brief Ideas · <a href="https://beta.briefideas.org" target="_blank">https://briefideas.org</a></li></li>
</ul>
</p>
<h3>Open Source</h3>
<p>All of our journals run on open source software which is available under our GitHub organization profile: <a href="https://github.com/openjournals/" target="_blank">https://github.com/openjournals</a></p>
<h3>Open Access</h3>
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons Licence" style="border-width:0;padding:0px;" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a> All of our journals are open access publications with content licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. Copyright remains with the submitting authors.</p>
<h3>Ownership & Governance</h3>
<p>Open Journals and each of its journals are community-organized and volunteer-led, with an editor-in-chief who leads each journal. Open Journals is fiscally sponsored by <a href="https://numfocus.org">NumFOCUS</a>, and has a <a href="https://github.com/openjournals/governance">documented governance structure</a>.</p>
<h3>Contact</h3>
<p>If you'd like to get in touch then <a href="https://github.com/openjournals/openjournals.github.io" target="_blank">post an issue on GitHub</a>.</p>
</div>
</div>
<div id="footer">
<div class="centered">
</div>
</div>
</body>
</html>