aboutsummaryrefslogtreecommitdiff
path: root/src/contact/index.html
blob: fecfcc9279b3edb166d3e9b1277d785db75558ad (plain)
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
54
55
56
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <link rel="icon" type="image/x-icon" href="/favicon.svg"/>
        <link rel="stylesheet" href="/css/default.css"/>
        <title>Matthijs van der Wild</title>
    </head>
    <body>
        <main>
            <article>
                <h1>Matthijs van der Wild</h1>
                <h2>Contact</h2>
                <p>
                    Other places on the internet where you can find me:
                </p>
                <dl>
                    <dt>Messaging</dt>
                    <dd><dl>
                        <dt>Email</dt>
                        <dd><a href="mailto:matthijs.van-der-wild@durham.ac.uk">matthijs.van-der-wild@durham.ac.uk</a></dd>
                    </dl></dd>
                    <dt>Socials</dt>
                    <dd><dl>
                        <dt>Mastodon</dt>
                        <dd><a href="https://mas.to/@wild" rel="me">@wild@mas.to</a></dd>
                        <dt>BlueSky</dt>
                        <dd><a href="https://bsky.app/profile/matthijs.vanderwild.com" rel="me">@matthijs.vanderwild.com</a></dd>
                    </dl></dd>
                    <dt>Software</dt>
                    <dd><dl>
                        <dt>Git</dt>
                        <dd><a href="https://git.vanderwild.com">my own git instance</a></dd>
                        <dt>Github</dt>
                        <dd><a href="https://github.com/lonbar">lonbar</a></dd>
                        <dt>Gitlab</dt>
                        <dd><a href="https://gitlab.com/lonbar">lonbar</a></dd>
                    </dl></dd> 
                    <dt>Research</dt>
                    <dd><dl>
                        <dt><abbr title="Open Researcher and Contributor ID">orcid</abbr></dt>
                        <dd><a href="https://orcid.org/0000-0002-3949-3063">0000-0002-3949-3063</a></dd>
                        <dt>ar&Chi;iv</dt>
                        <dd><a href="https://arxiv.org/a/vanderwild_m_1">vanderwild_m_1</a></dd>
                        <dt><div class="smallcaps">INSPIRE-HEP</div></dt>
                        <dd><a href="https://inspirehep.net/authors/1777872">M.L.Van.Der.Wild.1</a></dd>
                    </dl></dd>
                </dl>
            </article>
        </main>
        <footer>
            © 2020 Matthijs van der Wild
        </footer>
    </body>
</html>