Skip to content
Draft
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
77 changes: 77 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,80 @@
.bg-pymc-three {
background-color: #e7b07b96 !important;
}

/* -------------------- HOMEPAGE -------------------- */

/* Hero */
#hero {
display: flex;
flex-direction: row;
min-height: min(calc(50vh), 1000px); /* Make hero fill up most of the page on load */
}
#hero-left {
max-width: 680px;
width: 50%;
margin: auto 0;
}

.homepage-button-container {
margin-bottom: 1rem;
display: flex;
flex-direction: column;
}
.homepage-button-container-row {
display: flex;
flex-wrap: wrap;
}

.homepage-button-container a {
transition: 0.1s;
}
.homepage-button {
min-width: 142px;
padding: 0.5em 2em;
border: 1px solid var(--pst-color-primary);
border-radius: 4px;
margin: 1em 0.5em 0.5em 0;
}
.primary-button {
background-color: var(--pst-color-primary);
color: var(--pst-color-background) !important;
}
.secondary-button {
background-color: var(--pst-color-background);
color: var(--pst-color-primary);
}
.homepage-button:hover {
text-decoration: none;
background-color: var(--pst-color-secondary);
color: var(--pst-color-background);
border: 1px solid var(--pst-color-secondary);
}
.homepage-button-link {
text-decoration: underline;
}

/* Key Features */
.key-features-icon {
font-size: 100px;
color: #6ca0b4;
}
.key-features-name {
font-size: 25px;
font-weight: bold;
}
.key-features-body {
}


/* Responsive */
@media (max-width: 790px) {
#hero {
display: block;
}
#hero-left,
#hero-right {
width: 100%;
min-width: 0px;
}
}
6 changes: 5 additions & 1 deletion about/ecosystem.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# PyMC ecosystem

## General purpose

- [Bambi](https://github.com/bambinos/bambi): BAyesian Model-Building Interface (BAMBI) in Python.
- [PyMC-BART](https://www.pymc.io/projects/bart/en/latest/): Bayesian Additive Regression Trees for Probabilistic programming with PyMC
- [PyMC-Extras](https://github.com/pymc-devs/pymc-extras): A collection of PyMC extra features such as cutting-edge methodologies, highly specialized statistical distributions, or complex models appear.
- [calibr8](https://github.com/JuBiotech/calibr8): A toolbox for constructing detailed observation models to be used as likelihoods in PyMC.
- [CausalPy](https://github.com/pymc-labs/CausalPy): A package focussing on causal inference in quasi-experimental settings.
- [SunODE](https://github.com/pymc-devs/sunode): Fast ODE solver, much faster than the one that comes with PyMC.
- [pymc-learn](https://github.com/pymc-learn/pymc-learn): Custom PyMC models built on top of pymc3_models/scikit-learn API
- [BART-Survival](https://github.com/CDCgov/BART-Survival): BART-Survival is a Python package that supports discrete-time Survival analyses using the non-parametric machine learning algorithm, Bayesian Additive Regression Trees (BART).


## Domain specific

- [PyMC-Marketing](https://www.pymc-marketing.io/en/stable/): Marketing analytic tools like Marketing Mix Modeling (MMM) or Customer Lifetime Value (CLV)
- [Exoplanet](https://github.com/dfm/exoplanet): a toolkit for modeling of transit and/or radial velocity observations of exoplanets and other astronomical time series.
- [beat](https://github.com/hvasbath/beat): Bayesian Earthquake Analysis Tool.
66 changes: 66 additions & 0 deletions about/sponsors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Sponsors
:::::{container} full-width
::::{grid} 1 2 2 2
:gutter: 2

:::{grid-item-card} NumFOCUS
:link: https://numfocus.org

<img src="https://www.numfocus.org/wp-content/uploads/2017/03/1457562110.png"/>

NumFOCUS is our non-profit umbrella organization.
:::

:::{grid-item-card} PyMC Labs
:link: https://pymc-labs.io

<img src="https://raw.githubusercontent.com/pymc-devs/brand/refs/heads/main/sponsors/sponsor_logos/pymc_labs.png"/>

PyMC Labs offers professional consulting services for PyMC.
:::

:::{grid-item-card} Open Wound Research
:link: https://www.openwoundresearch.com/

<img src="../_static/sponsors_logo/OWR.svg"/>

A novel wound-care research organization committed to advancing actionable wound care research.
:::

::::
:::::

Read more about sponsoring PyMC on our [governance](https://github.com/pymc-devs/pymc/blob/main/GOVERNANCE.md#institutional-partners-and-funding) or reach out to `pymcdevs@gmail.com` if you are interested in becoming a sponsor.

## Past Sponsors

*Many thanks to all our former sponsors who supported PyMC development.*

:::::{container} full-width
::::{grid} 1 2 2 3
:gutter: 2

:::{grid-item-card} Mistplay (2022-2023)
:link: https://www.mistplay.com/

<img src="https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/mistplay2_white.png?raw=true"/>

Mistplay is the world's leading Loyalty Program for mobile gamers.
:::
:::{grid-item-card} ODSC (2022-2023)
:link: https://odsc.com/california/?utm_source=pymc&utm_medium=referral

<img src="https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/odsc/odsc_blue.png?raw=true"/>

The future of AI gathers here.
:::
:::{grid-item-card} Adia Lab (2023-2024)
:link: https://www.adialab.ae/

<img src="https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/adia-lab/adia-lab-transparent.png?raw=true"/>

Dedicated to basic and applied research in data and computational sciences.
:::

::::
:::::
3 changes: 2 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"pymc": ("https://www.pymc.io/projects/docs/en/stable/", None),
"pytensor": ("https://pytensor.readthedocs.io/en/latest/", None),
"nb": ("https://www.pymc.io/projects/examples/en/latest/", None),
"pmx": ("https://www.pymc.io/projects/experimental/en/latest/", None),
"pmx": ("https://www.pymc.io/projects/extras/en/latest/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
"xarray": ("https://docs.xarray.dev/en/stable/", None),
}
Expand Down Expand Up @@ -162,6 +162,7 @@ def setup(app):
html_title = "PyMC project website"

html_sidebars = {
"welcome": [],
"blog/tag": [
"ablog/tagcloud.html",
"sidebar-nav-bs.html",
Expand Down
Loading