Skip to content

Commit 7f1ffc6

Browse files
authored
Replace master branch with page content via GitHub
1 parent 3b71475 commit 7f1ffc6

File tree

5 files changed

+903
-0
lines changed

5 files changed

+903
-0
lines changed

Diff for: index.html

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>The publicdocs project by publicdocs</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
8+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
10+
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
11+
</head>
12+
<body>
13+
<section class="page-header">
14+
<h1 class="project-name">The publicdocs project</h1>
15+
<h2 class="project-tagline">An educational initiative to better understand the public documents that form the foundation of our society</h2>
16+
</section>
17+
18+
<section class="main-content">
19+
<p>Our goal is to archive, process, and understand the documents, including laws and judicial opinions, that provide the framework for our society. We especially care about archiving versions of these documents in an easy to process format (such as text or Markdown) and with medium-neutral cross-references between them. We're starting with the United States.</p>
20+
21+
<hr>
22+
23+
<p><strong><em>All use of this project is subject to the <a href="https://github.com/publicdocs/notice/blob/master/NOTICE">NOTICE</a>. This content may be inaccurate or incomplete, should not be used for official purposes, and is not legal advice. Not affiliated with any government agency. See NOTICE for further disclaimers.</em></strong></p>
24+
25+
<hr>
26+
27+
<h1>
28+
<a id="the-data" class="anchor" href="#the-data" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>The data</h1>
29+
30+
<p>We've collected some of the important documents that govern our society from the U.S. government. We host processed, marked-up, transformed, etc. versions of these documents - they are unofficial and may be inaccurate and incomplete; this is a work in-progress. Our data include:</p>
31+
32+
<h2>
33+
<a id="history-of-the-us-code---view-" class="anchor" href="#history-of-the-us-code---view-" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>History of the U.S. Code - <a href="https://https://github.com/publicdocs/uscode">view »</a>
34+
</h2>
35+
36+
<p>We've processed each 'release point' (an update to the U.S. code created after every few Public Laws passed by Congress) made by the U.S. House of Representatives OLRC and turned it into a text-like Git repository so you can see how public law has changed over time with Git diff 'red-lines'. We currently cover over 75 iterations of the law from mid-2013 to the present and are working on getting older data. For example:</p>
37+
38+
<ul>
39+
<li>How P.L. 113-227 <a href="https://github.com/publicdocs/uscode/commit/334f65d8de435fb25b5aef0120028e3a3eb69695?short_path=7c48236#diff-7c48236bbc9ca7b182a54055ac202bdd">affected 35 U.S.C. § 2</a>
40+
</li>
41+
<li>How P.L. 113-81 <a href="https://github.com/publicdocs/uscode/commit/2386d24b714d17231b76cc728d782899f23b4215?short_path=23ac9dd#diff-23ac9dd5bea85e8d95de58feed3b4f13">affected 18 U.S.C. § 2320</a>
42+
</li>
43+
<li>The <a href="https://github.com/publicdocs/uscode/tree/t-v301-0071-rp-114-153">state of the U.S. Code at P.L. 114-153</a>
44+
</li>
45+
</ul>
46+
47+
<h2>
48+
<a id="us-supreme-court-opinions" class="anchor" href="#us-supreme-court-opinions" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>U.S. Supreme Court Opinions</h2>
49+
50+
<p>We have:</p>
51+
52+
<ul>
53+
<li>
54+
<a href="https://github.com/publicdocs/us-scotus-slips">2010 through 2015 Slip Opinions</a> and</li>
55+
<li><a href="https://github.com/publicdocs/us-scotus-flite">1937 through 1975 FLITE opinions</a></li>
56+
</ul>
57+
58+
<h2>
59+
<a id="reference-resolution---view-" class="anchor" href="#reference-resolution---view-" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Reference Resolution - <a href="https://https://github.com/publicdocs/go">view »</a>
60+
</h2>
61+
62+
<p>Documents often contain cross-references to others using citations (such as legal citations) instead of using modern URLs. We're trying to resolve those to both our documents and government websites in a standard way, for example using <a href="https://github.com/usgpo/uslm">USLM</a> references, such as:</p>
63+
64+
<ul>
65+
<li><a href="https://publicdocs.github.io/go/links?ns=uslm&amp;ref=/us/usc/t2/s5301">/us/usc/t2/s3 - 2 U.S.C. § 5301</a></li>
66+
<li><a href="https://publicdocs.github.io/go/links?ns=uslm&amp;ref=/us/pl/105/225">/us/pl/105/225 - P.L. 105-225</a></li>
67+
<li><a href="https://publicdocs.github.io/go/links?ns=uslm&amp;ref=/us/stat/120/205">/us/stat/120/205 - 120 Stat. 205 <em>aka</em> USA PATRIOT Act</a></li>
68+
<li><a href="https://publicdocs.github.io/go/links?ns=uslm&amp;ref=/us/stat/1/1">/us/stat/1/1 - 1 Stat. 1 <em>aka</em> the Declaration of Independence</a></li>
69+
</ul>
70+
71+
<p>We hope to someday host and cross-reference all of these types of documents our-selves, but until then links to various government websites are also provided.</p>
72+
73+
<h2>
74+
<a id="us-constitution---view-" class="anchor" href="#us-constitution---view-" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>U.S. Constitution - <a href="https://https://github.com/publicdocs/usconstitution">view »</a>
75+
</h2>
76+
77+
<p>In handy <a href="https://https://github.com/publicdocs/usconstitution/blob/master/assets/md/constitution.md">Markdown</a> format!</p>
78+
79+
<p>You can find a full list of our data projects at our <a href="https://github.com/publicdocs">GitHub organization page</a>.</p>
80+
81+
<h1>
82+
<a id="the-software" class="anchor" href="#the-software" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>The software</h1>
83+
84+
<p>Generally, we scrape, transform, and mark-up the documents using software developed and hosted on our <a href="https://github.com/publicdocs-platform">publicdocs-platform</a> repository.</p>
85+
86+
<h1>
87+
<a id="the-people" class="anchor" href="#the-people" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>The people</h1>
88+
89+
<p>This software and project is currently being developed by <a href="https://github.com/advayDev1" class="user-mention">@advayDev1</a>.</p>
90+
91+
<hr>
92+
93+
<p>Copyright © 2016 the authors of the <a href="https://github.com/publicdocs">https://github.com/publicdocs</a> project. No claim made to original US government works. All use of this project is subject to the <a href="https://github.com/publicdocs/notice/blob/master/NOTICE">NOTICE</a>. This content may be inaccurate or incomplete and should not be used for official purposes.</p>
94+
95+
<footer class="site-footer">
96+
97+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
98+
</footer>
99+
100+
</section>
101+
102+
103+
</body>
104+
</html>

