{% extends "base.html" %} {% block title %}Welcome to Helmholtz{% endblock %} {% block content %}
Welcome to the Helmholtz database, part of the FACETS Knowledge Base (FKB).
Access requires a user account. If you are a member of the FACETS project, you should be able to log-in using your FACETS username/password.
If you are not a member of FACETS, but would like to know more, click on the contact link on the menu bar, above right.
{% else %}Welcome to Helmholtz, UNIC's database of electrophysiological recordings in the primary visual cortex of the cat.
There are three main types of object in the database:
Applications :
Browse by:
For help in using the database, checkout the Support pages. If these do not contain the information you need, contact Andrew or Thierry for technical questions concerning the database, or Yves or Cyril for questions concerning experimental protocols.
Please note that the database is far from complete. Work still to be done includes:
Please send feedback!
{% if user.is_staff %}Edit lists of Setups, Species, Experimenters, Drug types, Drug suppliers, Drugs, Recording channel types, DAT list.
Search the database.
{% endif %}You are currently logged in as {% if user.get_full_name %}{{user.get_full_name}}{% else %}{{user.username}}{% endif %}.
{% endif %}