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 + +
+{% for aperson in site.data.contributors %} +
+
+ + {% if aperson.github_image_id %} +
+ +
+ {% endif %} +

+ {{ aperson.name }} + +

+

{{ aperson.organization }}

+ + +
+
+{% endfor %} +
diff --git a/_pages/python-packages.md b/_pages/python-packages.md index a61b49ba..3f8b101a 100644 --- a/_pages/python-packages.md +++ b/_pages/python-packages.md @@ -20,9 +20,9 @@ The package below have already been through our review process and are accepted as pyOpenSci packages.
-{% for apackage in site.packages %} +{% for apackage in site.data.packages %}

{{ apackage.package-name }}

-

MAINTAINER: {{ apackage.maintainer }}

+

MAINTAINER: {{ apackage.maintainer }}

{{ apackage.description | markdownify }}

{% endfor %}
diff --git a/assets/css/main.scss b/assets/css/main.scss new file mode 100644 index 00000000..55df6d3c --- /dev/null +++ b/assets/css/main.scss @@ -0,0 +1,15 @@ +--- +# Only the main Sass file needs front matter (the dashes are enough) +--- + +body {font-size:90%} + +.contrib_org {font-weight:normal; + font-size:70%!important; + margin-bottom: 0!important; + +} + +@charset "utf-8"; +@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin +@import "minimal-mistakes"; // main partials