-
Notifications
You must be signed in to change notification settings - Fork 17
/
store.html
98 lines (95 loc) · 6.83 KB
/
store.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128365658-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128365658-1');
</script>
<meta charset="utf-8">
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="http://pslmodels.org/imgs/PolicySimLibrary-1000px.png"/>
<meta name="twitter:title" content="About"/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>About</title>
<!-- include bootstrap -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="CSS/page.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body id="page">
<nav class="navbar navbar-expand-md navbar-light sticky-top" style="background-color:white">
<div>
<a href="index.html" class="navbar-brand"><img src="imgs/PSL.svg" height="40"></a>
</div>
<button class="navbar-toggler" data-toggle="collapse" data-target="#dropdownMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="dropdownMenu">
<ul class="navbar-nav">
<li class="nav-item active dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownBlog" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Catalog
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog">
<a class="dropdown-item" href="Catalog/library_criteria.html">Criteria</a>
<a class="dropdown-item" href="Catalog/index.html">Models</a>
</div>
</li>
<li class="nav-item active dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownBlog" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Community
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog">
<a class="dropdown-item" href="Community/contribute.html">Contribute</a>
<a class="dropdown-item" href="http://discourse.pslmodels.org/">Forum</a>
<a class="dropdown-item" href="Community/initiatives.html">Initiatives</a>
<a class="dropdown-item" href="Community/council.html">Leadership Council</a>
<a class="dropdown-item" href="Newsletter/archive.html">Newsletter</a>
<a class="dropdown-item" href="Community/roadmap.html">Roadmap</a>
</div>
</li>
<li class="nav-item active"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item active"><a class="nav-link" href="events.html">Events</a></li>
<li class="nav-item active"><a class="nav-link" href="http://blog.pslmodels.org/">Blog</a></li>
<li class="nav-item active"><a class="nav-link" href="https://opencollective.com/psl">Donate</a></li>
</ul>
</div>
<span class="navbar-text" style="float:right; font-family:'Courier New', Courier, monospace; margin-right:2%">
Open Models == Better Policy
</span>
</nav>
<div class="container" id="content">
<h1 style="margin-top:20px">About</h1>
<br>
<p>The Policy Simulation Library (PSL) is a collection of models and other software for public-policy decisionmaking. PSL is developed by independent projects that meet standards for transparency and accessibility. The PSL community encourages collaborative contribution and makes the tools it develops accessible to a diverse group of users.</p>
<p>The PSL's online home for users is <a href="https://www.pslmodels.org">https://www.pslmodels.org</a>.</p>
<p>If you would like to learn more about PSL plans, see our <a href="Community/roadmap.html">roadmap</a>.</p>
<p>If you would like to make a technical contribution to PSL, please review the <a href="Community/contribute.html">contributor guide</a>.</p>
<p>You can reach PSL developers and users to discuss how to get started by opening an issue or joining the PSL Community <a href="https://matrix.to/#/!oZnjlINzAXrgdzXEfZ:matrix.org">chat room</a>.</p>
<p>PSL is governed by a <a href="Community/council.html">leadership council</a> of project representatives. </p>
<p>The PSL community is respectful, warm, and open to everyone. In order to ensure that the project remain that way for all participants, we have officially adopted the <a href="https://numfocus.org/code-of-conduct">NumFOCUS Code of Conduct</a> as our own, with the exception that infractions should be reported to a PSL leadership council member. </p>
</div>
<!-- footer start -->
<br><br>
<footer class="footer mt-auto py-2">
<div class="row mt-5 border-top">
<div class="col-sm"></div>
<div class="col-sm text-center">
<a href="https://twitter.com/pslmodels" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com/company/policy-simulation-library/" class="fa fa-linkedin"></a>
<a href="https://www.youtube.com/channel/UCf7WWCuZHs_FFLjuBW4a4_Q" class="fa fa-youtube"></a>
<a href="https://github.com/pslmodels" class="fa fa-github" aria-hidden="true"></a>
</div>
<div class="col-sm"></div>
</div>
</footer>
</body>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</html>