Diff for: params.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "The publicdocs project",
3+
"tagline": "An educational initiative to better understand the public documents that form the foundation of our society",
4+
"body": "Our goal is to archive, process, and understand the documents, including laws and judicial opinions, that provide the framework for our society. We especially care about archiving versions of these documents in an easy to process format (such as text or Markdown) and with medium-neutral cross-references between them. We're starting with the United States.\r\n\r\n---\r\n\r\n__*All use of this project is subject to the [NOTICE](https://github.com/publicdocs/notice/blob/master/NOTICE). This content may be inaccurate or incomplete, should not be used for official purposes, and is not legal advice. Not affiliated with any government agency. See NOTICE for further disclaimers.*__\r\n\r\n---\r\n\r\n\r\n# The data\r\nWe've collected some of the important documents that govern our society from the U.S. government. We host processed, marked-up, transformed, etc. versions of these documents - they are unofficial and may be inaccurate and incomplete; this is a work in-progress. Our data include:\r\n\r\n## History of the U.S. Code - [view »](https://https://github.com/publicdocs/uscode)\r\nWe've processed each 'release point' (an update to the U.S. code created after every few Public Laws passed by Congress) made by the U.S. House of Representatives OLRC and turned it into a text-like Git repository so you can see how public law has changed over time with Git diff 'red-lines'. We currently cover over 75 iterations of the law from mid-2013 to the present and are working on getting older data. For example:\r\n* How P.L. 113-227 [affected 35 U.S.C. § 2](https://github.com/publicdocs/uscode/commit/334f65d8de435fb25b5aef0120028e3a3eb69695?short_path=7c48236#diff-7c48236bbc9ca7b182a54055ac202bdd)\r\n* How P.L. 113-81 [affected 18 U.S.C. § 2320](https://github.com/publicdocs/uscode/commit/2386d24b714d17231b76cc728d782899f23b4215?short_path=23ac9dd#diff-23ac9dd5bea85e8d95de58feed3b4f13)\r\n* The [state of the U.S. Code at P.L. 114-153](https://github.com/publicdocs/uscode/tree/t-v301-0071-rp-114-153)\r\n\r\n## U.S. Supreme Court Opinions\r\nWe have:\r\n* [2010 through 2015 Slip Opinions](https://github.com/publicdocs/us-scotus-slips) and\r\n* [1937 through 1975 FLITE opinions](https://github.com/publicdocs/us-scotus-flite)\r\n\r\n\r\n## Reference Resolution - [view »](https://https://github.com/publicdocs/go)\r\nDocuments often contain cross-references to others using citations (such as legal citations) instead of using modern URLs. We're trying to resolve those to both our documents and government websites in a standard way, for example using [USLM](https://github.com/usgpo/uslm) references, such as:\r\n* [/us/usc/t2/s3 - 2 U.S.C. § 5301](https://publicdocs.github.io/go/links?ns=uslm&ref=/us/usc/t2/s5301)\r\n* [/us/pl/105/225 - P.L. 105-225](https://publicdocs.github.io/go/links?ns=uslm&ref=/us/pl/105/225)\r\n* [/us/stat/120/205 - 120 Stat. 205 _aka_ USA PATRIOT Act](https://publicdocs.github.io/go/links?ns=uslm&ref=/us/stat/120/205)\r\n* [/us/stat/1/1 - 1 Stat. 1 _aka_ the Declaration of Independence](https://publicdocs.github.io/go/links?ns=uslm&ref=/us/stat/1/1)\r\n\r\nWe hope to someday host and cross-reference all of these types of documents our-selves, but until then links to various government websites are also provided.\r\n\r\n## U.S. Constitution - [view »](https://https://github.com/publicdocs/usconstitution)\r\nIn handy [Markdown](https://https://github.com/publicdocs/usconstitution/blob/master/assets/md/constitution.md) format!\r\n\r\n\r\n\r\nYou can find a full list of our data projects at our [GitHub organization page](https://github.com/publicdocs).\r\n\r\n# The software\r\nGenerally, we scrape, transform, and mark-up the documents using software developed and hosted on our [publicdocs-platform](https://github.com/publicdocs-platform) repository.\r\n\r\n# The people\r\nThis software and project is currently being developed by @advayDev1.\r\n\r\n---\r\n\r\nCopyright © 2016 the authors of the [https://github.com/publicdocs](https://github.com/publicdocs) project. No claim made to original US government works. All use of this project is subject to the [NOTICE](https://github.com/publicdocs/notice/blob/master/NOTICE). This content may be inaccurate or incomplete and should not be used for official purposes.",
5+
"note": "Don't delete this file! It's used internally to help with page regeneration."
6+
}

