forked from pkp/pkp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (88 loc) · 5.02 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>PKP.GitHub.io by pkp</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
</head>
<body>
<div class="wrapper">
<header>
<h1>PKP.GitHub.io</h1>
<p>Source code resources for Public Knowledge Project software</p>
<p class="view"><a href="https://github.com/pkp">View My GitHub Profile</a></p>
</header>
<section>
<h3>
<a id="pkp-code-resources" class="anchor" href="#pkp-code-resources" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>PKP Code Resources</h3>
<p>Welcome! <a href="http://pkp.sfu.ca">The Public Knowledge Project</a> maintains <a href="http://pkp.sfu.ca/ojs">Open Journal Systems</a>, <a href="http://pkp.sfu.ca/omp">Open Monograph Press</a>, <a href="http://pkp.sfu.ca/ocs">Open Conference Systems</a>, and more. Here you'll find a list of code repositories you can download, modify, and contribute to.</p>
<h3>
<a id="application-code-repositories" class="anchor" href="#application-code-repositories" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Application Code Repositories</h3>
<ul>
<li><a href="https://github.com/pkp/ojs">Open Journal Systems</a></li>
<li><a href="https://github.com/pkp/omp">Open Monograph Press</a></li>
<li><a href="https://github.com/pkp/ocs">Open Conference Systems</a></li>
<li><a href="https://github.com/pkp/harvester">Open Harvester Systems</a></li>
</ul>
<p>Our applications make use of a shared library called the <a href="https://github.com/pkp/pkp-lib/">PKP Web Application Library</a>.</p>
<h3>
<a id="other-projects" class="anchor" href="#other-projects" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Other Projects</h3>
<ul>
<li>
<a href="https://github.com/pkp/xmlps">XML Parsing Service</a>: An automatic XML parsing service to convert scholarly documents into JATS XML</li>
</ul>
<h3>
<a id="tools" class="anchor" href="#tools" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Tools</h3>
<ul>
<li>
<a href="https://github.com/pkp/ojsstats">OJS Stats</a>: Crunch statistics about OJS usage.</li>
<li>
<a href="https://github.com/pkp/vagrant">Vagrant Images</a>: Vagrant configurations for VM-based installations of PKP software.</li>
<li>
<a href="https://github.com/pkp/scholarly-bot-list">Scholarly Bot List</a>: A list of user agents that should be considered robots when tracking readership statistics.</li>
</ul>
<h3>
<a id="documentation" class="anchor" href="#documentation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Documentation</h3>
<ul>
<li>
<a href="https://github.com/pkp/omp-user-guide">OMP User Guide</a> </li>
</ul>
<h3>
<a id="plugins" class="anchor" href="#plugins" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Plugins</h3>
<ul>
<li>
<a href="https://github.com/pkp/googleAnalytics">Google Analytics</a>: Track reader statistics.</li>
<li><a href="https://github.com/pkp/orcidProfile">ORCiD Profile</a>: Integrate ORCiD authentication with registration and user profile.</li>
<li>
<a href="https://github.com/pkp/pdfJsViewer">PDF.js Viewer</a>: Deliver PDFs in OJS using the PDF.js reader.</li>
<li>
<a href="https://github.com/pkp/customBlockManager">Custom Block Manager</a>: Create custom sidebar blocks through the web interface.</li>
<li>
<a href="https://github.com/pkp/staticPages">Static Pages</a>: Create custom static pages through the web interface.</li>
<li>
<a href="https://github.com/pkp/tinymce">TinyMCE</a>: Add support for rich text editing to PKP applications with TinyMCE.</li>
<li>
<a href="https://github.com/pkp/emailLogger">Email Logger</a>: Log emails in the database for auditing and testing.</li>
<li>
<a href="https://github.com/pkp/translator">Translator</a>: Edit translations directly from within PKP applications.</li>
<li>
<a href="https://github.com/pkp/ojs-markup">OJS Markup</a>: Integrate the XML Parsing Service into OJS for automatic conversion of scholarly documents into JATS XML.</li>
<li>
<a href="https://github.com/pkp/defaultTranslation">Default Translation</a>: Use English-language text when translations are missing.</li>
<li>
<a href="https://github.com/pkp/ALM">ALM</a>: Present Article-Level Metrics for published content in OJS.</li>
</ul>
<h3>
<a id="more-information" class="anchor" href="#more-information" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>More Information</h3>
<p>See <a href="https://pkp.sfu.ca/developers/">For Developers</a>.</p>
</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>