-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
289 lines (242 loc) · 14.4 KB
/
index.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
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html lang="en">
<head profile="http://www.w3.org/2005/10/profile">
<script>
if (!(window.location.host.startsWith("127.0.0.1")) && !(window.location.host.startsWith("localhost")) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
<title>
The Jurism Project
</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="keywords" content="digital humanities, reference managment, bibliography, research tools, legal research"/>
<meta property="og:type" content="summary"/>
<meta property="og:image" content="https://juris-m.github.io/assets/icons/jurism-small-logo.png"/>
<meta property="og:description" content="for the laws and languages of the world"/>
<meta property="og:title" content="The Jurism Project"/>
<meta property="og:url" content="https://juris-m.github.io/"/>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="./favicon-32x32.png"/>
<!-- Stylesheets -->
<link href="./assets/css/bootstrap.css" rel="stylesheet"/>
<link href="./assets/css/font-awesome.css" rel="stylesheet"/>
<link href="./assets/css/prism.css" rel="stylesheet"/>
<link href="./assets/css/main.css" rel="stylesheet"/>
</head>
<body onload="attachListener();">
<!-- Navbar -->
<nav class="navbar navbar-toggleable-md navbar-light fixed-top">
<div class="navbar-container">
<div class="row no-gutters">
<div class="col bg-faded"><!-- Left gutter --></div>
<div class="navbar-content">
<!-- Top half of the navbar (visible on all displays) -->
<div class="navbar-top-row">
<!-- Logo and site name -->
<a class="navbar-brand mr-auto" href="./">
<img src="./assets/icons/jurism-logo.svg" style="width: 200px;" alt=" "/>
<div class="hidden-sm-down" style="display:inline-block;vertical-align:middle;margin-left:0.5em;">
<div>
The Jurism Project
</div>
<div style="font-size:smaller;font-style:italic;font-weight:normal;">
for the laws and languages of the world
</div>
</div>
</a>
<!-- Inline search form (only visible on larger displays) -->
<!-- form class="form-inline hidden-md-down">
<input class="form-control hidden-md-down search" text="text" placeholder="Search…"/>
<button class="btn btn-primary search-button" type="submit" role="button">
<span class="fa fa-search" aria-hidden="true"/>
</button>
</form -->
<!-- Search button (only visible on smaller displays) -->
<!-- button class="btn btn-primary search-button hidden-lg-up" type="button" data-toggle="collapse" data-target="#mobileSearchMenu" aria-expanded="false" aria-controls="mobileSearchMenu">
<span class="fa fa-search" aria-hidden="true"/>
</button -->
<!-- "Hamburger" button -->
<button class="navbar-toggler btn-primary" type="button" data-toggle="collapse" data-target="#mobileNavMenu" aria-controls="mobileNavMenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"/>
</button>
</div>
<!-- Dropdown search menu (only visible on smaller displays) -->
<form id="mobileSearchMenu" class="collapse hidden-lg-up">
<div class="input-group">
<input type="text" class="form-control search" id="mobile-search-text" aria-describedby="query-text"/>
<span class="input-group-btn">
<button class="btn btn-primary" type="submit">
Search
</button>
</span>
</div>
</form>
<!-- Collapsible navigation menu (only visible on smaller displays) -->
<div id="mobileNavMenu" class="collapse navbar-collapse">
<ul class="navbar-nav w-100 justify-content-between hidden-lg-up">
<li class="nav-item dropdown w-100">
<a class="nav-link p-3 dropdown-toggle category-name" href="./directory" id="downloads-link" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Install <span class="caret"> </span>
</a>
<div class="dropdown-menu bg-maroon-translucent w-100" aria-labelledby="downloads-link">
<a class="dropdown-item subcategory-name" href="./release">» Current Release</a>
<!-- a class="dropdown-item subcategory-name" href="./beta">» Beta Testing</a -->
<a class="dropdown-item subcategory-name disabled" href="#">» Beta Testing</a>
</div>
</li>
<li class="nav-item dropdown w-100">
<a class="nav-link p-3 dropdown-toggle category-name" href="./programs" id="documentation-link" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Documentation <span class="caret"> </span>
</a>
<div class="dropdown-menu bg-maroon-translucent w-100" aria-labelledby="documentation-link">
<a class="dropdown-item subcategory-name" href="./jurism-docs">» Jurism Client</a>
<a class="dropdown-item subcategory-name" href="./cslm-docs">» CSL-M Style Language</a>
</div>
</li>
<li class="nav-item dropdown w-100">
<a class="nav-link p-3 dropdown-toggle category-name" href="./resources" id="resources-link" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Projects <span class="caret"> </span>
</a>
<div class="dropdown-menu bg-maroon-translucent w-100" aria-labelledby="resources-link">
<a class="dropdown-item subcategory-name" href="./styles">» CSL-M Styles</a>
<a class="dropdown-item subcategory-name" href="./indigobook+jurism">» IndigoBook Integration</a>
<a class="dropdown-item subcategory-name" href="./lrr">» Legal Resource Registry</a>
</div>
</li>
<li class="nav-item dropdown w-100">
<a class="nav-link p-3 dropdown-toggle category-name" href="./alumni" id="support-link" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Support <span class="caret"> </span>
</a>
<div class="dropdown-menu bg-maroon-translucent w-100" aria-labelledby="support-link">
<a class="dropdown-item subcategory-name" href="./posts">» Blog</a>
<a class="dropdown-item subcategory-name" href="./mail">» Contact</a>
<a class="dropdown-item subcategory-name" href="./privacy">» Privacy Policy</a>
</div>
</li>
</ul>
</div>
</div>
<div class="col bg-faded"><!-- Right gutter --></div>
</div>
<div class="row no-gutters hidden-md-down">
<div class="col navbar-fixed-height bg-maroon"><!-- Left gutter --></div>
<div class="navbar-content">
<!-- Fullscreen navigation menu (only visible on larger displays) -->
<ul class="navbar-nav w-100 justify-content-between hidden-md-down" id="desktopNavMenu">
<li class="nav-item w-100">
<a class="nav-link p-3 category-name" href="#" id="downloads-link">
Install
</a>
<div class="dropdown-nav bg-maroon-translucent w-100">
<a class="nav-item subcategory-name" href="./release">Current Release</a>
<!-- a class="nav-item subcategory-name" href="./beta">Beta Testing</a -->
<a class="nav-item subcategory-name disabled" href="#">Beta Testing</a>
<a class="nav-item subcategory-name empty" href="#"> </a>
</div>
</li>
<li class="nav-item w-100">
<a class="nav-link p-3 category-name" href="#" id="documentation-link">
Documentation
</a>
<div class="dropdown-nav bg-maroon-translucent w-100">
<a class="nav-item subcategory-name" href="./jurism-docs">Jurism Client</a>
<a class="nav-item subcategory-name" href="./cslm-docs">CSL-M Style Language</a>
<a class="nav-item subcategory-name empty" href="#"> </a>
</div>
</li>
<li class="nav-item w-100">
<a class="nav-link p-3 category-name" href="#" id="projects-link">
Projects
</a>
<div class="dropdown-nav bg-maroon-translucent w-100">
<a class="nav-item subcategory-name" href="./styles">CSL-M Styles</a>
<a class="nav-item subcategory-name" href="./indigobook+jurism">IndigoBook Integration</a>
<a class="nav-item subcategory-name" href="./lrr">Legal Resource Registry</a>
</div>
</li>
<li class="nav-item w-100">
<a class="nav-link p-3 category-name" href="#" id="support-link">
Support
</a>
<div class="dropdown-nav bg-maroon-translucent w-100">
<a class="nav-item subcategory-name" href="./posts">Blog</a>
<a class="nav-item subcategory-name" href="./mail">Contact</a>
<a class="nav-item subcategory-name" href="./privacy">Privacy Policy</a>
</div>
</li>
</ul>
</div>
<div class="col navbar-fixed-height bg-maroon"><!-- Right gutter --></div>
</div>
</div>
</nav> <!-- .navbar.fixed-top -->
<div class="site-flex-container">
<div class="container-fluid mb-auto">
<div class="row justify-content-center">
<div class="main-content" role="main" aria-label="Content" style="margin-bottom: 10px;">
<div id="proper-page">
<p><div style="text-align: right;">
<a class="button-link" href="./posts/2021-01-17-1.html">Latest from the Jurism Blog</a>
</div>
</p>
<p>Whether you are a researcher, a lawyer, a journalist, or a student of
any subject, one part of your work involves the collection of
documents. This brings with it persistent administrative burdens
associated with storing, organizing, retrieving, and correctly citing
materials that grow heavier over time. Reference management is an
obvious and important application for computers, and software for this
purpose has existed for over forty-years, pre-dating word processors,
spreadsheets, web browsers, and the personal computer itself.</p>
<p>For reasons best known to history, legal research and multilingual
scholarship have been left behind in the long arc of reference manager
development. Jurism fills this gap in the research toolchest, with
full-lifecycle support for managing materials in multiple languages
and from multiple legal jurisdictions.</p>
<p><img src="./assets/images/jurism-lifecycle.svg" style="width:100%;" alt="Workflow from document to database to cited document"/>
</p>
<p><strong>Jurism</strong> <em>is based on the popular open-source</em>
<a href="https://zotero.org">Zotero</a> <em>reference manager. Like</em> Zotero <em>it is
free to install. For sharing materials among users or across multiple
machines,</em> Jurism <em>can sync libraries with</em>
<a href="https://www.zotero.org/support/sync">zotero.org</a> <em>(free for unlimited
volumes of metadata, with subscription plans for file storage). The
two projects are independent, however. If you wish to support</em> Jurism
<em>maintenance and development, please consider making a pledge to the
project on</em> <a href="https://www.patreon.com/user?u=7258128">Patreon</a>.</p>
</div>
<div id="search-page" style="display: none;">
<h1 style="margin-bottom: 0.5em;" class="hidden-md-down">Search Results</h1>
<h1 class="hidden-lg-up" style="margin-top:20px;">Search Results</h1>
<ul class="searchresults">
<li>Hello</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="site-footer container-fluid">
<div class="row">
<div class="col-md-12" style="text-align:center;">
<p class="small">© 2019–2023 Frank Bennett</p>
</div>
</div>
</footer>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- Tether (required for Bootstrap tooltips to work) -->
<script src="./assets/js/tether.min.js" type="text/javascript"></script>
<!-- script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js" type="text/javascript"></script -->
<script src="./assets/js/jquery-1.12.4-min.js" type="text/javascript"></script>
<script src="./assets/js/fixes.js" type="text/javascript"></script>
<!-- All compiled Bootstrap plugins -->
<script src="./assets/js/bootstrap.min.js" type="text/javascript"></script>
<!-- Custom Javascript -->
<script src="./assets/js/utility.js" type="text/javascript"></script>
<script src="./assets/js/browserSniff.js"></script>
<script src="./assets/js/animate.js"></script>
<script src="./assets/js/linenum.js"></script>
<script src="./assets/js/prism.js"></script>
</body>
</html>