Diff for: stylesheets/github-light.css

+124
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
/*
2+
The MIT License (MIT)
3+
4+
Copyright (c) 2016 GitHub, Inc.
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.
23+
24+
*/
25+
26+
.pl-c /* comment */ {
27+
color: #969896;
28+
}
29+
30+
.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
31+
.pl-s .pl-v /* string variable */ {
32+
color: #0086b3;
33+
}
34+
35+
.pl-e /* entity */,
36+
.pl-en /* entity.name */ {
37+
color: #795da3;
38+
}
39+
40+
.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
41+
.pl-s .pl-s1 /* string source */ {
42+
color: #333;
43+
}
44+
45+
.pl-ent /* entity.name.tag */ {
46+
color: #63a35c;
47+
}
48+
49+
.pl-k /* keyword, storage, storage.type */ {
50+
color: #a71d5d;
51+
}
52+
53+
.pl-s /* string */,
54+
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
55+
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
56+
.pl-sr /* string.regexp */,
57+
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
58+
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
59+
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
60+
color: #183691;
61+
}
62+
63+
.pl-v /* variable */ {
64+
color: #ed6a43;
65+
}
66+
67+
.pl-id /* invalid.deprecated */ {
68+
color: #b52a1d;
69+
}
70+
71+
.pl-ii /* invalid.illegal */ {
72+
color: #f8f8f8;
73+
background-color: #b52a1d;
74+
}
75+
76+
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
77+
font-weight: bold;
78+
color: #63a35c;
79+
}
80+
81+
.pl-ml /* markup.list */ {
82+
color: #693a17;
83+
}
84+
85+
.pl-mh /* markup.heading */,
86+
.pl-mh .pl-en /* markup.heading entity.name */,
87+
.pl-ms /* meta.separator */ {
88+
font-weight: bold;
89+
color: #1d3e81;
90+
}
91+
92+
.pl-mq /* markup.quote */ {
93+
color: #008080;
94+
}
95+
96+
.pl-mi /* markup.italic */ {
97+
font-style: italic;
98+
color: #333;
99+
}
100+
101+
.pl-mb /* markup.bold */ {
102+
font-weight: bold;
103+
color: #333;
104+
}
105+
106+
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
107+
color: #bd2c00;
108+
background-color: #ffecec;
109+
}
110+
111+
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
112+
color: #55a532;
113+
background-color: #eaffea;
114+
}
115+
116+
.pl-mdr /* meta.diff.range */ {
117+
font-weight: bold;
118+
color: #795da3;
119+
}
120+
121+
.pl-mo /* meta.output */ {
122+
color: #1d3e81;
123+
}
124+

0 commit comments

Comments
 (0)