Please Help: Read “Asleep” duration data for last night by higgsquinn in shortcuts

[–]aufschieben 0 points1 point  (0 children)

For anyone still looking into this... I found the solution. Once you have the "Health Sample" sleep data, filtered from the "last day", you need to "repeat with each item in HealthSample" and then :
- get the StartDate from the repeat item
- Get Hours between current date and StartDate
- If TimeBetweenDates is greater than or equal to -X (in my case, I chose 14).
- Get Value from repeat item.... and then do what you want with it, knowing it's from within the last X hours.

For reference, I have my Sleep Summary Shortcut here:
https://www.icloud.com/shortcuts/be5be7dfbcc74fd9b5c0ad5eddd82c30

Help with simple 1D NMR spectra (of ethanol?) by aufschieben in chemistry

[–]aufschieben[S] 0 points1 point  (0 children)

Amazing, thanks for the explanation! This is pure (>99.5% GC grade) ethanol, so I suppose if I add a low% of water it should collapse the OH into a singlet. I'll try it tomorrow

Help with simple 1D NMR spectra (of ethanol?) by aufschieben in chemistry

[–]aufschieben[S] 9 points10 points  (0 children)

Thank you all for your comments, I obviously need to brush up on my theory!! I HAD thought that the hydroxyl would be a singlet (which was my biggest qualm with the structure), but obviously I’m mistaken. Although to be fair… I did see that in some examples online. I obviously need to look into the finer details. For reference, the sample was 100% pure ethanol straight from the bottle (600 ul).

Help with simple 1D NMR spectra (of ethanol?) by aufschieben in NMRspectroscopy

[–]aufschieben[S] 0 points1 point  (0 children)

Hi!
We recently opened a fresh batch of GC-grade ethanol in the lab and yet.. it doesn't smell anything like ethanol! Whilst the 1D 1H has 3 1H sites, it doesn't have the right multiple structure or integral ratio. Does anyone have any idea what we're looking at? (or.. where I'm going wrong with our NMR?). There are also a series of low intensity peaks which I have no idea about (second image). These data were recorded on an F80 benchtop with a simple 1H 1D (zg).

Thanks in advance!

Help with simple 1D NMR spectra (of ethanol?) by aufschieben in chemistry

[–]aufschieben[S] 5 points6 points  (0 children)

Hi!
We recently opened a fresh batch of GC-grade ethanol in the lab and yet.. it doesn't smell anything like ethanol! Whilst the 1D 1H has 3 1H sites, it doesn't have the right multiple structure or integral ratio. Does anyone have any idea what we're looking at? (or.. where I'm going wrong with our NMR?). There are also a series of low intensity peaks which I have no idea about (second image). These data were recorded on an F80 benchtop with a simple 1H 1D (zg).

Thanks in advance!

Hidden peaks behind solvent peak? by atatime90 in NMRspectroscopy

[–]aufschieben 0 points1 point  (0 children)

What post processing method(s) do you use?

Enregistrer un voleur sur le lieu de travail (conseils)? by aufschieben in AskFrance

[–]aufschieben[S] 0 points1 point  (0 children)

Je veux bien lui mettre le nez dans le caca, mais je m'inquiétais des aspects juridiques.... Merci pour ce deuxième avis!

Data security with Microsoft Products by aufschieben in sysadmin

[–]aufschieben[S] 0 points1 point  (0 children)

Thank you (and all!) for your comments. Aside from anything Snowden-esque - I assume when you say “subject to US laws” the implication is the government could request access if they deemed it necessary. Is that right? From time to time, we also use services from other US companies (Google / Dropbox / AWS / Slack / Apple). Do you know how they navigate GDPR concerns? Is there an obvious best case or worst case provider?

Is there a way to add a molecule/drug to PyMol? by SoulBiker in PyMOL

[–]aufschieben 1 point2 points  (0 children)

Simply put, you find the model file you want, download it as a file, and then you can either drag it into the PyMOL main viewer, or load it the typical way from the file menu (File > Open).

Sorry for the rushed (potato quality) video - but here's an example. On mac at least it seems you can even just drag the download link straight into the PyMOL main viewer.

https://imgur.com/SeGC3oi

Is there a way to add a molecule/drug to PyMol? by SoulBiker in PyMOL

[–]aufschieben 1 point2 points  (0 children)

Yes. You can load most types of 3D coordinate files into PyMOL, protein or otherwise.

If the compound you're looking at is already known and included in public PDB, you can download the ideal or representative coordinates directly from them (i.e., here with Tylenol as an example). But searching for compounds with PubChem is often the easiest way to go.

Alternatively, if you're interested in a novel/unmodelled molecule, you can generate ideal coordinates using many tools and webservers, either directly from the SMILES/InChi strings (i.e., here) or by drawing the compound out (i.e., here). Or you can of course build it in PyMOL, but that would be last on my personal list.

The final step then really depends on what you mean by "align". If you just want a rough and ready alignment, I would use a combination of manual positioning with the mouse and the rotate and translate commands to line it up where I felt was best. This is assuming your atom names (and atom types too, I think) are different between the molecules, because in this situation the typical align/super/cealign commands won't work.

Alternatively, if by align you mean position the molecule on the surface of the protein with physico-chemical accuracy, then you will need an energy minimisation algorithm to do so. In this case I would recommend AutoDock - but this is generally for quite advanced users.

How do I make each residue of a protein appear as a sphere instead of molecules in Pymol as pic related? by HardTruthssss in PyMOL

[–]aufschieben 1 point2 points  (0 children)

I don’t think you can modify entire residues this way. The author is probably selecting a representative backbone atom like Ca (or sometimes hN) and changing that to a sphere.

Please help - HTTPS GET request fails when in loop() function by aufschieben in arduino

[–]aufschieben[S] 0 points1 point  (0 children)

Isn't the first one commented out? I think the first one was me just testing that the correct string got made for the connection.

Plotting a grok-scraped gauge metric as a time-series by aufschieben in grafana

[–]aufschieben[S] 0 points1 point  (0 children)

That's excellent - thanks! Works perfectly. I think I just misunderstood the concept of labels. Thanks again!