-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
30 lines (29 loc) · 2.07 KB
/
about.html
File metadata and controls
30 lines (29 loc) · 2.07 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
---
layout: home
title: "About PrivacyDev"
description: ""
---
<div class="about {% if site.scrollappear_enabled %}scrollappear{% endif %}">
<h1> About PrivacyDev</h1>
<p>
Inspired by <a href="https://www.privacyguides.org" target="_blank" rel="noopener noreferrer">Privacy Guides</a>, PrivacyDev is a platform designed specifically for developers who want to prioritize privacy. We curate privacy best practices and recommendations for tools, frameworks, and libraries with strong privacy protections. Our mission is to provide technically sound insights and guidance to help developers design and build software that respects user privacy.
</p>
<h1> Who We Are</h1>
<div>
<a href="https://docs.google.com/document/d/1a9lU_RGaO2OK3faecg8ZEU3hd6Z8C5i1uEslHPmLoPM/edit?tab=t.0#heading=h.r95vtmm1kkbh" target="_blank" rel="noopener noreferrer">
📖
<b> Lab Handbook </b>
</a>
</div>
<p>
We are <a href="https://www.haojianj.in/datasmith.html" target="_blank" rel="noopener noreferrer">Data Smith Lab</a> from <a href="https://datascience.ucsd.edu/" target="_blank" rel="noopener noreferrer">Halıcıoğlu Data Science Institute, UCSD</a>. We study the <span class="highlightred">privacy and security</span> of data systems by
researching the people who <span class="highlightred">design</span>, <span class="highlightred">implement</span>, and <span class="highlightred">use</span> these systems.
</p>
<p>
We take an interdisciplinary approach to address privacy and security problems, drawing on ideas and methods from Human-Computer Interaction, Software Engineering, AI, Mobile Computing, Programming Language, and Cyber-physical Systems.
</p>
<h1> How to Contribute</h1>
<p>
We welcome contributions from the community. If you have a suggestion for a tool, framework, or library that you think should be included, please let us know. You can submit a pull request or open an issue on our <a href="https://github.com/datasmithlab/privacydev" target="_blank" rel="noopener noreferrer">GitHub repository</a>.
</p>
</div>