Monday, May 29th, 2017
As the Internet and its Web-components age, so early pages start to decay as technology moves on. A few posts ago, I talked about the maintenance of a relatively simple page first hosted some 21 years ago. In my notes on the curation, I wrote the phrase “Less successful was the attempt to include buttons which could be used to annotate the structures with highlights. These buttons no longer work and will have to be entirely replaced in the future at some stage.” Well, that time has now come, for a rather more crucial page associated with a journal article published more recently in 2009.[1]
The story started a few days ago when I was contacted by the learned society publisher of that article, noting they were “just checking our updated HTML view and wanted to test some of our old exceptions“. I should perhaps explain what this refers to. The standard journal production procedures involve receiving a Word document from authors and turning that into XML markup for the internal production processes. For some years now, I have found such passive (i.e. printable only) Word content unsatisfactory for expressing what is now called FAIR (Findable, accessible, inter-operable and re-usable) data. Instead, I would create another XML expression (using HTML), which I described as Interactive Tables and then ask the publisher to host it and add that as a further link to the final published article. I have found that learned society publishers have not been unwilling to create an “exception” to their standard production workflows (the purely commercial publishers rather less so!). That exceptional link is http://www.rsc.org/suppdata/cp/b8/b810301a/Table/Table1.html but it has now “fallen foul of the java deprecation“.
Back in 2008 when the table was first created, I used the Java-based Jmol program to add the interactive component. That page, when loaded, now responds with the message:

This I must emphasise is nothing to do with the publisher, it is the Jmol certificate that has been revoked. That of itself requires explanation. Java is a powerful language which needs to be “sandboxed” to ensure system safety. But commands can be created which can access local file stores and write files out there (including potentially dangerous ones). So it started to become the practise to sign the Java code with the developer certificate to ensure provenance for the code. These certificates are time-expired and around 2015 the time came to renew it. Normally, when such a certificate is renewed, the old one is allowed to continue operation. On this occasion the agency renewing the certificate did not do this but revoked the old one instead (Certificate has been revoked, reason: CESSATION_OF_OPERATION, revocation date: Thu Oct 15 23:11:18 BST 2015). So all instances of Jmol with the old certificate now give the above error message.
The solution in this case is easy; the old Jmol code (as JmolAppletSigned.jar) is simply replaced with the new version for which the certificate is again valid. But simply doing that alone would merely have postponed the problem; Java is now indeed deprecated for many publishers, which is a warning that it will be prohibited at some stage in the future.‡ So time to bite the bullet and remove the dependency on Java-Jmol, replacing it with JSmol which uses only JavaScript.
Changing published content is in general not allowed; one instead must publish a corrigendum. But in this instance, it is not the content that needs changing but the style of its presentation (following the principle of the Web of a clear-cut separation of style and content). So I set out to update the style of presentation, but I was keen to document the procedures used. I did this by commenting out non-functional parts of the style components of my original HTML document (as <!– comment –>) and adding new ones. I describe the changes I made below.
- The old HTML contained the following initialisation code: jmolInitialize(".","JmolAppletSigned.jar");jmolSetLogLevel('0'); which was commented out.
- New scripts to initialize instead JSmol were added, such as:
<script src="JSmol.min.js" type="text/javascript"> </script>
- I added further scripts to set up controls to add interactivity.

