-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from lochhh/landing-page
Update landing page
- Loading branch information
Showing
52 changed files
with
627 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
html[data-theme=dark] { | ||
--pst-color-primary: #f0b810; | ||
--pst-color-secondary: #2B8D6B; | ||
--pst-color-link: var(--pst-color-primary); | ||
/*--pst-color-secondary-bg: #574FA9;*/ | ||
} | ||
|
||
html[data-theme=light] { | ||
--pst-color-primary: #3f5d86; | ||
--pst-color-secondary: #453F86; | ||
--pst-color-link: var(--pst-color-primary); | ||
/*--pst-color-secondary-bg: #37B489;*/ | ||
} | ||
|
||
.sponsor { | ||
height: 100px; | ||
padding-top: 5px; | ||
padding-right: 5px; | ||
padding-bottom: 5px; | ||
padding-left: 5px; | ||
} | ||
|
||
.img-sponsor { | ||
height: 50px; | ||
padding-top: 5px; | ||
padding-right: 5px; | ||
padding-bottom: 5px; | ||
padding-left: 5px; | ||
} | ||
|
||
.things-in-a-row { | ||
display: flex; | ||
flex-wrap: wrap; | ||
justify-content: space-between; | ||
} | ||
|
||
.sd-card-img-bottom { | ||
width: 100%; | ||
height: 15vw; | ||
object-fit: contain; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<div class="things-in-a-row"> | ||
<a href="https://neurogears.org/"> | ||
<img src="{{ pathto('_static/images/light-logo-neurogears.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/> | ||
<img src="{{ pathto('_static/images/dark-logo-neurogears.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/> | ||
</a> | ||
<a href="https://www.datajoint.com/"> | ||
<img src="{{ pathto('_static/images/light-logo-datajoint.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/> | ||
<img src="{{ pathto('_static/images/dark-logo-datajoint.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/> | ||
</a> | ||
<a href="https://wellcome.org/"> | ||
<img src="{{ pathto('_static/images/light-logo-wellcome.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/> | ||
<img src="{{ pathto('_static/images/dark-logo-wellcome.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/> | ||
</a> | ||
<a href="https://www.sainsburywellcome.org/web/"> | ||
<img src="{{ pathto('_static/images/light-logo-swc.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/> | ||
<img src="{{ pathto('_static/images/dark-logo-swc.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/> | ||
</a> | ||
<a href="https://www.ucl.ac.uk/"> | ||
<img src="{{ pathto('_static/images/light-logo-ucl.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/> | ||
<img src="{{ pathto('_static/images/dark-logo-ucl.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/> | ||
</a> | ||
<a href="https://www.ucl.ac.uk/gatsby/gatsby-computational-neuroscience-unit"> | ||
<img src="{{ pathto('_static/images/light-logo-gatsby.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/> | ||
<img src="{{ pathto('_static/images/dark-logo-gatsby.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/> | ||
</a> | ||
<a href="https://www.ukri.org/councils/bbsrc/"> | ||
<img src="{{ pathto('_static/images/light-logo-bbsrc.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/> | ||
<img src="{{ pathto('_static/images/dark-logo-bbsrc.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/> | ||
</a> | ||
<a href="https://www.simonsfoundation.org/"> | ||
<img src="{{ pathto('_static/images/light-logo-simons.png', 1) }}" alt="Sponsors" class="only-light img-sponsor"/> | ||
<img src="{{ pathto('_static/images/dark-logo-simons.png', 1) }}" alt="Sponsors" class="only-dark img-sponsor"/> | ||
</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<p class="sphinx-version"></p> | ||
{% trans sphinx_version=sphinx_version|e %}Created using <a href="https://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %} | ||
<br/> | ||
</p> | ||
<p class="theme-version"> | ||
{{ _("Built with the") }} | ||
<a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> | ||
{{ theme_version }}. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
(target-about)= | ||
# About | ||
|
||
Development of Project Aeon is supported by... | ||
|
||
The goals of Project Aeon are to | ||
* ... | ||
* ... | ||
|
||
For an in-depth look at the unique challenges and opportunities presented by the datasets collected in Project Aeon, please refer to our [Design Considerations](target-design-considerations). | ||
The development of Aeon is funded by the [Gatsby Charitable Foundation](http://www.gatsby.org.uk/) and [Wellcome](https://wellcome.ac.uk/). This joint initiative involves people from the [Sainsbury Wellcome Centre](https://www.sainsburywellcome.org/web/) and the [Gatsby Computational Neuroscience Unit](https://www.ucl.ac.uk/gatsby/gatsby-computational-neuroscience-unit) at UCL, [NeuroGEARS Ltd](https://neurogears.org/), and [DataJoint Inc](https://www.datajoint.com/). For a full list of people involved, please refer to this [page](target-people). | ||
|
||
The brain's computations are shaped by evolutionary pressures related to survival and the resulting behavioural responses. | ||
Understanding the neural basis of natural behaviours is crucial for advancing our knowledge of the brain, as it sheds light on the functions of neural circuits in processing real-world stimuli. | ||
However, replicating natural conditions in a laboratory setting presents a challenge, as it requires simulating complex and dynamic environments which include the presence of conspecifics. | ||
It also requires monitoring over extended periods of time, all while allowing parametric control over key experimental variables and rigorous measurement of behaviour and neural activity. | ||
|
||
Aeon is an open-source platform designed to study the neural basis of ethological behaviours over naturalistic timescales, ranging from weeks to months. | ||
At its core, the setup is a modular, scalable, and programmable arena in which animals live. | ||
The arena can be equipped with various combinations of [interactive and non-interactive modules](target-hardware), | ||
including, but not limited to, feeders, nesting areas, microphones, RFID readers, magnetic encoders, weighing scales, and high-speed cameras. | ||
This allows mimicking of complex and dynamic environments, thereby enabling animals to exhibit different natural behaviours, | ||
such as foraging, nesting, escape and social interaction. | ||
The large array of sensors in the arena additionally allows for continuous tracking of animal position, pose and identity, which in turn enables | ||
multidimensional quantification of behavioural dynamics and internal states at millisecond resolution. | ||
|
||
For an in-depth look at the unique challenges and opportunities presented by the datasets collected in Aeon, please refer to our [Design Considerations](target-design-considerations). | ||
If you have any questions or need further information, feel free to reach out to the [project maintainers](target-project-maintainers). | ||
|
||
(target-project-maintainers)= | ||
|
@@ -18,19 +28,15 @@ If you have any questions or need further information, feel free to reach out to | |
* Dario Campagner ([email protected]) | ||
* Chang Huan Lo ([email protected]) | ||
|
||
(target-project-contributors)= | ||
## Contributors | ||
|
||
List researchers and support staff at UCL's SWC, Neurogears, and Datajoint... | ||
|
||
## Code of Conduct | ||
|
||
Project Aeon is dedicated to providing a welcoming and positive experience for all its participants. We encourage respectful and considerate behavior, and we expect our community members to adhere to these principles. Please read our [Code of Conduct](target-code-of-conduct) for more details on our community guidelines and expectations. | ||
Aeon is dedicated to providing a welcoming and positive experience for all its participants. We encourage respectful and considerate behavior, and we expect our community members to adhere to these principles. Please read our [Code of Conduct](target-code-of-conduct) for more details on our community guidelines and expectations. | ||
|
||
:::{toctree} | ||
:maxdepth: 1 | ||
:hidden: | ||
|
||
people | ||
design_considerations | ||
code_of_conduct | ||
license |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
(target-people)= | ||
# People | ||
Aeon is made possible thanks to the dedication and hard work of numerous individuals. In alphabetical order: | ||
|
||
```{csv-table} | ||
Athena Akrami,Sainsbury Wellcome Centre - UCL | ||
André Almeida,NeuroGEARS Ltd | ||
Jaerong Ahn,DataJoint Inc | ||
Joseph Burling,DataJoint Inc | ||
Robb Barret,Sainsbury Wellcome Centre - UCL | ||
Tim Behrens,Sainsbury Wellcome Centre - UCL | ||
Jai Bhagat,Sainsbury Wellcome Centre - UCL | ||
Jacek Budziszewski,Sainsbury Wellcome Centre - UCL | ||
Tiago Branco,Sainsbury Wellcome Centre - UCL | ||
Neil Burgess,Sainsbury Wellcome Centre - UCL | ||
Lorenza Calcaterra,Sainsbury Wellcome Centre - UCL | ||
Dario Campagner,"Sainsbury Wellcome Centre - UCL, Gatsby Computational Neuroscience Unit - UCL" | ||
Filipe Carvalho,NeuroGEARS Ltd | ||
Roger Chen,Sainsbury Wellcome Centre - UCL | ||
Bruno Cruz,NeuroGEARS Ltd | ||
Chunyu Ann Duan,Sainsbury Wellcome Centre - UCL | ||
Jeffrey Erlich,Sainsbury Wellcome Centre - UCL | ||
Andrew Erskine,NeuroGEARS Ltd | ||
Orsolya Folsz,Sainsbury Wellcome Centre - UCL | ||
Sean Hammet,Sainsbury Wellcome Centre - UCL | ||
Julia Harris,Sainsbury Wellcome Centre - UCL | ||
Del Halpin,Sainsbury Wellcome Centre - UCL | ||
Sonja Hofer,Sainsbury Wellcome Centre - UCL | ||
Yoh Isogai ,Sainsbury Wellcome Centre - UCL | ||
Peter Latham,Gatsby Computational Neuroscience Unit - UCL | ||
Zimo Li,Gatsby Computational Neuroscience Unit - UCL | ||
Chang Huan Lo,Sainsbury Wellcome Centre - UCL | ||
Gonçalo Lopes,NeuroGEARS Ltd | ||
Troy Margrie,Sainsbury Wellcome Centre - UCL | ||
Milagros Marín,DataJoint Inc | ||
Thomas Mrsic-Flogel,Sainsbury Wellcome Centre - UCL | ||
Sian Murphy,Sainsbury Wellcome Centre - UCL | ||
Graeme McPhillips,Sainsbury Wellcome Centre - UCL | ||
Gordon Mills,Sainsbury Wellcome Centre - UCL | ||
Thinh Nguyen,DataJoint Inc | ||
Svenja Nierwetberg,Sainsbury Wellcome Centre - UCL | ||
John O’Keefe,Sainsbury Wellcome Centre - UCL | ||
Tom Otis,Sainsbury Wellcome Centre - UCL | ||
Anaya Pouget,Sainsbury Wellcome Centre - UCL | ||
Joaquin Rapela,Gatsby Computational Neuroscience Unit - UCL | ||
Thomas Ryan,NeuroGEARS Ltd | ||
Maneesh Sahani,Gatsby Computational Neuroscience Unit - UCL | ||
Andrew Saxe,"Sainsbury Wellcome Centre - UCL, Gatsby Computational Neuroscience Unit - UCL" | ||
Simon Townsend,Sainsbury Wellcome Centre - UCL | ||
Max Townsend,Sainsbury Wellcome Centre - UCL | ||
William Walker,Gatsby Computational Neuroscience Unit - UCL | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.