Skip to content

Commit

Permalink
Fixed bibtex and header
Browse files Browse the repository at this point in the history
  • Loading branch information
Jegp committed May 3, 2024
1 parent 59330e9 commit dad0f6b
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions docs/neuroir.org/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@
<body class="bg-stone-100">

<!-- Header Section -->
<header class="bg-gray-800 py-4">
<header class="bg-gray-800 py-20">
<div class="mx-auto flex flex-row">
<div class="basis-2/4">
<a href="https://neuroir.org">
<h1 class="text-white text-5xl font-bold text-right font-cinzel">Neuromorphic
<h1 class="text-white text-7xl font-bold text-right font-cinzel">Neuromorphic
<br />Intermediate
<br />Representation
</h1>
</a>
</div>
<div class="basis-1/6 p-4">
<div class="flex flex-col">
<div class="basis-1/6 m-2">
<div class="flex flex-col" style="align-items: center;">
<a href="https://neuroir.org/docs" class="bg-amber-500 text-white py-2 px-4 rounded-md font-semibold shadow-md m-2
hover:bg-amber-600 hover:text-stone-100 transition duration-300 ease-in-out text-lg">
<i class="iconoir-book-stack"></i> Read the docs</a>
<a href="https://github.com/neuromorphs/nir" class="bg-white text-amber-600 py-2 px-4 rounded-md font-semibold shadow-md m-2 text-lg
hover:bg-stone-100 transition duration-300 ease-in-out">
<i class="iconoir-github"></i> Visit out GitHub</a>
<i class="iconoir-github"></i> Inspect our code</a>
</div>
</div>
</div>
Expand All @@ -72,7 +72,7 @@ <h1 class="text-white text-5xl font-bold text-right font-cinzel">Neuromorphic
<p class="m-4 grid">
<a href="https://github.com/neuromorphs/nir" class="bg-white text-amber-600 py-2 px-4 rounded-md font-semibold shadow-md text-lg text-center
hover:bg-stone-100 transition duration-300 ease-in-out col-span-8">
<i class="iconoir-link"></i> Check out our supported platforms</a>
<i class="iconoir-link"></i> See our supported platforms</a>
</p>
</div>
</div>
Expand All @@ -83,13 +83,23 @@ <h1 class="text-white text-5xl font-bold text-right font-cinzel">Neuromorphic
<div class="container mx-auto text-center">
<h2 class="text-2xl font-semibold">Acknowledgement</h2>
<p class="text-lg mt-2">If you use NIR in your research, please cite the following:</p>
<pre class="text-lg mt-2 bg-gray-800 p-4 rounded-md text-left"><code>@misc{nir2024,
author = {Your Name},
title = {Neuromorphic Intermediate Representation: A Bridge Between Biological Nervous Systems and Artificial Intelligence},
year = {2024},
howpublished = {GitHub repository},
url = {https://github.com/yourusername/nir},
}</code></pre>
<pre class="text-lg mt-2 bg-gray-800 p-4 rounded-md text-left"><code>
@article{NIR_2023,
title={Neuromorphic Intermediate Representation: A Unified Instruction Set for Interoperable Brain-Inspired Computing},
url={http://arxiv.org/abs/2311.14641},
DOI={10.48550/arXiv.2311.14641},
note={arXiv:2311.14641 [cs]},
number={arXiv:2311.14641},
publisher={arXiv},
author={Pedersen, Jens E. and Abreu, Steven and Jobst, Matthias and Lenz, Gregor
and Fra, Vittorio and Bauer, Felix C. and Muir, Dylan R. and Zhou, Peng and
Vogginger, Bernhard and Heckel, Kade and Urgese, Gianvito and Shankar, Sadasivan
and Stewart, Terrence C. and Eshraghian, Jason K. and Sheik, Sadique
},
year={2023},
month=nov
}
</code></pre>
<p class="text-lg mt-2">All rights reserved &copy; 2024 the NIR authors.</p>
</div>
</footer>
Expand Down

0 comments on commit dad0f6b

Please sign in to comment.