Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscovillaescusa committed Jun 30, 2023
1 parent d642540 commit 41dc1be
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/source/goals.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
****************
Scientific goals
****************
*******
Science
*******

The Quijote simulations is a suite of more than 45,000 full N-body simulations that have been designed to accomplish two main goals:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/halos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Halo catalogues
===============

The halo catalogues can be read through the `readfof.py <https://github.com/franciscovillaescusa/Pylians3/blob/master/library/readfof.py>`_ script. If you have `Pylians <https://github.com/franciscovillaescusa/Pylians3>`_ installed you already have it. An example on how to read a halo catalogue is this:
The FoF halo catalogs can be read through the `readfof.py <https://github.com/franciscovillaescusa/Pylians3/blob/master/library/readfof.py>`_ script. If you have `Pylians <https://github.com/franciscovillaescusa/Pylians3>`_ installed you already have it. An example on how to read a halo catalog is this (we provide further details on how to read and manipulate these catalogs in :ref:`tutorials`):

.. code-block:: python
Expand Down
7 changes: 4 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ Historically, Quijote was developed from the `HADES simulations <https://francis
news
goals
access
tutorials
features
publications
team
citation


.. toctree::
:maxdepth: 2
:caption: Data
:caption: Data structure

features
organization
LH
png
Expand All @@ -57,7 +59,6 @@ Historically, Quijote was developed from the `HADES simulations <https://francis
:maxdepth: 2
:caption: Other

tutorials
logo
license
help
Expand Down
2 changes: 2 additions & 0 deletions docs/source/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
News
====

**June 2023:** We have created a series of tutorial to facilitate the usage of Quijote data. Check out :ref:`tutorials` for details.

**June 2023:** We release Quijote-ODD, a collection of 1,000 N-body simulations with parity-violation initial conditions. We also make publicly available the FoF and Rockstar halo catalogs generated from these simulations. Check :ref:`odd` for more details.

**March 2023:** All data located in the Princeton cluster has been moved to the New York cluster. This means that all Quijote data is now accessible through binder. The Quijote snapshots have also being compressed by Lehman Garrison.
Expand Down
1 change: 1 addition & 0 deletions docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ We provide multiple tutorials showing how to read and manipulate Quijote data. I
.. nbgallery::

Examples/Reading_snapshots
Examples/Reading_FoF
Examples/Density_fields
Examples/Density_fields2

0 comments on commit 41dc1be

Please sign in to comment.