Giter Site home page Giter Site logo

qm's Introduction

Hello

This is an account that presents my professional work, as a professor and scientist in biophysics.

Courses

Programs associated to publications

  • Antoide de Lavoisier C.R.A.S. (2021) paper on storing the portrait of Antoide de Lavoisier in a synthetic polymer chain
  • Gifa ReScience (2020) describing the renewal of the Gifa program, with the source
  • Plasmodesma Magn Reson Chem (2018) on the automatic differential analysis of NMR experiments in complex samples
  • PALMA Analyst (2017) an improved algorithm for DOSY signal processing
  • Melting curve analysis Biophys. Chem. (2016) Duplex formation and secondary structure of γ-PNA observed by NMR and CD
  • DOSY iodotriazoles Dimer Chem Scien (2016) Neutral iodotriazoles as scaffolds for stable halogen-bonded assemblies in solution
  • SPIKE arxiv (2016) the NMR and FTMS processing program - the basis for many spectrometry papers.

You can also find me on Mastodon (but mostly I rambles on the current world )

qm's People

Contributors

delsuc avatar nguacon01 avatar

Watchers

 avatar  avatar

Forkers

nguacon01

qm's Issues

users in QM

So far QM is single user - we should add an optional variable username that if present will launch for an alternate user

for QM to handle users we have to change the way processed are launched (QueueManager:193)
and add preexec_fn
if username => preexec_fn=demote(uid,gid)
else => preexec_fn=None
with

user_uid = pwd.getpwnam(str(username)).pw_uid
user_gid = pwd.getpwnam(str(username)).pw_gid
def demote(user_uid, user_gid):
    def set_ids():
        os.setgid(user_gid)
        os.setuid(user_uid)
    return set_ids

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.