class Jimboid:
def __init__(self):
self.username = 'jimboid'
self.name = 'James Gebbie-Rayet'
self.position = 'Biomolecular Simulation Group Leader'
def __str__(self):
return f'{self.name} | {self.position}'
if __name__ == '__main__':
me = Jimboid()
print(me)
Biomolecular Simulation Group Leader at UKRI:STFC
-
Science and Technology Facilities Council
- United Kingdom
- https://www.linkedin.com/in/doctorjamesgebbie/
- https://orcid.org/0000-0001-8271-3431
Pinned Loading
-
-
-
HECBioSim/Longbow
HECBioSim/Longbow PublicLongbow is a tool for automating simulations on a remote HPC machine. Longbow is designed to mimic the normal way an application is run locally but allows simulations to be sent to powerful machines.
-
CCPBioSim/ccpbiosim.github.io
CCPBioSim/ccpbiosim.github.io PublicA developer facing web resource with various information and dashboards for the core ccpbiosim dev team
-
CCPBioSim/CodeEntropy
CCPBioSim/CodeEntropy PublicPython package for calculating configurational entropy from molecular dynamics simulations using the multiscale cell correlation method.
-
openvpn-supervisor
openvpn-supervisor PublicThis simple Linux based OpenVPN supervisor utility was created because I was getting annoyed with stale PIA VPN connections causing my servers to lose their internet access.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




