Computing

Printing

Evernote (We STOPPED using this Since 2023)

If you wish to log in to the web version of Evernote, the details are:

miwgroup@gmail.com       P208foes

JOPLIN INSTALLATION 

1. Download and Install joplin on your PC, tablet or phone. 

2. Set up synchronisation with the server.

S3 Bucket: markwallace

S3 URL: https://s3.eu-central-003.backblazeb2.com/

S3 region: eu-central

S3 access key: 003dc0d41a6184b0000000001

S3 secret key: K003eRZE8rbBa32kizjFIPAyp6R6ZoE

3. Don’t forget these additional settings:

Then your first steps

       Date:

   Description of experiment:

   Location of files on NAS:


Don’t upload raw movies!

Always convert to gif. ffmpeg is great. For Joplin you really want a small GIF so it’s visible in both markdown and RTF editors. For example:

ffmpeg -i input_file.mov -filter_complex

“[0:v]split=2[palette][vid];

[palette]palettegen[pal];

[vid][pal]paletteuse,scale=‘min(800,iw)’:-2”

 -pix_fmt yuv420p -fs 10M

output_file.gif

File storage

Wallace lab mailing list

You can subscribe at https://mailman.kcl.ac.uk/mailman/listinfo/wallacelab.

Slack

Trello

Not everyone's going to use this, but Trello helps us organise ongoing and future work in the lab.

VPN

Request VPN user rights from IT. cc in Mark as supervisor permission is needed.

https://internal.kcl.ac.uk/it/connected/VPN-service/vpn.aspx

Mac users:

- Download & install the forticlient for mac.

- Follow instructions on PDF attached at the bottom of this page.

Software

Andor Solis

Go to the Andor  website; find and click on My Andor, currently at the top. Log-in with username jason.sengel@kcl .ac.uk and password andor. Click on My Andor (top of page). Latest Solis can be downloaded from the Software section, a little way down the page; you might need to reactivate the download links by inputting a serial number for one of the cameras.

Serial numbers of the cameras are:

X-5647

X-3951

X-2270

X-6286

optgeo

Free software for 2D-simulation of optical systems (microscopes, etc.). The results can be exported as .png or .ps

Go to the optgeo  website (French) and find the version of the software you need (Windows / Linux / MacOS X) and download it. The first time the software is used, the interface will be in French. Create new simulation, click Next, and switch to English by going on Options > Langue and select en.

Troubleshooting: on MacOS X, the simulations cannot be exported as pictures (software will crash). Problem can be fixed by opening the simulation on a Windows installation.

IgorPro

Igor is a coding-based data manipulation software. The current version is version 7 but we have a license for version 6.37, which can be found here:

https://www.wavemetrics.com/order/order_igordownloads6.htm

Here are the license details:

>    Serial Number:  41430

>    Activation key: ZLYT-WFLJ-LWNY-NREF-AZ

>    Product: IGOR Pro 6

>    License Type:   Single-User/Academic/EN


WinEDR

There are several interfaces required to get electrical information from our bilayers to the recording software, WinEDR:

Here are the standard software settings for interfacing the Axopatch 200 with the DAQ:

KCL SOFTWARE LICENSES

can be found here.


REMOTE DESKTOP

To access your Kings computer from another (non-Kings) computer, you will need to:

Instructions to do this can be found here

There is a mistake on Page 9: To find out your IP address, type 'ipconfig /all' into the command line. 

The website they suggest you use ('www.whatsmyip.com') will tell you a different number, which won't work. 

This should work for PCs, unsure about Macs...


PLOTTING GRAPHICS IN R

See below for our trial script for consistent graph plotting.