permalink | title | excerpt | author_profile | redirect_from | |
---|---|---|---|---|---|
/team/ |
The DANG! Team |
Team |
true |
|
{% for author in site.data.team %} {% assign loopindex = forloop.index | modulo: 4 %}
Follow
-
{% if author.location %}
- {{ author.location }} {% endif %} {% if author.employer %}
- {{ author.employer }} {% endif %} {% if author.uri %}
- {{ site.data.ui-text[site.locale].website_label | default: "Website" }} {% endif %} {% if author.email %}
- {{ site.data.ui-text[site.locale].email_label | default: "Email" }} {% endif %} {% if author.keybase %}
- Keybase {% endif %} {% if author.researchgate %}
- ResearchGate {% endif %} {% if author.twitter %}
- Google+ {% endif %} {% if author.linkedin %}
- Tumblr {% endif %} {% if author.bitbucket %}
- Bitbucket {% endif %} {% if author.github %}
- Github {% endif %} {% if author.stackoverflow %}
- Stackoverflow {% endif %} {% if author.lastfm %}
- Last.fm {% endif %} {% if author.dribbble %}
- Dribbble {% endif %} {% if author.pinterest %}
- Foursquare {% endif %} {% if author.steam %}
- Steam {% endif %} {% if author.youtube %}
- YouTube {% endif %} {% if author.soundcloud %}
- Soundcloud {% endif %} {% if author.weibo %}
- Flickr {% endif %} {% if author.codepen %}
- CodePen {% endif %} {% if author.vine %}
- Vine {% endif %} {% if author.googlescholar %}
- Google Scholar {% endif %} {% if author.pubmed %}
- PubMed {% endif %} {% if author.orcid %}
- ORCID {% endif %} {% if author.impactstory %}
- Impactstory {% endif %} {% if author.wikipedia %}
- Wikipedia {% endif %}
{% endfor %}