- The now deprecated buttons had been invoked using a Jmol instance: jmolButton('load "7-c2-h-020.jvxl";isosurface "" opaque; zoom 120;',"rho(r) H")
- which was replaced by the JSmol equivalent, but this time to produce a hyperlink rather than a button (to allow the greek ρ to appear, which it could not on a button): <a href="javascript:show_jmol_window();Jmol.script(jmolApplet0,'load 7-c2-020.jvxl;isosurface "" translucent;spin 3;')">ρ(r)</a>,
- Some more changes were made to another component of the table, the links to the data repository. Originally, these quoted a form of persistent identifier known as a Handle; 10042/to-800. Since the data was deposited in 2008, the data repository has licensed further functionality to add DataCite DOIs to each entry. For this entry, 10.14469/ch/775. Why? Well, the original Handle registration had very little (chemically) useful registered metadata, whereas DataCite allows far richer content. So an extra column was added to the table to indicate these alternate identifiers for the data.
- We are now at the stage of preparing to replace the Java applet at the publishers site with the Javascript version, along with the amended HTML file. The above link, as I write this post, still invokes the old Java, but hopefully it will shortly change to function again as a fully interactive table.
- I should say that the whole process, including finding a solution and implementing it took 3-4 hours work, of which the major part was the analysis rather than its implementation.
It might be interesting to speculate how long the curated table will last before it too needs further curation. There are some specifics in the files which might be a cause for worry, namely the so-called JVXL isosurfaces which are displayed. These are currently only supported by Jmol/JSmol. They were originally deployed because iso-surfaces tend to be quite large datafiles and JVXL used a remarkably efficient compression algorithm (“marching cubes”) which reduces their size ten-fold or more. Should JSmol itself become non-operational at some time in the (hopefully) far future (which we take to be ~10 years!) then a replacement for the display of JVXL will need to be found. But the chances are that the table itself will decay “gracefully”, with the HTML components likely to outlive most of the other features. The data repository quoted above has itself now been available for ~12 years and it too is expected to survive in some form for perhaps another 10. Beyond that period, no-one really knows what will still remain.
You may well ask why the traditional journal model of using paper to print articles and which has survived some 350 years now, is being replaced by one which struggles to survive 10 years without expensive curation. Obviously, a 3D interactive display is not possible on paper. But one also hears that publishers are increasingly dropping printed versions entirely. One presumes that the XML content will be assiduously preserved, but re-working (transforming, as in XSLT) any particular flavour of XML into another publishers systems is also likely to be expensive. Perhaps in the future the preservation of 100% of all currently published journals will indeed become too expensive and we might see some of the less important ones vanishing for ever?†
‡Nowadays it is necessary to configure your system or Web browser to allow even signed valid Java applets to operate. Thus in the Safari browser (which still allows Java to operate, other popular browsers such as Chrome and Firefox have recently removed this ability), one has to go to preferences/security/plugin-settings/Java, enter the URL of the site hosting the applet and set it to either “ask” (when a prompt will always appear asking if you want to accept the applet) or “on” when it will always do so. How much longer this option will remain in this browser is uncertain.
†In the area of chemistry, an early pioneer was the Internet Journal of Chemistry, where the presentation of the content took full advantage of Web-technologies and was on-line only. It no longer operates and the articles it hosted are gone.
References
- H.S. Rzepa, "Wormholes in chemical space connecting torus knot and torus link π-electron density topologies", Phys. Chem. Chem. Phys., vol. 11, pp. 1340-1345, 2009. https://doi.org/10.1039/b810301a
Tags:Applet, compression algorithm, computing, Cross-platform software, HTML, HTML element, Internet Journal, Java, Java applet, Java platform, jmol, Markup languages, Open formats, publishers site, publishers systems, technology moves, Technology/Internet, the Internet Journal, Web browser, web technologies, Web-components age, XML, XSLT
Posted in Chemical IT | 8 Comments »
Monday, September 7th, 2009
The science journal is generally acknowledged as first appearing around 1665 with the Philosophical Transactions of the Royal Society in London and (simultaneously) the French Academy of Sciences in Paris. By the turn of the millennium, around 10,000 science and medical journals were estimated to exist. By then, the Web had been around for a decade, and most journals had responded to this new medium by re-inventing themselves for it. For most part, they adopted a format which emulated paper (Acrobat), with a few embellishments (such as making the text fully searchable) and then used the Web to deliver this new reformulation of the journal. Otherwise, Robert Hooke would have easily recognized the medium he helped found in the 17th century.
In 1994, a small group of us thought that one could, and indeed should go further than emulated paper. We argued [1] that journals should be activated by delivering not merely the logic of a scientific argument, but also the data on which it might have been based. Of course, we encountered the usual problem; doing this might cost publishers more in production resources, and in the absence of a market prepared to pay the extra, the business model did not make sense (to the publishers). Well, 15 years later, and most publishers are indeed now thinking about how their journals can be enhanced. A number of interesting projects (the RSC’s Project Prospect is one which strives to bring science alive) have emerged. Another is the topic of this blog; the activation of the journal with molecular coordinates and data using the Jmol applet.
Initially (~2005), this project met with resistance from publishers, and the issue really amounted to what the definitive version of a scientific article should be. Should that definitive version be printable? That model, after all had served the community well for more than 300 years! And journals from the very beginning are still as readable now as when first published. In other words, print lasts! But print is pretty limiting after all. For a start, it is limited to 2D static representations. Molecules, by and large, do their magic in a dynamic three dimensions (4D in an Einsteinian sense). But print is also expensive; not merely to produce, but to transport paper around the world.
From the turn of the millennium, a number of publishers, amongst them the American Chemical Society, started to evolve the scientific article such that the pre-eminent version would now be considered to be the HTML form (perhaps as a prelude to phasing out print entirely? See an interesting commentary by a journal editor) and perhaps a digital Acrobat form which would be deemed to loose some of its functionality once printed (again see here for how Acrobat can be used to enhance things). Again however, a chicken-and-egg scenario resulted. To enhance the articles with extra functionality (such as data), they would need to find authors prepared to put the extra work into preparing the material. In fact, most authors already do that, but they call it supporting information. This is often highly data rich, covering materials such as spectra, coordinates and other information nowadays provided to researchers for analysis. Unfortunately, what has been missing is the education of authors to provide this information in a proper digital form which can be easily re-used by others, and on a Web page, converted automatically to nice interactive models. Most spectra which form part of the supporting information are in fact still scanned versions of printed spectra!
Enter computational chemists. Nowadays, they live in a world that truly does not need printing! Almost all of their data is already suitably digital. So perhaps it is no surprise to find that when enhanced journal articles started appearing around 2005, many were produced by this group of chemists. By now perhaps you are wondering what such an article might look like. Well, the remainder of this blog will be devoted to listing some examples. You will also notice that they come exclusively from our own publications. Perhaps someone will find the time to collect a far more representative set to better illustrate the diversity of this form, and how it is evolving. Meanwhile, you might wish to take a look at the following.
Part 1: The early days: 1994 onwards
These examples all relied on a browser plugin called Chime, which is no longer with us! Hence the pages designed to invoke it no longer display properly. But the data associated with the articles is still there!
- An early 1994 example of (hyper)activating a journal article can be seen here as the preliminary communication and
- in 1995 here as the final full article. I am told that this was the article that actually inspired the developers of Chime to enhance (Netscape) with a chemical plugin.
- This one from 1998 illustrates how articles can decay in functionality when Chime is no longer available.
- An ab initio and MNDO-d SCF-MO Computational Study of Stereoelectronic Control in Extrusion Reactions of R2I-F Iodine (III) Intermediates, M. A. Carroll, S. Martin-Santamaria, V. W. Pike, H. S. Rzepa and D. A. Widdowson, Perkin Trans. 2, 1999, 2707-2714 with the supporting information here.
- Huckel and Mobius Aromaticity and Trimerous transition state behaviour in the Pericyclic Reactions of [10], [14], [16] and [18] Annulenes. Sonsoles Martên-Santamarêa, Balasundaram Lavan and H. S. Rzepa, J. Chem. Soc., Perkin Trans 2, 2000, 1415. with the supporting information here.
- Peter Murray-Rust, H. S. Rzepa and Michael Wright, “Development of Chemical Markup Language (CML) as a System for Handling Complex Chemical Content”, New J. Chem., 2001, 618-634. DOI: 10.1039/b008780g. This article broke new ground in that the supporting information was something of a misnomer. It was expressed entirely in XML, including all the chemistry data, and used XSLT transforms on the fly to regenerate the article. In that sense, it was actually a superset of the published article. It would be fair to say that this article was rather ahead of its time (although it does seem appropriate to publish it in a new journal!).
- M. Jakt, L. Johannissen, H. S. Rzepa, D. A. Widdowson and R. Wilhelm, “A Computational Study of the Mechanism of Palladium Insertion into Alkynyl and Aryl Carbon-Fluorine bonds”, Perkin Trans. 2, 2002, 576-581 and supporting information.
- P. Murray-Rust and H. S. Rzepa, chapter in “Handbook of Chemoinformatics. Part 2. Advanced Topics.”, ed. J. Gasteiger and T. Engel, 2003, Vol 1, was not enhanced per se, but did lay out the principles of how it might/should be done.
- K. P. Tellmann, M. J. Humphries, H. S. Rzepa and V. C. Gibson, “An experimental and computational study of β-H transfer between organocobalt complexes and 1-alkenes”, Organometallics, 2004, 23, 5503-5513. DOI: 10.1021/om049581h and supporting information.
Part 2: 2005.
These four examples all now invoke Jmol, which downloads upon request and hence does not rely on the presence of any browser plugin. The four articles were submited with supporting information in the form of HTML. These were associated with the main article, but were not formal part of that article. In that sense, they represent an incarnation of the traditional model, with all the data firmly resident in the supporting information.
- Gibson, Vernon C.; Marshall, Edward L.; Rzepa, H. S. ” A computational study on the ring-opening polymerization of lactide initiated by β-diketiminate metal alkoxides: The origin of heterotactic stereocontrol”, J. Am. Chem. Soc., 2005, 127, 6048-6051. DOI: 10.1021/ja043819b and supporting information.
- H. S. Rzepa, Mobius aromaticity and delocalization”, Chem. Rev., 2005, 105, 3697 – 3715. DOI: 10.1021/cr030092l and supporting information.
- H. S. Rzepa, “Double-twist Mšbius Aromaticity in a 4n+2 Electron Electrocyclic Reaction”, 2005, Chem Comm, 5220-5222. DOI: 10.1039/b510508k The supporting information is also available directly.
- H. S. Rzepa, “A Double-twist Mobius-aromatic conformation of [14]annulene”, Org. Lett., 2005, 7, 637 – 4639. DOI: 10.1021/ol0518333 and supporting information.
Part 3: 2006 onwards
The supporting information has now been assimilated into the main body of the article proper, and within these confines contribute components such as enhanced figures or tables (i.e. enhanced with data)
- A. P. Dove, V. C. Gibson, E. L. Marshall, H. S. Rzepa, A. J. P. White and D. J. Williams, “Synthetic, Structural, Mechanistic and Computational Studies on Single-Site β-Diketiminate Tin(II) Initiators for the Polymerization of rac-Lactide”, J. Am. Chem. Soc., 2006,128, 9834-9843. DOI: 10.1021/ja061400a The enhancement can be seen in Figure 11.
- O. Casher and H. S. Rzepa, “SemanticEye: A Semantic Web Application to Rationalise and Enhance Chemical Electronic Publishing”, J. Chem. Inf. Mod., 2006, 46, 2396-2411. DOI: 10.1021/ci060139e
- H S. Rzepa and M. E. Cass, “A Computational Study of the Nondissociative Mechanisms that Interchange Apical and Equatorial Atoms in Square Pyramidal Molecules”, Inorg. Chem., 2006, 45, 3958–3963. DOI 10.1021/ic0519988. Interactive table at 10.1021/ic0519988/ic0519988.html
- M. E. Cass and H. S. Rzepa, “In Search of The Bailar Twist and Ray-Dutt mechanisms that racemize chiral tris-chelates: A computational study of Sc(III), V(III), Co(III), Zn(II) and Ga(III) complexes of a ligand analog of acetylacetonate”, Inorg. Chem., 2007, 49, 8024-8031. DOI: 10.1021/ic062473y The enhancement can be seen in Figure 2
- H. S. Rzepa, “Lemniscular Hexaphyrins as examples of aromatic and antiaromatic Double-Twist Möbius Molecules”, Org. Lett., 2008, 10, 949-952.DOI:10.1021/ol703129z The enhancement can be seen in Web Table 1.
- D. C. Braddock and H. S. Rzepa, “Structural Reassignment of Obtusallenes V, VI and VII by GIAO-based Density functional prediction”, J. Nat. Prod., 2008, DOI: 10.1021/np0705918 and WEO1.
- S. M. Rappaport and H S. Rzepa, “Intrinsically Chiral Aromaticity. Rules Incorporating Linking Number, Twist, and Writhe for Higher-Twist Möbius Annulenes”, J. Am. Chem. Soc., 2008, 130,, 7613-7619. DOI: 10.1021/ja710438j and WEO1 to 4
- C. S. M. Allan and H. S. Rzepa, “AIM and ELF Critical point and NICS Magnetic analyses of Möbius-type Aromaticity and Homoaromaticity in Lemniscular Annulenes and Hexaphyrins”, J. Org. Chem., 2008, 73, 6615-6622. DOI: 10.1021/jo801022b and WEO1
- C. S. M. Allan and H. S. Rzepa, “Chiral aromaticities. Möbius Homoaromaticity”, J. Chem. Theory. Comp., 2008, 4, 1841-1848. DOI: 10.1021/ct8001915 and WEO1
- C. S. M Allan and H. S. Rzepa, “The structure of Polythiocyanogen: A Computational investigation”, Dalton Trans., 2008, 6925 – 6932. DOI: 10.1039/b810147g and enhanced Table
- H. S. Rzepa, “Wormholes in Chemical Space connecting Torus Knot and Torus Link π-electron density topologies”, Phys. Chem. Chem. Phys., 2009, 1340-1345. DOI: 10.1039/b810301a and enhanced Table.
- H. S. Rzepa, “The Chiro-optical properties of a Lemniscular Octaphyrin”, Org. Lett., 2009, 11, 3088-3091. DOI: 10.1021/ol901172g
- C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, “The geometry and electronic topology of higher-order Möbius charged Annulenes”, J. Phys. Chem., 2009, DOI: 10.1021/jp902176a and enhanced table
- H. S. Rzepa, “The distortivity of π-electrons in conjugated Boron rings.”, Phys. Chem. Chem. Phys., 2009, DOI: 10.1039/B911817A and enhanced table.
- H. S. Rzepa, “The importance of being bonded”, Nature Chem., 2009, DOI: 10.1038/nchem.373 and the exploratorium.
- King Kuok Hii, J.L.Arbour, H.S.Rzepa, A.J.P.White, “Unusual Regiodivergence in Metal-Catalysed Intramolecular Cyclisation of γ-Allenols”, Chem. Commun, 2009, DOI: 10.1039/b913295c and enhanced table.
- L. F. V. Pinto, P. M. C. Glória, M. J. S. Gomes, H. S. Rzepa, S. Prabhakar, A. M. Lobo. “A Dramatic Effect of Double Bond Configuration in N-Oxy-3-aza Cope Rearrangements – A simple synthesis of functionalised allenes”, Tet. Lett., 2009, 50, 3446-3449. DOI: 10.1016/j.tetlet.2009.02.228 and interactive table.
- H. S. Rzepa and C. S. M. Allan, “Racemization of isobornyl chloride via carbocations: a non-classical look at a classic mechanism”, J. Chem. Educ., 2010, DOI: 10.1021/ed800058c and interactive table.
- K. Abersfelder, A. J. P. White, H. S. Rzepa, and D. Scheschkewitz “A Tricyclic Aromatic Isomer of Hexasilabenzene”, Science, 2010, DOI: 10.1126/science.1181771 and interactive table.
- A. C. Spivey, L. Laraia, A. R. Bayly, H. S. Rzepa and A. J. P. White “Stereoselective Synthesis of cis- and trans-2,3-Disubstituted Tetrahydrofurans via Oxonium−Prins Cyclization: Access to the Cordigol Ring System”, Org. Lett., 2010, DOI 10.1021/ol9024259 and interactive table.
- J. Kong, P. v. R. Schleyer and H. S. Rzepa, “Successful Computational Modeling of Iso-bornyl Chloride Ion-Pair Mechanisms”, J. Org. Chem., 2010, DOI: 10.1021/jo100920e and interactive table.
- A. Smith, H. S. Rzepa, A. White, D. Billen, K. K. Hii, “Delineating Origins of Stereocontrol in Asymmetric Pd-Catalyzed α-Hydroxylation of 1,3-Ketoesters”, J. Org. Chem., 2010, 75, 3085-3096. DOI: 10.1021/jo1002906 and interactive table.
- H. S. Rzepa “The rational design of helium bonds”, Nature Chem., 2010, 2, 390-393. DOI: 10.1038/NCHEM.596 and web enhanced table.
- P. Rivera-Fuentes, J. Lorenzo Alonso-Gómez, A. G. Petrovic, P. Seiler, F. Santoro, N. Harada, N. Berova, H. S. Rzepa, and F. Diederich, “Enantiomerically Pure Alleno–Acetylenic Macrocycles: Synthesis, Solid-State Structures, Chiroptical Properties, and Electron Localization Function Analysis”, Chem. Eur. J., 2010, DOI: 10.1002/chem.201001087 and interactive figure
- H. S. Rzepa, “The Nature of the Carbon-Sulfur bond in the species H-CS-OH”, J. Chem. Theory. Comput., 2010, 49, DOI: 10.1021/ct100470g and interactive table.
- H. S. Rzepa, “Can 1,3-dimethylcyclobutadiene and carbon dioxide co-exist inside a supramolecular cavity?”, Chem. Commun., 2010, DOI: 10.1039/C0CC04023A and interactive table
- M. R. Crittall, H. S. Rzepa, and D. R. Carbery, “Design, Synthesis, and Evaluation of a Helicenoidal DMAP Lewis Base Catalyst”, Org. Lett., 2011, DOI: 10.1021/ol2001705 and interactive table
- H. S. Rzepa, “The past, present and future of Scientific discourse”, J. Cheminformatics, 2011, 3, 46. DOI: 10.1186/1758-2946-3-46 and interactive figure 3, figure 4 and figure 5.
- H. S. Rzepa, “A computational evaluation of the evidence for the synthesis of 1,3-dimethylcyclobutadiene in the solid state and aqueous solution”, Chem. Euro. J., 2012, in press.
- J. L. Arbour, H. S. Rzepa, L. A. Adrio, E. M. Barreiro, P. G. Pringle and K. K. (Mimi) Hii, “Silver-catalysed enantioselective additions of O-H and N-H to C=C bonds: Non-covalent interactions in stereoselective processes”, Chem. Euro. J., 2012, in press, Web table 1 and Web table 2.
- H. S. Rzepa, “Chemical datuments as scientific enablers”, J. Chemoinformatics, submitted.
- A. P. Buchard, F. Jutz, F. M. R. Kember, H. S. Rzepa, C. K. Williams, C.K., “Experimental and Computational Investigation of the Mechanism of Carbon Dioxide/Cyclohexene Oxide Copolymerization Using A Dizinc Catalyst”, in press. Interactivity box
- D. C. Braddock, D. Roy, D. Lenoir, E. Moore, H. S. Rzepa, J. I-Chia Wu and P. von R. Schleyer, “Verification of Stereospecific Dyotropic Racemisation of Enantiopure d and l-1,2-Dibromo-1,2-diphenylethane in Non-polar Media”, Chem. Comm., 2012, just published. DOI: 10.1039/C2CC33676F and interactivity box.
- K. Leszczyńska, K. Abersfelder, M. Majumdar, B. Neumann, H.-G. Stammler, H. S. Rzepa, P. Jutzi and D. Scheschkewitz, “The Cp*Si+ Cation as a Stoichiometric Source of Silicon, Chem. Comm., 2012, 48, 7820-7822. DOI: 10.1039/c2cc33911k. Cites links to 10042/to-13974, 10042/to-13982, 10042/to-13969, 10042/20028, 10042/to-13973, 10042/to-13985
- H. S. Rzepa, “A computational evaluation of the evidence for the synthesis of 1,3-dimethylcyclobutadiene in the solid state and aqueous solution”, Chem. Euro. J., 2013, 4932-4937. DOI: 10.1002/chem.201102942 and WebTable
- H. S. Rzepa, “Chemical datuments as scientific enablers”, J. Chemoinformatics, 2013, 4, DOI: 10.1186/1758-2946-5-6. The interactivity box is integrated into the body of the article.
- M. J. Cowley, V. Huch, H. S. Rzepa, D. Scheschkewitz, “A Silicon Version of the Vinylcarbene – Cyclopropene Equilibrium: Isolation of a Base-Stabilized Disilenyl Silylene”, 2013, Nature Chem., in press and Webtable.
- M. J. S. Gomes, L. F. V. Pinto, H. S. Rzepa, S. Prabhakar, A. M. Lobo, “N-Heteroatom Substitution Effects in 3-Aza-Cope Rearrangements”, Chemistry Central, 2013, 7:94. doi:10.1186/1752-153X-7-94 and Table.
- H. S. Rzepa and C. Wentrup, “Mechanistic Diversity in Thermal Fragmentation Reactions: a Computational Exploration of CO and CO2 Extrusions from Five-Membered Rings”, J. Org. Chem., DOI: 10.1021/jo401146k and Table.
- D. C. Braddock, J. Clarke and H. S. Rzepa “Epoxidation of Bromoallenes Connects Red Algae Metabolites by an Intersecting Bromoallene Oxide – Favorskii Manifold”, Chem. Comm., 2013, DOI: 10.1039/C3CC46720A and Table.
- M. J. Fuchter, Ya-Pei Lo and H. S. Rzepa, “Mechanistic and chiroptical studies on the desulfurization of epidithiodioxopiperazines reveal universal retention of configuration at the bridgehead carbon atoms”, J. Org. Chem., 2013, in press. doi: 10.1021/jo401316a and table.
References
- H.S. Rzepa, B.J. Whitaker, and M.J. Winter, "Chemical applications of the World-Wide-Web system", Journal of the Chemical Society, Chemical Communications, pp. 1907, 1994. https://doi.org/10.1039/c39940001907
Tags:A. I. Magee, A. Jana, A. P. Dove, Acrobat, American Chemical Society, aqueous solution, Balasundaram Lavan, C. S. M Allan, C. Wentrup, Chemical IT, chemical plugin, Chemoinformatics, Colorado, D. A. Widdowson, D. C. Braddock, D. J. Williams, D. R. Carbery, D. Scheschkewitz, Dalton Trans, digital Acrobat, E. H. Smith, E. M. Barreiro, E. W. Tate, Enhance Chemical Electronic Publishing, Extrusion Reactions, F. Diederich, F. Santoro, French Academy, G. Siligardi, G. Stammler, Ge, H. S. Rzepa, HTML, I. Omlor, I. Pavlakos, Interchange Apical, Interesting chemistry, Ion-Pair Mechanisms, J. Clarke, J. Jana, J. L. Arbour, J. Lorenzo Alonso-Gómez, J. P. White, J. R. Arendorf, journal editor, K. K. (Mimi) Hii, K. P. Tellmann, King, Kuok Hii, L. A. Adrio, L. Johannissen, Lewis Base Catalyst, M. E. Cass, M. Hii, M. J. Cowley, M. J. Fuchter, M. J. Harvey, M. J. Humphries, M. J. Porter, M. Jakt, M. R. Crittall, M. Ritzefeld, M. Weimar, Marshall, Michael Wright, N. Berova, N. Harada, N. J. Mason, N. Mason, N. Masumoto, O. Casher, opendata, P. G. Pringle, P. Jutzi, P. Lo, P. Seiler, Paris, Peter Murray-Rust, polymerization, Porter, printing, R. B. Moreno, R. M. Williams, R. Schleyer, R. Wilhelm, Rappaport, RDF, representative, Robert Hooke, Royal Society in London, S. Díez-González, S. Lai, S. M. Allan, S. Martin-Santamaria, Sonsoles Martên-Santamarêa, Square Pyramidal Molecules, T. Lanyon-Hogg, the Philosophical Transactions of the Royal Society, V, V. C. Gibson, V. Huch, V. W. Pike, V(III) Co, W. B. Motherwell, Web Application, Web Table, XML, XSLT, Ya-Pei Lo, β-diketiminate metal alkoxides
Posted in Chemical IT, Interesting chemistry | 6 Comments »