-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (47 loc) · 2.36 KB
/
index.html
File metadata and controls
57 lines (47 loc) · 2.36 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>ParaTreeT: A Parallel Tree Toolkit</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
</head>
<body>
<div class="wrapper">
<header>
<img src="logo.png" width="200" height="200">
<h1>ParaTreeT:</br>A Parallel Tree Toolkit</h1>
<p class="view"><a href="https://github.com/paratreet">View My GitHub Profile</a></p>
</header>
<section>
<h2>Welcome to ParaTreeT!</h2>
<p>A wiki describing the project and associated materials can be found <a href="https://github.com/paratreet/paratreet/wiki">here</a>. Links to the constituent softwares are listed below.</p>
<h3><a href="https://github.com/paratreet/paratreet">paratreet/paratreet</a></h3>
<p>This is the main development repository of ParaTreeT. It contains the source code for the ParaTreeT library written in Charm++, and example applications such as Gravity, SPH, and Collision.</p>
<h3><a href="https://github.com/paratreet/cluster-finding">paratreet/cluster-finding</a></h3>
<p>This repository contains the distributed cluster finding library that uses union-find operations. It will be merged with ParaTreeT when it is stabilized and integrated into ChaNGa for galaxy finding.</p>
<h3>Contributors</h3>
<ul>
<li>University of Illinois at Urbana-Champaign</li>
<li>University of Washington</li>
<li>Purdue University</li>
<li>University of Maryland</li>
<li>University of Alaska Fairbanks</li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>