-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First draft of nicely styled team page: #690
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #690 +/- ##
===========================================
+ Coverage 94.60% 94.66% +0.05%
===========================================
Files 73 73
Lines 4800 4833 +33
===========================================
+ Hits 4541 4575 +34
+ Misses 259 258 -1 ☔ View full report in Codecov by Sentry. |
I think this looks nice! I personally think that having longer descriptions probably removes the need for separating out into groups, but it depends what others think |
I think it probably makes sense to break up the grid a little and have: Project leadership: Rob and Liv |
We also need to work out where Anna best fits as well |
Description
This PR removes the team listing from README.md and now points to a new Project Team page on the website. This contains some lightly styled cards within photos and short blurb.
So you can see the results, we've set the website builder to build this branch: https://virtual-ecosystem.readthedocs.io/en/688-update-project-team/project_team.html
It's incomplete - I haven't added placeholder cards for the whole team yet. The plan is we'd like the team all to push commits to this branch to add their own details.
I've divided the details into leadership, code, data science.
Fixes #688 (issue)
Type of change
Key checklist
pre-commit
checks:$ pre-commit run -a
$ poetry run pytest
Further checks