| layout | default |
|---|---|
| title | Welcome to WileyLabs |
{{ site.description }}
We're just getting started, but we'd love your contributions on any of the projects below.
{% assign projects = site.data.repos | where: "fork","false" %}
{% for project in projects %}
{% unless project.name contains 'github.io' %}
{% unless project.topics contains 'experiment' %}
{% unless project.topics contains 'meetup' %}
{% include project-card.html %}
{% endunless %}
{% endunless %}
{% endunless %}
{% endfor %}
Just a few things we're exploring. Feel free to watch, contribute, or fork! {% assign projects = site.data.repos | where: "fork","false" | where: "topics", "experiment" %} {% include project-cards.html %}
Wiley employees also contribute to a number of Open Source projects. Here are a few:
{% include epubcheck-message.html %}