Skip to content
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

Add development toctree and PyGMT team page #1308

Merged
merged 31 commits into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
419e1e6
Add development toctree and PyGMT team page
maxrjones May 28, 2021
948a980
Merge branch 'master' into pygmt-team
maxrjones May 28, 2021
851bc78
Update doc/_static/style.css
May 29, 2021
50dc988
Apply suggestions from code review
May 31, 2021
a226dd4
Update team.rst
maxrjones May 31, 2021
a150eb3
Merge branch 'master' into pygmt-team
maxrjones May 31, 2021
c3ed0ad
Merge branch 'master' into pygmt-team
maxrjones Jun 16, 2021
a82debc
Consolidate teams into one core team
maxrjones Jun 16, 2021
2be541d
Merge branch 'master' into pygmt-team
maxrjones Jun 18, 2021
9dbf864
Add active label
maxrjones Jun 18, 2021
25edf05
Add statement about getting involved
maxrjones Jun 18, 2021
52d8141
Add Jiayuan Yao
maxrjones Jun 18, 2021
d302e67
Follow Jupyter's Distinguished Contributor governance structure
maxrjones Jun 18, 2021
912a017
Merge branch 'master' into pygmt-team
maxrjones Jun 18, 2021
35ef56a
Update paragraph
maxrjones Jun 18, 2021
d0e22aa
Add Paul and founder label
maxrjones Jun 22, 2021
cc4c2ae
Merge branch 'master' into pygmt-team
maxrjones Jun 22, 2021
5b4d7bf
Merge branch 'master' into pygmt-team
maxrjones Jun 23, 2021
c02d04d
Try flexbox css style
maxrjones Jun 23, 2021
ea49a18
Change text to flex
maxrjones Jun 23, 2021
cd23165
Update doc/team.rst
maxrjones Jun 25, 2021
66f0e0e
Merge branch 'master' into pygmt-team
maxrjones Jun 25, 2021
83cd1b5
Specify twice per year
maxrjones Jun 25, 2021
d5209a4
Add flex property
maxrjones Jun 25, 2021
87bdf12
Merge branch 'master' into pygmt-team
maxrjones Jun 25, 2021
81dc4ff
Merge branch 'master' into pygmt-team
maxrjones Jun 30, 2021
5b7eaa3
Update doc/team.rst
maxrjones Jul 1, 2021
57f35fc
Use MyST
maxrjones Jul 2, 2021
fd2c147
Update index
maxrjones Jul 2, 2021
2b1d9bb
Merge branch 'master' into pygmt-team
maxrjones Jul 8, 2021
cd38ac5
Merge branch 'master' into pygmt-team
maxrjones Jul 8, 2021
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
34 changes: 34 additions & 0 deletions doc/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,37 @@ a.copybtn {
.sphx-glr-single-img {
max-width: 80%!important;
}

.team-row {
display: flex;
flex-wrap: wrap;
}

.team-card {
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: 0.5rem;
margin: 0.25em;
flex: 0 1 175px;
}

.team-img {
border-radius: 0.5rem;
width: 100%;
height: 15vh!important;
object-fit: cover;
}

.team-card-body {
padding: 1.25rem;
height: 100px;
}

.team-card-text {
display: flex;
margin-block-start: 0em;
margin-block-end: 0.2em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
7 changes: 7 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,12 @@

api/index.rst
changes.md

.. toctree::
:maxdepth: 2
:hidden:
:caption: Development

team.rst
contributing.md
maintenance.md
102 changes: 102 additions & 0 deletions doc/team.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
.. title:: Team

Team Gallery
============

We are an international team dedicated to building a Pythonic API for the
Generic Mapping Tools (GMT). Our goal is to improve GMT's accessibility for
new and experienced users by creating user-friendly interfaces with the GMT
C API, supporting rich display in Jupyter notebooks, and integrating with
the PyData ecosystem.

All our welcome to become involved with the PyGMT project! For more information
maxrjones marked this conversation as resolved.
Show resolved Hide resolved
about how to get involved, see the :doc:`contributing`.

Distinguished Contributors
core-man marked this conversation as resolved.
Show resolved Hide resolved
--------------------------

PyGMT Distinguished Contributors are recognized for their substantial
maxrjones marked this conversation as resolved.
Show resolved Hide resolved
contributions to PyGMT, which may include code, documentation, pull request
review, triaging, forum responses, community building and engagement,
outreach, and inclusion and diversity. New Distinguished Contributors are
selected twice per year by those listed below.

Distinguished Contributors is not meant as a means of conveying
responsibilities. Distinguished Contributors who are also active maintainers of
the PyGMT project and have responsibilities detailed in the
:doc:`maintenance` have 'Maintainer' listed below their names.

.. raw:: html

<div class="team-row">
<div class="team-card">
<img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/3974108?v=4" alt="Card image">
<div class="team-card-body">
<h6 class="team-card-text">Dongdong Tian</h6>
<h7 class="team-card-text">Maintainer</h7>
<h7 class="team-card-text"><a href="https://github.com/seisman" >@seisman</a></h7>
</div>
</div>
<div class="team-card">
<img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/50591376?v=4" alt="Card image">
<div class="team-card-body">
<h6 class="team-card-text">Jiayuan Yao</h6>
<h7 class="team-card-text"><a href="https://github.com/core-man" >@core-man</a></h7>
</div>
</div>
<div class="team-card">
<img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/290082?v=4" alt="Card image">
<div class="team-card-body">
<h6 class="team-card-text">Leonardo Uieda</h6>
<h7 class="team-card-text">Founder</h7>
<h7 class="team-card-text"><a href="https://github.com/leouieda" >@leouieda</a></h7>
</div>
</div>
<div class="team-card">
<img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/38269494?v=4" alt="Card image">
<div class="team-card-body">
<h6 class="team-card-text">Liam Toney</h6>
<h7 class="team-card-text"><a href="https://github.com/liamtoney" >@liamtoney</a></h7>
</div>
</div>
<div class="team-card">
<img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/14077947?v=4" alt="Card image">
<div class="team-card-body">
<h6 class="team-card-text">Meghan Jones</h6>
<h7 class="team-card-text">Maintainer</h7>
<h7class="team-card-text"><a href="https://github.com/meghanrjones" >@meghanrjones</a></h7>
</div>
</div>
<div class="team-card">
<img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/23025878?v=4" alt="Card image">
<div class="team-card-body">
<h6 class="team-card-text">Michael Grund</h6>
<h7 class="team-card-text">Maintainer</h7>
<h7class="team-card-text"><a href="https://github.com/michaelgrund" >@michaelgrund</a></h7>
</div>
</div>
<div class="team-card">
<img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/26473567?v=4" alt="Card image">
<div class="team-card-body">
<h6 class="team-card-text">Paul Wessel</h6>
<h7 class="team-card-text">Founder</h7>
<h7class="team-card-text"><a href="https://github.com/PaulWessel" >@PaulWessel</a></h7>
</div>
</div>
<div class="team-card">
<img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/23487320?v=4" alt="Card image">
<div class="team-card-body">
<h6 class="team-card-text">Wei Ji Leong</h6>
<h7 class="team-card-text">Maintainer</h7>
<h7class="team-card-text"><a href="https://github.com/weiji14" >@weiji14</a></h7>
</div>
</div>
<div class="team-card">
<img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/29518865?v=4" alt="Card image">
<div class="team-card-body">
<h6 class="team-card-text">Will Schlitzer</h6>
<h7 class="team-card-text">Maintainer</h7>
<p class="team-card-text"><a href="https://github.com/willschlitzer" >@willschlitzer</a></h7>
</div>
</div>
</div>