Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…b.io

New edits on different branch.
  • Loading branch information
ruidazeng committed Nov 28, 2024
2 parents 3983267 + 9126f75 commit f415657
Show file tree
Hide file tree
Showing 10 changed files with 196 additions and 70 deletions.
160 changes: 99 additions & 61 deletions contact.html
Original file line number Diff line number Diff line change
@@ -1,70 +1,108 @@
<!DOCTYPE html>
<html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Contact Ruida</title>
<meta name="author" content="Ruida Zeng">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/contact-style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
<link rel="icon" href="images/icons/squirrel-icon.png" type="image/icon type">
<script src="js/lazysizes.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<title>Ruida Zeng</title>
<meta charset="utf-8">
<meta name="author" content="Ruida Zeng">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="images/icons/squirrel-icon.png" type="image/icon type">
<link rel="stylesheet" type="text/css" href="css/academic.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-1/css/all.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/contact-style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
<script src="js/lazysizes.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<style>
/* Add margin to push the content below the navbar */
.contact-page-container {
margin-top: 80px; /* Adjust to match navbar height + desired spacing */
}
</style>
</head>
<body>
<div class="container">
<div style="text-align:center">
<h2>Contact Me</h2>
<p>Buy me a cup of <a href="https://www.buymeacoffee.com/ruida" target="_blank" rel="noopener noreferrer"><i class="fa fa-coffee"></i></a>, or leave me a message:</p>
</div>
<div class="row">
<div class="column">
<div id="map" style="width: 900px; height: 450px; max-width: 100%; max-height: 100%"></div>
<script>
<nav class="navbar navbar-expand-lg navbar-light compensate-for-scrollbar" id="navbar-main">
<div class="container">
<div class="d-none d-lg-inline-flex">
<a class="navbar-brand" href="https://www.ruidazeng.com">Ruida Zeng</a>
</div>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-content" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<div class="navbar-brand-mobile-wrapper d-inline-flex d-lg-none">
<a class="navbar-brand" href="https://www.ruidazeng.com">Ruida Zeng</a>
</div>
<div class="navbar-collapse main-menu-item justify-content-end collapse" id="navbar-content">
<ul class="navbar-nav d-md-inline-flex">
<li class="nav-item">
<a class="nav-link " href="index.html"><span>Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="news.html"><span>News</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="publications.html"><span>Publications</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="projects.html"><span>Projects</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="blogs.html"><span>Blogs</span></a>
</li>
<li class="nav-item">
<a class="nav-link active " href="contact.html"><span>Contact</span></a>
</li>
</ul>
</div>
</div>
</nav>

var map = L.map('map').setView([41.82623931304847, -71.40200262550869], 16);
<!-- Contact Page Content -->
<div class="contact-page-container">
<div class="container">
<div style="text-align:center">
<h2>Contact Me</h2>
<p>Buy me a cup of <a href="https://www.buymeacoffee.com/ruida" target="_blank" rel="noopener noreferrer"><i class="fa fa-coffee"></i></a>, or leave me a message:</p>
</div>
<div class="row">
<div class="column">
<div id="map" style="width: 900px; height: 450px; max-width: 100%; max-height: 100%"></div>
<script>
var map = L.map('map').setView([41.82623931304847, -71.40200262550869], 16);
const tiles = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>'
}).addTo(map);

// var tiles = L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', {
// maxZoom: 18,
// attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, ' +
// 'Imagery © <a href="https://www.mapbox.com/">Mapbox</a>',
// id: 'mapbox/streets-v11',
// tileSize: 512,
// zoomOffset: -1
// }).addTo(map);

const tiles = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>'
}).addTo(map);

var marker = L.marker([41.82709057885313, -71.39949792902526]).addTo(map)
.bindPopup('Department of Computer Science, Brown University Providence, RI 02912')
var marker = L.marker([41.82709057885313, -71.39949792902526]).addTo(map)
.bindPopup('Department of Computer Science, Brown University Providence, RI 02912')
</script>
</div>
<div class="column">
<form action="https://formspree.io/f/mjvlynlv", method="post">
<label for="name">Name</label>
<input type="text" id="name" required name="name" placeholder="Your name...">
<label for="email">Email</label>
<input type="text" id="email" required name="email" placeholder="Your email...">
<label for="subject">Subject</label>
<textarea id="subject" required name="subject" placeholder="Write something..." style="height:170px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</div>
</div>
</div>
<!-- End of Contact Page Content -->

