{% extends 'template.html' %} {% set styles=['sidebar'] %} {% block content %} {% include "sidebar.html" %}

Contact information

SCRY is developed, maintained and supported by Bas Stringer, a PhD student at IBIVU: the Centre for Integrative Bioinformatics of the Vrije Universiteit (VU) Amsterdam. Questions and feedback about deploying, using or developing SCRY (services) are most welcome!



{% for i in [('Homepage','home','IBIVU'), ('E-mail','mail','b.stringer@vu.nl'), ('Phone #','phone','+31 (0)20 59 83 716'), ('Physical Address','location','De Boelelaan 1185
1081 HV Amsterdam
W&N building, office P138')] %} {% endfor %}
{{i[0]}} {{i[2] | safe}}
{% endblock %}