-
Notifications
You must be signed in to change notification settings - Fork 2
/
sources.php
30 lines (30 loc) · 3.86 KB
/
sources.php
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
<!DOCTYPE html>
<html>
<head>
<title>Opera Omnia - Sources</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8"/>
</head>
<body class='home'>
<header>
<?php include("header.php"); ?>
</header>
<section>
<h1>Sources</h1>
<div id="core">
<p> Here is the full list of the sources we used to find the papers featured on <em>Opera Omnia</em>.</p>
<ul id="sourcesPage">
<li><a title="arXiv" href="https://arxiv.org/"><img src="images/footer/arXivLogo.png" /><strong>arXiv</strong></a> is a repository of more than a million scientific papers in the fields of mathematics, physics, astronomy, electrical engineering, computer science, quantitative biology, statistics, and quantitative finance. All these publications can be freely accessed online.</li>
<li><a title="JSTOR" href="https://www.jstor.org/"><img src="images/footer/jstorLogo.png" /><strong>JSTOR</strong></a>, short for Journal Storage, is a digital library founded in 1995. Originally containing digitized back issues of academic journals, it now also includes books and primary sources, and current issues of journals. JSTOR content is provided by more than 900 publishers. The database contains more than 1,900 journal titles, in more than 50 disciplines.</li>
<li><a title="Wikisource" href="https://wikisource.org/"><img src="images/footer/wikiLogo.png" /><strong>Wikisource: The Free Library</strong></a> is a Wikimedia Foundation project to create a growing free content library of source texts, as well as translations of source texts in any language. It contains a number of scientific publications and translations of public domain papers.</li>
<li><a title="Internet Archive" href="https://archive.org/"><img src="images/footer/archiveLogo.png" /><strong>The Internet Archive</strong></a> is a nonprofit digital library with the stated mission of "universal access to all knowledge." It provides free public access to collections of digitized materials, including websites, software applications/games, music, movies/videos, moving images, and nearly three million public-domain books. The Internet Archive contains more than 15 petabytes of free public content.</li>
<li><a title="Einstein Papers Archive" href="http://einsteinpapers.press.princeton.edu/"><img src="images/footer/princetonLogo.png" /><strong>The Einstein Papers Project</strong></a> was established in 1986 to assemble, preserve, translate, and publish papers selected from the literary estate of Albert Einstein. As of today, it has published 14 volumes of Einstein's works and correspondance, and made them available for free to the public. The Einstein Paper Project is suppoted by Princeton, Caltech and the Einstein Archives.</li>
<li><a title="The Euler Archive" href="http://eulerarchive.maa.org/"><img src="images/footer/eulerLogo.png" /><strong>The Euler Archive</strong></a> is an online resource for Leonhard Euler's original works and modern Euler scholarship. This dynamic library and database provides summaries of and access to digitized versions of original publications, and references to available translations and current research.</li>
<li><a title="The Clay Mathematics Institute" href="http://www.claymath.org/"><img src="images/footer/CMILogo.png" /><strong>The Clay Mathematics Institute</strong></a> (CMI) is a private, non-profit foundation, based in the United States. The institute is best known for establishing the <em>Millennium Prize Problems</em>. These seven problems are considered by CMI to be "important classic questions that have resisted solution over the years". Their website provide resources about each of these problems.</li>
</ul>
</div>
</section>
<?php include("footer.php"); ?>
</body>
</html>