</script>
</div>
<div class="column">
<form action="https://formspree.io/f/mjvlynlv", method="post">
<label for="name">Name</label>
<input type="text" id="name" required name="name" placeholder="Your name...">
<label for="email">Email</label>
<input type="text" id="email" required name="email" placeholder="Your email...">
<label for="subject">Subject</label>
<textarea id="subject" required name="subject" placeholder="Write something..." style="height:170px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</div>
</div>

<p>
<a href="index.html">Back to Main Menu</a>
</p>
<footer class="site-footer">
<p class="ss-copyright">
© Ruida Zeng 2024
</p>
</footer>
<footer class="site-footer">
<p class="ss-copyright">
© Ruida Zeng 2024
</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ button::-moz-focus-inner, input::-moz-focus-inner {

.s-header__content {
background-color: #ffffff;
background-image: url(../images/leaves.png);
background-image: url(../images/leaves.jpg);
background-size: 400px 256px;
background-repeat: no-repeat;
background-position: right bottom;
Expand Down
File renamed without changes
70 changes: 70 additions & 0 deletions old-contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Contact Ruida</title>
<meta name="author" content="Ruida Zeng">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/contact-style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
<link rel="icon" href="images/icons/squirrel-icon.png" type="image/icon type">
<script src="js/lazysizes.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
</head>
<body>
<div class="container">
<div style="text-align:center">
<h2>Contact Me</h2>
<p>Buy me a cup of <a href="https://www.buymeacoffee.com/ruida" target="_blank" rel="noopener noreferrer"><i class="fa fa-coffee"></i></a>, or leave me a message:</p>
</div>
<div class="row">
<div class="column">
<div id="map" style="width: 900px; height: 450px; max-width: 100%; max-height: 100%"></div>
<script>

var map = L.map('map').setView([41.82623931304847, -71.40200262550869], 16);

// var tiles = L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', {
// maxZoom: 18,
// attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, ' +
// 'Imagery © <a href="https://www.mapbox.com/">Mapbox</a>',
// id: 'mapbox/streets-v11',
// tileSize: 512,
// zoomOffset: -1
// }).addTo(map);

const tiles = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>'
}).addTo(map);

var marker = L.marker([41.82709057885313, -71.39949792902526]).addTo(map)
.bindPopup('Department of Computer Science, Brown University Providence, RI 02912')

</script>
</div>
<div class="column">
<form action="https://formspree.io/f/mjvlynlv", method="post">
<label for="name">Name</label>
<input type="text" id="name" required name="name" placeholder="Your name...">
<label for="email">Email</label>
<input type="text" id="email" required name="email" placeholder="Your email...">
<label for="subject">Subject</label>
<textarea id="subject" required name="subject" placeholder="Write something..." style="height:170px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</div>
</div>

