Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
20 changes: 20 additions & 0 deletions _data/contributors.yml
Original file line number Diff line number Diff line change
@@ -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: [""]
3 changes: 2 additions & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ main:

- title: "Get In Touch"
url: /get-involved-contact/

- title: "Contributors"
url: /contributors/
- title: "Resources"
url: /resources/
- title: "Our Packages"
Expand Down
8 changes: 8 additions & 0 deletions _data/packages.yml
Original file line number Diff line number Diff line change
@@ -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"
40 changes: 40 additions & 0 deletions _pages/contributors.md
Original file line number Diff line number Diff line change
@@ -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

<div class="entries-grid">
{% for aperson in site.data.contributors %}
<div class="grid__item">
<article class="archive__item" itemscope="" itemtype="https://schema.org/CreativeWork">
<!-- do we really want images? it looks nicer that is for sure
i was thinking it would be nicer to have a grid that expands over time rather than a list but am option to options-->
{% if aperson.github_image_id %}
<div class="archive__item-teaser">
<img src="https://avatars1.githubusercontent.com/u/{{ aperson.github_image_id }}?s=200&v=4" alt="">
</div>
{% endif %}
<h4 class="archive__item-title" itemprop="headline">
<a href="https://www.github.com/{{ aperson.github_username }}" rel="permalink"> {{ aperson.name }}
</a>
</h4>
<p class="contrib_org" itemprop="organization"> {{ aperson.organization }} </p>
<!--<p class="archive__item-excerpt" itemprop="description"> {{ aperson.bio }} </p>-->

</article>
</div>
{% endfor %}
</div>
4 changes: 2 additions & 2 deletions _pages/python-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ The package below have already been through our review process and are accepted
as pyOpenSci packages.

<div>
{% for apackage in site.packages %}
{% for apackage in site.data.packages %}
<h2><a href="{{ apackage.github-link }}" target="_blank"> {{ apackage.package-name }} </a></h2>
<p>MAINTAINER: {{ apackage.maintainer }}</p>
<p class="contrib_org">MAINTAINER: {{ apackage.maintainer }}</p>
<p>{{ apackage.description | markdownify }}</p>
{% endfor %}
</div>
Expand Down
15 changes: 15 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
@@ -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