diff --git a/AUTHORS.md b/AUTHORS.md
index 9be14d021099a78c4adee826e1aedca69d008314..710bcd4df4769f3516efa2bbd79a1180b661f62b 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -83,6 +83,7 @@ Stephen R Green
 Sumeet Kulkarni
 Sylvia Biscoveanu
 Tathagata Ghosh
+Teagan Clarke
 Tomasz Baka
 Will M. Farr
 Virginia d'Emilio
diff --git a/bilby/gw/detector/detectors/NEMO.interferometer b/bilby/gw/detector/detectors/NEMO.interferometer
new file mode 100644
index 0000000000000000000000000000000000000000..9b5b11101a36b366bb9e28b338d4b075d2b32c8a
--- /dev/null
+++ b/bilby/gw/detector/detectors/NEMO.interferometer
@@ -0,0 +1,18 @@
+# The proposed NEMO high frequency detector 
+# location here set to Gingin Western Australia
+# https://arxiv.org/abs/2007.03128 Figure 1 
+
+name = 'NEMO'
+power_spectral_density = PowerSpectralDensity(psd_file='NEMO_psd.txt')
+minimum_frequency = 10
+maximum_frequency = 2048
+
+length = 4
+latitude = -31.34
+longitude = 115.91
+elevation = 0.0
+xarm_azimuth = 2.0
+yarm_azimuth = 125.0
+
+
+
diff --git a/bilby/gw/detector/noise_curves/highf_psd.txt b/bilby/gw/detector/noise_curves/NEMO_psd.txt
similarity index 100%
rename from bilby/gw/detector/noise_curves/highf_psd.txt
rename to bilby/gw/detector/noise_curves/NEMO_psd.txt