-
Notifications
You must be signed in to change notification settings - Fork 0
/
community.html
141 lines (130 loc) · 4.96 KB
/
community.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
129
130
131
132
133
134
135
136
137
138
139
140
141
<html>
<!-- Mirrored from www.akaros.org/akaros-web/community.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 11 Dec 2020 20:33:20 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Akaros Home Page</title>
<link href="akaros.css" rel="stylesheet" type="text/css">
<!-- Start of Google Analytics Code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22440912-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End of Google Analytics Code -->
</head>
<body>
<center>
<table bordercolor="#006633" border="8" width="800" cellpadding="4">
<tbody>
<tr align="CENTER">
<td>
<table border="0" bgcolor="#ffffff" width="100%" cellpadding="6">
<tbody>
<tr>
<td>
<img src="akaros.png" width=350>
</td>
<td align="TOP">
<p>
Akaros® is an open source, GPL-licensed operating system for manycore architectures.
Our goal is to provide support for parallel and high-performance applications and to scale to a large number of cores.
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=center>
This research is supported in part by the <a href=http://www.nsf.gov/>National Science Foundation</a>,
under grants <a href=http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1320005><b>#1320005</b></a> and <a href=http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1016714><b>#1016714</b></a>, and by the <a href=http://www.energy.gov/>Department of Energy</a> under grant #7086471.
</td>
</tr>
<tr>
<td>
<table border="0" bgcolor="#ffffff" width="100%" cellpadding="6">
<tbody>
<tr>
<td valign="TOP" align="CENTER" width="25%">
<table border="0" width="100%" height=400>
<tbody>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="news.html">News</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="overview.html">Overview</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="papers_and_talks.html">Papers and Talks</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="getting_started.html">Getting Started</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="license_info.html">License Info</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="resources.html">Resources</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="community.html">Community</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="https://github.com/brho/akaros/issues">Report Bugs</a></td></tr>
</tbody>
</table>
</td>
<td valign="TOP" align="LEFT">
<center><h3>Community</h3></center>
<hr>
<p>
<b>Want to join the developers mailing list?</b><br>
Send an email to <a href="mailto:akaros%[email protected]">[email protected]</a>, visit the <a href="http://groups.google.com/group/akaros">Google Group</a>, or see below.
</p>
<p>
<b>Want to report a bug?</b><br>
Create a new issue on GitHub <a href="https://github.com/brho/akaros/issues">here</a>.
</p>
<p>
<b>Want to chat on IRC?</b><br>
We have a mostly empty channel: #akaros on irc.libera.chat:6697.
</p>
<p>
<b>Want to contribute code back to the project?</b><br>
We'll accept bugfixes. If you have something larger in mind, contact us before
getting started. Any code submitted must be licensed "GPLv2 or later".
</p>
<hr>
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="900"
height="700">
</iframe>
<script type="text/javascript">
document.getElementById("forum_embed").src =
"https://groups.google.com/forum/embed/?place=forum/akaros" +
"&showsearch=true&showtabs=false&hideforumtitle=true&showpopout=true&parenturl=" +
encodeURIComponent(window.location.href);
</script>
<hr>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr><td>
<p>
Problems with this page?<br>
Email Kevin Klues
<a href="mailto:[email protected]"><[email protected]><a>
<br>
Akaros is a registered trademark of Barret Rhoden
</p>
</td></tr>
</table>
</center>
</body>
<!-- Mirrored from www.akaros.org/akaros-web/community.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 11 Dec 2020 20:33:20 GMT -->
</html>