Skip to content

Commit

Permalink
First version of GSOC landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-sur committed Jan 29, 2024
1 parent 484c9d1 commit 14c9c78
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ makedocs(;
"More on distributed PT" => "distributed.md",
"Interfaces" => Pigeons.informal_doc(@__DIR__, Pigeons),
"Reference" => "reference.md",
"Google Summer of Code" => "gsoc.md"
],
)

Expand Down
28 changes: 28 additions & 0 deletions docs/src/gsoc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
```@meta
CurrentModule = Pigeons
```
# [Pigeons Projects - Google Summer of Code](@id gsoc)

## Python and R Interface for Pigeons

Pigeons allows users to scale their Bayesian computation on up to thousands of
machines. At the moment, the only available API is through the Julia programming
language. To reach a wider audience, we would like to extend this to Python and R.
Work on this project would include:

- Development of a new Pigeons interface in Python and/or R.

- Testing of the new interface to ensure identical output to Julia.

- Engaging with researchers interested in using a Python/R interface and implementing additional suggested features.

**Recommended Skills:** Familiarity with Python and/or R. A basic knowledge of
statistical concepts and a desire to learn the basics of Julia.

**Expected Results:** An interface for Pigeons in either Python or R (or both).

**Mentors:** Alexandre Bouchard-Côté, Trevor Campbell, and Nikola Surjanovic

**Expected Project Size:** 175 hours or 350 hours.

**Difficulty:** Medium.

0 comments on commit 14c9c78

Please sign in to comment.