+ {{ aperson.name }} + +
+{{ aperson.organization }}
+ + +diff --git a/_data/contributors.yml b/_data/contributors.yml new file mode 100644 index 00000000..d216f160 --- /dev/null +++ b/_data/contributors.yml @@ -0,0 +1,20 @@ +- name: Leah Wasser + bio: 'Bio Here' + organization: "Earth Lab, University of Colorado - Boulder" + github_username: lwasser + github_image_id: 7649194 # You can find this by right clicking on the image in your bio, and copying the link. the last part contains a 7 digit number that is your avatar image! + contributor_type: + - leadership + - Editor + - package-maintainer + packages: [""] +- name: Chris Holdgraf + bio: 'Bio Here' + organization: "Berkeley Bids, Project Jupyter, Binder" + github_username: choldgraf + github_image_id: 1839645 + contributor_type: + - leadership + - Editor + - package-maintainer + packages: [""] diff --git a/_data/navigation.yml b/_data/navigation.yml index 57fc01a8..9d6d4041 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -3,7 +3,8 @@ main: - title: "Get In Touch" url: /get-involved-contact/ - + - title: "Contributors" + url: /contributors/ - title: "Resources" url: /resources/ - title: "Our Packages" diff --git a/_data/packages.yml b/_data/packages.yml new file mode 100644 index 00000000..3286b2d6 --- /dev/null +++ b/_data/packages.yml @@ -0,0 +1,8 @@ +- package-name: nbless + description: 'Construct, deconstruct, convert, execute, and prepare slides from Jupyter notebooks.' + maintainer: ["Martin Skarzynski"] + link: "https://github.com/py4ds/nbless" +- package-name: pandera + description: 'Validate the types, properties, and statistics of pandas data structures' + maintainer: ["Niels Bantilan"] + link: "https://github.com/cosmicBboy/pandera" diff --git a/_pages/contributors.md b/_pages/contributors.md new file mode 100644 index 00000000..91bc5024 --- /dev/null +++ b/_pages/contributors.md @@ -0,0 +1,40 @@ +--- +layout: single +permalink: /contributors/ +title: "pyOpenSci Contributors" +classes: +header: + overlay_image: images/header.jpg + overlay_filter: 0.6 +--- + +## Who Is Involved with PyOpenSci? + +{{ site.data.contributors | size }} people have contributed to pyOpenSci as +of today! + + +## PyOpenSci Contributors + +
{{ aperson.organization }}
+ + +MAINTAINER: {{ apackage.maintainer }}
+MAINTAINER: {{ apackage.maintainer }}
{{ apackage.description | markdownify }}
{% endfor %}