Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ div.sd-card-header {
font-weight: 800;
var(--pst-font-family-base);
}

div.sd-card {
margin-bottom: 20px;
}
34 changes: 34 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,40 @@ the development and management of the ActivitySim is on the `project site <http:
Start here to learn about developing ActivitySim, including creating
model components, or changing the codebase.

.. grid-item-card::

:fa:`thumbs-up` |nbsp| |nbsp| Consortium Supported Examples

^^^

The ActivitySim consortium actively supports two example models, each of which
can be used as a starting point (i.e. a "donor model") for new implementations.

- The `MTC Example <https://github.com/ActivitySim/activitysim-prototype-mtc>`__,
our one-zone system prototype. This example is originally based on MTC's Travel Model One (TM1),
but has evolved to be a slightly different model.
- The `SANDAG Example <https://github.com/ActivitySim/sandag-abm3-example>`__,
our two-zone system model. Some effort has been made to keep it aligned
with SANDAG's model, but it is not an exact copy of SANDAG's production model.

.. grid-item-card::

:fa:`square-arrow-up-right` |nbsp| |nbsp| Member Agency Models

^^^

Several consortium member agencies have open-sourced their ActivitySim
implementations. These open models may or may not be complete calibrated
tools. Unless clearly marked, users should not assume that mlinked models are
"official" implementations used for policy analysis; public agencies often
publish in-progress model development to foster collaboration and transparency.
Contact the agencies directly with questions.

- `Puget Sound Regional Commission <https://github.com/psrc/psrc_activitysim>`__ (Seattle)
- `Atlanta Regional Commission <https://github.com/atlregional/arc-activitysim>`__
- `Metropolitan Council <https://github.com/Metropolitan-Council/metc-asim-model/tree/main/source/activitysim>`__ (Minneapolis-St. Paul)
- `Oregon Modeling Statewide Collaborative <https://github.com/OrMSC/SimOR>`__

.. toctree::
:hidden:

Expand Down