About

Dr. Richard J. Acton MSci, MSc, Phd

QR code for richardjacton.net

CV

Curriculum Vitae

PhD Thesis

Blog

Journal Club: babraham-reproducibilitea-journal-club.gitlab.io/babraham-reproducibilitea-journal-club

Personal: blog.pan-narrans.xyz

Contact me

📧 email

Personal

📧richardjacton@richardjacton.net

GPG keys

email signing & encryption key fingerprint: 02DE EBA2 F3A4 372D 49F0 5FBA A9A0 372F 5741 4F61

Primary key key fingerprint: 5EE1 1764 8462 E5A3 610C 1964 8E5D EFCF C330 7916

Signing key key fingerprint: 6F27 232D E85C E773 71A6 BC79 BD50 EE37 62D2 4068

Work

📧 Richard.Acton@babraham.ac.uk

unencrypted, subject to FOI requests

🗩 Messaging

Decentralised, end-2-end encrypted &/or anonymous

🗩 SimpleX

🗩 Matrix ID: @richardjacton:matrix.org

Contact me over another channel if you would like my Signal username.

This Website

Authentication for changes to this site is managed in the git repository from which it is built with guix git authenticate.

Introductory commit: b060b51e5716ddf09be590b260cfe5b1d98d3d66

signer: 6F27 232D E85C E773 71A6 BC79 BD50 EE37 62D2 4068

Record these or consult an independently archived version of this site (e.g. the internet archive’s wayback machine) if you wish to be able to validate the integrity of the site in the future. They should not change unless I revoke my primary GPG key.

If the authentication check fails on the cloned repo then my git hosting infrastructure may have been compromised.

git clone https://gitlab.com/RichardJActon/richardjacton-dot-net.git richardjacton-dot-net && \
    cd richardjacton-dot-net && \
    git branch keyring origin/keyring
guix git authenticate \
    b060b51e5716ddf09be590b260cfe5b1d98d3d66 \
    "6F27 232D E85C E773 71A6  BC79 BD50 EE37 62D2 4068"

In the event there is an issue with my git hosting the site source is archived here:

Archived | swh:1:dir:a853f8aecd93971eaf401402cba88304988af62f

If the website served to you from richardjacton.net differs from one that you build from the authenticated repo then my web hosting may have beed compromised.

If you have nix installed you can build this site from the cloned repo with:

nix-shell --command "quarto render"