summary refs log tree commit diff stats
path: root/contact.html
blob: 5a9d94273e7d98a473ec0751f43a0f20141eb52a (plain) (blame)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
	<head>
		<title>Contact Andrew Yu</title>
		<link rel="stylesheet" href="/plain.css" />
		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
		<meta charset="utf-8" />
	</head>
	<body class="indent">
		<h1>Contact Andrew Yu</h1>
		<p>There are many ways to contact me.  None of these require proprietary software.</p>
		<ul>
			<li>Talk to me in real life.  For those at the Songjiang Campus: I'm often in the library at noon time, before tutor time that is.  I'm often on the tracks during MW3 and at Neuroscience (N201) during TT3.  I'm usually in E104 from 21:00.</li>
			<li>Electronic mail to <code>andrew</code> AT <code>andrewyu</code> DOT <code>org</code>.  (Please sign and encrypt messages.  See below.)</li>
			<li>Paper mail to <code>Yu, Andrew (Run Xi 于润熙, s22537), 1800, Lane 900 North Sanxin Road, Songjiang District, Shanghai, China 201620</code>.  (Note that I do not check school mail daily and I can't check it during vacations.  Please do not attempt to use OpenPGP encryption or similar encryption for paper mail.)</li>
		</ul>
		<p><a href="/note/wechat.html">Please do not contact me via WeChat.</a></p>
		<p><a href="/note/social-media.html">I do not use popular social media like Twitter or Weibo.</a></p>
		<h2 id="pgp">OpenPGP</h3>
		<p>If you have no idea what these mean, read <a href="https://emailselfdefense.org/">the Email Self Defense tutorial</a>.</p>
		<p>Usually, electronic mail that I send are signed with my OpenPGP key.  Please use OpenPGP when contacting me through electronic mail.  The following are available.</p>
		<ul>
			<li><a href="https://www.andrewyu.org/pgp/andrew-ecc.asc">My ECC key</a> (recommended)</li>
			<li><a href="https://www.andrewyu.org/pgp/andrew.asc">My RSA key</a></li>
			<li><a href="https://www.andrewyu.org/pgp/allkeys.asc">My keyring of friends</a></li>
		</ul>
		<p>In order to verify the authenticity of the key, check if you've actually downloaded these keys from <code>andrewyu.org</code>, and also check the fingerprints with me elsewhere (email, IRC, in real life, etc) before trusting or signing it.</p>
		<p>Once confirmed, please sign and share my key in order to build the OpenPGP Web of Trust.</p>
		<div id="footer">
			<hr />
			<p><a href="/">Andrew Yu's Website</a></p>
		</div>
	</body>
</html>