mirror of
https://github.com/supleed2/ELEC60015-HLP-CW.git
synced 2024-11-10 02:05:48 +00:00
65 lines
2.5 KiB
HTML
65 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>
|
|
Developer Info
|
|
</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="Schematic Editor and Simulator" />
|
|
<meta name="author" content="tomcl" />
|
|
|
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="content/img/icon.ico" />
|
|
<link rel="stylesheet" href="content/style.css" />
|
|
|
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
|
|
<h><a name="Home" href="index.html"></a></h>
|
|
<div class="topnav">
|
|
<a href="index.html" style="font-size: 30px; font-weight:bolder">ISSIE</a>
|
|
<a href="UserGuide.html">User Guide</a>
|
|
<a href="DeveloperInfo.html">Developer Info</a>
|
|
<a href="https://github.com/tomcl/issie/wiki/Issie-Blog"> Issie Blog</a>
|
|
<a href="Contact.html">Contact</a>
|
|
<div class="topnav-right">
|
|
<a href="Download.html">Download</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="GeneralText">
|
|
<div class="section"><h1><a name="Background-and-Technical-Details" class="anchor" href="#Background-and-Technical-Details">Background and Technical Details</a></h1></div>
|
|
<p>
|
|
Marco's <a href="https://tomcl.github.com/issie/marco-report.pdf">Dissertation</a> or his <a href="https://tomcl.github.com/issie/marco-poster.pdf">Poster</a>.
|
|
</p><br>
|
|
|
|
<div class="section"><h1><a name="Documentation" class="anchor" href="#Documentation">Documentation</a></h1></div>
|
|
<ul>
|
|
<li>Issie is designed to be usable without needing a User Manual. Developer information can be found in the
|
|
Github <a href="https://github.com/tomcl/issie/blob/master/README.md">README</a>.
|
|
</li>
|
|
</ul><br>
|
|
|
|
|
|
<div class="section"><h1><a name="Contributing" class="anchor" href="#Contributing">Contributing</a></h1></div>
|
|
<p>
|
|
The project is hosted on <a href="https://github.com/tomcl/issie">Github</a> where you can <a href="https://github.com/tomcl/issie/issues">report issues</a>, fork the project and submit pull
|
|
requests. Please take a look at the <a href="contributing.html">contribution guidelines</a> for more information. Contact <a href="https://www.imperial.ac.uk/people/t.clarke">Tom Clarke</a>
|
|
for more information about development.
|
|
</p><br>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|