{% extends "base" %} {% load listify %} {% load main %} {% block head %} {% endblock %} {% block body %}
Welcome | Mayor Richard Daley welcomes you to the UCSB College of Creative Studies Computer Science Laboratory! As a CCS Computer Science student, you have the privilege of using this unique resource to enhance your studies of computer science. In the lab we strive to give you a diverse set of tools on as many platforms as possible. As the computer lab's administrator, I, Douglas Thrift, intend to provide a lab atmosphere that is much more open and friendly than those of other computer science labs to which you have access. If you would like specific things installed, or if you would like help learning to use the tools we have, feel free to talk to me about it when I am in the lab, or to contact me via phone (805-323-6848) or email (douglas@douglasthrift.net). |
---|
Webcam | People |
---|---|
{{ webcam.updated|timezoneify|date:"Y-m-d H:i:s T" }} |
{% regroup logins by person as people %}{% if not people %}None{% else %}{% for person_ in people %}{% with person_.grouper as person %}{{ person }} Logged in to {% listify login in person_.list %}{% with login.computer as computer %}{{ computer.sword }}{% endwith %}{% endlistify %} {% endwith %}{% endfor %}{% endif %} |
Laptops | |
{% regroup laptops by person as people %}{% if not people %}None{% else %}{% for person_ in people %}{% with person_.grouper as person %}{{ person }} Using {% listify laptop in person_.list %}{{ laptop.laptop_name }}{% endlistify %} {% endwith %}{% endfor %}{% endif %} |
|
Computer Roles | |
{% for role in roles %}{{ role.full_name }} {% endfor %} |
|
The Wall | del.icio.us ccscslab |
{% if bookmarks %}
|
|
{{ post.person }} {{ post.post|safe }} |
Application, Group |