Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"https://www.incf.org/sites/default/files/files/INCF_GSoC_2022_Application_template.pdf",
"https://neuroinformatics.dev/slides-templates-atlases/#/on-templates-and-atlases",
"https://errantscience.com/",
"https://in2scienceuk.org/our-programmes/in2research/",
r"https://www\.cell\.com/.*", # Use regex pattern to match all cell.com URLs
r"https?://(?:dx\.)?doi\.org/.*", # Use regex pattern to match all DOI URLs
]
Expand Down
16 changes: 15 additions & 1 deletion docs/source/get-involved/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Get involved

## Contributing to Neuroinformatics Unit projects
We always welcome contributions to all of our software, whether from experienced developers, or researchers looking
to make their first open-source contribution.

Expand All @@ -9,7 +11,19 @@ but it can be _complicated_.

For this reason we have written some documents to outline the processes we use, so hopefully they aren't so opaque.
We are also happy to guide new contributors through the process. For more details please see
[details about mentored open source contributions](mentoring) and [Google Summer of Code](gsoc/index).
[details about mentored open source contributions](mentoring).

## Internships
We offer a number of paid internships each year, through established programs such as
[Google Summer of Code](gsoc/index) and [In2research](https://in2scienceuk.org/our-programmes/in2research/).
Unfortunately we do not offer any other formal internship opportunities.

## Research software engineer and scientist positions
We usually do not have any full time positions available. As and when these are available, they will be advertised here
and via social media and Zulip.

If you would like to discuss applying for funding to work with us (e.g. a personal fellowship),
please <a href="mailto:[email protected] ?subject=Fellowship">email Adam Tyson</a>.

## Further details
```{toctree}
Expand Down