-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
183 lines (171 loc) · 11.4 KB
/
index.html
File metadata and controls
183 lines (171 loc) · 11.4 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>ALPSCore: Applications and Libraries for Physics Simulations</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<!-- Custom styles for this template -->
<link href="stylesheet.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Google tracking script-->
<!-- ============== -->
<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-51838233-1', 'alpscore.org');
ga('send', 'pageview');
</script>
<!-- Navigation bar -->
<!-- ============== -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><span class="alpscore"></span></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html"><i class="fa fa-home fa-fw"></i> Home</a></li>
<!--Temporarily disabled:--><!--li><a href="dashboard.html"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a></li-->
<li><a href="https://github.com/ALPSCore/"><i class="fa fa-github fa-fw"></i> GitHub</a></li>
<li><a href="https://github.com/ALPSCore/ALPSCore/issues?state=open"><i class="fa fa-exclamation-circle fa-fw"></i> Issues</a></li>
<li><a href="https://github.com/ALPSCore/ALPSCore/wiki"><i class="fa fa-book fa-fw"></i> Wiki</a></li>
<li><a href="doxygen_snapshot/html/index.html"><i class="fa fa-sitemap fa-fw"></i> Doxygen</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="featurette gray">
<div class="container">
<h1><span class="alpscore"></span></h1>
<h2>Applications and Libraries for Physics Simulations Core libraries</h2>
<p>
The ALPS Core libraries aim to provide a set of well tested, robust, and standardized components for numerical simulations of condensed matter systems, in particular systems with strongly correlated electrons. The ALPS project, including legacy application codes not contained in the core libraries, is currently being worked on at <a href=https://alps.comp-phys.com>alps.comp-phys.com</a>.
</p>
<div class="row buttons">
<div class="col-md-3">
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/ALPSCore/blob/master/INSTALL.md" role="button"><i class="fa fa-download fa-fw"></i> Install</a></p>
</div>
<div class="col-md-3">
<p><a class="btn btn-primary" href="https://raw.githubusercontent.com/ALPSCore/ALPSCore/master/ACKNOWLEDGE.TXT" role="button"><i class="fa fa-bullhorn fa-fw"></i> Cite</a></p>
</div>
<div class="col-md-3">
<p><a class="btn btn-primary" href="#user" role="button"><i class="fa fa-user fa-fw"></i> Use</a></p>
</div>
<div class="col-md-3">
<p><a class="btn btn-primary" href="#developer" role="button"><i class="fa fa-wrench fa-fw"></i> Contribute</a></p>
</div>
</div>
<!-- Place the anchor beforehand, to account for the navbar space -->
<span id="user"></span>
</div>
</div>
<div class="featurette white">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1>Using <span class="alpscore"></span> </h1>
<p>
The <span class="alpscore"></span> libraries are open source and available for everyone to use in their own numerical simulations. Our user community consist of developers and users of a wide range of condensed matter physics codes. Please do not hesitate to contact us.
</p>
</div>
<div class="col-md-3">
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/ALPSCore/wiki/Applications-that-use-ALPSCore" role="button"><i class="fa fa-heart-o fa-fw"></i> Codes using ALPSCore</a></p>
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/ALPSCore/blob/master/INSTALL.md" role="button"><i class="fa fa-download fa-fw"></i> Install</a></p>
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/ALPSCore/wiki/Overview" role="button"><i class="fa fa-fighter-jet fa-fw"></i> Overview</a></p>
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/ALPSCore/wiki/Tutorials" role="button"><i class="fa fa-bicycle fa-fw"></i> Tutorials</a></p>
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/ALPSCore/issues?state=open" role="button"><i class="fa fa-exclamation-circle fa-fw"></i> Issues</a></p>
<p><a class="btn btn-primary" href="doxygen_snapshot/html/index.html" role="button"><i class="fa fa-sitemap fa-fw"></i> Doxygen</a></p>
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/ALPSCore/wiki/Physics" role="button"><i class="fa fa-magic fa-fw"></i> Physics</a></p>
</div>
</div>
<!-- Place the anchor beforehand, to account for the navbar space -->
<span id="developer"></span>
</div>
</div>
<hr>
<div class="featurette white">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1>Contributing to <span class="alpscore"></span></h1>
<p>
Contributing back to <span class="alpscore"></span> is highly encouraged: be it by filing a github issue, modifying the code and submitting a pull request, or by becoming one of the main developers.
</p>
</div>
<div class="col-md-3">
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/ALPSCore/wiki/Developer-guidelines" role="button"><i class="fa fa-book fa-fw"></i> Guidelines</a></p>
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/ALPSCore" role="button"><i class="fa fa-code-fork fa-fw"></i> Repository</a></p>
<!--Temporarily disabled:--><!--p><a class="btn btn-primary" href="dashboard.html" role="button"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a></p-->
<p><a class="btn btn-primary" href="https://travis-ci.org/ALPSCore/ALPSCore" role="button"><img src="images/TravisCI-Mascot-grey-invert-32px.png" style="height: inherit" alt="Travis CI"> Travis CI</a></p>
</div>
</div>
</div>
</div>
<hr>
<div class="featurette white">
<div class="container">
<div class="row">
<h2>Contributions to <span class="alpscore"></span> come from different people at different institutions</h2>
</div>
<div class="row buttons">
<div class="col-md-6">
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/ALPSCore/wiki/People" role="button"><i class="fa fa-users fa-fw"></i> People</a></p>
</div>
<div class="col-md-6">
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/ALPSCore/wiki/Institutions" role="button"><i class="fa fa-university fa-fw"></i> Institutions</a></p>
</div>
</div>
</div>
</div>
<hr>
<div class="featurette white">
<div class="container">
<div class="row">
<h2><span class="alpscore"></span> would not be possible without support from the</h2>
</div>
<div class="media">
<div class="media-left media-middle">
<a href="#">
<img class="media-object" src="images/Simons-Foundation.bmp" alt="Simons Foundation">
</a>
</div>
<div class="media-body">
<h3 class="media-heading"><a href="http://simonsfoundation.org">Simons Foundation</a></h3>
<p>
The Simons Collaboration on the Many Electron Problem brings together a group of scientists focused on developing new ways to solve the quantum mechanical behavior of systems comprised of many interacting electrons, with the goal of revolutionizing our ability to calculate and understand the properties of molecules and solids important in chemistry, physics and everyday life.
</p>
</div>
</div>
</div>
</div>
<!-- Placed at the end of the document so the pages load faster -->
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<!-- Bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>