-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (47 loc) · 2.13 KB
/
about.html
File metadata and controls
53 lines (47 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: default
title: About D-Lab
permalink: /about
---
<div class="container mt-5 pt-5">
<div class="row mb-3">
<div class="col-12">
<a href="index.html" class="btn btn-secondary">
<i class="fas fa-arrow-left"></i> Back to Home
</a>
</div>
</div>
<div class="row">
<div class="col-12 text-center">
<img src="static/images/dlab-bubble-logo-2025.png" alt="D-Lab Logo" class="mb-4" style="max-width: 300px; height: auto;">
<h1 class="display-4 mb-4">About D-Lab</h1>
</div>
</div>
<div class="row">
<div class="col-md-8 offset-md-2">
<p class="lead">
The D-Lab provides data science support, training, and community engagement to Berkeley students, staff, and faculty across all disciplines.
</p>
<h2>Our Mission</h2>
<p>
D-Lab helps Berkeley faculty, staff, and students move forward with world-class research in data-intensive social science, humanities, and collaborative research. We offer training, individual consulting, and infrastructure for broadly-defined empirical research.
</p>
<h2>What We Offer</h2>
<ul>
<li>Free workshops on data science topics</li>
<li>Individual consulting for research projects</li>
<li>Access to computational resources</li>
<li>Community and networking opportunities</li>
</ul>
<h2>Get Involved</h2>
<p>
Visit our main website at <a href="https://dlab.berkeley.edu?utm_source=workshop_catalog&utm_medium=website&utm_campaign=about_page_text">dlab.berkeley.edu</a> to learn more about our services,
upcoming events, and how to get involved with the D-Lab community.
</p>
<div class="text-center mt-5">
<a href="https://dlab.my.salesforce-sites.com/events?utm_source=workshop_catalog&utm_medium=website&utm_campaign=about_page_book" class="btn btn-info btn-lg">Book a Workshop</a>
<a href="https://dlab.berkeley.edu?utm_source=workshop_catalog&utm_medium=website&utm_campaign=about_page_button" class="btn btn-primary btn-lg ml-2">Visit D-Lab Website</a>
</div>
</div>
</div>
</div>