System-related:
Create USB for multi-boot systems: https://linuxkamarada.com/en/2020/07/29/ventoy-create-a-multiboot-usb-drive-by-simply-copying-iso-images-to-it/#.YxIZmdLMJ3k
Format USB to normal: https://averagelinuxuser.com/how-to-format-bootable-usb-to-normal/
App for backup: https://www.duplicati.com/
Move Downloads folder to iCloud: https://medium.com/@axelsegebrecht/how-to-move-the-mac-downloads-folder-to-icloud-drive-9c513394f3c2
Matlab:
How to execute matlab via commandline in Linux: https://stackoverflow.com/questions/38723138/matlab-execute-script-from-linux-command-line
https://uk.mathworks.com/help/matlab/ref/matlablinux.html
How to setup number of workers for parallel computing in matlab: https://uk.mathworks.com/matlabcentral/answers/1594159-how-many-workers-can-i-use-in-parallelization#:~:text=Accepted%20Answer,-Kojiro%20Saito%20on&text=From%20%22Parallel%22%20%2D%3E%20%22,change%20the%20NumWorkers%20to%2064
Google spread sheet:
Conditional formatting: =$g105, more details see here.
Camera:
How does a DSLR camera work: https://www.youtube.com/watch?v=W34sLbAsFhM
Nikon D7500 review: https://www.youtube.com/watch?v=VpIW0_0MQEg
mirrorless or SDLR: https://shotkit.com/mirrorless-vs-dslr-camera-buyers-guide/
Conferences:
Conferences deadlines: https://aideadlin.es/?sub=ML,CV
Conference: https://www.aminer.org/conf
Catch crayfish in the UK:
Tutorial: https://www.youtube.com/watch?v=m1s-oMKbxJc
American crayfish habitat: https://www.wildfoodie.co.uk/post/american-signal-crayfish-how-where-and-when-to-catch-them#:~:text=The%20signal%20crayfish%20is%20well,established%20populations%20have%20been%20recorded.
Apply for the license:
https://www.gov.uk/guidance/permission-to-trap-crayfish-eels-elvers-salmon-and-sea-trout https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/936387/Application_to_trap_and_or_remove_crayfish_in_England.pdf
UK grid reference: https://gridreferencefinder.com/
Where to find crayfish: https://www.naturespot.org.uk/species/signal-crayfish
Driving license in the UK:
https://www.gov.uk/learn-to-drive-a-car
Apply for a provisional driving licence online: https://www.gov.uk/apply-first-provisional-driving-licence?step-by-step-nav=e01e924b-9c7c-4c71-8241-66a575c2f61f
Car driving test: https://www.gov.uk/guidance/understanding-your-driving-test-result/car-driving-test
Driving test record: https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1082390/dl25-driving-test-report.pdf
chrome extension for booking a driving test: https://www.reddit.com/r/LearnerDriverUK/comments/15waafm/chrome_extension_to_help_book_tests_move_forward/
Printer:
Tutorial on how to the printer at the University of Leicester is available here.
Travel:
Spain visa application: https://www.reddit.com/r/SchengenVisa/comments/17xqm8f/anyone_else_unable_to_upload_their_photo_on_bls/
Google add-on:
How to update: https://developers.google.com/apps-script/add-ons/how-tos/update-published-add-on
Statistics
R + r studio install: https://formulae.brew.sh/cask/rstudio
When a normal distribution assumption or central limited theorem holds for each group of data, we can use a parametric hypothesis test, such as a t-test.
Otherwise, we can use a nonparametric hypothesis test which is also called a distribution-free test, e.g., Wilcoxon signed-rank test.
If two groups are dependent, we should use, for example, a paired Wilcoxon signed-rank test.
A nice discussion about how to choose a hypothesis test is available here and here