<p>
<a href="index.html">Back to Main Menu</a>
</p>
<footer class="site-footer">
<p class="ss-copyright">
© Ruida Zeng 2024
</p>
</footer>
</body>
</html>
13 changes: 11 additions & 2 deletions publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,23 @@ <h1>Publications</h1>
PDF
</a>
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://asiacrypt.iacr.org/2024/" target="_blank" rel="noopener">
Asiacrypt 2024
Conference - Asiacrypt 2024
</a>
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://asiacrypt.iacr.org/2024/program.php" target="_blank" rel="noopener">
Asiacrypt 2024 Program
Program - Asiacrypt 2024
</a>
<!-- <a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://eprint.iacr.org/2024/1446" target="_blank" rel="noopener">
Artifact - Asiacrypt 2024
</a> -->
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://eprint.iacr.org/2024/1446" target="_blank" rel="noopener">
IACR
</a>
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://eprint.iacr.org/2024/1446.pdf" target="_blank" rel="noopener">
ePrint
</a>
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://github.com/ruidazeng/upsi-revisited" target="_blank" rel="noopener">
GitHub
</a>
</div>
</div>
<div class="view-list-item">
Expand Down Expand Up @@ -162,6 +168,9 @@ <h1>Publications</h1>
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://arxiv.org/abs/2304.13506" target="_blank" rel="noopener">
arXiv
</a>
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://github.com/ruidazeng/stratus" target="_blank" rel="noopener">
GitHub
</a>
</div>
</div>
<div class="view-list-item">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ <h1>Cloud-Based Deep Learning: End-To-End Full-Stack Handwritten Digit Recogniti
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://arxiv.org/abs/2304.13506" target="_blank" rel="noopener">
arXiv
</a>
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://github.com/ruidazeng/stratus" target="_blank" rel="noopener">
GitHub
</a>
</div>
</div>
<div class="article-container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h3>Abstract</h3>
<div class="col-md-10">
<div class="row">
<div class="col-12 col-md-3 pub-row-heading">Publication</div>
<div class="col-12 col-md-9">International Conference on Intelligent Systems and New Applications, March 17-19, 2023, Liverpool, UK.</div>
<div class="col-12 col-md-9">2023 International Conference on Intelligent Systems and New Applications, March 17-19, 2023, Liverpool, UK.</div>
</div>
</div>
<div class="col-md-1"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3>Abstract</h3>
<div class="col-md-10">
<div class="row">
<div class="col-12 col-md-3 pub-row-heading">Publication</div>
<div class="col-12 col-md-9">International Conference on Software Engineering and Data Engineering (SEDE), October 21-22, 2024, San Diego, CA, USA.</div>
<div class="col-12 col-md-9">33rd International Conference on Software Engineering and Data Engineering (SEDE), October 21-22, 2024, San Diego, CA, USA.</div>
</div>
</div>
<div class="col-md-1"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h3>Abstract</h3>
<div class="col-md-10">
<div class="row">
<div class="col-12 col-md-3 pub-row-heading">Publication</div>
<div class="col-12 col-md-9">International Conference on Computer Applications in Industry and Engineering (CAINE), October 21-22, 2024, San Diego, CA, USA.</div>
<div class="col-12 col-md-9">37th International Conference on Computer Applications in Industry and Engineering (CAINE), October 21-22, 2024, San Diego, CA, USA.</div>
</div>
</div>
<div class="col-md-1"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,23 @@ <h1>Updatable Private Set Intersection Revisited: Extended Functionalities, Dele
PDF
</a>
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://asiacrypt.iacr.org/2024/" target="_blank" rel="noopener">
Asiacrypt 2024
Conference - Asiacrypt 2024
</a>
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://asiacrypt.iacr.org/2024/program.php" target="_blank" rel="noopener">
Asiacrypt 2024 Program
Program - Asiacrypt 2024
</a>
<!-- <a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://eprint.iacr.org/2024/1446" target="_blank" rel="noopener">
Artifact - Asiacrypt 2024
</a> -->
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://eprint.iacr.org/2024/1446" target="_blank" rel="noopener">
IACR
</a>
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://eprint.iacr.org/2024/1446.pdf" target="_blank" rel="noopener">
ePrint
</a>
<a class="btn btn-outline-primary my-1 mr-1 btn-sm" href="https://github.com/ruidazeng/upsi-revisited" target="_blank" rel="noopener">
GitHub
</a>
</div>
</div>
<div class="article-container">
Expand All @@ -101,7 +107,7 @@ <h3>Abstract</h3>
<div class="col-md-10">
<div class="row">
<div class="col-12 col-md-3 pub-row-heading">Publication</div>
<div class="col-12 col-md-9">Asiacrypt 2024, December 9-13, 2024, Kolkata, India.</div>
<div class="col-12 col-md-9">30th International Conference on the Theory and Application of Cryptology and Information Security (Asiacrypt), December 9-13, 2024, Kolkata, India.</div>
</div>
</div>
<div class="col-md-1"></div>
Expand Down

0 comments on commit f415657

Please sign in to comment.