<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://chemwiki.ch.ic.ac.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Amckinle</id>
	<title>ChemWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://chemwiki.ch.ic.ac.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Amckinle"/>
	<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/wiki/Special:Contributions/Amckinle"/>
	<updated>2026-05-15T14:12:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Latex-guide&amp;diff=500129</id>
		<title>Latex-guide</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Latex-guide&amp;diff=500129"/>
		<updated>2015-08-25T12:00:12Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: Created page with &amp;quot;=A guide to using LaTeX in Chemistry=  We have decided to compile this page as a &amp;#039;ready reference&amp;#039; for those wishing to dip their toe into the murky waters of typesetting.  It...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=A guide to using LaTeX in Chemistry=&lt;br /&gt;
&lt;br /&gt;
We have decided to compile this page as a &#039;ready reference&#039; for those wishing to dip their toe into the murky waters of typesetting.  It is not intended to be a comprehensive guide, it will not show you how to set up your own document class, it will not make you an expert in LaTeX and it certainly won&#039;t grant you the power of flight(!).  What we hope it will do is give you an outline to starting to mark-up your documents in such a way that they may be run through a LaTeX processor to generate beautiful looking documents and to hopefully take away some of the stress associated with using run-of-the-mill word processing applications when trying to get your tables of contents or figures included.&lt;br /&gt;
&lt;br /&gt;
==Why bother?==&lt;br /&gt;
Why not?  If you haven&#039;t ever done any markup before (HTML, TeX, coding etc), LaTeX is a simple step into a mark-up environment that will yield quick results and will give you quick feedback on your mark-up skills.  It is also an open platform - i.e. it is FREE software - which means that there are literally thousands of resources on the internet, and you should become used to putting the phrase &amp;quot;How do I show [THING] in latex&amp;quot; into your favourite internet search engine. (Try [https://www.google.com/webhp?sourceid=chrome-instant&amp;amp;ion=1&amp;amp;espv=2&amp;amp;ie=UTF-8#q=how%20do%20i%20do%20a%20pound%20sign%20in%20latex this], [https://www.google.com/webhp?sourceid=chrome-instant&amp;amp;ion=1&amp;amp;espv=2&amp;amp;ie=UTF-8#q=how+do+i+enter+a+plus+minus+in+latex this], or, more relevant to chemistry, [https://www.google.com/webhp?sourceid=chrome-instant&amp;amp;ion=1&amp;amp;espv=2&amp;amp;ie=UTF-8#q=how+do+i+show+the+standard+state+in+latex this]).  It will also get you into the discipline of coding - making sure you close your parentheses, use the appropriate characters etc. It&#039;s not onerous, it just requires a bit of thought.&lt;br /&gt;
&lt;br /&gt;
Basically, LaTeX is a way to get your documents looking &amp;quot;publication quality&amp;quot; without having to worry about margins, alignment of text with images, tables of contents, page numbers... it will save you &#039;&#039;days&#039;&#039; of time.  Plus - you want a different layout? Columns, landscape, wider margins? No problem - just load the relevant document class (around 5 seconds work), process the document again (10-15 seconds depending on length of document), and bingo.  Seriously, it will change your life.  Or at least part of it.&lt;br /&gt;
&lt;br /&gt;
Finally, LaTeX is mature software.  That doesn&#039;t mean it is old (well, it sort of is; the current version 2e was released in 1994), but it means that it is very stable, reliable, and essentially bug free. So, in the event of it throwing an error, the chances are that the mistake has come from your input rather than a problem with the software.  Far from being frustrating, it means that &#039;&#039;&#039;you can fix the problem&#039;&#039;&#039; - and that can be enormously calming!&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500119</id>
		<title>Py:python-ViCE-2015</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500119"/>
		<updated>2015-08-14T13:29:50Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Download Anaconda Python Distribution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=iPython notebooks for Data Analysis and Visualisation: a ViCE 2015 workshop=&lt;br /&gt;
&lt;br /&gt;
This page is intended to have downloadable resources to support the 2015 Variety in Chemistry Education and Physics Higher Education Conference workshop, as well as guidance on how to install scientific python onto your own computer.&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&#039;&#039;&#039;IPython notebooks for data analysis and visualisation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;João Pedro Malhado, Clyde Fare, Andrew McKinley, Michael Bearpark&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imperial College London&lt;br /&gt;
&lt;br /&gt;
This workshop is based on a course on data analysis and visualisation taught at the Chemistry Department of Imperial College London as part of the first year undergraduate curriculum. The purpose of the course is to introduce the basic data analysis techniques required to interpret experimental (or otherwise) data collected in the laboratory, along with introducing the IPython notebook as an electronic, multi-media, interactive computing notebook that students are encouraged to use throughout their degree.&lt;br /&gt;
&lt;br /&gt;
Whilst the focus of the course is not computer programming, it could serve as a pre-introduction to the subject. It introduces variables, data structures in the form of arrays, functions, and more generally a computing platform.&lt;br /&gt;
&lt;br /&gt;
The course was designed as a series of self-learning interactive exercises using IPython notebooks. The first three notebooks introduce concepts interactively while the two exercise notebooks develop problem solving based on these concepts. The course material can be found at: [https://github.com/imperialchem/python-data-viz-intro]&lt;br /&gt;
&lt;br /&gt;
The conference workshop will be a session encompassing an adumbrated version of the key parts of this student class. This will be a hands-on session for participants to explore the possibilities of this new notebook technology and how to use it in a teaching environment.&lt;br /&gt;
&lt;br /&gt;
(Participants should bring or have access to a computer with the Scientific Python installed – installations instructions will be circulated prior to the conference.)&lt;br /&gt;
&lt;br /&gt;
==Pre-workshop guidance==&lt;br /&gt;
&lt;br /&gt;
===Preparations for the workshop===&lt;br /&gt;
&lt;br /&gt;
We circulate this guide to help you in your preparation for our workshop.  You will need to bring or have alternative access to a computer with the scientific python distribution installed; here we outline guidance for installation of Anaconda, the preferred distribution for using the iPython notebook.&lt;br /&gt;
&lt;br /&gt;
NOTE: The download is reasonably large (ca. 290 Mb), so it is best to have this downloaded in advance of the workshop.&lt;br /&gt;
&lt;br /&gt;
Please do get in touch if you have any questions - [mailto:python@imperial.ac.uk Email us]&lt;br /&gt;
&lt;br /&gt;
===Download Anaconda Python Distribution===&lt;br /&gt;
[[File:Py-vice2015-prep1.png|thumb|alt=Anaconda Website|Figure 1: The Anaconda Website ([http://continuum.io/downloads link])]]&lt;br /&gt;
&lt;br /&gt;
Visit [http://continuum.io/downloads the Anaconda website] in order to download the Anaconda Scientific Python distribution; it is available for Windows, Mac OSX and Linux.  It will likely auto-detect your operating system and offer the appropriate downloader.  This tutorial focuses on MacOS, but installation for Windows is as trivial.&lt;br /&gt;
&lt;br /&gt;
NOTE on versions: for participation in this workshop please ensure you have installed version 3.x or higher.&lt;br /&gt;
&lt;br /&gt;
Once downloaded, open the installer and follow the instructions.&lt;br /&gt;
&lt;br /&gt;
===Launching the application===&lt;br /&gt;
&lt;br /&gt;
The application will install in a variety of locations; you are looking for the application entitled &amp;quot;Launcher&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
Windows:  Start Menu --&amp;gt; Anaconda --&amp;gt; Launcher&lt;br /&gt;
&lt;br /&gt;
MacOS: ~/anaconda/Launcher&lt;br /&gt;
&lt;br /&gt;
Linux: ~/anaconda/Launcher&lt;br /&gt;
&lt;br /&gt;
This will bring up the menu to launch the various aspects of the Anaconda distribution.   We are interested in the ipython-notebook, so click &amp;quot;Launch&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Py-vice2015-prep2.png|thumb|alt=Screengrab of the Launcher application| Figure 2: Screengrab of the Launcher application]]&lt;br /&gt;
&lt;br /&gt;
===Launching iPython notebooks===&lt;br /&gt;
Running the &amp;quot;Launch&amp;quot; script highlighted in Figure 2 will go through the motions of launching iPython, and will open your web browser to your computer&#039;s file structure.  You may want to bookmark the file tree location ([http://localhost:8888/tree or click here]) for future reference.&lt;br /&gt;
&lt;br /&gt;
Navigate through your file structure to wherever you wish to store your iPython workshop material, and open the appropriate file (extension *.ipynb).  Note that the content of the notebook may take a second or two to appear.&lt;br /&gt;
&lt;br /&gt;
You can also create a &amp;quot;New&amp;quot; ipython notebook from the menu in the upper right of your window.&lt;br /&gt;
[[File:Py-vice2015-prep3.png|thumb|alt=The file structure in web browser| Figure 3: The web browser-based file manager]]&lt;br /&gt;
&lt;br /&gt;
===Your first iPython notebook===&lt;br /&gt;
&lt;br /&gt;
Congratulations - you are now ready to do some Python coding.  We have uploaded a preliminary notebook HERE which will allow you to verify your installation and go over the preliminary material for the course.&lt;br /&gt;
&lt;br /&gt;
We look forward to seeing you at ViCE!&lt;br /&gt;
&lt;br /&gt;
- João, Clyde, Andrew, Mike.&lt;br /&gt;
&lt;br /&gt;
[[File:Py-vice2015-prep4.png|thumb|alt=Your first iPython notebook|Figure 4: What you should see upon successful loading of the first workshop script.]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500118</id>
		<title>Py:python-ViCE-2015</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500118"/>
		<updated>2015-08-14T11:54:23Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Download Anaconda Python Distribution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=iPython notebooks for Data Analysis and Visualisation: a ViCE 2015 workshop=&lt;br /&gt;
&lt;br /&gt;
This page is intended to have downloadable resources to support the 2015 Variety in Chemistry Education and Physics Higher Education Conference workshop, as well as guidance on how to install scientific python onto your own computer.&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&#039;&#039;&#039;IPython notebooks for data analysis and visualisation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;João Pedro Malhado, Clyde Fare, Andrew McKinley, Michael Bearpark&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imperial College London&lt;br /&gt;
&lt;br /&gt;
This workshop is based on a course on data analysis and visualisation taught at the Chemistry Department of Imperial College London as part of the first year undergraduate curriculum. The purpose of the course is to introduce the basic data analysis techniques required to interpret experimental (or otherwise) data collected in the laboratory, along with introducing the IPython notebook as an electronic, multi-media, interactive computing notebook that students are encouraged to use throughout their degree.&lt;br /&gt;
&lt;br /&gt;
Whilst the focus of the course is not computer programming, it could serve as a pre-introduction to the subject. It introduces variables, data structures in the form of arrays, functions, and more generally a computing platform.&lt;br /&gt;
&lt;br /&gt;
The course was designed as a series of self-learning interactive exercises using IPython notebooks. The first three notebooks introduce concepts interactively while the two exercise notebooks develop problem solving based on these concepts. The course material can be found at: [https://github.com/imperialchem/python-data-viz-intro]&lt;br /&gt;
&lt;br /&gt;
The conference workshop will be a session encompassing an adumbrated version of the key parts of this student class. This will be a hands-on session for participants to explore the possibilities of this new notebook technology and how to use it in a teaching environment.&lt;br /&gt;
&lt;br /&gt;
(Participants should bring or have access to a computer with the Scientific Python installed – installations instructions will be circulated prior to the conference.)&lt;br /&gt;
&lt;br /&gt;
==Pre-workshop guidance==&lt;br /&gt;
&lt;br /&gt;
===Preparations for the workshop===&lt;br /&gt;
&lt;br /&gt;
We circulate this guide to help you in your preparation for our workshop.  You will need to bring or have alternative access to a computer with the scientific python distribution installed; here we outline guidance for installation of Anaconda, the preferred distribution for using the iPython notebook.&lt;br /&gt;
&lt;br /&gt;
NOTE: The download is reasonably large (ca. 290 Mb), so it is best to have this downloaded in advance of the workshop.&lt;br /&gt;
&lt;br /&gt;
Please do get in touch if you have any questions - [mailto:python@imperial.ac.uk Email us]&lt;br /&gt;
&lt;br /&gt;
===Download Anaconda Python Distribution===&lt;br /&gt;
[[File:Py-vice2015-prep1.png|thumb|alt=Anaconda Website|Figure 1: The Anaconda Website]]&lt;br /&gt;
&lt;br /&gt;
Visit [http://continuum.io/downloads the Anaconda website] in order to download the Anaconda Scientific Python distribution; it is available for Windows, Mac OSX and Linux.  It will likely auto-detect your operating system and offer the appropriate downloader.  This tutorial focuses on MacOS, but installation for Windows is as trivial.&lt;br /&gt;
&lt;br /&gt;
NOTE on versions: for participation in this workshop please ensure you have installed version 3.x or higher.&lt;br /&gt;
&lt;br /&gt;
Once downloaded, open the installer and follow the instructions.&lt;br /&gt;
&lt;br /&gt;
===Launching the application===&lt;br /&gt;
&lt;br /&gt;
The application will install in a variety of locations; you are looking for the application entitled &amp;quot;Launcher&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
Windows:  Start Menu --&amp;gt; Anaconda --&amp;gt; Launcher&lt;br /&gt;
&lt;br /&gt;
MacOS: ~/anaconda/Launcher&lt;br /&gt;
&lt;br /&gt;
Linux: ~/anaconda/Launcher&lt;br /&gt;
&lt;br /&gt;
This will bring up the menu to launch the various aspects of the Anaconda distribution.   We are interested in the ipython-notebook, so click &amp;quot;Launch&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Py-vice2015-prep2.png|thumb|alt=Screengrab of the Launcher application| Figure 2: Screengrab of the Launcher application]]&lt;br /&gt;
&lt;br /&gt;
===Launching iPython notebooks===&lt;br /&gt;
Running the &amp;quot;Launch&amp;quot; script highlighted in Figure 2 will go through the motions of launching iPython, and will open your web browser to your computer&#039;s file structure.  You may want to bookmark the file tree location ([http://localhost:8888/tree or click here]) for future reference.&lt;br /&gt;
&lt;br /&gt;
Navigate through your file structure to wherever you wish to store your iPython workshop material, and open the appropriate file (extension *.ipynb).  Note that the content of the notebook may take a second or two to appear.&lt;br /&gt;
&lt;br /&gt;
You can also create a &amp;quot;New&amp;quot; ipython notebook from the menu in the upper right of your window.&lt;br /&gt;
[[File:Py-vice2015-prep3.png|thumb|alt=The file structure in web browser| Figure 3: The web browser-based file manager]]&lt;br /&gt;
&lt;br /&gt;
===Your first iPython notebook===&lt;br /&gt;
&lt;br /&gt;
Congratulations - you are now ready to do some Python coding.  We have uploaded a preliminary notebook HERE which will allow you to verify your installation and go over the preliminary material for the course.&lt;br /&gt;
&lt;br /&gt;
We look forward to seeing you at ViCE!&lt;br /&gt;
&lt;br /&gt;
- João, Clyde, Andrew, Mike.&lt;br /&gt;
&lt;br /&gt;
[[File:Py-vice2015-prep4.png|thumb|alt=Your first iPython notebook|Figure 4: What you should see upon successful loading of the first workshop script.]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500117</id>
		<title>Py:python-ViCE-2015</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500117"/>
		<updated>2015-08-14T11:53:47Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Launching the application */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=iPython notebooks for Data Analysis and Visualisation: a ViCE 2015 workshop=&lt;br /&gt;
&lt;br /&gt;
This page is intended to have downloadable resources to support the 2015 Variety in Chemistry Education and Physics Higher Education Conference workshop, as well as guidance on how to install scientific python onto your own computer.&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&#039;&#039;&#039;IPython notebooks for data analysis and visualisation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;João Pedro Malhado, Clyde Fare, Andrew McKinley, Michael Bearpark&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imperial College London&lt;br /&gt;
&lt;br /&gt;
This workshop is based on a course on data analysis and visualisation taught at the Chemistry Department of Imperial College London as part of the first year undergraduate curriculum. The purpose of the course is to introduce the basic data analysis techniques required to interpret experimental (or otherwise) data collected in the laboratory, along with introducing the IPython notebook as an electronic, multi-media, interactive computing notebook that students are encouraged to use throughout their degree.&lt;br /&gt;
&lt;br /&gt;
Whilst the focus of the course is not computer programming, it could serve as a pre-introduction to the subject. It introduces variables, data structures in the form of arrays, functions, and more generally a computing platform.&lt;br /&gt;
&lt;br /&gt;
The course was designed as a series of self-learning interactive exercises using IPython notebooks. The first three notebooks introduce concepts interactively while the two exercise notebooks develop problem solving based on these concepts. The course material can be found at: [https://github.com/imperialchem/python-data-viz-intro]&lt;br /&gt;
&lt;br /&gt;
The conference workshop will be a session encompassing an adumbrated version of the key parts of this student class. This will be a hands-on session for participants to explore the possibilities of this new notebook technology and how to use it in a teaching environment.&lt;br /&gt;
&lt;br /&gt;
(Participants should bring or have access to a computer with the Scientific Python installed – installations instructions will be circulated prior to the conference.)&lt;br /&gt;
&lt;br /&gt;
==Pre-workshop guidance==&lt;br /&gt;
&lt;br /&gt;
===Preparations for the workshop===&lt;br /&gt;
&lt;br /&gt;
We circulate this guide to help you in your preparation for our workshop.  You will need to bring or have alternative access to a computer with the scientific python distribution installed; here we outline guidance for installation of Anaconda, the preferred distribution for using the iPython notebook.&lt;br /&gt;
&lt;br /&gt;
NOTE: The download is reasonably large (ca. 290 Mb), so it is best to have this downloaded in advance of the workshop.&lt;br /&gt;
&lt;br /&gt;
Please do get in touch if you have any questions - [mailto:python@imperial.ac.uk Email us]&lt;br /&gt;
&lt;br /&gt;
===Download Anaconda Python Distribution===&lt;br /&gt;
Visit [http://continuum.io/downloads the Anaconda website] in order to download the Anaconda Scientific Python distribution; it is available for Windows, Mac OSX and Linux.  It will likely auto-detect your operating system and offer the appropriate downloader.  This tutorial focuses on MacOS, but installation for Windows is as trivial.&lt;br /&gt;
&lt;br /&gt;
NOTE on versions: for participation in this workshop please ensure you have installed version 3.x or higher.&lt;br /&gt;
&lt;br /&gt;
Once downloaded, open the installer and follow the instructions.&lt;br /&gt;
[[File:Py-vice2015-prep1.png|thumb|alt=Anaconda Website|The Anaconda Website]]&lt;br /&gt;
&lt;br /&gt;
===Launching the application===&lt;br /&gt;
&lt;br /&gt;
The application will install in a variety of locations; you are looking for the application entitled &amp;quot;Launcher&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
Windows:  Start Menu --&amp;gt; Anaconda --&amp;gt; Launcher&lt;br /&gt;
&lt;br /&gt;
MacOS: ~/anaconda/Launcher&lt;br /&gt;
&lt;br /&gt;
Linux: ~/anaconda/Launcher&lt;br /&gt;
&lt;br /&gt;
This will bring up the menu to launch the various aspects of the Anaconda distribution.   We are interested in the ipython-notebook, so click &amp;quot;Launch&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Py-vice2015-prep2.png|thumb|alt=Screengrab of the Launcher application| Figure 2: Screengrab of the Launcher application]]&lt;br /&gt;
&lt;br /&gt;
===Launching iPython notebooks===&lt;br /&gt;
Running the &amp;quot;Launch&amp;quot; script highlighted in Figure 2 will go through the motions of launching iPython, and will open your web browser to your computer&#039;s file structure.  You may want to bookmark the file tree location ([http://localhost:8888/tree or click here]) for future reference.&lt;br /&gt;
&lt;br /&gt;
Navigate through your file structure to wherever you wish to store your iPython workshop material, and open the appropriate file (extension *.ipynb).  Note that the content of the notebook may take a second or two to appear.&lt;br /&gt;
&lt;br /&gt;
You can also create a &amp;quot;New&amp;quot; ipython notebook from the menu in the upper right of your window.&lt;br /&gt;
[[File:Py-vice2015-prep3.png|thumb|alt=The file structure in web browser| Figure 3: The web browser-based file manager]]&lt;br /&gt;
&lt;br /&gt;
===Your first iPython notebook===&lt;br /&gt;
&lt;br /&gt;
Congratulations - you are now ready to do some Python coding.  We have uploaded a preliminary notebook HERE which will allow you to verify your installation and go over the preliminary material for the course.&lt;br /&gt;
&lt;br /&gt;
We look forward to seeing you at ViCE!&lt;br /&gt;
&lt;br /&gt;
- João, Clyde, Andrew, Mike.&lt;br /&gt;
&lt;br /&gt;
[[File:Py-vice2015-prep4.png|thumb|alt=Your first iPython notebook|Figure 4: What you should see upon successful loading of the first workshop script.]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Py-vice2015-prep4.png&amp;diff=500116</id>
		<title>File:Py-vice2015-prep4.png</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Py-vice2015-prep4.png&amp;diff=500116"/>
		<updated>2015-08-14T11:53:04Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: Python workshop prep 4&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Python workshop prep 4&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Py-vice2015-prep3.png&amp;diff=500115</id>
		<title>File:Py-vice2015-prep3.png</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Py-vice2015-prep3.png&amp;diff=500115"/>
		<updated>2015-08-14T11:51:08Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: iPython prep 3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;iPython prep 3&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500114</id>
		<title>Py:python-ViCE-2015</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500114"/>
		<updated>2015-08-14T11:49:21Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Launching the application */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=iPython notebooks for Data Analysis and Visualisation: a ViCE 2015 workshop=&lt;br /&gt;
&lt;br /&gt;
This page is intended to have downloadable resources to support the 2015 Variety in Chemistry Education and Physics Higher Education Conference workshop, as well as guidance on how to install scientific python onto your own computer.&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&#039;&#039;&#039;IPython notebooks for data analysis and visualisation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;João Pedro Malhado, Clyde Fare, Andrew McKinley, Michael Bearpark&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imperial College London&lt;br /&gt;
&lt;br /&gt;
This workshop is based on a course on data analysis and visualisation taught at the Chemistry Department of Imperial College London as part of the first year undergraduate curriculum. The purpose of the course is to introduce the basic data analysis techniques required to interpret experimental (or otherwise) data collected in the laboratory, along with introducing the IPython notebook as an electronic, multi-media, interactive computing notebook that students are encouraged to use throughout their degree.&lt;br /&gt;
&lt;br /&gt;
Whilst the focus of the course is not computer programming, it could serve as a pre-introduction to the subject. It introduces variables, data structures in the form of arrays, functions, and more generally a computing platform.&lt;br /&gt;
&lt;br /&gt;
The course was designed as a series of self-learning interactive exercises using IPython notebooks. The first three notebooks introduce concepts interactively while the two exercise notebooks develop problem solving based on these concepts. The course material can be found at: [https://github.com/imperialchem/python-data-viz-intro]&lt;br /&gt;
&lt;br /&gt;
The conference workshop will be a session encompassing an adumbrated version of the key parts of this student class. This will be a hands-on session for participants to explore the possibilities of this new notebook technology and how to use it in a teaching environment.&lt;br /&gt;
&lt;br /&gt;
(Participants should bring or have access to a computer with the Scientific Python installed – installations instructions will be circulated prior to the conference.)&lt;br /&gt;
&lt;br /&gt;
==Pre-workshop guidance==&lt;br /&gt;
&lt;br /&gt;
===Preparations for the workshop===&lt;br /&gt;
&lt;br /&gt;
We circulate this guide to help you in your preparation for our workshop.  You will need to bring or have alternative access to a computer with the scientific python distribution installed; here we outline guidance for installation of Anaconda, the preferred distribution for using the iPython notebook.&lt;br /&gt;
&lt;br /&gt;
NOTE: The download is reasonably large (ca. 290 Mb), so it is best to have this downloaded in advance of the workshop.&lt;br /&gt;
&lt;br /&gt;
Please do get in touch if you have any questions - [mailto:python@imperial.ac.uk Email us]&lt;br /&gt;
&lt;br /&gt;
===Download Anaconda Python Distribution===&lt;br /&gt;
Visit [http://continuum.io/downloads the Anaconda website] in order to download the Anaconda Scientific Python distribution; it is available for Windows, Mac OSX and Linux.  It will likely auto-detect your operating system and offer the appropriate downloader.  This tutorial focuses on MacOS, but installation for Windows is as trivial.&lt;br /&gt;
&lt;br /&gt;
NOTE on versions: for participation in this workshop please ensure you have installed version 3.x or higher.&lt;br /&gt;
&lt;br /&gt;
Once downloaded, open the installer and follow the instructions.&lt;br /&gt;
[[File:Py-vice2015-prep1.png|thumb|alt=Anaconda Website|The Anaconda Website]]&lt;br /&gt;
&lt;br /&gt;
===Launching the application===&lt;br /&gt;
&lt;br /&gt;
The application will install in a variety of locations; you are looking for the application entitled &amp;quot;Launcher&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
Windows:  Start Menu --&amp;gt; Anaconda --&amp;gt; Launcher&lt;br /&gt;
&lt;br /&gt;
MacOS: ~/anaconda/Launcher&lt;br /&gt;
&lt;br /&gt;
Linux: ~/anaconda/Launcher&lt;br /&gt;
&lt;br /&gt;
This will bring up the menu to launch the various aspects of the Anaconda distribution.   We are interested in the ipython-notebook, so click &amp;quot;Launch&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Py-vice2015-prep2.png|thumb|alt=Screengrab of the Launcher application|Screengrab of the Launcher application]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500113</id>
		<title>Py:python-ViCE-2015</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500113"/>
		<updated>2015-08-14T11:48:43Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Launching the application */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=iPython notebooks for Data Analysis and Visualisation: a ViCE 2015 workshop=&lt;br /&gt;
&lt;br /&gt;
This page is intended to have downloadable resources to support the 2015 Variety in Chemistry Education and Physics Higher Education Conference workshop, as well as guidance on how to install scientific python onto your own computer.&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&#039;&#039;&#039;IPython notebooks for data analysis and visualisation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;João Pedro Malhado, Clyde Fare, Andrew McKinley, Michael Bearpark&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imperial College London&lt;br /&gt;
&lt;br /&gt;
This workshop is based on a course on data analysis and visualisation taught at the Chemistry Department of Imperial College London as part of the first year undergraduate curriculum. The purpose of the course is to introduce the basic data analysis techniques required to interpret experimental (or otherwise) data collected in the laboratory, along with introducing the IPython notebook as an electronic, multi-media, interactive computing notebook that students are encouraged to use throughout their degree.&lt;br /&gt;
&lt;br /&gt;
Whilst the focus of the course is not computer programming, it could serve as a pre-introduction to the subject. It introduces variables, data structures in the form of arrays, functions, and more generally a computing platform.&lt;br /&gt;
&lt;br /&gt;
The course was designed as a series of self-learning interactive exercises using IPython notebooks. The first three notebooks introduce concepts interactively while the two exercise notebooks develop problem solving based on these concepts. The course material can be found at: [https://github.com/imperialchem/python-data-viz-intro]&lt;br /&gt;
&lt;br /&gt;
The conference workshop will be a session encompassing an adumbrated version of the key parts of this student class. This will be a hands-on session for participants to explore the possibilities of this new notebook technology and how to use it in a teaching environment.&lt;br /&gt;
&lt;br /&gt;
(Participants should bring or have access to a computer with the Scientific Python installed – installations instructions will be circulated prior to the conference.)&lt;br /&gt;
&lt;br /&gt;
==Pre-workshop guidance==&lt;br /&gt;
&lt;br /&gt;
===Preparations for the workshop===&lt;br /&gt;
&lt;br /&gt;
We circulate this guide to help you in your preparation for our workshop.  You will need to bring or have alternative access to a computer with the scientific python distribution installed; here we outline guidance for installation of Anaconda, the preferred distribution for using the iPython notebook.&lt;br /&gt;
&lt;br /&gt;
NOTE: The download is reasonably large (ca. 290 Mb), so it is best to have this downloaded in advance of the workshop.&lt;br /&gt;
&lt;br /&gt;
Please do get in touch if you have any questions - [mailto:python@imperial.ac.uk Email us]&lt;br /&gt;
&lt;br /&gt;
===Download Anaconda Python Distribution===&lt;br /&gt;
Visit [http://continuum.io/downloads the Anaconda website] in order to download the Anaconda Scientific Python distribution; it is available for Windows, Mac OSX and Linux.  It will likely auto-detect your operating system and offer the appropriate downloader.  This tutorial focuses on MacOS, but installation for Windows is as trivial.&lt;br /&gt;
&lt;br /&gt;
NOTE on versions: for participation in this workshop please ensure you have installed version 3.x or higher.&lt;br /&gt;
&lt;br /&gt;
Once downloaded, open the installer and follow the instructions.&lt;br /&gt;
[[File:Py-vice2015-prep1.png|thumb|alt=Anaconda Website|The Anaconda Website]]&lt;br /&gt;
&lt;br /&gt;
===Launching the application===&lt;br /&gt;
&lt;br /&gt;
The application will install in a variety of locations; you are looking for the application entitled &amp;quot;Launcher&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
Windows:  Start Menu --&amp;gt; Anaconda --&amp;gt; Launcher&lt;br /&gt;
&lt;br /&gt;
MacOS: ~/anaconda/Launcher&lt;br /&gt;
&lt;br /&gt;
Linux: ~/anaconda/Launcher&lt;br /&gt;
&lt;br /&gt;
This will bring up the menu to launch the various aspects of the Anaconda distribution.   We are interested in the ipython-notebook, so click &amp;quot;Launch&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Py-vice2015-prep2.png|Thumb|alt=Screengrab of the Launcher application|Screengrab of the Launcher application]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Py-vice2015-prep2.png&amp;diff=500112</id>
		<title>File:Py-vice2015-prep2.png</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Py-vice2015-prep2.png&amp;diff=500112"/>
		<updated>2015-08-14T11:47:30Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: Python prepration 2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Python prepration 2&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500111</id>
		<title>Py:python-ViCE-2015</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500111"/>
		<updated>2015-08-14T11:46:57Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Download Anaconda Python Distribution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=iPython notebooks for Data Analysis and Visualisation: a ViCE 2015 workshop=&lt;br /&gt;
&lt;br /&gt;
This page is intended to have downloadable resources to support the 2015 Variety in Chemistry Education and Physics Higher Education Conference workshop, as well as guidance on how to install scientific python onto your own computer.&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&#039;&#039;&#039;IPython notebooks for data analysis and visualisation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;João Pedro Malhado, Clyde Fare, Andrew McKinley, Michael Bearpark&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imperial College London&lt;br /&gt;
&lt;br /&gt;
This workshop is based on a course on data analysis and visualisation taught at the Chemistry Department of Imperial College London as part of the first year undergraduate curriculum. The purpose of the course is to introduce the basic data analysis techniques required to interpret experimental (or otherwise) data collected in the laboratory, along with introducing the IPython notebook as an electronic, multi-media, interactive computing notebook that students are encouraged to use throughout their degree.&lt;br /&gt;
&lt;br /&gt;
Whilst the focus of the course is not computer programming, it could serve as a pre-introduction to the subject. It introduces variables, data structures in the form of arrays, functions, and more generally a computing platform.&lt;br /&gt;
&lt;br /&gt;
The course was designed as a series of self-learning interactive exercises using IPython notebooks. The first three notebooks introduce concepts interactively while the two exercise notebooks develop problem solving based on these concepts. The course material can be found at: [https://github.com/imperialchem/python-data-viz-intro]&lt;br /&gt;
&lt;br /&gt;
The conference workshop will be a session encompassing an adumbrated version of the key parts of this student class. This will be a hands-on session for participants to explore the possibilities of this new notebook technology and how to use it in a teaching environment.&lt;br /&gt;
&lt;br /&gt;
(Participants should bring or have access to a computer with the Scientific Python installed – installations instructions will be circulated prior to the conference.)&lt;br /&gt;
&lt;br /&gt;
==Pre-workshop guidance==&lt;br /&gt;
&lt;br /&gt;
===Preparations for the workshop===&lt;br /&gt;
&lt;br /&gt;
We circulate this guide to help you in your preparation for our workshop.  You will need to bring or have alternative access to a computer with the scientific python distribution installed; here we outline guidance for installation of Anaconda, the preferred distribution for using the iPython notebook.&lt;br /&gt;
&lt;br /&gt;
NOTE: The download is reasonably large (ca. 290 Mb), so it is best to have this downloaded in advance of the workshop.&lt;br /&gt;
&lt;br /&gt;
Please do get in touch if you have any questions - [mailto:python@imperial.ac.uk Email us]&lt;br /&gt;
&lt;br /&gt;
===Download Anaconda Python Distribution===&lt;br /&gt;
Visit [http://continuum.io/downloads the Anaconda website] in order to download the Anaconda Scientific Python distribution; it is available for Windows, Mac OSX and Linux.  It will likely auto-detect your operating system and offer the appropriate downloader.  This tutorial focuses on MacOS, but installation for Windows is as trivial.&lt;br /&gt;
&lt;br /&gt;
NOTE on versions: for participation in this workshop please ensure you have installed version 3.x or higher.&lt;br /&gt;
&lt;br /&gt;
Once downloaded, open the installer and follow the instructions.&lt;br /&gt;
[[File:Py-vice2015-prep1.png|thumb|alt=Anaconda Website|The Anaconda Website]]&lt;br /&gt;
&lt;br /&gt;
===Launching the application===&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500110</id>
		<title>Py:python-ViCE-2015</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500110"/>
		<updated>2015-08-14T11:20:59Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Pre-workshop guidance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=iPython notebooks for Data Analysis and Visualisation: a ViCE 2015 workshop=&lt;br /&gt;
&lt;br /&gt;
This page is intended to have downloadable resources to support the 2015 Variety in Chemistry Education and Physics Higher Education Conference workshop, as well as guidance on how to install scientific python onto your own computer.&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&#039;&#039;&#039;IPython notebooks for data analysis and visualisation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;João Pedro Malhado, Clyde Fare, Andrew McKinley, Michael Bearpark&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imperial College London&lt;br /&gt;
&lt;br /&gt;
This workshop is based on a course on data analysis and visualisation taught at the Chemistry Department of Imperial College London as part of the first year undergraduate curriculum. The purpose of the course is to introduce the basic data analysis techniques required to interpret experimental (or otherwise) data collected in the laboratory, along with introducing the IPython notebook as an electronic, multi-media, interactive computing notebook that students are encouraged to use throughout their degree.&lt;br /&gt;
&lt;br /&gt;
Whilst the focus of the course is not computer programming, it could serve as a pre-introduction to the subject. It introduces variables, data structures in the form of arrays, functions, and more generally a computing platform.&lt;br /&gt;
&lt;br /&gt;
The course was designed as a series of self-learning interactive exercises using IPython notebooks. The first three notebooks introduce concepts interactively while the two exercise notebooks develop problem solving based on these concepts. The course material can be found at: [https://github.com/imperialchem/python-data-viz-intro]&lt;br /&gt;
&lt;br /&gt;
The conference workshop will be a session encompassing an adumbrated version of the key parts of this student class. This will be a hands-on session for participants to explore the possibilities of this new notebook technology and how to use it in a teaching environment.&lt;br /&gt;
&lt;br /&gt;
(Participants should bring or have access to a computer with the Scientific Python installed – installations instructions will be circulated prior to the conference.)&lt;br /&gt;
&lt;br /&gt;
==Pre-workshop guidance==&lt;br /&gt;
&lt;br /&gt;
===Preparations for the workshop===&lt;br /&gt;
&lt;br /&gt;
We circulate this guide to help you in your preparation for our workshop.  You will need to bring or have alternative access to a computer with the scientific python distribution installed; here we outline guidance for installation of Anaconda, the preferred distribution for using the iPython notebook.&lt;br /&gt;
&lt;br /&gt;
NOTE: The download is reasonably large (ca. 290 Mb), so it is best to have this downloaded in advance of the workshop.&lt;br /&gt;
&lt;br /&gt;
Please do get in touch if you have any questions - [mailto:python@imperial.ac.uk Email us]&lt;br /&gt;
&lt;br /&gt;
===Download Anaconda Python Distribution===&lt;br /&gt;
Visit [http://continuum.io/downloads] in order to download the Anaconda Scientific Python distribution; it is available for Windows, Mac OSX and Linux.  It will likely auto-detect your operating system and offer the appropriate downloader.  This tutorial focuses on MacOS, but installation for Windows is as trivial.&lt;br /&gt;
&lt;br /&gt;
NOTE on versions: for participation in this workshop please ensure you have installed version 3.x or higher.&lt;br /&gt;
&lt;br /&gt;
Once downloaded, open the installer and follow the instructions.&lt;br /&gt;
[[File:Py-vice2015-prep1.png]]&lt;br /&gt;
&lt;br /&gt;
===Launching the application===&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=File:Py-vice2015-prep1.png&amp;diff=500109</id>
		<title>File:Py-vice2015-prep1.png</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=File:Py-vice2015-prep1.png&amp;diff=500109"/>
		<updated>2015-08-14T11:19:44Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: Installing python, slide 1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installing python, slide 1&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500108</id>
		<title>Py:python-ViCE-2015</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500108"/>
		<updated>2015-08-14T11:11:30Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Abstract */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=iPython notebooks for Data Analysis and Visualisation: a ViCE 2015 workshop=&lt;br /&gt;
&lt;br /&gt;
This page is intended to have downloadable resources to support the 2015 Variety in Chemistry Education and Physics Higher Education Conference workshop, as well as guidance on how to install scientific python onto your own computer.&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&#039;&#039;&#039;IPython notebooks for data analysis and visualisation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;João Pedro Malhado, Clyde Fare, Andrew McKinley, Michael Bearpark&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imperial College London&lt;br /&gt;
&lt;br /&gt;
This workshop is based on a course on data analysis and visualisation taught at the Chemistry Department of Imperial College London as part of the first year undergraduate curriculum. The purpose of the course is to introduce the basic data analysis techniques required to interpret experimental (or otherwise) data collected in the laboratory, along with introducing the IPython notebook as an electronic, multi-media, interactive computing notebook that students are encouraged to use throughout their degree.&lt;br /&gt;
&lt;br /&gt;
Whilst the focus of the course is not computer programming, it could serve as a pre-introduction to the subject. It introduces variables, data structures in the form of arrays, functions, and more generally a computing platform.&lt;br /&gt;
&lt;br /&gt;
The course was designed as a series of self-learning interactive exercises using IPython notebooks. The first three notebooks introduce concepts interactively while the two exercise notebooks develop problem solving based on these concepts. The course material can be found at: [https://github.com/imperialchem/python-data-viz-intro]&lt;br /&gt;
&lt;br /&gt;
The conference workshop will be a session encompassing an adumbrated version of the key parts of this student class. This will be a hands-on session for participants to explore the possibilities of this new notebook technology and how to use it in a teaching environment.&lt;br /&gt;
&lt;br /&gt;
(Participants should bring or have access to a computer with the Scientific Python installed – installations instructions will be circulated prior to the conference.)&lt;br /&gt;
&lt;br /&gt;
==Pre-workshop guidance==&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500107</id>
		<title>Py:python-ViCE-2015</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500107"/>
		<updated>2015-08-14T11:10:53Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Abstract */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=iPython notebooks for Data Analysis and Visualisation: a ViCE 2015 workshop=&lt;br /&gt;
&lt;br /&gt;
This page is intended to have downloadable resources to support the 2015 Variety in Chemistry Education and Physics Higher Education Conference workshop, as well as guidance on how to install scientific python onto your own computer.&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&#039;&#039;&#039;IPython notebooks for data analysis and visualization&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;João Pedro Malhado, Clyde Fare, Andrew McKinley, Michael Bearpark&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imperial College London&lt;br /&gt;
&lt;br /&gt;
This workshop is based on a course on data analysis and visualisation taught at the Chemistry Department of Imperial College London as part of the first year undergraduate curriculum. The purpose of the course is to introduce the basic data analysis techniques required to interpret experimental (or otherwise) data collected in the laboratory, along with introducing the IPython notebook as an electronic, multi-media, interactive computing notebook that students are encouraged to use throughout their degree.&lt;br /&gt;
&lt;br /&gt;
Whilst the focus of the course is not computer programming, it could serve as a pre-introduction to the subject. It introduces variables, data structures in the form of arrays, functions, and more generally a computing platform.&lt;br /&gt;
&lt;br /&gt;
The course was designed as a series of self-learning interactive exercises using IPython notebooks. The first three notebooks introduce concepts interactively while the two exercise notebooks develop problem solving based on these concepts. The course material can be found at: [https://github.com/imperialchem/python-data-viz-intro]&lt;br /&gt;
&lt;br /&gt;
The conference workshop will be a session encompassing an adumbrated version of the key parts of this student class. This will be a hands-on session for participants to explore the possibilities of this new notebook technology and how to use it in a teaching environment.&lt;br /&gt;
&lt;br /&gt;
(Participants should bring or have access to a computer with the Scientific Python installed – installations instructions will be circulated prior to the conference.)&lt;br /&gt;
&lt;br /&gt;
==Pre-workshop guidance==&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500106</id>
		<title>Py:python-ViCE-2015</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=Py:python-ViCE-2015&amp;diff=500106"/>
		<updated>2015-08-14T11:07:06Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: Created page with &amp;quot;=iPython notebooks for Data Analysis and Visualisation: a ViCE 2015 workshop=  This page is intended to have downloadable resources to support the 2015 Variety in Chemistry Ed...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=iPython notebooks for Data Analysis and Visualisation: a ViCE 2015 workshop=&lt;br /&gt;
&lt;br /&gt;
This page is intended to have downloadable resources to support the 2015 Variety in Chemistry Education and Physics Higher Education Conference workshop, as well as guidance on how to install scientific python onto your own computer.&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&#039;&#039;&#039;IPython notebooks for data analysis and visualization&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;João Pedro Malhado, Clyde Fare, Andrew McKinley, Michael Bearpark&#039;&#039;&lt;br /&gt;
Imperial College London&lt;br /&gt;
&lt;br /&gt;
This workshop is based on a course on data analysis and visualisation taught at the Chemistry Department of Imperial College London as part of the first year undergraduate curriculum. The purpose of the course is to introduce the basic data analysis techniques required to interpret experimental (or otherwise) data collected in the laboratory, along with introducing the IPython notebook as an electronic, multi-media, interactive computing notebook that students are encouraged to use throughout their degree.&lt;br /&gt;
&lt;br /&gt;
Whilst the focus of the course is not computer programming, it could serve as a pre-introduction to the subject. It introduces variables, data structures in the form of arrays, functions, and more generally a computing platform.&lt;br /&gt;
&lt;br /&gt;
The course was designed as a series of self-learning interactive exercises using IPython notebooks. The first three notebooks introduce concepts interactively while the two exercise notebooks develop problem solving based on these concepts. The course material can be found at: [https://github.com/imperialchem/python-data-viz-intro]&lt;br /&gt;
&lt;br /&gt;
The conference workshop will be a session encompassing an adumbrated version of the key parts of this student class. This will be a hands-on session for participants to explore the possibilities of this new notebook technology and how to use it in a teaching environment.&lt;br /&gt;
&lt;br /&gt;
(Participants should bring or have access to a computer with the Scientific Python installed – installations instructions will be circulated prior to the conference.)&lt;br /&gt;
&lt;br /&gt;
==Pre-workshop guidance==&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=454988</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=454988"/>
		<updated>2014-11-12T09:54:49Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Property based searches */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Workshops&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Self Study - Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Workshop material - Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wok.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the &#039;&#039;&#039;only&#039;&#039;&#039; formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=Workshop Exercises - IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# [http://www.reaxys.com Reaxys]&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
=Extra Material for Future Reference - 3D Structure based searches=&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Workshops&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=454987</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=454987"/>
		<updated>2014-11-12T09:53:49Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Other Search Engines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Workshops&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Self Study - Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Workshop material - Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wok.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the &#039;&#039;&#039;only&#039;&#039;&#039; formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=Workshop Exercises - IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
=Extra Material for Future Reference - 3D Structure based searches=&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Workshops&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=454986</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=454986"/>
		<updated>2014-11-12T09:51:31Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Web of Science, WOS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Workshops&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Self Study - Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Workshop material - Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wok.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus] with [http://www.scirus.com/html/help/advanced.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the &#039;&#039;&#039;only&#039;&#039;&#039; formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=Workshop Exercises - IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
=Extra Material for Future Reference - 3D Structure based searches=&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Workshops&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:assignment-2011&amp;diff=444702</id>
		<title>It:assignment-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:assignment-2011&amp;diff=444702"/>
		<updated>2014-10-16T14:02:32Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* CIT Assignment 2014 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
=CIT Assignment 2014=&lt;br /&gt;
The CIT assignment is an exercise which is designed to help you gain experience in gathering information on a given molecule. This is something which you will need to be able to do in order to do well in coursework while studying Chemistry, and in a wider context, is a skill which will be invaluable to you should you decide to take up a career in research.&lt;br /&gt;
&lt;br /&gt;
There is no &#039;start time&#039; for this assignment, but you must submit your report by the deadline below:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Wednesday 12th November 2014, 5pm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;You are free to start your assignment as soon as you wish&#039;&#039;&#039;, and can work on it any time up to the deadline.&lt;br /&gt;
&lt;br /&gt;
=Submission=&lt;br /&gt;
Please submit your assignment through Blackboard, within the 1st Year Chemistry Laboratories module. Select &amp;quot;CIT Course&amp;quot; and you will be presented with your submission folder &#039;&#039;&#039;provided you are submitting on time&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assignments cannot be submitted by email&#039;&#039;&#039; - by submitting online you can prove you have submitted it on time and that the marker has received it!&lt;br /&gt;
&lt;br /&gt;
=Details of the assignment=&lt;br /&gt;
&lt;br /&gt;
Your task is to produce a brief report on a given molecule (&#039;&#039;&#039;no more than two sides A4&#039;&#039;&#039;), finding relevant information including its physical data, a route to synthesise the molecule, and one reaction of importance for this molecule. All information should be appropriately cited from a creditable &#039;&#039;primary&#039;&#039; or &#039;&#039;secondary&#039;&#039; resource. You will most likely turn up a wealth of information on most of the molecules shown below; part of the task is deciding what is &#039;&#039;&#039;relevant&#039;&#039;&#039; information. &lt;br /&gt;
&lt;br /&gt;
==Structure of report==&lt;br /&gt;
Your report should include an introduction to the molecule of interest, explaining &#039;&#039;why&#039;&#039; it is of interest. Further discussion should go into its further reactions and explaining (simply) &#039;&#039;how&#039;&#039; it does its job, particularly if the molecule has application in biology. A synthetic route for making the molecule should include a brief discussion on the starting materials, where they are sourced (if they are natural products etc.). Any schemes should be large enough to be readable.&lt;br /&gt;
&lt;br /&gt;
Physical data should be &#039;&#039;relevant&#039;&#039; to the introduction, going some way towards backing up the statement of &#039;interest&#039; made in the introduction - you should not simply list the information - this will not add anything to your discussion.&lt;br /&gt;
&lt;br /&gt;
Above all, your report should be &#039;&#039;engaging and interesting&#039;&#039; to read; you should be writing in language intended for a general chemistry audience, rather than a technical discussion on the preparation of the molecule.&lt;br /&gt;
&lt;br /&gt;
The total text content should be between 700-1000 words (not including citations or figure captions), and the report as a whole should not exceed 2 pages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==A Book You Might Find Useful...==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Study and Communication Skills for the Chemical Sciences&#039;&#039;, Overton, Johnson and Scott - Oxford University Press, 2011.&lt;br /&gt;
&lt;br /&gt;
The whole book is useful, but for this assignment, particularly chapters &#039;&#039;&#039;5&#039;&#039;&#039;, &#039;&#039;&#039;6&#039;&#039;&#039;, &#039;&#039;&#039;7&#039;&#039;&#039;, &#039;&#039;&#039;9&#039;&#039;&#039; and &#039;&#039;&#039;10&#039;&#039;&#039; which relate to the finding of information, writing essays and preparing reports.&lt;br /&gt;
&lt;br /&gt;
Publisher&#039;s price is £20.99, you may be able to do better online.  Or check in the Library (bear in mind though that there are 180 of you, and there probably won&#039;t be 180 copies in the library!)&lt;br /&gt;
&lt;br /&gt;
=List of molecules=&lt;br /&gt;
&lt;br /&gt;
Choose one of the following molecules on which to base your report.  Be sure to study a different molecule from those around you - it would be awfully dull reading if everyone does the same molecule!  Alternatively, if there is another molecule which is of interest to you, please feel free to add it to this list and submit a report on that.&lt;br /&gt;
&lt;br /&gt;
#Thyroxine&lt;br /&gt;
#Quinine&lt;br /&gt;
#Ramipril&lt;br /&gt;
#Acetyl salicylic acid&lt;br /&gt;
#Minoxidil&lt;br /&gt;
#Riboflavin&lt;br /&gt;
#Aspartame&lt;br /&gt;
#Serotonin&lt;br /&gt;
#Capsaicin&lt;br /&gt;
#Ascorbic acid&lt;br /&gt;
#Sodium laureth sulfate&lt;br /&gt;
#Phenylalanine&lt;br /&gt;
#Sorbitol&lt;br /&gt;
#Methyl salicylate&lt;br /&gt;
#Methylene blue&lt;br /&gt;
#Warfarin&lt;br /&gt;
#Trimethyl arsenic&lt;br /&gt;
#DDT&lt;br /&gt;
#zinc dithiophosphate&lt;br /&gt;
#formic acid&lt;br /&gt;
#Betamethasone&lt;br /&gt;
#Carvone&lt;br /&gt;
#Fullerenes&lt;br /&gt;
#Adrenaline&lt;br /&gt;
&lt;br /&gt;
=Assessment criteria and Feedback=&lt;br /&gt;
In this assignment, you will be graded on the clarity of your message, the chemistry content, your editorial skill, and your use of CIT resources. You are free to compile your report in whatever manner you see fit, and the absence of a framework for the report is intended to stimulate your creativity!&lt;br /&gt;
&lt;br /&gt;
This assignment is a &#039;&#039;formative&#039;&#039; assignment; this means the assessment is not formal and does not contribute towards award of honours. It does mean that you will be given feedback which you should expect to use in the preparation of lab reports and other assignments.&lt;br /&gt;
&lt;br /&gt;
Above all else, you &#039;&#039;&#039;must&#039;&#039;&#039; cite all your information sources, and all text must be written in your own words; any words which are not your own should be in quotation marks with appropriate citation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=444236</id>
		<title>It:coursework-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=444236"/>
		<updated>2014-10-15T16:23:41Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Inserting the citations just found into  Word using EndNote */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Overall Objectives of CIT workshops=&lt;br /&gt;
&lt;br /&gt;
The Computer lab  (formally booked for your group, A1, A2, B1, B2, C1, C2) is for your course work and you have priority over other users at these times.  You are of course free to use the computers outside these times for course work, but on a first-come-first served basis and only if another course is not running. You can also use the computers located in the study area and you have access to 24 hour opening in the central library. All &amp;quot;Chemistry Software&amp;quot; should be available also in the Library to your user account. If you find that something is not immediately available, please do get in touch with the ICT Helpdesk. During the lab time allocated for the IT course, you will be expected to achieve the following objectives:&lt;br /&gt;
&lt;br /&gt;
# Accessing  course and laboratory notes and using scientific  journals to support lectures&lt;br /&gt;
# Using &#039;&#039;&#039;Word&#039;&#039;&#039; in combination with the &#039;&#039;&#039;EndNote&#039;&#039;&#039; bibliographic database and &#039;&#039;&#039;ChemDraw&#039;&#039;&#039; to write  laboratory reports and essays&lt;br /&gt;
# Learn to use various bibliographic chemistry search systems&lt;br /&gt;
# Learn to conduct molecular structure-based search systems&lt;br /&gt;
# Applying these searches to the requirements of a laboratory course&lt;br /&gt;
&lt;br /&gt;
You should of course appreciate that the distinction between lectures and labs is rather artificial, and any database which you might use for one is certainly useful for the other as well.&lt;br /&gt;
&lt;br /&gt;
=Self-Study - Software Familiarity=&lt;br /&gt;
&lt;br /&gt;
There are a number of programs with which you will use throughout your study at Imperial College, and the aim of these sessions is to give you an introduction to some of the packages, as well as explaining what the other packages do.  In order to gain the most from your two workshop sessions, you are urged to complete the following section &#039;&#039;&#039; &amp;lt;u&amp;gt;before you come to the workshop sessions&amp;lt;/u&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Before you come to the workshop sessions...==&lt;br /&gt;
&lt;br /&gt;
...there are a few exercises you should perform to ensure you are familiar with the operation of the computer systems available on campus.&lt;br /&gt;
* Check your login works; if you are browsing on a campus computer, then you will have already logged in. If you are accessing from your own computer, ensure that you can sign into your [https://exchange.imperial.ac.uk campus email account] through the [https://exchange.imperial.ac.uk web interface].&lt;br /&gt;
* Using the &#039;&#039;&#039;FireFox&#039;&#039;&#039; web browser (Firefox is better at handling chemistry search packages than Internet Explorer, and can be more reliable especially when running Java applets), you should be browsing this ChemWiki (home page URL of ChemWiki: &amp;lt;tt&amp;gt;http://www.ch.ic.ac.uk/wiki/&amp;lt;/tt&amp;gt;). It should be listed in the Bookmarks menu of department cluster computers; you may wish to add it to the bookmarks of your own computer also.&lt;br /&gt;
* You will be using  Firefox to browse the pages of a  [http://en.wikipedia.org/wiki/Wiki Wiki].  There is only one suggestion for browsing these pages that  you might wish to follow. When encountering a hyperlink, as in the preceding link describing what a Wiki is, you will probably want to open it in a separate window or tab from the  instruction page (so that you can refer to both if the need arises). If you just click the link, it will  &#039;&#039;&#039;replace&#039;&#039;&#039; the instruction window. So, get used to clicking on the link with the  &#039;&#039;&#039;right mouse button&#039;&#039;&#039; rather than the left one.  This will then give you the option of opening the link in either a new window or a new tab of the current window.&lt;br /&gt;
&lt;br /&gt;
===Computer, Browser and Wordprocessor familiarity===&lt;br /&gt;
*[[Image:login_window.jpg|right|thumb|login window]]Log-in.  There is one important difference between using a home computer and the ones here; you need to authenticate your session with the password issued to you at registration. Check the login window looks as shown on the right, and proceed to login.&lt;br /&gt;
*[[Image:home.jpg|left|thumb|Document home]]Perhaps the single most confusing aspect for most people is what the &#039;&#039;Home&#039;&#039; icon (left) means. So let&#039;s sort this out immediately. You are working in an &#039;&#039;enterprise&#039;&#039; environment, where a fast network connects each computer to a central area for storing files. When you log in, you are granted access to your files, and on the computer desktop, the &#039;&#039;Home&#039;&#039; icon means &amp;quot;the directory where the folders and documents associated specifically with the login account are stored&amp;quot;. This is because all computers work on the metaphor of a filing system with hierarchies. Home is the top of your personal file system!  If you double click this icon, you should see YOUR files. Check this! If you get lost navigating the hierarchical directories, &amp;quot;Home&amp;quot; is always a useful way of restoring a sense of orientation. Home also has a synonym, called &amp;quot;&#039;&#039;&#039;My Documents&#039;&#039;&#039;&amp;quot;, which the operating system can sometimes display instead of Home.&lt;br /&gt;
*[[Image:o2007.jpg|thumb|right|Office 2007]][[Image:subsuper.jpg|right|thumb|Subs and Superscripts]][[Image:o2007b.jpg|thumb|left||EndNote tab]]Start Microsoft &#039;&#039;&#039;Office 2007&#039;&#039;&#039; (we will assume you still have  FireFox running).  The basic (&#039;&#039;&#039;Home&#039;&#039;&#039;) Word document work area is shown to the in the thumnail to the right (click to expand it) and you should familiarise yourself with some of the palettes. This version of the program is somewhat different from earlier versions you may already be familiar with, such as Office 2003.  In particular, open/save/print dialogs are now to be found by pressing on the Icon highlighted here with a &#039;&#039;&#039;red&#039;&#039;&#039; circle. Copy/paste operations are invoked using the icon encircled in &#039;&#039;&#039;purple&#039;&#039;&#039;. Other common operations are found to the right of these two in the taskbar, including the chemically useful &#039;&#039;&#039;subscript&#039;&#039;&#039; and &#039;&#039;&#039;superscripts&#039;&#039;&#039; (right diagram). Note also the the default document saves invokes the new &#039;&#039;&#039;.docx&#039;&#039;&#039; format, which is an XML-based type with much interesting &#039;&#039;informatics&#039;&#039; potential. If you intend sending a document to someone who is still using Word 2003 or earlier, you should instead save your document in the older &#039;&#039;&#039;.doc&#039;&#039;&#039; format (although .doc to .docx converters are available). You can also save as PDF, which is useful for project/report submission.&lt;br /&gt;
*[[Image:o2007a.jpg|left|thumb|Insert tab]]There are two other task-bars you will find useful. the &#039;&#039;&#039;Insert&#039;&#039;&#039; bar inserts a variety of other content, including pictures, tables and the like. The &#039;&#039;&#039;EndNote&#039;&#039;&#039; tab invokes a citation and reference manager, which you will use as described below (&#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: If the Endnote ribbon does not show, do the following; Go to Programs/Additional Programs/EndNote/Configure EndNote and run this script, whereupon the EndNote ribbon should appear in Word 2007).&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Practice copying text from the Firefox Browser Window to the Word document. You can do this using the Copy/Paste metaphor, or you can try the drag-n-drop mode. You will notice that whilst the text itself comes over, any formatting associated with this text (size, colour, weight etc) might not. You may also get more than you bargained for (i.e. hidden browser instructions etc.) [This copy is a one-way operation, since the FireFox window is &amp;quot;read-only&amp;quot;].&lt;br /&gt;
*[[Image:FireFox_paste.jpg|thumb|right|Save Firefox image]] &#039;&#039;&#039;Images&#039;&#039;&#039; are special when it comes to copying. Proceed as follows:&lt;br /&gt;
*# Find an image in the browser you wish to copy, and with the cursor over the top, right click (Windows) to get a menu that looks like the one on the right:&lt;br /&gt;
*# If one of the options is &#039;&#039;&#039;Copy image&#039;&#039;&#039;, select it. Not all browsers support this, in which case instead invoke &#039;&#039;save this image as&#039;&#039; and save it in an appropriate directory (A suitable sub-directory of Home on Windows).&lt;br /&gt;
*# With an Office Word window open, paste the image (if you copied it) or &#039;&#039;&#039;Insert/Picture/from file&#039;&#039;&#039; (if you saved it). The image will come over as its &amp;quot;real size&amp;quot;. Word will allow you to rescale it, by dragging the bottom right corner of the image. Observe carefully what happens if you resize it to be larger as well as smaller.&lt;br /&gt;
*# Do remember how to change between windows (the technical term is that the active window is said to be &#039;&#039;on focus&#039;&#039;) by selecting the required window from its icon shown on the task bar/dock at the bottom of the screen.&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&lt;br /&gt;
&amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&amp;lt;size&amp;gt;150&amp;lt;/size&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;zoom 200; cpk -20;move 10 -20 10 0 0 0 0 0 3; delay 1;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|Not everything is always &amp;quot;copyable&amp;quot;. Some apparent images are in fact produced by an &amp;quot;applet&amp;quot; [http://wiki.jmol.org:81/index.php/MediaWiki embedded] in the browser. This includes most conspicuously chemical diagrams, such as may often be found on these course notes. Here a copy or a save operation may not produce the effect you desire.&lt;br /&gt;
|}&lt;br /&gt;
* Practice naming and saving document files to your &#039;&#039;Home&#039;&#039; (Drive H: on Windows) or a removable medium such as a FlashDrive.&lt;br /&gt;
* Practice finding files and documents from these various locations. [It frequently happens that they do not get saved where you think, and finding such lost files is skill you need to acquire rapidly!] Note however that finding  &#039;&#039;&#039;content&#039;&#039;&#039; of files may be very slow. Windows Desktop Search is  &#039;&#039;&#039;NOT&#039;&#039;&#039; activated on College systems.&lt;br /&gt;
* [http://www.ch.ic.ac.uk/local/email/ Practice setting up E-mail], sending a document as an attachment (to yourself) and good e-mail housekeeping and etiquette. &lt;br /&gt;
=== Configuring storage for your document libraries ===&lt;br /&gt;
&lt;br /&gt;
Programs such as  &#039;&#039;&#039;EndNote&#039;&#039;&#039;, &#039;&#039;&#039;Mendeley&#039;&#039;&#039;, &#039;&#039;&#039;iTunes&#039;&#039;&#039; store document collections in the form of libraries.  These can get quite big over the course of time, and so its important to store them correctly.&lt;br /&gt;
&lt;br /&gt;
==== EndNote ====&lt;br /&gt;
&lt;br /&gt;
When you open  EndNote for the first time, it will offer the opportunity to create a new library.  You should save it in the location e.g. Computer =&amp;gt;  &#039;&#039;&#039;userid(\\icfs18.cc.ic.ac.uk) (M:)&#039;&#039;&#039; Thereafter you can set it to open this library when the program starts.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley ====&lt;br /&gt;
&lt;br /&gt;
Open the program and invoke &#039;&#039;&#039;Tools/Options/File Organiser&#039;&#039;&#039; and  select drive  M: for the library.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Edit/Preferences/Advanced&#039;&#039;&#039;  and set the  iTunes Media folder location to M: (or other if  M: is already full). Also tick  &#039;&#039;&#039;Copy files to  iTunes Media folder when adding to library&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You may find it advantageous to start working through the Workshop material below in advance of your scheduled workshop as it will allow you to identify any problem areas upon which you can concentrate with a demonstrator.&lt;br /&gt;
&lt;br /&gt;
=Start of Demonstration material=&lt;br /&gt;
The material which follows is intended to be the start of what is covered in the workshops and for which support will be available. This does not mean that the work cannot be done outside of the allocated workshop time; in fact you are &#039;&#039;&#039;positively encouraged to continue working through the material&#039;&#039;&#039; at your leisure.  The notes here are intended to be a continuous point of reference throughout your course as you will continue to use many of these software packages for the next 3-5 years at least!&lt;br /&gt;
&lt;br /&gt;
== Combined Word/ EndNote Familiarity  ==&lt;br /&gt;
This section will illustrate how the functionality of Word can be extended using a citation or reference manager. First, you will need to generate some citations, and this will be done using a  database known as  Web of Science, and with the objective of finding out a about &#039;&#039;&#039;&#039;&#039;penicillin&#039;&#039;&#039;&#039;&#039; and its &#039;&#039;&#039;&#039;&#039;conversion to cephalosporin&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== A Web of Knowledge Search ===&lt;br /&gt;
#[[Image:Endnote1e.jpg|thumb|left|WoK search]]  From the [http://wok.mimas.ac.uk/ Web-of-Knowledge] link (which you are advised to open in a separate window, using a right-click from the mouse), select the option to &lt;br /&gt;
#&#039;&#039;&#039;Connect to the ISI Web of Knowledge Service&#039;&#039;&#039;  and then select the  &lt;br /&gt;
#&#039;&#039;Web of Science&#039;&#039; tab from along the top and finally from the citation databases, narrow it down to the&lt;br /&gt;
# Science Citation Index expanded&lt;br /&gt;
#Try checking on the number of articles members of our staff (or your tutors) published in 2009 by entering their name into the  &#039;&#039;&#039;Author&#039;&#039;&#039; box. You almost certainly will need to know that first, and probably also their second initial for this to correctly identify them. Check its working by entering a string in the &#039;&#039;&#039;advanced&#039;&#039;&#039; search such as &amp;lt;tt&amp;gt;au=Spivey a* and og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
#When you have some hits, either tick individual citations, or &#039;&#039;&#039;All records on page&#039;&#039;&#039; or a span of records. &lt;br /&gt;
#Next, make sure you have  Microsoft Word running,  and  from the  &#039;&#039;&#039;EndNote X4&#039;&#039;&#039; taskbar of Word, click on &#039;&#039;&#039;Go to EndNote&#039;&#039;&#039;.  From the options offered (which you only see the first time you run  EndNote, and also, ignore prompts about EndNote Web for the time being), create a new  EndNote database, currently of course empty.&lt;br /&gt;
#[[Image:Endnote1b.jpg|right|saving a list for Endnote]]Return to the  Browser window displaying  WOS and  click on &#039;&#039;&#039;Save to EndNote&#039;&#039;&#039;.  An automated procedure should initiate, the end result of which will be that your EndNote library will now be populated by the references you have just found.    &lt;br /&gt;
#If the automated procedure does not initiate, the system will instead produce a file on your computer desktop (it may appear with the name &#039;&#039;&#039;uml_view.cgi&#039;&#039;&#039; on the desktop) which you can open directly with EndNote (see below).&lt;br /&gt;
&lt;br /&gt;
=== Inserting the citations just found into  Word using EndNote===&lt;br /&gt;
#[[Image:Endnote1a.jpg|thumb|right|Starting EndNote]]Go back to your bibliographic library in EndNote and before anything happens to it, save it to your M: drive as described above.&lt;br /&gt;
#Via &#039;&#039;&#039;Edit/preferences/Libraries&#039;&#039;&#039; select to load this database upon startup, thus dispensing with subsequent startup dialogs (it will in fact  default to opening the most recently used library).  &lt;br /&gt;
#[[Image:endnote-style.jpg|thumb|left|Checking the  style setting]]From &#039;&#039;&#039;Edit/Output style/Open Style Manager&#039;&#039;&#039;, select the tick-box against  a template known as &#039;&#039;&#039;Royal Society of Chemistry&#039;&#039;&#039; (you may have to use &#039;&#039;&#039;Find by/Chemistry&#039;&#039;&#039; to locate it). From now on, always check that this style is correctly set when you open EndNote (arrow 1 to the left).&lt;br /&gt;
#If  you are importing a citation list  rather than relying on the automated procedure, then from &#039;&#039;&#039;File/Import&#039;&#039;&#039; of EndNote define the Import Option &#039;&#039;&#039;ISI-CE&#039;&#039;&#039; in the pull down menu, or &#039;&#039;&#039;Other Filters/SciFinder (CAS)&#039;&#039;&#039; if importing  SciFinder Scholar) and import any saved datasets you created earlier from WOS or SciFinder. &lt;br /&gt;
#[[Image:Endnote1c.jpg|thumb|right|]][[Image:Endnote1d.jpg|thumb|left|Word with citations showing|]]Go back to  Word , and write some text.  At an appropriate point, from the &#039;&#039;&#039;Endnote X4 taskbar tab&#039;&#039;&#039;, press &#039;&#039;&#039;Go to  EndNote&#039;&#039;&#039; when your library should be revealed (in this case containing the references you have just imported). Select the one you want to insert, and press the &#039;&#039;&#039;Insert citation&#039;&#039;&#039; tab (arrow 2 to the left).  If everything has been set up correctly, Word should insert your desired reference from your bibliographic database, formatted according to the RSC guidelines. If you rearrange the order in which the references appear in the text by cutting/pasting, the numbering at the bottom should change accordingly. If you delete a reference, it should disappear from the numbered list.&lt;br /&gt;
#Save the  Word document for future reference.  It should serve to illustrate how you will write lab reports, and later in your degree, extended essays (where you may cite  between  50-100 references). The whole point of doing it this way is that all the otherwise arduous tasks of numbering and editing the references will be automated for you.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley and other alternatives to  EndNote ====&lt;br /&gt;
[[image:refworks.jpg|thumb|right]]A significant problem with  EndNote is the cost.  This does not matter whilst you are using computers within the  College, but it does matter if  you want to use your own computer. Alternatives to using EndNote as shown above include [https://www.refworks.com/Refworks/login.asp?WNCLang=false RefWorks] (for which the client software can be downloaded without cost) and an innovative program called [http://www.mendeley.com/ Mendeley] which is available on the computers in the department. &lt;br /&gt;
&lt;br /&gt;
# If you do want to use  RefWorks, please ensure you login via the Shibboleth users option.&lt;br /&gt;
&lt;br /&gt;
==  Chemdraw Familiarity ==&lt;br /&gt;
*[[Image:unknown1.jpg|left|thumb|Click to expand image]] [[Image:taxolhsr.jpg|Taxol|right|300px]] &#039;&#039;&#039;Starting and using ChemDraw.&#039;&#039;&#039; Start Chemdraw icon from the &#039;&#039;&#039;Start/Programs menu&#039;&#039;&#039;. Practice by drawing Taxol (right). You many need a few hints and tips, and the demonstrators should be able to help  you with this.  Its easier than trying to describe the technique here (don&#039;t worry, everyone picks up Chemdraw by watching others use it!). &lt;br /&gt;
*Check that you have drawn it correctly by calculating its formula. To do this, Go to &#039;&#039;&#039;View/Show analysis&#039;&#039;&#039; window and record what you see (it should give you C&amp;lt;sub&amp;gt;47&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;51&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;14&amp;lt;/sub&amp;gt;. Mol. Weight 853.91). Do you get the same values? If you do not, you will have to try to find where the discrepancy is. Remember, if you cannot draw a structure reliably, you will not be able to search for it reliably. Using the ChemDraw application, select copy/paste the structure into a Microsoft Word window. Practice editing the structure inside the Word processor by double clicking its diagram. Practice re-scaling the ChemDraw diagram either within Word or within Chemdraw. Scaling is normally done by pointing the cursor at the bottom right hand corner (it should change shape at this point) and then &amp;quot;dragging&amp;quot; inwards or outwards to change the size. Try copying instead the Web picture (GIF format) from this Web page to Word. Put side by side with the picture of the same molecule derived from ChemDraw and experiment with scaling both. &#039;&#039;&#039;What is the difference in behaviour?&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
If you want more practice (with stereochemical wedges text positioning, etc), try the molecule on the left.  &#039;&#039;&#039;Can you identify what it is called?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Lecture  Support: Journal Familiarity ==&lt;br /&gt;
&lt;br /&gt;
You can go visit the databases of some major chemistry publishers, and track down any articles that members of this department (or other departments or your favourite Nobel prize lautreates) may have published there. You might try searching for your current lecturer, or one or more of your tutors. Go directly to one or more of the following:&lt;br /&gt;
* [http://pubs.acs.org/search/advanced The American Chemical  Society] (where you can subscribe to an  RSS feed of the search, which means you will be notified of new items)&lt;br /&gt;
* [http://www.rsc.org/Publishing/Journals/cc/index.asp The Royal Society of  Chemistry] and their premier journal  &#039;&#039;Chemical communications&#039;&#039;&lt;br /&gt;
* [http://www.nature.com/search/adv_search?sp-a=sp1001702d&amp;amp;sp-x-1=ujournal&amp;amp;sp-q-1=Nature%20Chemistry Nature  Chemistry] advanced search.&lt;br /&gt;
* [http://www3.interscience.wiley.com/journal/26737/home Wiley Interscience]  and their flagship chemistry journal  &#039;&#039;Angew. Chemie.&#039;&#039;&lt;br /&gt;
* [http://www.sciencedirect.com Science Direct]&lt;br /&gt;
&lt;br /&gt;
The navigation of these journals via their tables of contents is left for you to explore on your own. You can of course  go to an article directly by following any  DOI link that you might have found in your lecture notes or elsewhere. You should retrieve the  Acrobat  file corresponding to any articles you may have tracked down, and save them in a folder on your computer  H: drive for future use and analysis (for example with the program Mendeley). Later in your course, you may encounter lecture courses or laboratory courses which in fact require you to track down articles in the literature in this manner. It is good to start practising early.&lt;br /&gt;
&lt;br /&gt;
== Lecture Support: Named chemicals ==&lt;br /&gt;
&lt;br /&gt;
# To apply the above skills by using [http://wok.mimas.ac.uk/ WOS] to perform a comprehensive literature search on the &#039;&#039;&#039;molecule&#039;&#039;&#039; &#039;&#039;Penicillin&#039;&#039;, a &#039;&#039;&#039;reaction&#039;&#039;&#039; (&#039;&#039;its conversion to Cephalosporin&#039;&#039;), its &#039;&#039;properties&#039;&#039;, both physical (spectroscopic) and biological. Thus, type  &#039;&#039;penicillin and cephalosporin&#039;&#039; into the  &#039;&#039;&#039;Topic&#039;&#039;&#039; box and see if you can prune these down with a more elaborate search perhaps, using some of the Boolean logic shown in the lectures by invoking the  &#039;&#039;&#039;Advanced Search&#039;&#039;&#039; option. &lt;br /&gt;
#* &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (136)&lt;br /&gt;
#* &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2629)&lt;br /&gt;
##Or, try the drug &#039;&#039;&#039;Temozolomide&#039;&#039;&#039;, currently very much in the  [http://news.bbc.co.uk/1/hi/england/west_midlands/7675014.stm news] &lt;br /&gt;
##Tasimelteon ([http://news.bbc.co.uk/1/hi/health/7760105.stm time bending drug for jet lag]) or &lt;br /&gt;
##[http://news.bbc.co.uk/1/hi/health/8237530.stm Sulforaphane], which  occurs in broccoli and cauliflower and protects against heart attacks.&lt;br /&gt;
#Compare the results of one of these searches with  less specialised search engines such as &lt;br /&gt;
#*[http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar],   &lt;br /&gt;
#*[http://www.scirus.com/srsapp/advanced/index.jsp SciRus], &lt;br /&gt;
#*[http://www.bing.com/?scope=web&amp;amp;mkt=en-GB Microsoft Bing],&lt;br /&gt;
#*[http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha].  &lt;br /&gt;
&lt;br /&gt;
===  Lecture  Support: A SciFinder search instead ===&lt;br /&gt;
*The [https://scifinder.cas.org/ Scifinder Scholar] system  is available for general and student use.&lt;br /&gt;
** You cannot use your  College login for access, but must request your own login to be created.&lt;br /&gt;
*** [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar Go here to register]. You have to create yourself a login  ID.  This ID is quite independent of your College ID, and if you forget the password you  have set, you will have to recover it from the SciFinder site.   Where it asks you to identify your area of research interest, you may not want to reveal this  (we have been assured students will not get related spam sent to them) and  you might want to register an interest only in e.g. &#039;&#039;other field&#039;&#039;.&lt;br /&gt;
** Completing the registration will result in an email being sent to the email address you provide with activation instructions. &lt;br /&gt;
*** Once you have obtained an  ID,  at the [https://origin-scifinder.cas.org SciFinder site], click on  &#039;&#039;&#039;Explore References&#039;&#039;&#039; and in the  &#039;&#039;&#039;Research topic box&#039;&#039;&#039; enter  &amp;quot;Conversion of penicillin to cephalosporin&amp;quot;.  &lt;br /&gt;
** You will receive a request to accept an application digital signature at this stage, which you should accept.&lt;br /&gt;
You should get ~9 references for an exact match. This interface is supposed to use a more &#039;&#039;natural language&#039;&#039; for its search queries  (and it does not employ  Booleans). &lt;br /&gt;
** Tick the box with 9 hits and request the references. Tick the box against those you particularly wish to save for the future, and then  click on the &#039;&#039;&#039;Export&#039;&#039;&#039;  link near the top (next to print). From the dialog, set the  &#039;&#039;&#039;File Type&#039;&#039;&#039; to  &#039;&#039;&#039;Tagged Format&#039;&#039;&#039;. &lt;br /&gt;
*** You may need to allow the requested security settings in your browser (IE 8) to allow files to be saved locally. The default location for saving files is your &#039;&#039;&#039;download&#039;&#039;&#039; location. You can then import this into  EndNote using the &#039;&#039;&#039;SciFinder (CAS)&#039;&#039;&#039; import option.&lt;br /&gt;
**An alternative search might be the phrase &#039;&#039;&#039;arrow pushing formalism&#039;&#039;&#039; (can you learn about this topic from  the results found for this search?). A synonym might be  &#039;&#039;&#039;curly arrow formalism&#039;&#039;&#039;.  Does this find the same references, or a different set?&lt;br /&gt;
** You can comment on individual references and invite friends in to see your comments. This might be appropriate for when you are e.g. doing a lab experiment in pairs or groups, and wish to share a reference with them. Go to  &#039;&#039;&#039;My connections&#039;&#039;&#039; and invite the group, then add comments to relevant references.&lt;br /&gt;
** SciFinder supports more advanced features such as  Explore Substances and  Explore Reactions, but you should only investigate these when you are feeling adventurous.&lt;br /&gt;
&lt;br /&gt;
=Laboratory Support=&lt;br /&gt;
Here you will find out how to search for safety information about molecules, and then for their properties and reactions. There are two kinds of search for molecules you will have to make during lab courses.&lt;br /&gt;
# Where you have an unknown compound whose properties you have measured and you want to know if any known compound matches those properties.&lt;br /&gt;
# Where you (think you) know what the structure of your compound is, and you want to know if there are any other reports of this same compound (and whether the properties other have measured match your own).&lt;br /&gt;
&lt;br /&gt;
== A search for known physical properties using Reaxys ==&lt;br /&gt;
[[Image:Reaxys1.jpg|right|thumb|]]We will start with two examples of the first category and then move on to the rather more common second category.&lt;br /&gt;
&lt;br /&gt;
*Connect to the [http://www.reaxys.com/ Reaxys] system. You can carry out all the required course work as an &#039;&#039;anonymous user&#039;&#039;, but you will not be able to change/save any settings etc in this mode (such as e.g. changing the default structure editor to ChemDraw).&lt;br /&gt;
** If you do choose to register  at this point, be aware that if you lose/forget your password, you will need to contact  Reaxys and not local Imperial College support.&lt;br /&gt;
*Select &#039;&#039;substances and  Properties&#039;&#039;&lt;br /&gt;
**In the &#039;&#039;Properties (Advanced)&#039;&#039; box, enter the following, followed by  &#039;&#039;&#039;Search&#039;&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200&#039;&#039;&#039;&lt;br /&gt;
This means in effect, show me ANY molecule which melts at a certain temperature range (determined using a melting point apparatus), which  has a given molecular formula (determined using mass spectrometry)  and an optical rotatory power between certain values  (determined using a polarimeter).  For this example you should get exactly 1 hit, which should be to a patent. Explore the options at this point, including viewing the original source of the data ( a patent in this case).&lt;br /&gt;
* There are about  500 different properties in total which you could specify in this manner. To explore them, click on &#039;&#039;Show Fields and  Operators&#039;&#039;. This type of technique is useful for identifying an  &#039;&#039;&#039;unknown&#039;&#039;&#039; compound purely from its physical properties (Forensic science, etc).&lt;br /&gt;
** Note that some features do not always produce the expected result.  For example, the icon labelled with the arrow (right) pulls down various options, one of which is &#039;&#039;copy structure to clipboard&#039;&#039;. The clipboard contents however are  &#039;&#039;&#039;not&#039;&#039;&#039; recognised by eg Chemdraw, Word etc.&lt;br /&gt;
&lt;br /&gt;
== A search for known spectroscopic properties ==&lt;br /&gt;
&lt;br /&gt;
[[image:spectra.jpg|240px|right]]It is routine when a compound is first made to record its spectroscopic properties.  This would include the characteristic  infra-red frequencies, and the &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H and &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts. These values are shown for an unknown compound. Your task is to use the  [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS]  to try to identify what the compound is (you could of course also do this entirely logically using just your brain).  &lt;br /&gt;
#Try first entering only the  &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts (163, 141, 133, 130, 129, 128, 98 ppm, with an anticipated error of around  2ppm).  How many matches do you get? &lt;br /&gt;
#Add then the  &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H shifts (8.1,7.5,5.1,4.7 and there is an additional broad multiplet across the range 7.3-7.7 which is not entered) and see if the number of possibilities reduces.  &lt;br /&gt;
#Finally, enter the one characteristic  IR vibration (1733 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;).  Do you now get a unique answer?  Record any structure(s) you may get at this stage for future reference.&lt;br /&gt;
#Try changing the error limits for any of these properties. Thus reduce the  NMR limit from  2.0 to 1.5 to 1.0ppm, or the  IR limit to 5 or even 1 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; (in future laboratory courses, you will learn how the way the instrument works determines at least in part the accuracy with which these spectroscopic properties can be measured).&lt;br /&gt;
&lt;br /&gt;
== Reagent/Product searches for  laboratory preparations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:1-4.jpg|right|250px|Molecules 1-4]]The theme of this section is going to be the following four molecules, which you will in fact encounter in a laboratory course later in the year.  You will search for known properties of these molecules, for comparison with those you might measure in the lab, or which may provide useful discussion material for your laboratory reports.  Your first task is to generate a so-called SMILES descriptor of the molecule.  This is done most simply by drawing the molecule in  ChemDraw and using the  &#039;&#039;&#039;Edit as/Copy&#039;&#039;&#039; menu produce the SMILES or InChI-key string onto the clipboard. Here are three SMILES strings and one InCHI-key string. Can you match them up to the structures shown on the right?&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;C=CC1=CC=C(C(O[H])=O)C=C1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;O[C@H]1[C@H](OCC)CCCC1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;VSIKJPJINIDELZ-UHFFFAOYSA-N&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Search the [http://www.chemspider.com/ ChemSpider] database using a SMILES or InChI-key string as above.  What sort of information is revealed about the compound?&lt;br /&gt;
*Try reversing the search terms above (instead of  SMILEs, try generating an  InChI key, or vice versa). &lt;br /&gt;
*Try next an advanced search from the same [http://www.chemspider.com/FullSearch.aspx database].   Explore for yourself how to enter the  SMILES string and perform the search.&lt;br /&gt;
*Search the [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] using a SMILES string. Select the &#039;&#039;&#039;substructure/superstructure&#039;&#039;&#039; or the &#039;&#039;&#039;Identity/Similarity&#039;&#039;&#039; option, and then the  &#039;&#039;&#039;CID, SMILES, InChI&#039;&#039;&#039; tab, and past in one of the strings above.  Try both  &#039;&#039;&#039;80% similar&#039;&#039;&#039; and &#039;&#039;&#039;identical&#039;&#039;&#039;  if using the Similarity option). Again, explore the properties associated with each hit.&lt;br /&gt;
**You might encounter &#039;&#039;&#039;artefacts&#039;&#039;&#039;.  Thus with  &#039;&#039;&#039;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&#039;&#039;&#039;, something slightly odd happens? &lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of Drugs, inorganic and organometallic and natural products which might prove useful to you for laboratories.&lt;br /&gt;
* The series [http://www.orgsyn.org/ Organic syntheses]  contains tried and tested procedures for the synthesis of many chemicals.  However, it is quite limited, and you would be lucky to find more obscure compounds listed here. &lt;br /&gt;
=== Sigma-Aldrich Catalogues and  MSDS (Safety) information ===&lt;br /&gt;
&lt;br /&gt;
If you know  (or suspect you know) what the identity of the molecules are that you will be  handling in the laboratory, the first task is to find out any known safety information.&lt;br /&gt;
The [http://www.sigmaaldrich.com/catalog/search/AdvancedSearchPage Aldrich] catalogues can be searched for  compounds and their  associated MSDS safety sheets. This is useful for completing  [http://www.hse.gov.uk/coshh/ COSHH] forms. If you were able to obtain a name (see previous section),  see if you can now find any information on it from the  Aldrich catalogue.&lt;br /&gt;
&lt;br /&gt;
=== Reaxys ===&lt;br /&gt;
Connect to [http://www.reaxys.com/ Reaxys]  as before, but now we are going to do a structure based search, using as examples structures  &#039;&#039;&#039;1-4&#039;&#039;&#039; above. If you click in the frame labelled  &#039;&#039;Double click this frame and draw structure query&#039;&#039; you will get a default structure editor called  ChemAxon MarvinSketch.  It is a little different from Chemdraw, but should not take too much time to master. &lt;br /&gt;
# Using the structure editor, draw one of the four molecules  1-4 and invoke &#039;&#039;&#039;search&#039;&#039;&#039;.&lt;br /&gt;
# If you think you know the name of your query, type that instead in the  &#039;&#039;Generate structure from name&#039;&#039; box (e.g. &#039;&#039;&#039;Taxol&#039;&#039;&#039;, which as you have seen earlier is a challenge to draw!). You can also paste a  SMILES or InChI key into this box (try any of the four above). &lt;br /&gt;
# Try hitting  &#039;&#039;&#039;Synthesize&#039;&#039;&#039;,  but expect to be overwhelmed by the number of hits!&lt;br /&gt;
&lt;br /&gt;
=== Dictionary of organic compounds ===&lt;br /&gt;
An alternative database which works in this way is  the  [http://doc.chemnetbase.com/ Dictionary of organic compounds].&lt;br /&gt;
&amp;lt;!-- === Mini Project ===&lt;br /&gt;
&lt;br /&gt;
Define a search for &#039;&#039;&#039;aspirin&#039;&#039;&#039; using any of the methods above. You should arrive at a single  &#039;&#039;&#039;hit&#039;&#039;&#039; (there is only one molecule that can be called aspirin). Some of the searches above may provide many more! You will need to use your own initiative to find out what the actual molecular structure of aspirin is. Once you have that single hit, find out how many times its  &#039;&#039;&#039;MP&#039;&#039;&#039; (melting point) has been reported, and view all the various values.  You should notice something very odd indeed!  Make a notice of what you observe, and return to this mini project later on. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Extra material for Future Reference - Converting a 2D structure definition to a  3D set of coordinates =&lt;br /&gt;
&lt;br /&gt;
The preceding searches were all effectively conducted on  two-dimensional molecules, where we only needed to know how the atoms were connected (in effect the  Lewis valence structure).  As a prelude to moving into three dimensions,  we will illustrate how a 2D search can be used to generate a  3D structure.&lt;br /&gt;
&lt;br /&gt;
* You can use the on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina service to convert a (1D) SMILES string to 3D molecular coordinates].&lt;br /&gt;
*# Under options, paste the SMILES string, enter a name, and select 3D structure viewer automatically loaded.&lt;br /&gt;
*# Click on Generate 3D structure. A window appears, and after about 20-30 seconds, a structure does as well. At the bottom, click on &amp;quot;Click to download this structure in PDB file format&amp;quot;, whereupon a full window diagram appears. Save the molecule as above.&lt;br /&gt;
&lt;br /&gt;
== 3D structure searching of the Cambridge Crystallographic database ==&lt;br /&gt;
&lt;br /&gt;
Our final search type is now of a database which stores &#039;&#039;&#039;three-dimensional&#039;&#039;&#039; information about molecules.  This is where you can infer all sorts of interesting properties about the bonding, the properties and the potential reactivities of molecules. You will be searching the &#039;&#039;&#039;Cambridge Crystal Structure Database&#039;&#039;&#039;. There are three entry points for this; one local, one via the  Web and one via the national &#039;&#039;&#039;chemical database service&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Local invocation of the Cambridge Crystal Structure Database ===&lt;br /&gt;
The local based search described below  is feature complete and fast. You may also want to try out the  [http://webcsd.ccdc.cam.ac.uk/ WebCSD service], which needs only a web-browser.&lt;br /&gt;
#[[Image:MgBr2.jpg|right|120px]][[Image:ti1.jpg|right|100px]][[Image:PtCl.jpg|right|100px]][[image:1-4.jpg|right|250px|Molecules 1-4]]Select &#039;&#039;&#039;Conquest&#039;&#039;&#039; from the &#039;&#039;&#039;Start/Programs&#039;&#039;&#039;  menu. You will have to reply:&lt;br /&gt;
##&#039;&#039;&#039;yes&#039;&#039;&#039; to the question about certificates,&lt;br /&gt;
##enter first your username, then &lt;br /&gt;
##your password at the two prompts (both of which appear to ask for a password!). &lt;br /&gt;
##Next, &#039;&#039;&#039;accept&#039;&#039;&#039; the license agreement and &lt;br /&gt;
##&#039;&#039;&#039;accept&#039;&#039;&#039; the suggested location for storing the directory. &lt;br /&gt;
##Enter the Site No. as &#039;&#039;&#039;183&#039;&#039;&#039; and the  confirm code as &#039;&#039;&#039;8FDCE4&#039;&#039;&#039; (2013 release)&lt;br /&gt;
##Click &#039;&#039;&#039;register online&#039;&#039;&#039;. &lt;br /&gt;
##These prompts are a one-off, and you will not need to do these steps again. &lt;br /&gt;
#In the {{Pdf|FoundationTutorialproblems09.pdf|first year tutorial problems}},  question 2 asks you to arrow-push the reaction  Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O + MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; → Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O-MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. Here we will pose the question: what is the  3D geometry of the product of this reaction?  You will search for it using Conquest.   Does the result surprise you? (Hint: TOQKIT)&lt;br /&gt;
#Nucleophilic addition to an amide is the prototype of how peptides, proteins and enzymes are broken down in metabolic processes  (or using e.g. biological washing powders).  The mechanism involves a species known as a &#039;&#039;&#039;tetrahedral intermediate&#039;&#039;&#039; (right), which is normally considered so unstable that it is rarely detected during the reaction. Nevertheless, can you find any examples of such species in the Cambridge database? &lt;br /&gt;
#Cis-Platin is a well known anti-cancer drug. The &#039;&#039;active ingredient&#039;&#039; is the initial hydrolysis product, shown on the right. Can you find any examples of this  &#039;&#039;&#039;active intermediate&#039;&#039;&#039; in the  database which contain this sub-structure?  What happens if you change the  Pt to a &#039;&#039;&#039;wild-card&#039;&#039;&#039; indicating the central metal could be any of the group known as  &#039;&#039;&#039;8Z&#039;&#039;&#039; (from the &#039;&#039;&#039;more&#039;&#039;&#039; button of the editor, select &#039;&#039;&#039;other elements&#039;&#039;&#039;  and from there click on the orange box labelled  &#039;&#039;&#039;8Z&#039;&#039;&#039;). &lt;br /&gt;
#Are there any other  &#039;&#039;&#039;reactive intermediates&#039;&#039;&#039; you might have identified from your arrow-pushing workshop which you might search for?&lt;br /&gt;
#When you have finished the above examples, try entering one of the four lab-course molecules shown to the left, exactly as drawn above. For  &#039;&#039;&#039;3&#039;&#039;&#039; specifically, if you draw explicit hydrogens attached to the &#039;&#039;vinyl&#039;&#039; group at the top of the molecule and repeat the search, what difference is there? &lt;br /&gt;
#*How many hits do you get?  &lt;br /&gt;
#*Note the 6-8 letter identifier for the structure you are interested in (for example, for molecule  &#039;&#039;&#039;3&#039;&#039;&#039; above, it should be  XAYFEI, XAYFEI01 and  XAYFEI02).&lt;br /&gt;
#*Save the 3D coordinates in PDB or CIF format via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, decide how you want to select entries, specify one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;. Inspect the structure by double clicking the file created, to be found on drive &#039;&#039;&#039;L:&#039;&#039;&#039;&lt;br /&gt;
#You &#039;&#039;&#039;may&#039;&#039;&#039; now have two versions of any of these four molecules; one a direct experimental structure, and one assembled by the  [http://www.molecular-networks.com/online_demos/corina_demo.html Corina]  program.  How do these differ? Concentrate in particular on compounds &#039;&#039;&#039;1&#039;&#039;&#039; and  &#039;&#039;&#039;2&#039;&#039;&#039; above right!&lt;br /&gt;
#Later on in your course, you may use such coordinates to create an entry in a Wiki page, much like that rotating below.&lt;br /&gt;
&lt;br /&gt;
===An advanced 3D Search. ===&lt;br /&gt;
Try the following. The objective will be to find any short interactions between the H of an OH group and the centroid of a phenyl ring as the electron donor (a very unusual type of &amp;amp;pi;-facial hydrogen bond). Proceed as follows:&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
# Open Conquest and invoke the &#039;&#039;&#039;Build Queries/Draw&#039;&#039;&#039; option&lt;br /&gt;
# Deposit a benzene ring from the template which should appear on the left&lt;br /&gt;
# Click on &#039;&#039;&#039;ADD 3D&#039;&#039;&#039;, select all the six carbon atoms in turn (they will go green) and define a centroid.  A defined object labelled  &#039;&#039;&#039;CENT1&#039;&#039;&#039; now shows. Press Done.&lt;br /&gt;
# Back in &#039;&#039;&#039;Draw&#039;&#039;&#039; mode, select a  H and deposit it as an isolated atom. Then select O  and draw a bond from it to the H to get an OH. In this system, any undefined valence is &#039;&#039;&#039;wild&#039;&#039;&#039;, ie any group can be attached to the  O of the OH.&lt;br /&gt;
# In &#039;&#039;&#039;ADD 3D&#039;&#039;&#039; mode again, click first on the &#039;&#039;&#039;H&#039;&#039;&#039; of the OH group, then on &#039;&#039;&#039;CENT1&#039;&#039;&#039; in the list of defined objects. A green line connecting the two appears. When a &#039;&#039;&#039;Valid parameter&#039;&#039;&#039; entry named &#039;&#039;&#039;Distance&#039;&#039;&#039; appears, click on &#039;&#039;&#039;Define&#039;&#039;&#039;.&lt;br /&gt;
# Select &#039;&#039;&#039;Intramolecular&#039;&#039;&#039; from the &#039;&#039;&#039;Choose distance type&#039;&#039;&#039; menu, OK, then &#039;&#039;&#039;Options&#039;&#039;&#039;, enter 2.0 - 2.4 as the range of distances and &#039;&#039;&#039;Separated by 5 - 999&#039;&#039;&#039; bonds. Hit &#039;&#039;&#039;OK&#039;&#039;&#039; and then &#039;&#039;&#039;Done&#039;&#039;&#039;. Your search query is summarized in a cyan box at the top right of the draw window.&lt;br /&gt;
# Select &#039;&#039;&#039;Search&#039;&#039;&#039;, tick the 3D Coordinates determined box and &#039;&#039;&#039;Start Search&#039;&#039;&#039;. This search should proceed at the rate of about 1% per second. You should get 20 hits.&lt;br /&gt;
# View entries via &#039;&#039;&#039;3D Visualiser&#039;&#039;&#039;. Note the so-called &#039;&#039;&#039;REFCODES&#039;&#039;&#039;. Note &#039;&#039;&#039;[[Coursework#Enantiomers_vs_Diastereomers_Part_1:_Butanes_and__Helicenes.|CIYSIM]]&#039;&#039;&#039; in particular!&lt;br /&gt;
#A right-mouse click in the blue window of the 3D Visualiser will enable you to set  &#039;&#039;&#039;spacefill&#039;&#039;&#039; mode, and to inspect whether any two atom spheres inter-penetrate each-other indicating an attractive interaction between them.&lt;br /&gt;
# Save the coordinates of any selected hits via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, Select PDB or CIF as the format, all selected entries, one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;.&lt;br /&gt;
# The files will appear on your L: drive. Double click to open up the WebLab Viewer Pro or Mercury program, and resave them if you wish as an MDL Molfile rather than PDB.&lt;br /&gt;
# If you want to explore further, define an NH bond rather an OH bond (you might need to increase the distance range to eg 2.0 - 2.5).&lt;br /&gt;
# Try this with centroids to other &amp;amp;pi;-electron rich systems, such as an alkyne, alkene, or other rings such as cyclopentadienyl, etc.&lt;br /&gt;
#Go to your network drive N: or L: (i.e. username on neon.ch.ic.ac.uk) and double click any .PDB or .CFIF or .MOL files to view the molecule again. &lt;br /&gt;
# Or, instead of H-O,  just put e.g. Na (metal arene interactions are hugely important biologically).  You may need to define a rather longer distance range. Experiment  by trying various sets of values.&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&amp;lt;jmolApplet&amp;gt;&amp;lt;title&amp;gt;CIYSIM&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&lt;br /&gt;
&amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&amp;lt;script&amp;gt;zoom 150;spin 3;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== The National  Chemical Database Service ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;CDS&#039;&#039;&#039; is a national service (located as it happens in  Daresbury, near Warrington) which offers a range of database services to the  UK community.  To access this service, follow the [http://cds.dl.ac.uk/cgi-bin/reg/undergrad?sites=Select+Site&amp;amp;SITE=imperial-cds0091 instructions] here (this is necessary to ensure UK usage only and to monitor that usage as part of justifying a national resource).  You will be sent a  CDS registration account and password by email. You can then use this account in two ways&lt;br /&gt;
#Invoke  &#039;&#039;&#039;ConquestD&#039;&#039;&#039; (rather than Conquest) from the  Windows start menu and proceed as above, but supply your new  CDS account instead of your Imperial account.&lt;br /&gt;
#Invoke the CDS portal [https://cds.dl.ac.uk/ here] using your  CDS account to log in.   It offers many alternative services (including searches for spectral data) as well as a simplified crystal search. Explore in your own time!&lt;br /&gt;
&amp;lt;!--This part of the course shows you how you can create a Wiki(pedia)-like article on a chemical topic including some molecular information (such as &#039;&#039;e.g.&#039;&#039; coordinates for a rotatable model). The objectives in this part of the course are &lt;br /&gt;
* to learn how to create a simple Wiki page. This is &#039;&#039;&#039;much simpler and quicker&#039;&#039;&#039; than creating a Web page by writing HTML (Wiki is apparently the Hawaiian for &#039;&#039;quick&#039;&#039;). The Wiki is used by some laboratory courses for submitting student reports.&lt;br /&gt;
* to experiment with some simple  Wiki extensions as described in sections  3.2 - 3.8 below. There are of course many other features in the full  Wiki which you can also experiment with if you wish (including e.g. installing additional useful templates).&lt;br /&gt;
== Setting up FireFox and  Creating your own  Wiki page ==&lt;br /&gt;
#[[Image:report12345.jpg|left|thumb|The editing environment]][[Image:exception1.jpg|right|thumb|Security exception]]Start the process by opening Firefox as a Web browser, and install [https://addons.mozilla.org/en-US/firefox/addon/748 Greasemonkey For Firefox] (this is done on a per user basis, and is &#039;&#039;&#039;optional&#039;&#039;&#039; if you want to have your  Wiki interface look a little more similar to  Word) followed by an install of  [http://en.wikipedia.org/w/index.php?action=raw&amp;amp;ctype=text/javascript&amp;amp;title=User:Cacycle/wikEd.user.js wikEd].&lt;br /&gt;
*You will now need to create your own page on this Wiki. Firstly, [[special:userlogin|login]] to the  Wiki using your College ID and password.  &lt;br /&gt;
**If the  browser asks you to add a security exception, do so (this is induced in part by using  &#039;&#039;&#039;imperial&#039;&#039;&#039; rather than  &#039;&#039;&#039;ic&#039;&#039;&#039; in the URL &#039;&#039;https://www.ch.ic.ac.uk/wiki/&#039;&#039; used to start up the wiki page) and proceed to &#039;&#039;&#039;view/confirm&#039;&#039;&#039; the certificate. &lt;br /&gt;
**[[Image:mywiki.jpg|left|thumb|Starting your Wiki page]][[Image:wxyz1234.jpg|left|Creating a report page]]After login, the top right of the browser window will display your login ID. Click on this to start editing your page. If you chose to invoke the wikEd extra above, you should now get a richer additional toolbar along the top of the page which you can use for editing  (but only with Firefox;  it will not work with  Internet Explorer). &lt;br /&gt;
*If you want to create another empty page, then  on the address entry bar of the browser, enter something like the following: {{Fontcolor1|yellow|black|&amp;lt;nowiki&amp;gt;http://www.ch.ic.ac.uk/wiki/index.php/it08:wzyz1234&amp;lt;/nowiki&amp;gt;}} where  &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is unique to you. &#039;&#039;&#039;Do not forget this string&#039;&#039;&#039;. If &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is indeed unique (as it must be), the system will respond as shown on the right. If not, try another  (hopefully more unique) string.  When you succeed, proceed to edit the page.  If you forget the name of your page, invoke [[Special:Contributions|this page to find it]].&lt;br /&gt;
=== Preview/Save ===&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; When you want to see the effect of any particular edit, press &#039;&#039;&#039;preview&#039;&#039;&#039;.  But remember every 1-3 previews to  &#039;&#039;&#039;save&#039;&#039;&#039; the page.  This means that if the browser were to crash, you would not  have lost anything. This is the same good practice that one also follows when editing  conventional  documents.&lt;br /&gt;
&lt;br /&gt;
=== Simple Wiki Editing instructions ===&lt;br /&gt;
There are just a few simple rules for creating effects. In what follows below, anything appearing in a grey box can be copied and pasted into your own wiki. If you have logged in, each section will also have an edit button next to it, and by invoking this, you can always  &#039;&#039;&#039;reverse-engineer&#039;&#039;&#039; what you see and use it for your own purposes.&lt;br /&gt;
*# Headers are indicated by balanced = signs (one for a top level, two for the next, and so on)&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Bold is indicated by balanced &#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;signs&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Italic is indicated by balanced &#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;signs&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# You can use the little menu items at the top to achieve these effects&lt;br /&gt;
*# Each item in an intended list is prefaced by * or #&lt;br /&gt;
*# Chemical effects, i.e. &amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt; and &amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt; are done as: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; and &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; or by invoking the wikEd buttons on your browser.&lt;br /&gt;
* See the effects of what you have done by selecting &#039;&#039;&#039;Show Preview&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: Once satisfied the preview shows what you want, enter something descriptive into the &amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;Summary&#039;&#039;&#039; page. Once this is completed, click on &#039;&#039;&#039;Save Page&#039;&#039;&#039;. Your entry is now added to the &#039;&#039;&#039;History&#039;&#039;&#039; of the article.&lt;br /&gt;
* &#039;&#039;&#039;Images&#039;&#039;&#039;. These should be in GIF, JPG or PNG format only. Other formats (.bmp etc) are NOT allowed. They can be obtained by saving from Web pages, or taking a Screen snapshot. The latter is invoked by pressing the F13 (Print Screen) key (Windows, press ALT+F13 to snap only the active window and pasting the snapshot if necessary into an editing program (e.g. Microsoft PhotoEditor on Windows). Save the image with a sensible name (adding .gif, .jpg or .png to the name). Once created, you will need to &#039;&#039;&#039;upload (the) file&#039;&#039;&#039; to the Wiki. Click on &#039;&#039;&#039;upload file&#039;&#039;&#039; on the lhs of the Wiki page, and follow the instructions. Make a note of the name of the file (which has to be unique, and not the same as any other person&#039;s name. If you are asked to replace a file, err on the side of caution and instead rename it).&lt;br /&gt;
* To include that image in your page, navigate back to your page and enter the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Image:Nameofyourfile.jpg|thumb|right|200|Description of image]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;where left|right indicates the alignment you wish. Inclusion of &#039;&#039;&#039;thumb&#039;&#039;&#039; produces a thumbnail which can be expanded by clicking on it. The name should correspond to that of the file that you have &#039;&#039;&#039;uploaded&#039;&#039;&#039; using the Wiki menu on the left hand side.&lt;br /&gt;
* To add hyperlinks to other Web pages, paste the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.ch.ic.ac.uk/local/it/ CIT Web pages]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To add links to other pages in the departmental Wiki,&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Organic:pericyclic_historical|Description of page]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  Including  Molecules  ==&lt;br /&gt;
* To include molecule coordinates in a Wiki, save as a Molfile (.mol) or PDB (.pdb) or CIF (.cif) created using [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] or obtained from a [[It:coursework#3D_structure_searching_of_the_Cambridge_Crystallographic_database|Cambridge crystal structure database]]. Upload the file using the menu on the lhs of this display, and then invoke the name of the file as shown below: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;uploadedFileContents&amp;gt;name-of-your-uploaded-molecule-file.pdb&amp;lt;/uploadedFileContents&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; (or .mol or .cif).&lt;br /&gt;
=== Simple Molecule Display ===&lt;br /&gt;
Select and copy the text to the right of the molecule box and paste it into your own wiki page. then click preview to see if it works. Once you have gotten this working, you can try with your own molecule, and then your own scripts.  In the script below, &#039;&#039;&#039;cpk -25;&#039;&#039;&#039; sets the atom size to ball and stick instead of spacefilling. &#039;&#039;&#039;Important&#039;&#039;&#039;. Make sure when you paste the code below into your Wiki page that it is not corrupted in any way (ie that you miss a line off at the top or bottom).  If you only paste a part of the below in, you will get an  &#039;&#039;&#039;XML error&#039;&#039;&#039; which is not easy to recover from. You should carefully preview the page, and not save it until you are absolutely sure that the code below has been inserted correctly. It is not in general possible to include such rotatable molecules in e.g. Microsoft  Word.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
 &amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Advanced Molecule Display ===&lt;br /&gt;
For a manual of the complete Jmol commands [http://chemapps.stolaf.edu/jmol/docs/ see here]. The key line to edit is the text enclosed &amp;lt;script&amp;gt;as script&amp;lt;/script. For example, the script below turns the  CPK mode on and off, and measures the length between two atoms. To obtain the index number of the atoms you want to measure, hover the mouse cursor over the atom until a &#039;&#039;popup&#039;&#039; appears with the information. If you cite three or four atoms, the corresponding angle or torsion will be measured.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
    &amp;lt;jmolAppletButton&amp;gt;&amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
    &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
   &amp;lt;jmolAppletButton&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* A useful construct, a &#039;&#039;&#039;template&#039;&#039;&#039; to enter a DOI, is invoked thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{DOI|value-of-the-DOI}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
which produces the effect {{DOI|10.1021/ja9825332}}. If you have found an original reference to the literature, you should cite it via its DOI, as illustrated in the next section.&lt;br /&gt;
*Another useful template is that used to include {{pdf|groups.pdf|Acrobat}} documents within a Wiki using the template&amp;lt;br /&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{pdf|name-of-uploaded-acrobat.pdf|description-of-Acrobat-file}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Many other (chemical) templates have been developed in the Wiki communities, predominantly for expressing data and other information about molecules, and this is one aspect where older-style report writing formats such as  Microsoft Office are less effective.&lt;br /&gt;
&lt;br /&gt;
==References ==&lt;br /&gt;
*This shows how citations&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;W. T. Klooster, T. F. Koetzle, Per E. M. Siegbahn, T. B. Richardson, and R. H. Crabtree, &#039;&#039;J. Am. Chem. Soc.&#039;&#039;, &#039;&#039;&#039;1999&#039;&#039;&#039;, &#039;&#039;121&#039;&#039;, 6337–6343.  {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt; can be added to  text&amp;lt;ref&amp;gt;A. H. Lipkus, Q. Yuan, K. A. Lucas, S. A. Funk, W. F. Bartelt, R. J. Schenck, and A. J. Trippe, &#039;&#039;J. Org. Chem.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;73&#039;&#039;, 4443–4451.  {{DOI|10.1021/jo8001276}}&amp;lt;/ref&amp;gt; to produce a nice effect. To give a reference a unique identifier, use &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;None&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. You can then refer to the same footnote again by repeating the tag  with the same name.&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;none&amp;lt;/ref&amp;gt; The text inside the second tag doesn&#039;t matter, because the text already exists in the first reference (but it cannot be blank).  Collected citations appear below here:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example of adding a citation &amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;Traditional form, here, then {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To insert more examples of this code into your own page,  log-in to the Wiki, and select the link to the [edit] link that appears on the rhs of this page against this section.  Select/Copy the text that appears in the editing window, and paste it into  your own page.&lt;br /&gt;
*Although including citations in this manner  does not allow the powerful library features of  EndNote, more advanced versions of the  Wiki (the Semantic Wiki) do allow such components to be &#039;&#039;&#039;transcluded&#039;&#039;&#039; into a Wiki page (i.e. in effect the citations are generated dynamically from a separate database).&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Help:Table Tables] can be created thus:&lt;br /&gt;
 {| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&lt;br /&gt;
Copy the below into your page to create a Table template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
To access the code required to produce these tables,  you can also log-in to the  Wiki and click on the  &#039;&#039;&#039;Edit&#039;&#039;&#039; link that appears against this section on the rhs of the screen. Select/copy the text that appears in the editing window, and then paste it into your own window.&lt;br /&gt;
&lt;br /&gt;
== Math and Equations==&lt;br /&gt;
You may have need to express some simple [http://meta.wikimedia.org/wiki/Help:Formula equations] on the  Wiki. This is currently supported only using  a notation derived from &#039;&#039;&#039;LaTeX&#039;&#039;&#039;, and as with the  Jmol insertion above, is enabled within a &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; field inserted using the default editor (the SQRT(n) button), and producing  effects such as: &lt;br /&gt;
*&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;\begin{pmatrix}aa+bc &amp;amp; ac+cd \\ab+bd &amp;amp; bc+dd \end{pmatrix}&amp;lt;/math&amp;gt; &lt;br /&gt;
*&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;; &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;;  &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is possible to  produce the required  LateX markup using  GUI-editors such as  MathType etc.&lt;br /&gt;
&lt;br /&gt;
Trying combining some of the above by including a molecule and some  math and references  &#039;&#039;within a cell&#039;&#039; of a table.&lt;br /&gt;
&lt;br /&gt;
== Discussion and History ==&lt;br /&gt;
Each Wiki  page has a &#039;&#039;&#039;history&#039;&#039;&#039;.  If you make a mess of a page, you can always revert to an earlier version via the  History feature. Each page also has a discussion, where you and others can debate discuss some aspect of the topic.&lt;br /&gt;
&lt;br /&gt;
== Converters to the Wiki format: ==&lt;br /&gt;
&lt;br /&gt;
You can also convert a  Word document. Open it  in &#039;&#039;&#039;OpenOffice&#039;&#039;&#039; (rather than the Microsoft version) and &#039;&#039;&#039;export&#039;&#039;&#039; as Mediawiki. Open the resulting .txt file in eg  WordPad, select all the text, copy, and then paste this into the Wiki editing page. You will still have to upload the graphical images from the original  Word document separately.&lt;br /&gt;
#[http://download.openoffice.org/ OpenOffice 2.4/3.0] can read .doc documents and export them to MediaWiki.&lt;br /&gt;
#There is also a [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML to  Wiki] converter which you can use to import an existing  Web page into a  Wiki.&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
the following is a compilation of errors occasionally encountered.  We hope to add to this list.  If you encounter  &#039;&#039;&#039;reproducible&#039;&#039;&#039; error, and work out a fix for it, do please add it here yourself.&lt;br /&gt;
&lt;br /&gt;
*A frequent error is forgetting to go from &#039;&#039;&#039;preview&#039;&#039;&#039; to &#039;&#039;&#039;save&#039;&#039;&#039; before exiting the  browser.  When you return, all the un-saved content of the page will be lost.&lt;br /&gt;
*Sometimes in  Firefox, the  rotating molecule is replaced by a small {{fontcolor1|red|white|X}} instead. You should get the same if you go to this [http://java.com/en/download/help/testvm.xml test page]. If this is the case, you might find that pressing the  &#039;&#039;&#039;ctrl&#039;&#039;&#039; and &#039;&#039;&#039;F5&#039;&#039;&#039; keys simultaneously might clear the  error and restore the molecule to you. If that does not work, restart the  Firefox browser. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Further tutorials based on  3D crystal structures  ===&lt;br /&gt;
&lt;br /&gt;
These can be viewed [http://www.ccdc.cam.ac.uk/free_services/teaching/modules/teaching_webcsd/toc.html here].&lt;br /&gt;
&lt;br /&gt;
=Continuation of CIT skills=&lt;br /&gt;
The skills developed during these workshops will be in almost constant use throughout your course; you are encouraged to keep this up to date and to make use of these skills while writing lab reports and other coursework assignments.  As with anything in the digital world, progress is being made all the time with new search engines, new search algorithms, new software.  This also means that other searches and software are retired to make way for, newer more efficient tools.  This wiki will be a long-term reference which you can refer to and even update, and you are urged to keep it as a bookmark.&lt;br /&gt;
&lt;br /&gt;
== Software for your own computer ==&lt;br /&gt;
&lt;br /&gt;
*The department  has a  Site License for a program system called  [http://scistore.cambridgesoft.com/sitelicense.cfm?sid=948 ChemBio3D] (which includes ChemDraw for both  Windows and  Mac), the terms of which allow individual undergraduates to acquire a copy of the program and to install it on their personal  computer. The license is an annual one. &lt;br /&gt;
*[http://www.straightrunning.com/XmingNotes/ Xming] for accessing the Conquest data base.&lt;br /&gt;
*Programs such as  Microsoft  Office can be licensed via [http://www.microsoft.com/student/discounts/theultimatesteal-uk/default.aspx an academic license for £69.99].&lt;br /&gt;
*[https://directory.adeptscience.co.uk/products/search/1/1/474/cat474.html EndNote student edition] retails for  £85.00. Alternatively, try RefWorks (usually $100/year but &#039;&#039;&#039;free&#039;&#039;&#039; for Imperial students through [http://www3.imperial.ac.uk/library/digitallibrary/athensandukfed AthensDA]) It is a slightly simpler web-based program. A comparison between both can be found [http://library.princeton.edu/help/comparison.php here] (Princeton University). You should note that the  WOS system supports  Endnote directly, but requires a more complicated procedure for using  RefWorks or Mendeley.&lt;br /&gt;
*A further list of software may be found [[It:software-2011|here]], including other programs you can install on your personal computer which you may find useful.&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:assignment-2011&amp;diff=444235</id>
		<title>It:assignment-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:assignment-2011&amp;diff=444235"/>
		<updated>2014-10-15T16:16:08Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* CIT Assignment 2014 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
=CIT Assignment 2014=&lt;br /&gt;
The CIT assignment is an exercise which is designed to help you gain experience in gathering information on a given molecule. This is something which you will need to be able to do in order to do well in coursework while studying Chemistry, and in a wider context, is a skill which will be invaluable to you should you decide to take up a career in research.&lt;br /&gt;
&lt;br /&gt;
There is no &#039;start time&#039; for this assignment, but you must submit your report by the deadline below:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Friday 14th November 2014, 5pm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;You are free to start your assignment as soon as you wish&#039;&#039;&#039;, and can work on it any time up to the deadline.&lt;br /&gt;
&lt;br /&gt;
=Submission=&lt;br /&gt;
Please submit your assignment through Blackboard, within the 1st Year Chemistry Laboratories module. Select &amp;quot;CIT Course&amp;quot; and you will be presented with your submission folder &#039;&#039;&#039;provided you are submitting on time&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assignments cannot be submitted by email&#039;&#039;&#039; - by submitting online you can prove you have submitted it on time and that the marker has received it!&lt;br /&gt;
&lt;br /&gt;
=Details of the assignment=&lt;br /&gt;
&lt;br /&gt;
Your task is to produce a brief report on a given molecule (&#039;&#039;&#039;no more than two sides A4&#039;&#039;&#039;), finding relevant information including its physical data, a route to synthesise the molecule, and one reaction of importance for this molecule. All information should be appropriately cited from a creditable &#039;&#039;primary&#039;&#039; or &#039;&#039;secondary&#039;&#039; resource. You will most likely turn up a wealth of information on most of the molecules shown below; part of the task is deciding what is &#039;&#039;&#039;relevant&#039;&#039;&#039; information. &lt;br /&gt;
&lt;br /&gt;
==Structure of report==&lt;br /&gt;
Your report should include an introduction to the molecule of interest, explaining &#039;&#039;why&#039;&#039; it is of interest. Further discussion should go into its further reactions and explaining (simply) &#039;&#039;how&#039;&#039; it does its job, particularly if the molecule has application in biology. A synthetic route for making the molecule should include a brief discussion on the starting materials, where they are sourced (if they are natural products etc.). Any schemes should be large enough to be readable.&lt;br /&gt;
&lt;br /&gt;
Physical data should be &#039;&#039;relevant&#039;&#039; to the introduction, going some way towards backing up the statement of &#039;interest&#039; made in the introduction - you should not simply list the information - this will not add anything to your discussion.&lt;br /&gt;
&lt;br /&gt;
Above all, your report should be &#039;&#039;engaging and interesting&#039;&#039; to read; you should be writing in language intended for a general chemistry audience, rather than a technical discussion on the preparation of the molecule.&lt;br /&gt;
&lt;br /&gt;
The total text content should be between 700-1000 words (not including citations or figure captions), and the report as a whole should not exceed 2 pages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==A Book You Might Find Useful...==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Study and Communication Skills for the Chemical Sciences&#039;&#039;, Overton, Johnson and Scott - Oxford University Press, 2011.&lt;br /&gt;
&lt;br /&gt;
The whole book is useful, but for this assignment, particularly chapters &#039;&#039;&#039;5&#039;&#039;&#039;, &#039;&#039;&#039;6&#039;&#039;&#039;, &#039;&#039;&#039;7&#039;&#039;&#039;, &#039;&#039;&#039;9&#039;&#039;&#039; and &#039;&#039;&#039;10&#039;&#039;&#039; which relate to the finding of information, writing essays and preparing reports.&lt;br /&gt;
&lt;br /&gt;
Publisher&#039;s price is £20.99, you may be able to do better online.  Or check in the Library (bear in mind though that there are 180 of you, and there probably won&#039;t be 180 copies in the library!)&lt;br /&gt;
&lt;br /&gt;
=List of molecules=&lt;br /&gt;
&lt;br /&gt;
Choose one of the following molecules on which to base your report.  Be sure to study a different molecule from those around you - it would be awfully dull reading if everyone does the same molecule!  Alternatively, if there is another molecule which is of interest to you, please feel free to add it to this list and submit a report on that.&lt;br /&gt;
&lt;br /&gt;
#Thyroxine&lt;br /&gt;
#Quinine&lt;br /&gt;
#Ramipril&lt;br /&gt;
#Acetyl salicylic acid&lt;br /&gt;
#Minoxidil&lt;br /&gt;
#Riboflavin&lt;br /&gt;
#Aspartame&lt;br /&gt;
#Serotonin&lt;br /&gt;
#Capsaicin&lt;br /&gt;
#Ascorbic acid&lt;br /&gt;
#Sodium laureth sulfate&lt;br /&gt;
#Phenylalanine&lt;br /&gt;
#Sorbitol&lt;br /&gt;
#Methyl salicylate&lt;br /&gt;
#Methylene blue&lt;br /&gt;
#Warfarin&lt;br /&gt;
#Trimethyl arsenic&lt;br /&gt;
#DDT&lt;br /&gt;
#zinc dithiophosphate&lt;br /&gt;
#formic acid&lt;br /&gt;
#Betamethasone&lt;br /&gt;
#Carvone&lt;br /&gt;
#Fullerenes&lt;br /&gt;
#Adrenaline&lt;br /&gt;
&lt;br /&gt;
=Assessment criteria and Feedback=&lt;br /&gt;
In this assignment, you will be graded on the clarity of your message, the chemistry content, your editorial skill, and your use of CIT resources. You are free to compile your report in whatever manner you see fit, and the absence of a framework for the report is intended to stimulate your creativity!&lt;br /&gt;
&lt;br /&gt;
This assignment is a &#039;&#039;formative&#039;&#039; assignment; this means the assessment is not formal and does not contribute towards award of honours. It does mean that you will be given feedback which you should expect to use in the preparation of lab reports and other assignments.&lt;br /&gt;
&lt;br /&gt;
Above all else, you &#039;&#039;&#039;must&#039;&#039;&#039; cite all your information sources, and all text must be written in your own words; any words which are not your own should be in quotation marks with appropriate citation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:assignment-2011&amp;diff=442793</id>
		<title>It:assignment-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:assignment-2011&amp;diff=442793"/>
		<updated>2014-10-11T13:35:20Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
=CIT Assignment 2014=&lt;br /&gt;
The CIT assignment is an exercise which is designed to help you gain experience in gathering information on a given molecule. This is something which you will need to be able to do in order to do well in coursework while studying Chemistry, and in a wider context, is a skill which will be invaluable to you should you decide to take up a career in research.&lt;br /&gt;
&lt;br /&gt;
There is no &#039;start time&#039; for this assignment, but you must submit your report by the deadline below:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Friday 14th November 2014, 5pm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;You are free to start your assignment as soon as you wish&#039;&#039;&#039;, and can work on it any time up to the deadline.&lt;br /&gt;
&lt;br /&gt;
You should work in your chosen groups of 6 students (you will sign up to your groups on Blackboard) to prepare your poster.  You will be provided with a poster board on which you can mount printouts, drawings, models, anything! The only limit is your own creativity!&lt;br /&gt;
&lt;br /&gt;
You will form into groups in your &#039;&#039;&#039;second CIT workshop&#039;&#039;&#039;; molecules will then be drawn from a hat and assigned to groups.&lt;br /&gt;
&lt;br /&gt;
=Submission=&lt;br /&gt;
Please submit your assignment through Blackboard, within the 1st Year Chemistry Laboratories module. Select &amp;quot;CIT Course&amp;quot; and you will be presented with your submission folder &#039;&#039;&#039;provided you are submitting on time&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assignments cannot be submitted by email&#039;&#039;&#039; - by submitting online you can prove you have submitted it on time and that the marker has received it!&lt;br /&gt;
&lt;br /&gt;
=Details of the assignment=&lt;br /&gt;
&lt;br /&gt;
Your task is to produce a brief report on a given molecule (&#039;&#039;&#039;no more than two sides A4&#039;&#039;&#039;), finding relevant information including its physical data, a route to synthesise the molecule, and one reaction of importance for this molecule. All information should be appropriately cited from a creditable &#039;&#039;primary&#039;&#039; or &#039;&#039;secondary&#039;&#039; resource. You will most likely turn up a wealth of information on most of the molecules shown below; part of the task is deciding what is &#039;&#039;&#039;relevant&#039;&#039;&#039; information. &lt;br /&gt;
&lt;br /&gt;
==Structure of report==&lt;br /&gt;
Your report should include an introduction to the molecule of interest, explaining &#039;&#039;why&#039;&#039; it is of interest. Further discussion should go into its further reactions and explaining (simply) &#039;&#039;how&#039;&#039; it does its job, particularly if the molecule has application in biology. A synthetic route for making the molecule should include a brief discussion on the starting materials, where they are sourced (if they are natural products etc.). Any schemes should be large enough to be readable.&lt;br /&gt;
&lt;br /&gt;
Physical data should be &#039;&#039;relevant&#039;&#039; to the introduction, going some way towards backing up the statement of &#039;interest&#039; made in the introduction - you should not simply list the information - this will not add anything to your discussion.&lt;br /&gt;
&lt;br /&gt;
Above all, your report should be &#039;&#039;engaging and interesting&#039;&#039; to read; you should be writing in language intended for a general chemistry audience, rather than a technical discussion on the preparation of the molecule.&lt;br /&gt;
&lt;br /&gt;
The total text content should be between 700-1000 words (not including citations or figure captions), and the report as a whole should not exceed 2 pages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==A Book You Might Find Useful...==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Study and Communication Skills for the Chemical Sciences&#039;&#039;, Overton, Johnson and Scott - Oxford University Press, 2011.&lt;br /&gt;
&lt;br /&gt;
The whole book is useful, but for this assignment, particularly chapters &#039;&#039;&#039;5&#039;&#039;&#039;, &#039;&#039;&#039;6&#039;&#039;&#039;, &#039;&#039;&#039;7&#039;&#039;&#039;, &#039;&#039;&#039;9&#039;&#039;&#039; and &#039;&#039;&#039;10&#039;&#039;&#039; which relate to the finding of information, writing essays and preparing reports.&lt;br /&gt;
&lt;br /&gt;
Publisher&#039;s price is £20.99, you may be able to do better online.  Or check in the Library (bear in mind though that there are 180 of you, and there probably won&#039;t be 180 copies in the library!)&lt;br /&gt;
&lt;br /&gt;
=List of molecules=&lt;br /&gt;
&lt;br /&gt;
Choose one of the following molecules on which to base your report.  Be sure to study a different molecule from those around you - it would be awfully dull reading if everyone does the same molecule!  Alternatively, if there is another molecule which is of interest to you, please feel free to add it to this list and submit a report on that.&lt;br /&gt;
&lt;br /&gt;
#Thyroxine&lt;br /&gt;
#Quinine&lt;br /&gt;
#Ramipril&lt;br /&gt;
#Acetyl salicylic acid&lt;br /&gt;
#Minoxidil&lt;br /&gt;
#Riboflavin&lt;br /&gt;
#Aspartame&lt;br /&gt;
#Serotonin&lt;br /&gt;
#Capsaicin&lt;br /&gt;
#Ascorbic acid&lt;br /&gt;
#Sodium laureth sulfate&lt;br /&gt;
#Phenylalanine&lt;br /&gt;
#Sorbitol&lt;br /&gt;
#Methyl salicylate&lt;br /&gt;
#Methylene blue&lt;br /&gt;
#Warfarin&lt;br /&gt;
#Trimethyl arsenic&lt;br /&gt;
#DDT&lt;br /&gt;
#zinc dithiophosphate&lt;br /&gt;
#formic acid&lt;br /&gt;
#Betamethasone&lt;br /&gt;
#Carvone&lt;br /&gt;
#Fullerenes&lt;br /&gt;
#Adrenaline&lt;br /&gt;
&lt;br /&gt;
=Assessment criteria and Feedback=&lt;br /&gt;
In this assignment, you will be graded on the clarity of your message, the chemistry content, your editorial skill, and your use of CIT resources. You are free to compile your report in whatever manner you see fit, and the absence of a framework for the report is intended to stimulate your creativity!&lt;br /&gt;
&lt;br /&gt;
This assignment is a &#039;&#039;formative&#039;&#039; assignment; this means the assessment is not formal and does not contribute towards award of honours. It does mean that you will be given feedback which you should expect to use in the preparation of lab reports and other assignments.&lt;br /&gt;
&lt;br /&gt;
Above all else, you &#039;&#039;&#039;must&#039;&#039;&#039; cite all your information sources, and all text must be written in your own words; any words which are not your own should be in quotation marks with appropriate citation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:assignment-2011&amp;diff=442792</id>
		<title>It:assignment-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:assignment-2011&amp;diff=442792"/>
		<updated>2014-10-11T13:31:29Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* CIT Assignment 2012 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
=CIT Assignment 2014=&lt;br /&gt;
The CIT assignment is an exercise which is designed to help you gain experience in gathering information on a given molecule. This is something which you will need to be able to do in order to do well in coursework while studying Chemistry, and in a wider context, is a skill which will be invaluable to you should you decide to take up a career in research.&lt;br /&gt;
&lt;br /&gt;
There is no &#039;start time&#039; for this assignment, but you must submit your report by the deadline below:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Friday 14th November 2014, 5pm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;You are free to start your assignment as soon as you wish&#039;&#039;&#039;, and can work on it any time up to the deadline.&lt;br /&gt;
&lt;br /&gt;
You should work in your chosen groups of 6 students (you will sign up to your groups on Blackboard) to prepare your poster.  You will be provided with a poster board on which you can mount printouts, drawings, models, anything! The only limit is your own creativity!&lt;br /&gt;
&lt;br /&gt;
You will form into groups in your &#039;&#039;&#039;second CIT workshop&#039;&#039;&#039;; molecules will then be drawn from a hat and assigned to groups.&lt;br /&gt;
&lt;br /&gt;
=Submission=&lt;br /&gt;
Please submit your assignment through Blackboard, within the 1st Year Chemistry Laboratories module. Select &amp;quot;CIT Course&amp;quot; and you will be presented with your submission folder &#039;&#039;&#039;provided you are submitting on time&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assignments cannot be submitted by email&#039;&#039;&#039; - by submitting online you can prove you have submitted it on time and that the marker has received it!&lt;br /&gt;
&lt;br /&gt;
=Presentation=&lt;br /&gt;
Your presentation will be made in the &#039;&#039;&#039;Perkin Laboratory&#039;&#039;&#039; from &#039;&#039;&#039;2-5pm&#039;&#039;&#039; on  &#039;&#039;&#039;Friday 9th November&#039;&#039;&#039;.  You must make sure that your poster is ready to be assessed &#039;&#039;&#039;by 2pm&#039;&#039;&#039;; you will be able to get into the lab at 1pm to commence setting up your poster.&lt;br /&gt;
&lt;br /&gt;
A sample poster board will be made available to you for a guide to size in the second CIT workshop you attend.&lt;br /&gt;
&lt;br /&gt;
=Details of the assignment=&lt;br /&gt;
&lt;br /&gt;
Your task is to produce a poster with your group on your assigned molecule. You should aim to describe what makes it interesting and an introduction to its chemistry. All information should be appropriately cited from a creditable &#039;&#039;primary&#039;&#039; or &#039;&#039;secondary&#039;&#039; resource.  You will most likely turn up a wealth of information on most of the molecules shown below; part of the task is deciding what is &#039;&#039;&#039;relevant&#039;&#039;&#039; information.&lt;br /&gt;
&lt;br /&gt;
==Structure of poster==&lt;br /&gt;
Your poster should include an introduction to the molecule of interest, explaining &#039;&#039;why&#039;&#039; it is of interest. Further information&lt;br /&gt;
Any synthetic route for making the molecule, if included, should include a brief discussion on the starting materials, where they are sourced (if they are natural products etc.).  Any schemes should be large enough to be readable.&lt;br /&gt;
&lt;br /&gt;
Physical data should be relevant to the &#039;story&#039; and not just included for the sake of including it, going some way towards backing up the statement of &#039;interest&#039; made in the introduction.&lt;br /&gt;
&lt;br /&gt;
Above all, your poster should be &#039;&#039;engaging and interesting to read&#039;&#039;; you should be writing in language intended for a general chemistry audience, rather than a technical discussion on the preparation of the molecule.&lt;br /&gt;
&lt;br /&gt;
You will be provided with a poster board on which to mount your materials - you should bring the materials with you to the presentation and mount them to the board from 1pm.  Your poster should be ready for presentation by 2pm on the 9th November.&lt;br /&gt;
&lt;br /&gt;
==A Book You Might Find Useful...==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Study and Communication Skills for the Chemical Sciences&#039;&#039;, Overton, Johnson and Scott - Oxford University Press, 2011.&lt;br /&gt;
&lt;br /&gt;
The whole book is useful, but for this assignment, particularly chapters &#039;&#039;&#039;5&#039;&#039;&#039;, &#039;&#039;&#039;6&#039;&#039;&#039;, &#039;&#039;&#039;7&#039;&#039;&#039;, &#039;&#039;&#039;9&#039;&#039;&#039; and &#039;&#039;&#039;10&#039;&#039;&#039; which relate to the finding of information, writing essays and preparing reports.&lt;br /&gt;
&lt;br /&gt;
Publisher&#039;s price is £20.99, you may be able to do better online.  Or check in the Library (bear in mind though that there are 150 of you, and there probably won&#039;t be 150 copies in the library!)&lt;br /&gt;
&lt;br /&gt;
=List of molecules=&lt;br /&gt;
&lt;br /&gt;
Choose one of the following molecules on which to base your report.  Be sure to study a different molecule from those around you - it would be awfully dull reading if everyone does the same molecule!  Alternatively, if there is another molecule which is of interest to you, please feel free to add it to this list and submit a report on that.&lt;br /&gt;
&lt;br /&gt;
#Thyroxine&lt;br /&gt;
#Quinine&lt;br /&gt;
#Ramipril&lt;br /&gt;
#Acetyl salicylic acid&lt;br /&gt;
#Minoxidil&lt;br /&gt;
#Riboflavin&lt;br /&gt;
#Aspartame&lt;br /&gt;
#Serotonin&lt;br /&gt;
#Capsaicin&lt;br /&gt;
#Ascorbic acid&lt;br /&gt;
#Sodium laureth sulfate&lt;br /&gt;
#Phenylalanine&lt;br /&gt;
#Sorbitol&lt;br /&gt;
#Methyl salicylate&lt;br /&gt;
#Methylene blue&lt;br /&gt;
#Warfarin&lt;br /&gt;
#Trimethyl arsenic&lt;br /&gt;
#DDT&lt;br /&gt;
#zinc dithiophosphate&lt;br /&gt;
#formic acid&lt;br /&gt;
#Betamethasone&lt;br /&gt;
#Carvone&lt;br /&gt;
#Fullerenes&lt;br /&gt;
#Adrenaline&lt;br /&gt;
&lt;br /&gt;
=Assessment criteria and Feedback=&lt;br /&gt;
In this assignment, you will be graded on the clarity of your message, the chemistry content, your editorial skill, and your use of CIT resources. You are free to compile your poster in whatever manner you see fit, and the absence of a framework for the poster is intended to stimulate your creativity!&lt;br /&gt;
&lt;br /&gt;
This assignment is a &#039;&#039;formative&#039;&#039; assignment; this means the assessment is not formal and does not contribute towards of honours. It does mean that you will be given feedback which you should expect to use in the preparation of lab reports and other assignments.&lt;br /&gt;
&lt;br /&gt;
Above all else, you &#039;&#039;&#039;must&#039;&#039;&#039; cite all your information sources, and all text must be written in your own words; any words which are not your own should be in quotation marks with appropriate citation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442791</id>
		<title>It:coursework-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442791"/>
		<updated>2014-10-11T13:27:50Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Local invocation of the Cambridge Crystal Structure Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Overall Objectives of CIT workshops=&lt;br /&gt;
&lt;br /&gt;
The Computer lab  (formally booked for your group, A1, A2, B1, B2, C1, C2) is for your course work and you have priority over other users at these times.  You are of course free to use the computers outside these times for course work, but on a first-come-first served basis and only if another course is not running. You can also use the computers located in the study area and you have access to 24 hour opening in the central library. All &amp;quot;Chemistry Software&amp;quot; should be available also in the Library to your user account. If you find that something is not immediately available, please do get in touch with the ICT Helpdesk. During the lab time allocated for the IT course, you will be expected to achieve the following objectives:&lt;br /&gt;
&lt;br /&gt;
# Accessing  course and laboratory notes and using scientific  journals to support lectures&lt;br /&gt;
# Using &#039;&#039;&#039;Word&#039;&#039;&#039; in combination with the &#039;&#039;&#039;EndNote&#039;&#039;&#039; bibliographic database and &#039;&#039;&#039;ChemDraw&#039;&#039;&#039; to write  laboratory reports and essays&lt;br /&gt;
# Learn to use various bibliographic chemistry search systems&lt;br /&gt;
# Learn to conduct molecular structure-based search systems&lt;br /&gt;
# Applying these searches to the requirements of a laboratory course&lt;br /&gt;
&lt;br /&gt;
You should of course appreciate that the distinction between lectures and labs is rather artificial, and any database which you might use for one is certainly useful for the other as well.&lt;br /&gt;
&lt;br /&gt;
=Self-Study - Software Familiarity=&lt;br /&gt;
&lt;br /&gt;
There are a number of programs with which you will use throughout your study at Imperial College, and the aim of these sessions is to give you an introduction to some of the packages, as well as explaining what the other packages do.  In order to gain the most from your two workshop sessions, you are urged to complete the following section &#039;&#039;&#039; &amp;lt;u&amp;gt;before you come to the workshop sessions&amp;lt;/u&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Before you come to the workshop sessions...==&lt;br /&gt;
&lt;br /&gt;
...there are a few exercises you should perform to ensure you are familiar with the operation of the computer systems available on campus.&lt;br /&gt;
* Check your login works; if you are browsing on a campus computer, then you will have already logged in. If you are accessing from your own computer, ensure that you can sign into your [https://exchange.imperial.ac.uk campus email account] through the [https://exchange.imperial.ac.uk web interface].&lt;br /&gt;
* Using the &#039;&#039;&#039;FireFox&#039;&#039;&#039; web browser (Firefox is better at handling chemistry search packages than Internet Explorer, and can be more reliable especially when running Java applets), you should be browsing this ChemWiki (home page URL of ChemWiki: &amp;lt;tt&amp;gt;http://www.ch.ic.ac.uk/wiki/&amp;lt;/tt&amp;gt;). It should be listed in the Bookmarks menu of department cluster computers; you may wish to add it to the bookmarks of your own computer also.&lt;br /&gt;
* You will be using  Firefox to browse the pages of a  [http://en.wikipedia.org/wiki/Wiki Wiki].  There is only one suggestion for browsing these pages that  you might wish to follow. When encountering a hyperlink, as in the preceding link describing what a Wiki is, you will probably want to open it in a separate window or tab from the  instruction page (so that you can refer to both if the need arises). If you just click the link, it will  &#039;&#039;&#039;replace&#039;&#039;&#039; the instruction window. So, get used to clicking on the link with the  &#039;&#039;&#039;right mouse button&#039;&#039;&#039; rather than the left one.  This will then give you the option of opening the link in either a new window or a new tab of the current window.&lt;br /&gt;
&lt;br /&gt;
===Computer, Browser and Wordprocessor familiarity===&lt;br /&gt;
*[[Image:login_window.jpg|right|thumb|login window]]Log-in.  There is one important difference between using a home computer and the ones here; you need to authenticate your session with the password issued to you at registration. Check the login window looks as shown on the right, and proceed to login.&lt;br /&gt;
*[[Image:home.jpg|left|thumb|Document home]]Perhaps the single most confusing aspect for most people is what the &#039;&#039;Home&#039;&#039; icon (left) means. So let&#039;s sort this out immediately. You are working in an &#039;&#039;enterprise&#039;&#039; environment, where a fast network connects each computer to a central area for storing files. When you log in, you are granted access to your files, and on the computer desktop, the &#039;&#039;Home&#039;&#039; icon means &amp;quot;the directory where the folders and documents associated specifically with the login account are stored&amp;quot;. This is because all computers work on the metaphor of a filing system with hierarchies. Home is the top of your personal file system!  If you double click this icon, you should see YOUR files. Check this! If you get lost navigating the hierarchical directories, &amp;quot;Home&amp;quot; is always a useful way of restoring a sense of orientation. Home also has a synonym, called &amp;quot;&#039;&#039;&#039;My Documents&#039;&#039;&#039;&amp;quot;, which the operating system can sometimes display instead of Home.&lt;br /&gt;
*[[Image:o2007.jpg|thumb|right|Office 2007]][[Image:subsuper.jpg|right|thumb|Subs and Superscripts]][[Image:o2007b.jpg|thumb|left||EndNote tab]]Start Microsoft &#039;&#039;&#039;Office 2007&#039;&#039;&#039; (we will assume you still have  FireFox running).  The basic (&#039;&#039;&#039;Home&#039;&#039;&#039;) Word document work area is shown to the in the thumnail to the right (click to expand it) and you should familiarise yourself with some of the palettes. This version of the program is somewhat different from earlier versions you may already be familiar with, such as Office 2003.  In particular, open/save/print dialogs are now to be found by pressing on the Icon highlighted here with a &#039;&#039;&#039;red&#039;&#039;&#039; circle. Copy/paste operations are invoked using the icon encircled in &#039;&#039;&#039;purple&#039;&#039;&#039;. Other common operations are found to the right of these two in the taskbar, including the chemically useful &#039;&#039;&#039;subscript&#039;&#039;&#039; and &#039;&#039;&#039;superscripts&#039;&#039;&#039; (right diagram). Note also the the default document saves invokes the new &#039;&#039;&#039;.docx&#039;&#039;&#039; format, which is an XML-based type with much interesting &#039;&#039;informatics&#039;&#039; potential. If you intend sending a document to someone who is still using Word 2003 or earlier, you should instead save your document in the older &#039;&#039;&#039;.doc&#039;&#039;&#039; format (although .doc to .docx converters are available). You can also save as PDF, which is useful for project/report submission.&lt;br /&gt;
*[[Image:o2007a.jpg|left|thumb|Insert tab]]There are two other task-bars you will find useful. the &#039;&#039;&#039;Insert&#039;&#039;&#039; bar inserts a variety of other content, including pictures, tables and the like. The &#039;&#039;&#039;EndNote&#039;&#039;&#039; tab invokes a citation and reference manager, which you will use as described below (&#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: If the Endnote ribbon does not show, do the following; Go to Programs/Additional Programs/EndNote/Configure EndNote and run this script, whereupon the EndNote ribbon should appear in Word 2007).&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Practice copying text from the Firefox Browser Window to the Word document. You can do this using the Copy/Paste metaphor, or you can try the drag-n-drop mode. You will notice that whilst the text itself comes over, any formatting associated with this text (size, colour, weight etc) might not. You may also get more than you bargained for (i.e. hidden browser instructions etc.) [This copy is a one-way operation, since the FireFox window is &amp;quot;read-only&amp;quot;].&lt;br /&gt;
*[[Image:FireFox_paste.jpg|thumb|right|Save Firefox image]] &#039;&#039;&#039;Images&#039;&#039;&#039; are special when it comes to copying. Proceed as follows:&lt;br /&gt;
*# Find an image in the browser you wish to copy, and with the cursor over the top, right click (Windows) to get a menu that looks like the one on the right:&lt;br /&gt;
*# If one of the options is &#039;&#039;&#039;Copy image&#039;&#039;&#039;, select it. Not all browsers support this, in which case instead invoke &#039;&#039;save this image as&#039;&#039; and save it in an appropriate directory (A suitable sub-directory of Home on Windows).&lt;br /&gt;
*# With an Office Word window open, paste the image (if you copied it) or &#039;&#039;&#039;Insert/Picture/from file&#039;&#039;&#039; (if you saved it). The image will come over as its &amp;quot;real size&amp;quot;. Word will allow you to rescale it, by dragging the bottom right corner of the image. Observe carefully what happens if you resize it to be larger as well as smaller.&lt;br /&gt;
*# Do remember how to change between windows (the technical term is that the active window is said to be &#039;&#039;on focus&#039;&#039;) by selecting the required window from its icon shown on the task bar/dock at the bottom of the screen.&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&lt;br /&gt;
&amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&amp;lt;size&amp;gt;150&amp;lt;/size&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;zoom 200; cpk -20;move 10 -20 10 0 0 0 0 0 3; delay 1;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|Not everything is always &amp;quot;copyable&amp;quot;. Some apparent images are in fact produced by an &amp;quot;applet&amp;quot; [http://wiki.jmol.org:81/index.php/MediaWiki embedded] in the browser. This includes most conspicuously chemical diagrams, such as may often be found on these course notes. Here a copy or a save operation may not produce the effect you desire.&lt;br /&gt;
|}&lt;br /&gt;
* Practice naming and saving document files to your &#039;&#039;Home&#039;&#039; (Drive H: on Windows) or a removable medium such as a FlashDrive.&lt;br /&gt;
* Practice finding files and documents from these various locations. [It frequently happens that they do not get saved where you think, and finding such lost files is skill you need to acquire rapidly!] Note however that finding  &#039;&#039;&#039;content&#039;&#039;&#039; of files may be very slow. Windows Desktop Search is  &#039;&#039;&#039;NOT&#039;&#039;&#039; activated on College systems.&lt;br /&gt;
* [http://www.ch.ic.ac.uk/local/email/ Practice setting up E-mail], sending a document as an attachment (to yourself) and good e-mail housekeeping and etiquette. &lt;br /&gt;
=== Configuring storage for your document libraries ===&lt;br /&gt;
&lt;br /&gt;
Programs such as  &#039;&#039;&#039;EndNote&#039;&#039;&#039;, &#039;&#039;&#039;Mendeley&#039;&#039;&#039;, &#039;&#039;&#039;iTunes&#039;&#039;&#039; store document collections in the form of libraries.  These can get quite big over the course of time, and so its important to store them correctly.&lt;br /&gt;
&lt;br /&gt;
==== EndNote ====&lt;br /&gt;
&lt;br /&gt;
When you open  EndNote for the first time, it will offer the opportunity to create a new library.  You should save it in the location e.g. Computer =&amp;gt;  &#039;&#039;&#039;userid(\\icfs18.cc.ic.ac.uk) (M:)&#039;&#039;&#039; Thereafter you can set it to open this library when the program starts.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley ====&lt;br /&gt;
&lt;br /&gt;
Open the program and invoke &#039;&#039;&#039;Tools/Options/File Organiser&#039;&#039;&#039; and  select drive  M: for the library.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Edit/Preferences/Advanced&#039;&#039;&#039;  and set the  iTunes Media folder location to M: (or other if  M: is already full). Also tick  &#039;&#039;&#039;Copy files to  iTunes Media folder when adding to library&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You may find it advantageous to start working through the Workshop material below in advance of your scheduled workshop as it will allow you to identify any problem areas upon which you can concentrate with a demonstrator.&lt;br /&gt;
&lt;br /&gt;
=Start of Demonstration material=&lt;br /&gt;
The material which follows is intended to be the start of what is covered in the workshops and for which support will be available. This does not mean that the work cannot be done outside of the allocated workshop time; in fact you are &#039;&#039;&#039;positively encouraged to continue working through the material&#039;&#039;&#039; at your leisure.  The notes here are intended to be a continuous point of reference throughout your course as you will continue to use many of these software packages for the next 3-5 years at least!&lt;br /&gt;
&lt;br /&gt;
== Combined Word/ EndNote Familiarity  ==&lt;br /&gt;
This section will illustrate how the functionality of Word can be extended using a citation or reference manager. First, you will need to generate some citations, and this will be done using a  database known as  Web of Science, and with the objective of finding out a about &#039;&#039;&#039;&#039;&#039;penicillin&#039;&#039;&#039;&#039;&#039; and its &#039;&#039;&#039;&#039;&#039;conversion to cephalosporin&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== A Web of Knowledge Search ===&lt;br /&gt;
#[[Image:Endnote1e.jpg|thumb|left|WoK search]]  From the [http://wok.mimas.ac.uk/ Web-of-Knowledge] link (which you are advised to open in a separate window, using a right-click from the mouse), select the option to &lt;br /&gt;
#&#039;&#039;&#039;Connect to the ISI Web of Knowledge Service&#039;&#039;&#039;  and then select the  &lt;br /&gt;
#&#039;&#039;Web of Science&#039;&#039; tab from along the top and finally from the citation databases, narrow it down to the&lt;br /&gt;
# Science Citation Index expanded&lt;br /&gt;
#Try checking on the number of articles members of our staff (or your tutors) published in 2009 by entering their name into the  &#039;&#039;&#039;Author&#039;&#039;&#039; box. You almost certainly will need to know that first, and probably also their second initial for this to correctly identify them. Check its working by entering a string in the &#039;&#039;&#039;advanced&#039;&#039;&#039; search such as &amp;lt;tt&amp;gt;au=Spivey a* and og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
#When you have some hits, either tick individual citations, or &#039;&#039;&#039;All records on page&#039;&#039;&#039; or a span of records. &lt;br /&gt;
#Next, make sure you have  Microsoft Word running,  and  from the  &#039;&#039;&#039;EndNote X4&#039;&#039;&#039; taskbar of Word, click on &#039;&#039;&#039;Go to EndNote&#039;&#039;&#039;.  From the options offered (which you only see the first time you run  EndNote, and also, ignore prompts about EndNote Web for the time being), create a new  EndNote database, currently of course empty.&lt;br /&gt;
#[[Image:Endnote1b.jpg|right|saving a list for Endnote]]Return to the  Browser window displaying  WOS and  click on &#039;&#039;&#039;Save to EndNote&#039;&#039;&#039;.  An automated procedure should initiate, the end result of which will be that your EndNote library will now be populated by the references you have just found.    &lt;br /&gt;
#If the automated procedure does not initiate, the system will instead produce a file on your computer desktop (it may appear with the name &#039;&#039;&#039;uml_view.cgi&#039;&#039;&#039; on the desktop) which you can open directly with EndNote (see below).&lt;br /&gt;
&lt;br /&gt;
=== Inserting the citations just found into  Word using EndNote===&lt;br /&gt;
#[[Image:Endnote1a.jpg|thumb|right|Starting EndNote]]Go back to your bibliographic library in EndNote and before anything happens to it, save it to your M: drive as described above.&lt;br /&gt;
#Via &#039;&#039;&#039;Edit/preferences/Libraries&#039;&#039;&#039; select to load this database upon startup, thus dispensing with subsequent startup dialogs (it will in fact  default to opening the most recently used library).  &lt;br /&gt;
#[[Image:endnote-style.jpg|thumb|left|Checking the  style setting]]From &#039;&#039;&#039;Edit/Output style/Open Style Mananger&#039;&#039;&#039;, select the tick-box against  a template known as &#039;&#039;&#039;Royal Society of Chemistry&#039;&#039;&#039; (you may have to use &#039;&#039;&#039;Find by/Chemistry&#039;&#039;&#039; to locate it). From now on, always check that this style is correctly set when you open EndNote (arrow 1 to the left).&lt;br /&gt;
#If  you are importing a citation list  rather than relying on the automated procedure, then from &#039;&#039;&#039;File/Import&#039;&#039;&#039; of EndNote define the Import Option &#039;&#039;&#039;ISI-CE&#039;&#039;&#039; in the pull down menu, or &#039;&#039;&#039;Other Filters/SciFinder (CAS)&#039;&#039;&#039; if importing  SciFinder Scholar) and import any saved datasets you created earlier from WOS or SciFinder. &lt;br /&gt;
#[[Image:Endnote1c.jpg|thumb|right|]][[Image:Endnote1d.jpg|thumb|left|Word with citations showing|]]Go back to  Word 2007, and write some text.  At an appropriate point, from the &#039;&#039;&#039;Endnote X4 taskbar tab&#039;&#039;&#039;, press &#039;&#039;&#039;Go to  EndNote&#039;&#039;&#039; when your library should be revealed (in this case containing the references you have just imported). Select the one you want to insert, and press the &#039;&#039;&#039;Insert citation&#039;&#039;&#039; tab (arrow 2 to the left).  If everything has been set up correctly, Word should insert your desired reference from your bibliographic database, formatted according to the RSC guidelines. If you rearrange the order in which the references appear in the text by cutting/pasting, the numbering at the bottom should change accordingly. If you delete a reference, it should disappear from the numbered list.&lt;br /&gt;
#Save the  Word document for future reference.  It should serve to illustrate how you will write lab reports, and later in your degree, extended essays (where you may cite  between  50-100 references). The whole point of doing it this way is that all the otherwise arduous tasks of numbering and editing the references will be automated for you.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley and other alternatives to  EndNote ====&lt;br /&gt;
[[image:refworks.jpg|thumb|right]]A significant problem with  EndNote is the cost.  This does not matter whilst you are using computers within the  College, but it does matter if  you want to use your own computer. Alternatives to using EndNote as shown above include [https://www.refworks.com/Refworks/login.asp?WNCLang=false RefWorks] (for which the client software can be downloaded without cost) and an innovative program called [http://www.mendeley.com/ Mendeley] which is available on the computers in the department. &lt;br /&gt;
&lt;br /&gt;
# If you do want to use  RefWorks, please ensure you login via the Shibboleth users option.&lt;br /&gt;
&lt;br /&gt;
==  Chemdraw Familiarity ==&lt;br /&gt;
*[[Image:unknown1.jpg|left|thumb|Click to expand image]] [[Image:taxolhsr.jpg|Taxol|right|300px]] &#039;&#039;&#039;Starting and using ChemDraw.&#039;&#039;&#039; Start Chemdraw icon from the &#039;&#039;&#039;Start/Programs menu&#039;&#039;&#039;. Practice by drawing Taxol (right). You many need a few hints and tips, and the demonstrators should be able to help  you with this.  Its easier than trying to describe the technique here (don&#039;t worry, everyone picks up Chemdraw by watching others use it!). &lt;br /&gt;
*Check that you have drawn it correctly by calculating its formula. To do this, Go to &#039;&#039;&#039;View/Show analysis&#039;&#039;&#039; window and record what you see (it should give you C&amp;lt;sub&amp;gt;47&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;51&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;14&amp;lt;/sub&amp;gt;. Mol. Weight 853.91). Do you get the same values? If you do not, you will have to try to find where the discrepancy is. Remember, if you cannot draw a structure reliably, you will not be able to search for it reliably. Using the ChemDraw application, select copy/paste the structure into a Microsoft Word window. Practice editing the structure inside the Word processor by double clicking its diagram. Practice re-scaling the ChemDraw diagram either within Word or within Chemdraw. Scaling is normally done by pointing the cursor at the bottom right hand corner (it should change shape at this point) and then &amp;quot;dragging&amp;quot; inwards or outwards to change the size. Try copying instead the Web picture (GIF format) from this Web page to Word. Put side by side with the picture of the same molecule derived from ChemDraw and experiment with scaling both. &#039;&#039;&#039;What is the difference in behaviour?&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
If you want more practice (with stereochemical wedges text positioning, etc), try the molecule on the left.  &#039;&#039;&#039;Can you identify what it is called?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Lecture  Support: Journal Familiarity ==&lt;br /&gt;
&lt;br /&gt;
You can go visit the databases of some major chemistry publishers, and track down any articles that members of this department (or other departments or your favourite Nobel prize lautreates) may have published there. You might try searching for your current lecturer, or one or more of your tutors. Go directly to one or more of the following:&lt;br /&gt;
* [http://pubs.acs.org/search/advanced The American Chemical  Society] (where you can subscribe to an  RSS feed of the search, which means you will be notified of new items)&lt;br /&gt;
* [http://www.rsc.org/Publishing/Journals/cc/index.asp The Royal Society of  Chemistry] and their premier journal  &#039;&#039;Chemical communications&#039;&#039;&lt;br /&gt;
* [http://www.nature.com/search/adv_search?sp-a=sp1001702d&amp;amp;sp-x-1=ujournal&amp;amp;sp-q-1=Nature%20Chemistry Nature  Chemistry] advanced search.&lt;br /&gt;
* [http://www3.interscience.wiley.com/journal/26737/home Wiley Interscience]  and their flagship chemistry journal  &#039;&#039;Angew. Chemie.&#039;&#039;&lt;br /&gt;
* [http://www.sciencedirect.com Science Direct]&lt;br /&gt;
&lt;br /&gt;
The navigation of these journals via their tables of contents is left for you to explore on your own. You can of course  go to an article directly by following any  DOI link that you might have found in your lecture notes or elsewhere. You should retrieve the  Acrobat  file corresponding to any articles you may have tracked down, and save them in a folder on your computer  H: drive for future use and analysis (for example with the program Mendeley). Later in your course, you may encounter lecture courses or laboratory courses which in fact require you to track down articles in the literature in this manner. It is good to start practising early.&lt;br /&gt;
&lt;br /&gt;
== Lecture Support: Named chemicals ==&lt;br /&gt;
&lt;br /&gt;
# To apply the above skills by using [http://wok.mimas.ac.uk/ WOS] to perform a comprehensive literature search on the &#039;&#039;&#039;molecule&#039;&#039;&#039; &#039;&#039;Penicillin&#039;&#039;, a &#039;&#039;&#039;reaction&#039;&#039;&#039; (&#039;&#039;its conversion to Cephalosporin&#039;&#039;), its &#039;&#039;properties&#039;&#039;, both physical (spectroscopic) and biological. Thus, type  &#039;&#039;penicillin and cephalosporin&#039;&#039; into the  &#039;&#039;&#039;Topic&#039;&#039;&#039; box and see if you can prune these down with a more elaborate search perhaps, using some of the Boolean logic shown in the lectures by invoking the  &#039;&#039;&#039;Advanced Search&#039;&#039;&#039; option. &lt;br /&gt;
#* &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (136)&lt;br /&gt;
#* &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2629)&lt;br /&gt;
##Or, try the drug &#039;&#039;&#039;Temozolomide&#039;&#039;&#039;, currently very much in the  [http://news.bbc.co.uk/1/hi/england/west_midlands/7675014.stm news] &lt;br /&gt;
##Tasimelteon ([http://news.bbc.co.uk/1/hi/health/7760105.stm time bending drug for jet lag]) or &lt;br /&gt;
##[http://news.bbc.co.uk/1/hi/health/8237530.stm Sulforaphane], which  occurs in broccoli and cauliflower and protects against heart attacks.&lt;br /&gt;
#Compare the results of one of these searches with  less specialised search engines such as &lt;br /&gt;
#*[http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar],   &lt;br /&gt;
#*[http://www.scirus.com/srsapp/advanced/index.jsp SciRus], &lt;br /&gt;
#*[http://www.bing.com/?scope=web&amp;amp;mkt=en-GB Microsoft Bing],&lt;br /&gt;
#*[http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha].  &lt;br /&gt;
&lt;br /&gt;
===  Lecture  Support: A SciFinder search instead ===&lt;br /&gt;
*The [https://scifinder.cas.org/ Scifinder Scholar] system  is available for general and student use.&lt;br /&gt;
** You cannot use your  College login for access, but must request your own login to be created.&lt;br /&gt;
*** [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar Go here to register]. You have to create yourself a login  ID.  This ID is quite independent of your College ID, and if you forget the password you  have set, you will have to recover it from the SciFinder site.   Where it asks you to identify your area of research interest, you may not want to reveal this  (we have been assured students will not get related spam sent to them) and  you might want to register an interest only in e.g. &#039;&#039;other field&#039;&#039;.&lt;br /&gt;
** Completing the registration will result in an email being sent to the email address you provide with activation instructions. &lt;br /&gt;
*** Once you have obtained an  ID,  at the [https://origin-scifinder.cas.org SciFinder site], click on  &#039;&#039;&#039;Explore References&#039;&#039;&#039; and in the  &#039;&#039;&#039;Research topic box&#039;&#039;&#039; enter  &amp;quot;Conversion of penicillin to cephalosporin&amp;quot;.  &lt;br /&gt;
** You will receive a request to accept an application digital signature at this stage, which you should accept.&lt;br /&gt;
You should get ~9 references for an exact match. This interface is supposed to use a more &#039;&#039;natural language&#039;&#039; for its search queries  (and it does not employ  Booleans). &lt;br /&gt;
** Tick the box with 9 hits and request the references. Tick the box against those you particularly wish to save for the future, and then  click on the &#039;&#039;&#039;Export&#039;&#039;&#039;  link near the top (next to print). From the dialog, set the  &#039;&#039;&#039;File Type&#039;&#039;&#039; to  &#039;&#039;&#039;Tagged Format&#039;&#039;&#039;. &lt;br /&gt;
*** You may need to allow the requested security settings in your browser (IE 8) to allow files to be saved locally. The default location for saving files is your &#039;&#039;&#039;download&#039;&#039;&#039; location. You can then import this into  EndNote using the &#039;&#039;&#039;SciFinder (CAS)&#039;&#039;&#039; import option.&lt;br /&gt;
**An alternative search might be the phrase &#039;&#039;&#039;arrow pushing formalism&#039;&#039;&#039; (can you learn about this topic from  the results found for this search?). A synonym might be  &#039;&#039;&#039;curly arrow formalism&#039;&#039;&#039;.  Does this find the same references, or a different set?&lt;br /&gt;
** You can comment on individual references and invite friends in to see your comments. This might be appropriate for when you are e.g. doing a lab experiment in pairs or groups, and wish to share a reference with them. Go to  &#039;&#039;&#039;My connections&#039;&#039;&#039; and invite the group, then add comments to relevant references.&lt;br /&gt;
** SciFinder supports more advanced features such as  Explore Substances and  Explore Reactions, but you should only investigate these when you are feeling adventurous.&lt;br /&gt;
&lt;br /&gt;
=Laboratory Support=&lt;br /&gt;
Here you will find out how to search for safety information about molecules, and then for their properties and reactions. There are two kinds of search for molecules you will have to make during lab courses.&lt;br /&gt;
# Where you have an unknown compound whose properties you have measured and you want to know if any known compound matches those properties.&lt;br /&gt;
# Where you (think you) know what the structure of your compound is, and you want to know if there are any other reports of this same compound (and whether the properties other have measured match your own).&lt;br /&gt;
&lt;br /&gt;
== A search for known physical properties using Reaxys ==&lt;br /&gt;
[[Image:Reaxys1.jpg|right|thumb|]]We will start with two examples of the first category and then move on to the rather more common second category.&lt;br /&gt;
&lt;br /&gt;
*Connect to the [http://www.reaxys.com/ Reaxys] system. You can carry out all the required course work as an &#039;&#039;anonymous user&#039;&#039;, but you will not be able to change/save any settings etc in this mode (such as e.g. changing the default structure editor to ChemDraw).&lt;br /&gt;
** If you do choose to register  at this point, be aware that if you lose/forget your password, you will need to contact  Reaxys and not local Imperial College support.&lt;br /&gt;
*Select &#039;&#039;substances and  Properties&#039;&#039;&lt;br /&gt;
**In the &#039;&#039;Properties (Advanced)&#039;&#039; box, enter the following, followed by  &#039;&#039;&#039;Search&#039;&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200&#039;&#039;&#039;&lt;br /&gt;
This means in effect, show me ANY molecule which melts at a certain temperature range (determined using a melting point apparatus), which  has a given molecular formula (determined using mass spectrometry)  and an optical rotatory power between certain values  (determined using a polarimeter).  For this example you should get exactly 1 hit, which should be to a patent. Explore the options at this point, including viewing the original source of the data ( a patent in this case).&lt;br /&gt;
* There are about  500 different properties in total which you could specify in this manner. To explore them, click on &#039;&#039;Show Fields and  Operators&#039;&#039;. This type of technique is useful for identifying an  &#039;&#039;&#039;unknown&#039;&#039;&#039; compound purely from its physical properties (Forensic science, etc).&lt;br /&gt;
** Note that some features do not always produce the expected result.  For example, the icon labelled with the arrow (right) pulls down various options, one of which is &#039;&#039;copy structure to clipboard&#039;&#039;. The clipboard contents however are  &#039;&#039;&#039;not&#039;&#039;&#039; recognised by eg Chemdraw, Word etc.&lt;br /&gt;
&lt;br /&gt;
== A search for known spectroscopic properties ==&lt;br /&gt;
&lt;br /&gt;
[[image:spectra.jpg|240px|right]]It is routine when a compound is first made to record its spectroscopic properties.  This would include the characteristic  infra-red frequencies, and the &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H and &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts. These values are shown for an unknown compound. Your task is to use the  [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS]  to try to identify what the compound is (you could of course also do this entirely logically using just your brain).  &lt;br /&gt;
#Try first entering only the  &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts (163, 141, 133, 130, 129, 128, 98 ppm, with an anticipated error of around  2ppm).  How many matches do you get? &lt;br /&gt;
#Add then the  &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H shifts (8.1,7.5,5.1,4.7 and there is an additional broad multiplet across the range 7.3-7.7 which is not entered) and see if the number of possibilities reduces.  &lt;br /&gt;
#Finally, enter the one characteristic  IR vibration (1733 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;).  Do you now get a unique answer?  Record any structure(s) you may get at this stage for future reference.&lt;br /&gt;
#Try changing the error limits for any of these properties. Thus reduce the  NMR limit from  2.0 to 1.5 to 1.0ppm, or the  IR limit to 5 or even 1 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; (in future laboratory courses, you will learn how the way the instrument works determines at least in part the accuracy with which these spectroscopic properties can be measured).&lt;br /&gt;
&lt;br /&gt;
== Reagent/Product searches for  laboratory preparations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:1-4.jpg|right|250px|Molecules 1-4]]The theme of this section is going to be the following four molecules, which you will in fact encounter in a laboratory course later in the year.  You will search for known properties of these molecules, for comparison with those you might measure in the lab, or which may provide useful discussion material for your laboratory reports.  Your first task is to generate a so-called SMILES descriptor of the molecule.  This is done most simply by drawing the molecule in  ChemDraw and using the  &#039;&#039;&#039;Edit as/Copy&#039;&#039;&#039; menu produce the SMILES or InChI-key string onto the clipboard. Here are three SMILES strings and one InCHI-key string. Can you match them up to the structures shown on the right?&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;C=CC1=CC=C(C(O[H])=O)C=C1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;O[C@H]1[C@H](OCC)CCCC1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;VSIKJPJINIDELZ-UHFFFAOYSA-N&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Search the [http://www.chemspider.com/ ChemSpider] database using a SMILES or InChI-key string as above.  What sort of information is revealed about the compound?&lt;br /&gt;
*Try reversing the search terms above (instead of  SMILEs, try generating an  InChI key, or vice versa). &lt;br /&gt;
*Try next an advanced search from the same [http://www.chemspider.com/FullSearch.aspx database].   Explore for yourself how to enter the  SMILES string and perform the search.&lt;br /&gt;
*Search the [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] using a SMILES string. Select the &#039;&#039;&#039;substructure/superstructure&#039;&#039;&#039; or the &#039;&#039;&#039;Identity/Similarity&#039;&#039;&#039; option, and then the  &#039;&#039;&#039;CID, SMILES, InChI&#039;&#039;&#039; tab, and past in one of the strings above.  Try both  &#039;&#039;&#039;80% similar&#039;&#039;&#039; and &#039;&#039;&#039;identical&#039;&#039;&#039;  if using the Similarity option). Again, explore the properties associated with each hit.&lt;br /&gt;
**You might encounter &#039;&#039;&#039;artefacts&#039;&#039;&#039;.  Thus with  &#039;&#039;&#039;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&#039;&#039;&#039;, something slightly odd happens? &lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of Drugs, inorganic and organometallic and natural products which might prove useful to you for laboratories.&lt;br /&gt;
* The series [http://www.orgsyn.org/ Organic syntheses]  contains tried and tested procedures for the synthesis of many chemicals.  However, it is quite limited, and you would be lucky to find more obscure compounds listed here. &lt;br /&gt;
=== Sigma-Aldrich Catalogues and  MSDS (Safety) information ===&lt;br /&gt;
&lt;br /&gt;
If you know  (or suspect you know) what the identity of the molecules are that you will be  handling in the laboratory, the first task is to find out any known safety information.&lt;br /&gt;
The [http://www.sigmaaldrich.com/catalog/search/AdvancedSearchPage Aldrich] catalogues can be searched for  compounds and their  associated MSDS safety sheets. This is useful for completing  [http://www.hse.gov.uk/coshh/ COSHH] forms. If you were able to obtain a name (see previous section),  see if you can now find any information on it from the  Aldrich catalogue.&lt;br /&gt;
&lt;br /&gt;
=== Reaxys ===&lt;br /&gt;
Connect to [http://www.reaxys.com/ Reaxys]  as before, but now we are going to do a structure based search, using as examples structures  &#039;&#039;&#039;1-4&#039;&#039;&#039; above. If you click in the frame labelled  &#039;&#039;Double click this frame and draw structure query&#039;&#039; you will get a default structure editor called  ChemAxon MarvinSketch.  It is a little different from Chemdraw, but should not take too much time to master. &lt;br /&gt;
# Using the structure editor, draw one of the four molecules  1-4 and invoke &#039;&#039;&#039;search&#039;&#039;&#039;.&lt;br /&gt;
# If you think you know the name of your query, type that instead in the  &#039;&#039;Generate structure from name&#039;&#039; box (e.g. &#039;&#039;&#039;Taxol&#039;&#039;&#039;, which as you have seen earlier is a challenge to draw!). You can also paste a  SMILES or InChI key into this box (try any of the four above). &lt;br /&gt;
# Try hitting  &#039;&#039;&#039;Synthesize&#039;&#039;&#039;,  but expect to be overwhelmed by the number of hits!&lt;br /&gt;
&lt;br /&gt;
=== Dictionary of organic compounds ===&lt;br /&gt;
An alternative database which works in this way is  the  [http://doc.chemnetbase.com/ Dictionary of organic compounds].&lt;br /&gt;
&amp;lt;!-- === Mini Project ===&lt;br /&gt;
&lt;br /&gt;
Define a search for &#039;&#039;&#039;aspirin&#039;&#039;&#039; using any of the methods above. You should arrive at a single  &#039;&#039;&#039;hit&#039;&#039;&#039; (there is only one molecule that can be called aspirin). Some of the searches above may provide many more! You will need to use your own initiative to find out what the actual molecular structure of aspirin is. Once you have that single hit, find out how many times its  &#039;&#039;&#039;MP&#039;&#039;&#039; (melting point) has been reported, and view all the various values.  You should notice something very odd indeed!  Make a notice of what you observe, and return to this mini project later on. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Extra material for Future Reference - Converting a 2D structure definition to a  3D set of coordinates =&lt;br /&gt;
&lt;br /&gt;
The preceding searches were all effectively conducted on  two-dimensional molecules, where we only needed to know how the atoms were connected (in effect the  Lewis valence structure).  As a prelude to moving into three dimensions,  we will illustrate how a 2D search can be used to generate a  3D structure.&lt;br /&gt;
&lt;br /&gt;
* You can use the on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina service to convert a (1D) SMILES string to 3D molecular coordinates].&lt;br /&gt;
*# Under options, paste the SMILES string, enter a name, and select 3D structure viewer automatically loaded.&lt;br /&gt;
*# Click on Generate 3D structure. A window appears, and after about 20-30 seconds, a structure does as well. At the bottom, click on &amp;quot;Click to download this structure in PDB file format&amp;quot;, whereupon a full window diagram appears. Save the molecule as above.&lt;br /&gt;
&lt;br /&gt;
== 3D structure searching of the Cambridge Crystallographic database ==&lt;br /&gt;
&lt;br /&gt;
Our final search type is now of a database which stores &#039;&#039;&#039;three-dimensional&#039;&#039;&#039; information about molecules.  This is where you can infer all sorts of interesting properties about the bonding, the properties and the potential reactivities of molecules. You will be searching the &#039;&#039;&#039;Cambridge Crystal Structure Database&#039;&#039;&#039;. There are three entry points for this; one local, one via the  Web and one via the national &#039;&#039;&#039;chemical database service&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Local invocation of the Cambridge Crystal Structure Database ===&lt;br /&gt;
The local based search described below  is feature complete and fast. You may also want to try out the  [http://webcsd.ccdc.cam.ac.uk/ WebCSD service], which needs only a web-browser.&lt;br /&gt;
#[[Image:MgBr2.jpg|right|120px]][[Image:ti1.jpg|right|100px]][[Image:PtCl.jpg|right|100px]][[image:1-4.jpg|right|250px|Molecules 1-4]]Select &#039;&#039;&#039;Conquest&#039;&#039;&#039; from the &#039;&#039;&#039;Start/Programs&#039;&#039;&#039;  menu. You will have to reply:&lt;br /&gt;
##&#039;&#039;&#039;yes&#039;&#039;&#039; to the question about certificates,&lt;br /&gt;
##enter first your username, then &lt;br /&gt;
##your password at the two prompts (both of which appear to ask for a password!). &lt;br /&gt;
##Next, &#039;&#039;&#039;accept&#039;&#039;&#039; the license agreement and &lt;br /&gt;
##&#039;&#039;&#039;accept&#039;&#039;&#039; the suggested location for storing the directory. &lt;br /&gt;
##Enter the Site No. as &#039;&#039;&#039;183&#039;&#039;&#039; and the  confirm code as &#039;&#039;&#039;8FDCE4&#039;&#039;&#039; (2013 release)&lt;br /&gt;
##Click &#039;&#039;&#039;register online&#039;&#039;&#039;. &lt;br /&gt;
##These prompts are a one-off, and you will not need to do these steps again. &lt;br /&gt;
#In the {{Pdf|FoundationTutorialproblems09.pdf|first year tutorial problems}},  question 2 asks you to arrow-push the reaction  Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O + MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; → Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O-MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. Here we will pose the question: what is the  3D geometry of the product of this reaction?  You will search for it using Conquest.   Does the result surprise you? (Hint: TOQKIT)&lt;br /&gt;
#Nucleophilic addition to an amide is the prototype of how peptides, proteins and enzymes are broken down in metabolic processes  (or using e.g. biological washing powders).  The mechanism involves a species known as a &#039;&#039;&#039;tetrahedral intermediate&#039;&#039;&#039; (right), which is normally considered so unstable that it is rarely detected during the reaction. Nevertheless, can you find any examples of such species in the Cambridge database? &lt;br /&gt;
#Cis-Platin is a well known anti-cancer drug. The &#039;&#039;active ingredient&#039;&#039; is the initial hydrolysis product, shown on the right. Can you find any examples of this  &#039;&#039;&#039;active intermediate&#039;&#039;&#039; in the  database which contain this sub-structure?  What happens if you change the  Pt to a &#039;&#039;&#039;wild-card&#039;&#039;&#039; indicating the central metal could be any of the group known as  &#039;&#039;&#039;8Z&#039;&#039;&#039; (from the &#039;&#039;&#039;more&#039;&#039;&#039; button of the editor, select &#039;&#039;&#039;other elements&#039;&#039;&#039;  and from there click on the orange box labelled  &#039;&#039;&#039;8Z&#039;&#039;&#039;). &lt;br /&gt;
#Are there any other  &#039;&#039;&#039;reactive intermediates&#039;&#039;&#039; you might have identified from your arrow-pushing workshop which you might search for?&lt;br /&gt;
#When you have finished the above examples, try entering one of the four lab-course molecules shown to the left, exactly as drawn above. For  &#039;&#039;&#039;3&#039;&#039;&#039; specifically, if you draw explicit hydrogens attached to the &#039;&#039;vinyl&#039;&#039; group at the top of the molecule and repeat the search, what difference is there? &lt;br /&gt;
#*How many hits do you get?  &lt;br /&gt;
#*Note the 6-8 letter identifier for the structure you are interested in (for example, for molecule  &#039;&#039;&#039;3&#039;&#039;&#039; above, it should be  XAYFEI, XAYFEI01 and  XAYFEI02).&lt;br /&gt;
#*Save the 3D coordinates in PDB or CIF format via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, decide how you want to select entries, specify one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;. Inspect the structure by double clicking the file created, to be found on drive &#039;&#039;&#039;L:&#039;&#039;&#039;&lt;br /&gt;
#You &#039;&#039;&#039;may&#039;&#039;&#039; now have two versions of any of these four molecules; one a direct experimental structure, and one assembled by the  [http://www.molecular-networks.com/online_demos/corina_demo.html Corina]  program.  How do these differ? Concentrate in particular on compounds &#039;&#039;&#039;1&#039;&#039;&#039; and  &#039;&#039;&#039;2&#039;&#039;&#039; above right!&lt;br /&gt;
#Later on in your course, you may use such coordinates to create an entry in a Wiki page, much like that rotating below.&lt;br /&gt;
&lt;br /&gt;
===An advanced 3D Search. ===&lt;br /&gt;
Try the following. The objective will be to find any short interactions between the H of an OH group and the centroid of a phenyl ring as the electron donor (a very unusual type of &amp;amp;pi;-facial hydrogen bond). Proceed as follows:&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
# Open Conquest and invoke the &#039;&#039;&#039;Build Queries/Draw&#039;&#039;&#039; option&lt;br /&gt;
# Deposit a benzene ring from the template which should appear on the left&lt;br /&gt;
# Click on &#039;&#039;&#039;ADD 3D&#039;&#039;&#039;, select all the six carbon atoms in turn (they will go green) and define a centroid.  A defined object labelled  &#039;&#039;&#039;CENT1&#039;&#039;&#039; now shows. Press Done.&lt;br /&gt;
# Back in &#039;&#039;&#039;Draw&#039;&#039;&#039; mode, select a  H and deposit it as an isolated atom. Then select O  and draw a bond from it to the H to get an OH. In this system, any undefined valence is &#039;&#039;&#039;wild&#039;&#039;&#039;, ie any group can be attached to the  O of the OH.&lt;br /&gt;
# In &#039;&#039;&#039;ADD 3D&#039;&#039;&#039; mode again, click first on the &#039;&#039;&#039;H&#039;&#039;&#039; of the OH group, then on &#039;&#039;&#039;CENT1&#039;&#039;&#039; in the list of defined objects. A green line connecting the two appears. When a &#039;&#039;&#039;Valid parameter&#039;&#039;&#039; entry named &#039;&#039;&#039;Distance&#039;&#039;&#039; appears, click on &#039;&#039;&#039;Define&#039;&#039;&#039;.&lt;br /&gt;
# Select &#039;&#039;&#039;Intramolecular&#039;&#039;&#039; from the &#039;&#039;&#039;Choose distance type&#039;&#039;&#039; menu, OK, then &#039;&#039;&#039;Options&#039;&#039;&#039;, enter 2.0 - 2.4 as the range of distances and &#039;&#039;&#039;Separated by 5 - 999&#039;&#039;&#039; bonds. Hit &#039;&#039;&#039;OK&#039;&#039;&#039; and then &#039;&#039;&#039;Done&#039;&#039;&#039;. Your search query is summarized in a cyan box at the top right of the draw window.&lt;br /&gt;
# Select &#039;&#039;&#039;Search&#039;&#039;&#039;, tick the 3D Coordinates determined box and &#039;&#039;&#039;Start Search&#039;&#039;&#039;. This search should proceed at the rate of about 1% per second. You should get 20 hits.&lt;br /&gt;
# View entries via &#039;&#039;&#039;3D Visualiser&#039;&#039;&#039;. Note the so-called &#039;&#039;&#039;REFCODES&#039;&#039;&#039;. Note &#039;&#039;&#039;[[Coursework#Enantiomers_vs_Diastereomers_Part_1:_Butanes_and__Helicenes.|CIYSIM]]&#039;&#039;&#039; in particular!&lt;br /&gt;
#A right-mouse click in the blue window of the 3D Visualiser will enable you to set  &#039;&#039;&#039;spacefill&#039;&#039;&#039; mode, and to inspect whether any two atom spheres inter-penetrate each-other indicating an attractive interaction between them.&lt;br /&gt;
# Save the coordinates of any selected hits via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, Select PDB or CIF as the format, all selected entries, one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;.&lt;br /&gt;
# The files will appear on your L: drive. Double click to open up the WebLab Viewer Pro or Mercury program, and resave them if you wish as an MDL Molfile rather than PDB.&lt;br /&gt;
# If you want to explore further, define an NH bond rather an OH bond (you might need to increase the distance range to eg 2.0 - 2.5).&lt;br /&gt;
# Try this with centroids to other &amp;amp;pi;-electron rich systems, such as an alkyne, alkene, or other rings such as cyclopentadienyl, etc.&lt;br /&gt;
#Go to your network drive N: or L: (i.e. username on neon.ch.ic.ac.uk) and double click any .PDB or .CFIF or .MOL files to view the molecule again. &lt;br /&gt;
# Or, instead of H-O,  just put e.g. Na (metal arene interactions are hugely important biologically).  You may need to define a rather longer distance range. Experiment  by trying various sets of values.&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&amp;lt;jmolApplet&amp;gt;&amp;lt;title&amp;gt;CIYSIM&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&lt;br /&gt;
&amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&amp;lt;script&amp;gt;zoom 150;spin 3;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== The National  Chemical Database Service ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;CDS&#039;&#039;&#039; is a national service (located as it happens in  Daresbury, near Warrington) which offers a range of database services to the  UK community.  To access this service, follow the [http://cds.dl.ac.uk/cgi-bin/reg/undergrad?sites=Select+Site&amp;amp;SITE=imperial-cds0091 instructions] here (this is necessary to ensure UK usage only and to monitor that usage as part of justifying a national resource).  You will be sent a  CDS registration account and password by email. You can then use this account in two ways&lt;br /&gt;
#Invoke  &#039;&#039;&#039;ConquestD&#039;&#039;&#039; (rather than Conquest) from the  Windows start menu and proceed as above, but supply your new  CDS account instead of your Imperial account.&lt;br /&gt;
#Invoke the CDS portal [https://cds.dl.ac.uk/ here] using your  CDS account to log in.   It offers many alternative services (including searches for spectral data) as well as a simplified crystal search. Explore in your own time!&lt;br /&gt;
&amp;lt;!--This part of the course shows you how you can create a Wiki(pedia)-like article on a chemical topic including some molecular information (such as &#039;&#039;e.g.&#039;&#039; coordinates for a rotatable model). The objectives in this part of the course are &lt;br /&gt;
* to learn how to create a simple Wiki page. This is &#039;&#039;&#039;much simpler and quicker&#039;&#039;&#039; than creating a Web page by writing HTML (Wiki is apparently the Hawaiian for &#039;&#039;quick&#039;&#039;). The Wiki is used by some laboratory courses for submitting student reports.&lt;br /&gt;
* to experiment with some simple  Wiki extensions as described in sections  3.2 - 3.8 below. There are of course many other features in the full  Wiki which you can also experiment with if you wish (including e.g. installing additional useful templates).&lt;br /&gt;
== Setting up FireFox and  Creating your own  Wiki page ==&lt;br /&gt;
#[[Image:report12345.jpg|left|thumb|The editing environment]][[Image:exception1.jpg|right|thumb|Security exception]]Start the process by opening Firefox as a Web browser, and install [https://addons.mozilla.org/en-US/firefox/addon/748 Greasemonkey For Firefox] (this is done on a per user basis, and is &#039;&#039;&#039;optional&#039;&#039;&#039; if you want to have your  Wiki interface look a little more similar to  Word) followed by an install of  [http://en.wikipedia.org/w/index.php?action=raw&amp;amp;ctype=text/javascript&amp;amp;title=User:Cacycle/wikEd.user.js wikEd].&lt;br /&gt;
*You will now need to create your own page on this Wiki. Firstly, [[special:userlogin|login]] to the  Wiki using your College ID and password.  &lt;br /&gt;
**If the  browser asks you to add a security exception, do so (this is induced in part by using  &#039;&#039;&#039;imperial&#039;&#039;&#039; rather than  &#039;&#039;&#039;ic&#039;&#039;&#039; in the URL &#039;&#039;https://www.ch.ic.ac.uk/wiki/&#039;&#039; used to start up the wiki page) and proceed to &#039;&#039;&#039;view/confirm&#039;&#039;&#039; the certificate. &lt;br /&gt;
**[[Image:mywiki.jpg|left|thumb|Starting your Wiki page]][[Image:wxyz1234.jpg|left|Creating a report page]]After login, the top right of the browser window will display your login ID. Click on this to start editing your page. If you chose to invoke the wikEd extra above, you should now get a richer additional toolbar along the top of the page which you can use for editing  (but only with Firefox;  it will not work with  Internet Explorer). &lt;br /&gt;
*If you want to create another empty page, then  on the address entry bar of the browser, enter something like the following: {{Fontcolor1|yellow|black|&amp;lt;nowiki&amp;gt;http://www.ch.ic.ac.uk/wiki/index.php/it08:wzyz1234&amp;lt;/nowiki&amp;gt;}} where  &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is unique to you. &#039;&#039;&#039;Do not forget this string&#039;&#039;&#039;. If &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is indeed unique (as it must be), the system will respond as shown on the right. If not, try another  (hopefully more unique) string.  When you succeed, proceed to edit the page.  If you forget the name of your page, invoke [[Special:Contributions|this page to find it]].&lt;br /&gt;
=== Preview/Save ===&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; When you want to see the effect of any particular edit, press &#039;&#039;&#039;preview&#039;&#039;&#039;.  But remember every 1-3 previews to  &#039;&#039;&#039;save&#039;&#039;&#039; the page.  This means that if the browser were to crash, you would not  have lost anything. This is the same good practice that one also follows when editing  conventional  documents.&lt;br /&gt;
&lt;br /&gt;
=== Simple Wiki Editing instructions ===&lt;br /&gt;
There are just a few simple rules for creating effects. In what follows below, anything appearing in a grey box can be copied and pasted into your own wiki. If you have logged in, each section will also have an edit button next to it, and by invoking this, you can always  &#039;&#039;&#039;reverse-engineer&#039;&#039;&#039; what you see and use it for your own purposes.&lt;br /&gt;
*# Headers are indicated by balanced = signs (one for a top level, two for the next, and so on)&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Bold is indicated by balanced &#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;signs&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Italic is indicated by balanced &#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;signs&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# You can use the little menu items at the top to achieve these effects&lt;br /&gt;
*# Each item in an intended list is prefaced by * or #&lt;br /&gt;
*# Chemical effects, i.e. &amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt; and &amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt; are done as: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; and &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; or by invoking the wikEd buttons on your browser.&lt;br /&gt;
* See the effects of what you have done by selecting &#039;&#039;&#039;Show Preview&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: Once satisfied the preview shows what you want, enter something descriptive into the &amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;Summary&#039;&#039;&#039; page. Once this is completed, click on &#039;&#039;&#039;Save Page&#039;&#039;&#039;. Your entry is now added to the &#039;&#039;&#039;History&#039;&#039;&#039; of the article.&lt;br /&gt;
* &#039;&#039;&#039;Images&#039;&#039;&#039;. These should be in GIF, JPG or PNG format only. Other formats (.bmp etc) are NOT allowed. They can be obtained by saving from Web pages, or taking a Screen snapshot. The latter is invoked by pressing the F13 (Print Screen) key (Windows, press ALT+F13 to snap only the active window and pasting the snapshot if necessary into an editing program (e.g. Microsoft PhotoEditor on Windows). Save the image with a sensible name (adding .gif, .jpg or .png to the name). Once created, you will need to &#039;&#039;&#039;upload (the) file&#039;&#039;&#039; to the Wiki. Click on &#039;&#039;&#039;upload file&#039;&#039;&#039; on the lhs of the Wiki page, and follow the instructions. Make a note of the name of the file (which has to be unique, and not the same as any other person&#039;s name. If you are asked to replace a file, err on the side of caution and instead rename it).&lt;br /&gt;
* To include that image in your page, navigate back to your page and enter the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Image:Nameofyourfile.jpg|thumb|right|200|Description of image]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;where left|right indicates the alignment you wish. Inclusion of &#039;&#039;&#039;thumb&#039;&#039;&#039; produces a thumbnail which can be expanded by clicking on it. The name should correspond to that of the file that you have &#039;&#039;&#039;uploaded&#039;&#039;&#039; using the Wiki menu on the left hand side.&lt;br /&gt;
* To add hyperlinks to other Web pages, paste the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.ch.ic.ac.uk/local/it/ CIT Web pages]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To add links to other pages in the departmental Wiki,&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Organic:pericyclic_historical|Description of page]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  Including  Molecules  ==&lt;br /&gt;
* To include molecule coordinates in a Wiki, save as a Molfile (.mol) or PDB (.pdb) or CIF (.cif) created using [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] or obtained from a [[It:coursework#3D_structure_searching_of_the_Cambridge_Crystallographic_database|Cambridge crystal structure database]]. Upload the file using the menu on the lhs of this display, and then invoke the name of the file as shown below: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;uploadedFileContents&amp;gt;name-of-your-uploaded-molecule-file.pdb&amp;lt;/uploadedFileContents&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; (or .mol or .cif).&lt;br /&gt;
=== Simple Molecule Display ===&lt;br /&gt;
Select and copy the text to the right of the molecule box and paste it into your own wiki page. then click preview to see if it works. Once you have gotten this working, you can try with your own molecule, and then your own scripts.  In the script below, &#039;&#039;&#039;cpk -25;&#039;&#039;&#039; sets the atom size to ball and stick instead of spacefilling. &#039;&#039;&#039;Important&#039;&#039;&#039;. Make sure when you paste the code below into your Wiki page that it is not corrupted in any way (ie that you miss a line off at the top or bottom).  If you only paste a part of the below in, you will get an  &#039;&#039;&#039;XML error&#039;&#039;&#039; which is not easy to recover from. You should carefully preview the page, and not save it until you are absolutely sure that the code below has been inserted correctly. It is not in general possible to include such rotatable molecules in e.g. Microsoft  Word.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
 &amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Advanced Molecule Display ===&lt;br /&gt;
For a manual of the complete Jmol commands [http://chemapps.stolaf.edu/jmol/docs/ see here]. The key line to edit is the text enclosed &amp;lt;script&amp;gt;as script&amp;lt;/script. For example, the script below turns the  CPK mode on and off, and measures the length between two atoms. To obtain the index number of the atoms you want to measure, hover the mouse cursor over the atom until a &#039;&#039;popup&#039;&#039; appears with the information. If you cite three or four atoms, the corresponding angle or torsion will be measured.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
    &amp;lt;jmolAppletButton&amp;gt;&amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
    &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
   &amp;lt;jmolAppletButton&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* A useful construct, a &#039;&#039;&#039;template&#039;&#039;&#039; to enter a DOI, is invoked thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{DOI|value-of-the-DOI}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
which produces the effect {{DOI|10.1021/ja9825332}}. If you have found an original reference to the literature, you should cite it via its DOI, as illustrated in the next section.&lt;br /&gt;
*Another useful template is that used to include {{pdf|groups.pdf|Acrobat}} documents within a Wiki using the template&amp;lt;br /&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{pdf|name-of-uploaded-acrobat.pdf|description-of-Acrobat-file}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Many other (chemical) templates have been developed in the Wiki communities, predominantly for expressing data and other information about molecules, and this is one aspect where older-style report writing formats such as  Microsoft Office are less effective.&lt;br /&gt;
&lt;br /&gt;
==References ==&lt;br /&gt;
*This shows how citations&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;W. T. Klooster, T. F. Koetzle, Per E. M. Siegbahn, T. B. Richardson, and R. H. Crabtree, &#039;&#039;J. Am. Chem. Soc.&#039;&#039;, &#039;&#039;&#039;1999&#039;&#039;&#039;, &#039;&#039;121&#039;&#039;, 6337–6343.  {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt; can be added to  text&amp;lt;ref&amp;gt;A. H. Lipkus, Q. Yuan, K. A. Lucas, S. A. Funk, W. F. Bartelt, R. J. Schenck, and A. J. Trippe, &#039;&#039;J. Org. Chem.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;73&#039;&#039;, 4443–4451.  {{DOI|10.1021/jo8001276}}&amp;lt;/ref&amp;gt; to produce a nice effect. To give a reference a unique identifier, use &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;None&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. You can then refer to the same footnote again by repeating the tag  with the same name.&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;none&amp;lt;/ref&amp;gt; The text inside the second tag doesn&#039;t matter, because the text already exists in the first reference (but it cannot be blank).  Collected citations appear below here:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example of adding a citation &amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;Traditional form, here, then {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To insert more examples of this code into your own page,  log-in to the Wiki, and select the link to the [edit] link that appears on the rhs of this page against this section.  Select/Copy the text that appears in the editing window, and paste it into  your own page.&lt;br /&gt;
*Although including citations in this manner  does not allow the powerful library features of  EndNote, more advanced versions of the  Wiki (the Semantic Wiki) do allow such components to be &#039;&#039;&#039;transcluded&#039;&#039;&#039; into a Wiki page (i.e. in effect the citations are generated dynamically from a separate database).&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Help:Table Tables] can be created thus:&lt;br /&gt;
 {| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&lt;br /&gt;
Copy the below into your page to create a Table template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
To access the code required to produce these tables,  you can also log-in to the  Wiki and click on the  &#039;&#039;&#039;Edit&#039;&#039;&#039; link that appears against this section on the rhs of the screen. Select/copy the text that appears in the editing window, and then paste it into your own window.&lt;br /&gt;
&lt;br /&gt;
== Math and Equations==&lt;br /&gt;
You may have need to express some simple [http://meta.wikimedia.org/wiki/Help:Formula equations] on the  Wiki. This is currently supported only using  a notation derived from &#039;&#039;&#039;LaTeX&#039;&#039;&#039;, and as with the  Jmol insertion above, is enabled within a &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; field inserted using the default editor (the SQRT(n) button), and producing  effects such as: &lt;br /&gt;
*&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;\begin{pmatrix}aa+bc &amp;amp; ac+cd \\ab+bd &amp;amp; bc+dd \end{pmatrix}&amp;lt;/math&amp;gt; &lt;br /&gt;
*&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;; &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;;  &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is possible to  produce the required  LateX markup using  GUI-editors such as  MathType etc.&lt;br /&gt;
&lt;br /&gt;
Trying combining some of the above by including a molecule and some  math and references  &#039;&#039;within a cell&#039;&#039; of a table.&lt;br /&gt;
&lt;br /&gt;
== Discussion and History ==&lt;br /&gt;
Each Wiki  page has a &#039;&#039;&#039;history&#039;&#039;&#039;.  If you make a mess of a page, you can always revert to an earlier version via the  History feature. Each page also has a discussion, where you and others can debate discuss some aspect of the topic.&lt;br /&gt;
&lt;br /&gt;
== Converters to the Wiki format: ==&lt;br /&gt;
&lt;br /&gt;
You can also convert a  Word document. Open it  in &#039;&#039;&#039;OpenOffice&#039;&#039;&#039; (rather than the Microsoft version) and &#039;&#039;&#039;export&#039;&#039;&#039; as Mediawiki. Open the resulting .txt file in eg  WordPad, select all the text, copy, and then paste this into the Wiki editing page. You will still have to upload the graphical images from the original  Word document separately.&lt;br /&gt;
#[http://download.openoffice.org/ OpenOffice 2.4/3.0] can read .doc documents and export them to MediaWiki.&lt;br /&gt;
#There is also a [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML to  Wiki] converter which you can use to import an existing  Web page into a  Wiki.&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
the following is a compilation of errors occasionally encountered.  We hope to add to this list.  If you encounter  &#039;&#039;&#039;reproducible&#039;&#039;&#039; error, and work out a fix for it, do please add it here yourself.&lt;br /&gt;
&lt;br /&gt;
*A frequent error is forgetting to go from &#039;&#039;&#039;preview&#039;&#039;&#039; to &#039;&#039;&#039;save&#039;&#039;&#039; before exiting the  browser.  When you return, all the un-saved content of the page will be lost.&lt;br /&gt;
*Sometimes in  Firefox, the  rotating molecule is replaced by a small {{fontcolor1|red|white|X}} instead. You should get the same if you go to this [http://java.com/en/download/help/testvm.xml test page]. If this is the case, you might find that pressing the  &#039;&#039;&#039;ctrl&#039;&#039;&#039; and &#039;&#039;&#039;F5&#039;&#039;&#039; keys simultaneously might clear the  error and restore the molecule to you. If that does not work, restart the  Firefox browser. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Further tutorials based on  3D crystal structures  ===&lt;br /&gt;
&lt;br /&gt;
These can be viewed [http://www.ccdc.cam.ac.uk/free_services/teaching/modules/teaching_webcsd/toc.html here].&lt;br /&gt;
&lt;br /&gt;
=Continuation of CIT skills=&lt;br /&gt;
The skills developed during these workshops will be in almost constant use throughout your course; you are encouraged to keep this up to date and to make use of these skills while writing lab reports and other coursework assignments.  As with anything in the digital world, progress is being made all the time with new search engines, new search algorithms, new software.  This also means that other searches and software are retired to make way for, newer more efficient tools.  This wiki will be a long-term reference which you can refer to and even update, and you are urged to keep it as a bookmark.&lt;br /&gt;
&lt;br /&gt;
== Software for your own computer ==&lt;br /&gt;
&lt;br /&gt;
*The department  has a  Site License for a program system called  [http://scistore.cambridgesoft.com/sitelicense.cfm?sid=948 ChemBio3D] (which includes ChemDraw for both  Windows and  Mac), the terms of which allow individual undergraduates to acquire a copy of the program and to install it on their personal  computer. The license is an annual one. &lt;br /&gt;
*[http://www.straightrunning.com/XmingNotes/ Xming] for accessing the Conquest data base.&lt;br /&gt;
*Programs such as  Microsoft  Office can be licensed via [http://www.microsoft.com/student/discounts/theultimatesteal-uk/default.aspx an academic license for £69.99].&lt;br /&gt;
*[https://directory.adeptscience.co.uk/products/search/1/1/474/cat474.html EndNote student edition] retails for  £85.00. Alternatively, try RefWorks (usually $100/year but &#039;&#039;&#039;free&#039;&#039;&#039; for Imperial students through [http://www3.imperial.ac.uk/library/digitallibrary/athensandukfed AthensDA]) It is a slightly simpler web-based program. A comparison between both can be found [http://library.princeton.edu/help/comparison.php here] (Princeton University). You should note that the  WOS system supports  Endnote directly, but requires a more complicated procedure for using  RefWorks or Mendeley.&lt;br /&gt;
*A further list of software may be found [[It:software-2011|here]], including other programs you can install on your personal computer which you may find useful.&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442790</id>
		<title>It:coursework-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442790"/>
		<updated>2014-10-11T13:27:11Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Extra material for Future Reference - Converting a 2D structure definition to a  3D set of coordinates */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Overall Objectives of CIT workshops=&lt;br /&gt;
&lt;br /&gt;
The Computer lab  (formally booked for your group, A1, A2, B1, B2, C1, C2) is for your course work and you have priority over other users at these times.  You are of course free to use the computers outside these times for course work, but on a first-come-first served basis and only if another course is not running. You can also use the computers located in the study area and you have access to 24 hour opening in the central library. All &amp;quot;Chemistry Software&amp;quot; should be available also in the Library to your user account. If you find that something is not immediately available, please do get in touch with the ICT Helpdesk. During the lab time allocated for the IT course, you will be expected to achieve the following objectives:&lt;br /&gt;
&lt;br /&gt;
# Accessing  course and laboratory notes and using scientific  journals to support lectures&lt;br /&gt;
# Using &#039;&#039;&#039;Word&#039;&#039;&#039; in combination with the &#039;&#039;&#039;EndNote&#039;&#039;&#039; bibliographic database and &#039;&#039;&#039;ChemDraw&#039;&#039;&#039; to write  laboratory reports and essays&lt;br /&gt;
# Learn to use various bibliographic chemistry search systems&lt;br /&gt;
# Learn to conduct molecular structure-based search systems&lt;br /&gt;
# Applying these searches to the requirements of a laboratory course&lt;br /&gt;
&lt;br /&gt;
You should of course appreciate that the distinction between lectures and labs is rather artificial, and any database which you might use for one is certainly useful for the other as well.&lt;br /&gt;
&lt;br /&gt;
=Self-Study - Software Familiarity=&lt;br /&gt;
&lt;br /&gt;
There are a number of programs with which you will use throughout your study at Imperial College, and the aim of these sessions is to give you an introduction to some of the packages, as well as explaining what the other packages do.  In order to gain the most from your two workshop sessions, you are urged to complete the following section &#039;&#039;&#039; &amp;lt;u&amp;gt;before you come to the workshop sessions&amp;lt;/u&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Before you come to the workshop sessions...==&lt;br /&gt;
&lt;br /&gt;
...there are a few exercises you should perform to ensure you are familiar with the operation of the computer systems available on campus.&lt;br /&gt;
* Check your login works; if you are browsing on a campus computer, then you will have already logged in. If you are accessing from your own computer, ensure that you can sign into your [https://exchange.imperial.ac.uk campus email account] through the [https://exchange.imperial.ac.uk web interface].&lt;br /&gt;
* Using the &#039;&#039;&#039;FireFox&#039;&#039;&#039; web browser (Firefox is better at handling chemistry search packages than Internet Explorer, and can be more reliable especially when running Java applets), you should be browsing this ChemWiki (home page URL of ChemWiki: &amp;lt;tt&amp;gt;http://www.ch.ic.ac.uk/wiki/&amp;lt;/tt&amp;gt;). It should be listed in the Bookmarks menu of department cluster computers; you may wish to add it to the bookmarks of your own computer also.&lt;br /&gt;
* You will be using  Firefox to browse the pages of a  [http://en.wikipedia.org/wiki/Wiki Wiki].  There is only one suggestion for browsing these pages that  you might wish to follow. When encountering a hyperlink, as in the preceding link describing what a Wiki is, you will probably want to open it in a separate window or tab from the  instruction page (so that you can refer to both if the need arises). If you just click the link, it will  &#039;&#039;&#039;replace&#039;&#039;&#039; the instruction window. So, get used to clicking on the link with the  &#039;&#039;&#039;right mouse button&#039;&#039;&#039; rather than the left one.  This will then give you the option of opening the link in either a new window or a new tab of the current window.&lt;br /&gt;
&lt;br /&gt;
===Computer, Browser and Wordprocessor familiarity===&lt;br /&gt;
*[[Image:login_window.jpg|right|thumb|login window]]Log-in.  There is one important difference between using a home computer and the ones here; you need to authenticate your session with the password issued to you at registration. Check the login window looks as shown on the right, and proceed to login.&lt;br /&gt;
*[[Image:home.jpg|left|thumb|Document home]]Perhaps the single most confusing aspect for most people is what the &#039;&#039;Home&#039;&#039; icon (left) means. So let&#039;s sort this out immediately. You are working in an &#039;&#039;enterprise&#039;&#039; environment, where a fast network connects each computer to a central area for storing files. When you log in, you are granted access to your files, and on the computer desktop, the &#039;&#039;Home&#039;&#039; icon means &amp;quot;the directory where the folders and documents associated specifically with the login account are stored&amp;quot;. This is because all computers work on the metaphor of a filing system with hierarchies. Home is the top of your personal file system!  If you double click this icon, you should see YOUR files. Check this! If you get lost navigating the hierarchical directories, &amp;quot;Home&amp;quot; is always a useful way of restoring a sense of orientation. Home also has a synonym, called &amp;quot;&#039;&#039;&#039;My Documents&#039;&#039;&#039;&amp;quot;, which the operating system can sometimes display instead of Home.&lt;br /&gt;
*[[Image:o2007.jpg|thumb|right|Office 2007]][[Image:subsuper.jpg|right|thumb|Subs and Superscripts]][[Image:o2007b.jpg|thumb|left||EndNote tab]]Start Microsoft &#039;&#039;&#039;Office 2007&#039;&#039;&#039; (we will assume you still have  FireFox running).  The basic (&#039;&#039;&#039;Home&#039;&#039;&#039;) Word document work area is shown to the in the thumnail to the right (click to expand it) and you should familiarise yourself with some of the palettes. This version of the program is somewhat different from earlier versions you may already be familiar with, such as Office 2003.  In particular, open/save/print dialogs are now to be found by pressing on the Icon highlighted here with a &#039;&#039;&#039;red&#039;&#039;&#039; circle. Copy/paste operations are invoked using the icon encircled in &#039;&#039;&#039;purple&#039;&#039;&#039;. Other common operations are found to the right of these two in the taskbar, including the chemically useful &#039;&#039;&#039;subscript&#039;&#039;&#039; and &#039;&#039;&#039;superscripts&#039;&#039;&#039; (right diagram). Note also the the default document saves invokes the new &#039;&#039;&#039;.docx&#039;&#039;&#039; format, which is an XML-based type with much interesting &#039;&#039;informatics&#039;&#039; potential. If you intend sending a document to someone who is still using Word 2003 or earlier, you should instead save your document in the older &#039;&#039;&#039;.doc&#039;&#039;&#039; format (although .doc to .docx converters are available). You can also save as PDF, which is useful for project/report submission.&lt;br /&gt;
*[[Image:o2007a.jpg|left|thumb|Insert tab]]There are two other task-bars you will find useful. the &#039;&#039;&#039;Insert&#039;&#039;&#039; bar inserts a variety of other content, including pictures, tables and the like. The &#039;&#039;&#039;EndNote&#039;&#039;&#039; tab invokes a citation and reference manager, which you will use as described below (&#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: If the Endnote ribbon does not show, do the following; Go to Programs/Additional Programs/EndNote/Configure EndNote and run this script, whereupon the EndNote ribbon should appear in Word 2007).&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Practice copying text from the Firefox Browser Window to the Word document. You can do this using the Copy/Paste metaphor, or you can try the drag-n-drop mode. You will notice that whilst the text itself comes over, any formatting associated with this text (size, colour, weight etc) might not. You may also get more than you bargained for (i.e. hidden browser instructions etc.) [This copy is a one-way operation, since the FireFox window is &amp;quot;read-only&amp;quot;].&lt;br /&gt;
*[[Image:FireFox_paste.jpg|thumb|right|Save Firefox image]] &#039;&#039;&#039;Images&#039;&#039;&#039; are special when it comes to copying. Proceed as follows:&lt;br /&gt;
*# Find an image in the browser you wish to copy, and with the cursor over the top, right click (Windows) to get a menu that looks like the one on the right:&lt;br /&gt;
*# If one of the options is &#039;&#039;&#039;Copy image&#039;&#039;&#039;, select it. Not all browsers support this, in which case instead invoke &#039;&#039;save this image as&#039;&#039; and save it in an appropriate directory (A suitable sub-directory of Home on Windows).&lt;br /&gt;
*# With an Office Word window open, paste the image (if you copied it) or &#039;&#039;&#039;Insert/Picture/from file&#039;&#039;&#039; (if you saved it). The image will come over as its &amp;quot;real size&amp;quot;. Word will allow you to rescale it, by dragging the bottom right corner of the image. Observe carefully what happens if you resize it to be larger as well as smaller.&lt;br /&gt;
*# Do remember how to change between windows (the technical term is that the active window is said to be &#039;&#039;on focus&#039;&#039;) by selecting the required window from its icon shown on the task bar/dock at the bottom of the screen.&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&lt;br /&gt;
&amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&amp;lt;size&amp;gt;150&amp;lt;/size&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;zoom 200; cpk -20;move 10 -20 10 0 0 0 0 0 3; delay 1;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|Not everything is always &amp;quot;copyable&amp;quot;. Some apparent images are in fact produced by an &amp;quot;applet&amp;quot; [http://wiki.jmol.org:81/index.php/MediaWiki embedded] in the browser. This includes most conspicuously chemical diagrams, such as may often be found on these course notes. Here a copy or a save operation may not produce the effect you desire.&lt;br /&gt;
|}&lt;br /&gt;
* Practice naming and saving document files to your &#039;&#039;Home&#039;&#039; (Drive H: on Windows) or a removable medium such as a FlashDrive.&lt;br /&gt;
* Practice finding files and documents from these various locations. [It frequently happens that they do not get saved where you think, and finding such lost files is skill you need to acquire rapidly!] Note however that finding  &#039;&#039;&#039;content&#039;&#039;&#039; of files may be very slow. Windows Desktop Search is  &#039;&#039;&#039;NOT&#039;&#039;&#039; activated on College systems.&lt;br /&gt;
* [http://www.ch.ic.ac.uk/local/email/ Practice setting up E-mail], sending a document as an attachment (to yourself) and good e-mail housekeeping and etiquette. &lt;br /&gt;
=== Configuring storage for your document libraries ===&lt;br /&gt;
&lt;br /&gt;
Programs such as  &#039;&#039;&#039;EndNote&#039;&#039;&#039;, &#039;&#039;&#039;Mendeley&#039;&#039;&#039;, &#039;&#039;&#039;iTunes&#039;&#039;&#039; store document collections in the form of libraries.  These can get quite big over the course of time, and so its important to store them correctly.&lt;br /&gt;
&lt;br /&gt;
==== EndNote ====&lt;br /&gt;
&lt;br /&gt;
When you open  EndNote for the first time, it will offer the opportunity to create a new library.  You should save it in the location e.g. Computer =&amp;gt;  &#039;&#039;&#039;userid(\\icfs18.cc.ic.ac.uk) (M:)&#039;&#039;&#039; Thereafter you can set it to open this library when the program starts.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley ====&lt;br /&gt;
&lt;br /&gt;
Open the program and invoke &#039;&#039;&#039;Tools/Options/File Organiser&#039;&#039;&#039; and  select drive  M: for the library.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Edit/Preferences/Advanced&#039;&#039;&#039;  and set the  iTunes Media folder location to M: (or other if  M: is already full). Also tick  &#039;&#039;&#039;Copy files to  iTunes Media folder when adding to library&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You may find it advantageous to start working through the Workshop material below in advance of your scheduled workshop as it will allow you to identify any problem areas upon which you can concentrate with a demonstrator.&lt;br /&gt;
&lt;br /&gt;
=Start of Demonstration material=&lt;br /&gt;
The material which follows is intended to be the start of what is covered in the workshops and for which support will be available. This does not mean that the work cannot be done outside of the allocated workshop time; in fact you are &#039;&#039;&#039;positively encouraged to continue working through the material&#039;&#039;&#039; at your leisure.  The notes here are intended to be a continuous point of reference throughout your course as you will continue to use many of these software packages for the next 3-5 years at least!&lt;br /&gt;
&lt;br /&gt;
== Combined Word/ EndNote Familiarity  ==&lt;br /&gt;
This section will illustrate how the functionality of Word can be extended using a citation or reference manager. First, you will need to generate some citations, and this will be done using a  database known as  Web of Science, and with the objective of finding out a about &#039;&#039;&#039;&#039;&#039;penicillin&#039;&#039;&#039;&#039;&#039; and its &#039;&#039;&#039;&#039;&#039;conversion to cephalosporin&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== A Web of Knowledge Search ===&lt;br /&gt;
#[[Image:Endnote1e.jpg|thumb|left|WoK search]]  From the [http://wok.mimas.ac.uk/ Web-of-Knowledge] link (which you are advised to open in a separate window, using a right-click from the mouse), select the option to &lt;br /&gt;
#&#039;&#039;&#039;Connect to the ISI Web of Knowledge Service&#039;&#039;&#039;  and then select the  &lt;br /&gt;
#&#039;&#039;Web of Science&#039;&#039; tab from along the top and finally from the citation databases, narrow it down to the&lt;br /&gt;
# Science Citation Index expanded&lt;br /&gt;
#Try checking on the number of articles members of our staff (or your tutors) published in 2009 by entering their name into the  &#039;&#039;&#039;Author&#039;&#039;&#039; box. You almost certainly will need to know that first, and probably also their second initial for this to correctly identify them. Check its working by entering a string in the &#039;&#039;&#039;advanced&#039;&#039;&#039; search such as &amp;lt;tt&amp;gt;au=Spivey a* and og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
#When you have some hits, either tick individual citations, or &#039;&#039;&#039;All records on page&#039;&#039;&#039; or a span of records. &lt;br /&gt;
#Next, make sure you have  Microsoft Word running,  and  from the  &#039;&#039;&#039;EndNote X4&#039;&#039;&#039; taskbar of Word, click on &#039;&#039;&#039;Go to EndNote&#039;&#039;&#039;.  From the options offered (which you only see the first time you run  EndNote, and also, ignore prompts about EndNote Web for the time being), create a new  EndNote database, currently of course empty.&lt;br /&gt;
#[[Image:Endnote1b.jpg|right|saving a list for Endnote]]Return to the  Browser window displaying  WOS and  click on &#039;&#039;&#039;Save to EndNote&#039;&#039;&#039;.  An automated procedure should initiate, the end result of which will be that your EndNote library will now be populated by the references you have just found.    &lt;br /&gt;
#If the automated procedure does not initiate, the system will instead produce a file on your computer desktop (it may appear with the name &#039;&#039;&#039;uml_view.cgi&#039;&#039;&#039; on the desktop) which you can open directly with EndNote (see below).&lt;br /&gt;
&lt;br /&gt;
=== Inserting the citations just found into  Word using EndNote===&lt;br /&gt;
#[[Image:Endnote1a.jpg|thumb|right|Starting EndNote]]Go back to your bibliographic library in EndNote and before anything happens to it, save it to your M: drive as described above.&lt;br /&gt;
#Via &#039;&#039;&#039;Edit/preferences/Libraries&#039;&#039;&#039; select to load this database upon startup, thus dispensing with subsequent startup dialogs (it will in fact  default to opening the most recently used library).  &lt;br /&gt;
#[[Image:endnote-style.jpg|thumb|left|Checking the  style setting]]From &#039;&#039;&#039;Edit/Output style/Open Style Mananger&#039;&#039;&#039;, select the tick-box against  a template known as &#039;&#039;&#039;Royal Society of Chemistry&#039;&#039;&#039; (you may have to use &#039;&#039;&#039;Find by/Chemistry&#039;&#039;&#039; to locate it). From now on, always check that this style is correctly set when you open EndNote (arrow 1 to the left).&lt;br /&gt;
#If  you are importing a citation list  rather than relying on the automated procedure, then from &#039;&#039;&#039;File/Import&#039;&#039;&#039; of EndNote define the Import Option &#039;&#039;&#039;ISI-CE&#039;&#039;&#039; in the pull down menu, or &#039;&#039;&#039;Other Filters/SciFinder (CAS)&#039;&#039;&#039; if importing  SciFinder Scholar) and import any saved datasets you created earlier from WOS or SciFinder. &lt;br /&gt;
#[[Image:Endnote1c.jpg|thumb|right|]][[Image:Endnote1d.jpg|thumb|left|Word with citations showing|]]Go back to  Word 2007, and write some text.  At an appropriate point, from the &#039;&#039;&#039;Endnote X4 taskbar tab&#039;&#039;&#039;, press &#039;&#039;&#039;Go to  EndNote&#039;&#039;&#039; when your library should be revealed (in this case containing the references you have just imported). Select the one you want to insert, and press the &#039;&#039;&#039;Insert citation&#039;&#039;&#039; tab (arrow 2 to the left).  If everything has been set up correctly, Word should insert your desired reference from your bibliographic database, formatted according to the RSC guidelines. If you rearrange the order in which the references appear in the text by cutting/pasting, the numbering at the bottom should change accordingly. If you delete a reference, it should disappear from the numbered list.&lt;br /&gt;
#Save the  Word document for future reference.  It should serve to illustrate how you will write lab reports, and later in your degree, extended essays (where you may cite  between  50-100 references). The whole point of doing it this way is that all the otherwise arduous tasks of numbering and editing the references will be automated for you.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley and other alternatives to  EndNote ====&lt;br /&gt;
[[image:refworks.jpg|thumb|right]]A significant problem with  EndNote is the cost.  This does not matter whilst you are using computers within the  College, but it does matter if  you want to use your own computer. Alternatives to using EndNote as shown above include [https://www.refworks.com/Refworks/login.asp?WNCLang=false RefWorks] (for which the client software can be downloaded without cost) and an innovative program called [http://www.mendeley.com/ Mendeley] which is available on the computers in the department. &lt;br /&gt;
&lt;br /&gt;
# If you do want to use  RefWorks, please ensure you login via the Shibboleth users option.&lt;br /&gt;
&lt;br /&gt;
==  Chemdraw Familiarity ==&lt;br /&gt;
*[[Image:unknown1.jpg|left|thumb|Click to expand image]] [[Image:taxolhsr.jpg|Taxol|right|300px]] &#039;&#039;&#039;Starting and using ChemDraw.&#039;&#039;&#039; Start Chemdraw icon from the &#039;&#039;&#039;Start/Programs menu&#039;&#039;&#039;. Practice by drawing Taxol (right). You many need a few hints and tips, and the demonstrators should be able to help  you with this.  Its easier than trying to describe the technique here (don&#039;t worry, everyone picks up Chemdraw by watching others use it!). &lt;br /&gt;
*Check that you have drawn it correctly by calculating its formula. To do this, Go to &#039;&#039;&#039;View/Show analysis&#039;&#039;&#039; window and record what you see (it should give you C&amp;lt;sub&amp;gt;47&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;51&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;14&amp;lt;/sub&amp;gt;. Mol. Weight 853.91). Do you get the same values? If you do not, you will have to try to find where the discrepancy is. Remember, if you cannot draw a structure reliably, you will not be able to search for it reliably. Using the ChemDraw application, select copy/paste the structure into a Microsoft Word window. Practice editing the structure inside the Word processor by double clicking its diagram. Practice re-scaling the ChemDraw diagram either within Word or within Chemdraw. Scaling is normally done by pointing the cursor at the bottom right hand corner (it should change shape at this point) and then &amp;quot;dragging&amp;quot; inwards or outwards to change the size. Try copying instead the Web picture (GIF format) from this Web page to Word. Put side by side with the picture of the same molecule derived from ChemDraw and experiment with scaling both. &#039;&#039;&#039;What is the difference in behaviour?&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
If you want more practice (with stereochemical wedges text positioning, etc), try the molecule on the left.  &#039;&#039;&#039;Can you identify what it is called?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Lecture  Support: Journal Familiarity ==&lt;br /&gt;
&lt;br /&gt;
You can go visit the databases of some major chemistry publishers, and track down any articles that members of this department (or other departments or your favourite Nobel prize lautreates) may have published there. You might try searching for your current lecturer, or one or more of your tutors. Go directly to one or more of the following:&lt;br /&gt;
* [http://pubs.acs.org/search/advanced The American Chemical  Society] (where you can subscribe to an  RSS feed of the search, which means you will be notified of new items)&lt;br /&gt;
* [http://www.rsc.org/Publishing/Journals/cc/index.asp The Royal Society of  Chemistry] and their premier journal  &#039;&#039;Chemical communications&#039;&#039;&lt;br /&gt;
* [http://www.nature.com/search/adv_search?sp-a=sp1001702d&amp;amp;sp-x-1=ujournal&amp;amp;sp-q-1=Nature%20Chemistry Nature  Chemistry] advanced search.&lt;br /&gt;
* [http://www3.interscience.wiley.com/journal/26737/home Wiley Interscience]  and their flagship chemistry journal  &#039;&#039;Angew. Chemie.&#039;&#039;&lt;br /&gt;
* [http://www.sciencedirect.com Science Direct]&lt;br /&gt;
&lt;br /&gt;
The navigation of these journals via their tables of contents is left for you to explore on your own. You can of course  go to an article directly by following any  DOI link that you might have found in your lecture notes or elsewhere. You should retrieve the  Acrobat  file corresponding to any articles you may have tracked down, and save them in a folder on your computer  H: drive for future use and analysis (for example with the program Mendeley). Later in your course, you may encounter lecture courses or laboratory courses which in fact require you to track down articles in the literature in this manner. It is good to start practising early.&lt;br /&gt;
&lt;br /&gt;
== Lecture Support: Named chemicals ==&lt;br /&gt;
&lt;br /&gt;
# To apply the above skills by using [http://wok.mimas.ac.uk/ WOS] to perform a comprehensive literature search on the &#039;&#039;&#039;molecule&#039;&#039;&#039; &#039;&#039;Penicillin&#039;&#039;, a &#039;&#039;&#039;reaction&#039;&#039;&#039; (&#039;&#039;its conversion to Cephalosporin&#039;&#039;), its &#039;&#039;properties&#039;&#039;, both physical (spectroscopic) and biological. Thus, type  &#039;&#039;penicillin and cephalosporin&#039;&#039; into the  &#039;&#039;&#039;Topic&#039;&#039;&#039; box and see if you can prune these down with a more elaborate search perhaps, using some of the Boolean logic shown in the lectures by invoking the  &#039;&#039;&#039;Advanced Search&#039;&#039;&#039; option. &lt;br /&gt;
#* &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (136)&lt;br /&gt;
#* &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2629)&lt;br /&gt;
##Or, try the drug &#039;&#039;&#039;Temozolomide&#039;&#039;&#039;, currently very much in the  [http://news.bbc.co.uk/1/hi/england/west_midlands/7675014.stm news] &lt;br /&gt;
##Tasimelteon ([http://news.bbc.co.uk/1/hi/health/7760105.stm time bending drug for jet lag]) or &lt;br /&gt;
##[http://news.bbc.co.uk/1/hi/health/8237530.stm Sulforaphane], which  occurs in broccoli and cauliflower and protects against heart attacks.&lt;br /&gt;
#Compare the results of one of these searches with  less specialised search engines such as &lt;br /&gt;
#*[http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar],   &lt;br /&gt;
#*[http://www.scirus.com/srsapp/advanced/index.jsp SciRus], &lt;br /&gt;
#*[http://www.bing.com/?scope=web&amp;amp;mkt=en-GB Microsoft Bing],&lt;br /&gt;
#*[http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha].  &lt;br /&gt;
&lt;br /&gt;
===  Lecture  Support: A SciFinder search instead ===&lt;br /&gt;
*The [https://scifinder.cas.org/ Scifinder Scholar] system  is available for general and student use.&lt;br /&gt;
** You cannot use your  College login for access, but must request your own login to be created.&lt;br /&gt;
*** [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar Go here to register]. You have to create yourself a login  ID.  This ID is quite independent of your College ID, and if you forget the password you  have set, you will have to recover it from the SciFinder site.   Where it asks you to identify your area of research interest, you may not want to reveal this  (we have been assured students will not get related spam sent to them) and  you might want to register an interest only in e.g. &#039;&#039;other field&#039;&#039;.&lt;br /&gt;
** Completing the registration will result in an email being sent to the email address you provide with activation instructions. &lt;br /&gt;
*** Once you have obtained an  ID,  at the [https://origin-scifinder.cas.org SciFinder site], click on  &#039;&#039;&#039;Explore References&#039;&#039;&#039; and in the  &#039;&#039;&#039;Research topic box&#039;&#039;&#039; enter  &amp;quot;Conversion of penicillin to cephalosporin&amp;quot;.  &lt;br /&gt;
** You will receive a request to accept an application digital signature at this stage, which you should accept.&lt;br /&gt;
You should get ~9 references for an exact match. This interface is supposed to use a more &#039;&#039;natural language&#039;&#039; for its search queries  (and it does not employ  Booleans). &lt;br /&gt;
** Tick the box with 9 hits and request the references. Tick the box against those you particularly wish to save for the future, and then  click on the &#039;&#039;&#039;Export&#039;&#039;&#039;  link near the top (next to print). From the dialog, set the  &#039;&#039;&#039;File Type&#039;&#039;&#039; to  &#039;&#039;&#039;Tagged Format&#039;&#039;&#039;. &lt;br /&gt;
*** You may need to allow the requested security settings in your browser (IE 8) to allow files to be saved locally. The default location for saving files is your &#039;&#039;&#039;download&#039;&#039;&#039; location. You can then import this into  EndNote using the &#039;&#039;&#039;SciFinder (CAS)&#039;&#039;&#039; import option.&lt;br /&gt;
**An alternative search might be the phrase &#039;&#039;&#039;arrow pushing formalism&#039;&#039;&#039; (can you learn about this topic from  the results found for this search?). A synonym might be  &#039;&#039;&#039;curly arrow formalism&#039;&#039;&#039;.  Does this find the same references, or a different set?&lt;br /&gt;
** You can comment on individual references and invite friends in to see your comments. This might be appropriate for when you are e.g. doing a lab experiment in pairs or groups, and wish to share a reference with them. Go to  &#039;&#039;&#039;My connections&#039;&#039;&#039; and invite the group, then add comments to relevant references.&lt;br /&gt;
** SciFinder supports more advanced features such as  Explore Substances and  Explore Reactions, but you should only investigate these when you are feeling adventurous.&lt;br /&gt;
&lt;br /&gt;
=Laboratory Support=&lt;br /&gt;
Here you will find out how to search for safety information about molecules, and then for their properties and reactions. There are two kinds of search for molecules you will have to make during lab courses.&lt;br /&gt;
# Where you have an unknown compound whose properties you have measured and you want to know if any known compound matches those properties.&lt;br /&gt;
# Where you (think you) know what the structure of your compound is, and you want to know if there are any other reports of this same compound (and whether the properties other have measured match your own).&lt;br /&gt;
&lt;br /&gt;
== A search for known physical properties using Reaxys ==&lt;br /&gt;
[[Image:Reaxys1.jpg|right|thumb|]]We will start with two examples of the first category and then move on to the rather more common second category.&lt;br /&gt;
&lt;br /&gt;
*Connect to the [http://www.reaxys.com/ Reaxys] system. You can carry out all the required course work as an &#039;&#039;anonymous user&#039;&#039;, but you will not be able to change/save any settings etc in this mode (such as e.g. changing the default structure editor to ChemDraw).&lt;br /&gt;
** If you do choose to register  at this point, be aware that if you lose/forget your password, you will need to contact  Reaxys and not local Imperial College support.&lt;br /&gt;
*Select &#039;&#039;substances and  Properties&#039;&#039;&lt;br /&gt;
**In the &#039;&#039;Properties (Advanced)&#039;&#039; box, enter the following, followed by  &#039;&#039;&#039;Search&#039;&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200&#039;&#039;&#039;&lt;br /&gt;
This means in effect, show me ANY molecule which melts at a certain temperature range (determined using a melting point apparatus), which  has a given molecular formula (determined using mass spectrometry)  and an optical rotatory power between certain values  (determined using a polarimeter).  For this example you should get exactly 1 hit, which should be to a patent. Explore the options at this point, including viewing the original source of the data ( a patent in this case).&lt;br /&gt;
* There are about  500 different properties in total which you could specify in this manner. To explore them, click on &#039;&#039;Show Fields and  Operators&#039;&#039;. This type of technique is useful for identifying an  &#039;&#039;&#039;unknown&#039;&#039;&#039; compound purely from its physical properties (Forensic science, etc).&lt;br /&gt;
** Note that some features do not always produce the expected result.  For example, the icon labelled with the arrow (right) pulls down various options, one of which is &#039;&#039;copy structure to clipboard&#039;&#039;. The clipboard contents however are  &#039;&#039;&#039;not&#039;&#039;&#039; recognised by eg Chemdraw, Word etc.&lt;br /&gt;
&lt;br /&gt;
== A search for known spectroscopic properties ==&lt;br /&gt;
&lt;br /&gt;
[[image:spectra.jpg|240px|right]]It is routine when a compound is first made to record its spectroscopic properties.  This would include the characteristic  infra-red frequencies, and the &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H and &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts. These values are shown for an unknown compound. Your task is to use the  [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS]  to try to identify what the compound is (you could of course also do this entirely logically using just your brain).  &lt;br /&gt;
#Try first entering only the  &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts (163, 141, 133, 130, 129, 128, 98 ppm, with an anticipated error of around  2ppm).  How many matches do you get? &lt;br /&gt;
#Add then the  &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H shifts (8.1,7.5,5.1,4.7 and there is an additional broad multiplet across the range 7.3-7.7 which is not entered) and see if the number of possibilities reduces.  &lt;br /&gt;
#Finally, enter the one characteristic  IR vibration (1733 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;).  Do you now get a unique answer?  Record any structure(s) you may get at this stage for future reference.&lt;br /&gt;
#Try changing the error limits for any of these properties. Thus reduce the  NMR limit from  2.0 to 1.5 to 1.0ppm, or the  IR limit to 5 or even 1 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; (in future laboratory courses, you will learn how the way the instrument works determines at least in part the accuracy with which these spectroscopic properties can be measured).&lt;br /&gt;
&lt;br /&gt;
== Reagent/Product searches for  laboratory preparations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:1-4.jpg|right|250px|Molecules 1-4]]The theme of this section is going to be the following four molecules, which you will in fact encounter in a laboratory course later in the year.  You will search for known properties of these molecules, for comparison with those you might measure in the lab, or which may provide useful discussion material for your laboratory reports.  Your first task is to generate a so-called SMILES descriptor of the molecule.  This is done most simply by drawing the molecule in  ChemDraw and using the  &#039;&#039;&#039;Edit as/Copy&#039;&#039;&#039; menu produce the SMILES or InChI-key string onto the clipboard. Here are three SMILES strings and one InCHI-key string. Can you match them up to the structures shown on the right?&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;C=CC1=CC=C(C(O[H])=O)C=C1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;O[C@H]1[C@H](OCC)CCCC1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;VSIKJPJINIDELZ-UHFFFAOYSA-N&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Search the [http://www.chemspider.com/ ChemSpider] database using a SMILES or InChI-key string as above.  What sort of information is revealed about the compound?&lt;br /&gt;
*Try reversing the search terms above (instead of  SMILEs, try generating an  InChI key, or vice versa). &lt;br /&gt;
*Try next an advanced search from the same [http://www.chemspider.com/FullSearch.aspx database].   Explore for yourself how to enter the  SMILES string and perform the search.&lt;br /&gt;
*Search the [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] using a SMILES string. Select the &#039;&#039;&#039;substructure/superstructure&#039;&#039;&#039; or the &#039;&#039;&#039;Identity/Similarity&#039;&#039;&#039; option, and then the  &#039;&#039;&#039;CID, SMILES, InChI&#039;&#039;&#039; tab, and past in one of the strings above.  Try both  &#039;&#039;&#039;80% similar&#039;&#039;&#039; and &#039;&#039;&#039;identical&#039;&#039;&#039;  if using the Similarity option). Again, explore the properties associated with each hit.&lt;br /&gt;
**You might encounter &#039;&#039;&#039;artefacts&#039;&#039;&#039;.  Thus with  &#039;&#039;&#039;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&#039;&#039;&#039;, something slightly odd happens? &lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of Drugs, inorganic and organometallic and natural products which might prove useful to you for laboratories.&lt;br /&gt;
* The series [http://www.orgsyn.org/ Organic syntheses]  contains tried and tested procedures for the synthesis of many chemicals.  However, it is quite limited, and you would be lucky to find more obscure compounds listed here. &lt;br /&gt;
=== Sigma-Aldrich Catalogues and  MSDS (Safety) information ===&lt;br /&gt;
&lt;br /&gt;
If you know  (or suspect you know) what the identity of the molecules are that you will be  handling in the laboratory, the first task is to find out any known safety information.&lt;br /&gt;
The [http://www.sigmaaldrich.com/catalog/search/AdvancedSearchPage Aldrich] catalogues can be searched for  compounds and their  associated MSDS safety sheets. This is useful for completing  [http://www.hse.gov.uk/coshh/ COSHH] forms. If you were able to obtain a name (see previous section),  see if you can now find any information on it from the  Aldrich catalogue.&lt;br /&gt;
&lt;br /&gt;
=== Reaxys ===&lt;br /&gt;
Connect to [http://www.reaxys.com/ Reaxys]  as before, but now we are going to do a structure based search, using as examples structures  &#039;&#039;&#039;1-4&#039;&#039;&#039; above. If you click in the frame labelled  &#039;&#039;Double click this frame and draw structure query&#039;&#039; you will get a default structure editor called  ChemAxon MarvinSketch.  It is a little different from Chemdraw, but should not take too much time to master. &lt;br /&gt;
# Using the structure editor, draw one of the four molecules  1-4 and invoke &#039;&#039;&#039;search&#039;&#039;&#039;.&lt;br /&gt;
# If you think you know the name of your query, type that instead in the  &#039;&#039;Generate structure from name&#039;&#039; box (e.g. &#039;&#039;&#039;Taxol&#039;&#039;&#039;, which as you have seen earlier is a challenge to draw!). You can also paste a  SMILES or InChI key into this box (try any of the four above). &lt;br /&gt;
# Try hitting  &#039;&#039;&#039;Synthesize&#039;&#039;&#039;,  but expect to be overwhelmed by the number of hits!&lt;br /&gt;
&lt;br /&gt;
=== Dictionary of organic compounds ===&lt;br /&gt;
An alternative database which works in this way is  the  [http://doc.chemnetbase.com/ Dictionary of organic compounds].&lt;br /&gt;
&amp;lt;!-- === Mini Project ===&lt;br /&gt;
&lt;br /&gt;
Define a search for &#039;&#039;&#039;aspirin&#039;&#039;&#039; using any of the methods above. You should arrive at a single  &#039;&#039;&#039;hit&#039;&#039;&#039; (there is only one molecule that can be called aspirin). Some of the searches above may provide many more! You will need to use your own initiative to find out what the actual molecular structure of aspirin is. Once you have that single hit, find out how many times its  &#039;&#039;&#039;MP&#039;&#039;&#039; (melting point) has been reported, and view all the various values.  You should notice something very odd indeed!  Make a notice of what you observe, and return to this mini project later on. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Extra material for Future Reference - Converting a 2D structure definition to a  3D set of coordinates =&lt;br /&gt;
&lt;br /&gt;
The preceding searches were all effectively conducted on  two-dimensional molecules, where we only needed to know how the atoms were connected (in effect the  Lewis valence structure).  As a prelude to moving into three dimensions,  we will illustrate how a 2D search can be used to generate a  3D structure.&lt;br /&gt;
&lt;br /&gt;
* You can use the on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina service to convert a (1D) SMILES string to 3D molecular coordinates].&lt;br /&gt;
*# Under options, paste the SMILES string, enter a name, and select 3D structure viewer automatically loaded.&lt;br /&gt;
*# Click on Generate 3D structure. A window appears, and after about 20-30 seconds, a structure does as well. At the bottom, click on &amp;quot;Click to download this structure in PDB file format&amp;quot;, whereupon a full window diagram appears. Save the molecule as above.&lt;br /&gt;
&lt;br /&gt;
== 3D structure searching of the Cambridge Crystallographic database ==&lt;br /&gt;
&lt;br /&gt;
Our final search type is now of a database which stores &#039;&#039;&#039;three-dimensional&#039;&#039;&#039; information about molecules.  This is where you can infer all sorts of interesting properties about the bonding, the properties and the potential reactivities of molecules. You will be searching the &#039;&#039;&#039;Cambridge Crystal Structure Database&#039;&#039;&#039;. There are three entry points for this; one local, one via the  Web and one via the national &#039;&#039;&#039;chemical database service&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Local invocation of the Cambridge Crystal Structure Database ===&lt;br /&gt;
The local based search described below  is feature complete and fast. You may also want to try out the  [http://webcsd.ccdc.cam.ac.uk/ WebCSD service], which needs only a web-browser.&lt;br /&gt;
#[[Image:MgBr2.jpg|right|120px]][[Image:ti1.jpg|right|100px]][[Image:PtCl.jpg|right|100px]][[image:1-4.jpg|right|250px|Molecules 1-4]]Select &#039;&#039;&#039;Conquest&#039;&#039;&#039; from the &#039;&#039;&#039;Start/Programs&#039;&#039;&#039;  menu. You will have to reply:&lt;br /&gt;
##&#039;&#039;&#039;yes&#039;&#039;&#039; to the question about certificates,&lt;br /&gt;
##enter first your username, then &lt;br /&gt;
##your password at the two prompts (both of which appear to ask for a password!). &lt;br /&gt;
##Next, &#039;&#039;&#039;accept&#039;&#039;&#039; the license agreement and &lt;br /&gt;
##&#039;&#039;&#039;accept&#039;&#039;&#039; the suggested location for storing the directory. &lt;br /&gt;
##Enter the Site No. as &#039;&#039;&#039;183&#039;&#039;&#039; and the  confirm code as &#039;&#039;&#039;8FDCE4&#039;&#039;&#039; (2013 release)&lt;br /&gt;
##Click &#039;&#039;&#039;register online&#039;&#039;&#039;. &lt;br /&gt;
##These prompts are a one-off, and you will not need to do these steps again. &lt;br /&gt;
#In the {{Pdf|FoundationTutorialproblems09.pdf|foundation tutorial problems}},  question 2 asks you to arrow-push the reaction  Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O + MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; → Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O-MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. Here we will pose the question: what is the  3D geometry of the product of this reaction?  You will search for it using Conquest.   Does the result surprise you? (Hint: TOQKIT)&lt;br /&gt;
#Nucleophilic addition to an amide is the prototype of how peptides, proteins and enzymes are broken down in metabolic processes  (or using e.g. biological washing powders).  The mechanism involves a species known as a &#039;&#039;&#039;tetrahedral intermediate&#039;&#039;&#039; (right), which is normally considered so unstable that it is rarely detected during the reaction. Nevertheless, can you find any examples of such species in the Cambridge database? &lt;br /&gt;
#Cis-Platin is a well known anti-cancer drug. The &#039;&#039;active ingredient&#039;&#039; is the initial hydrolysis product, shown on the right. Can you find any examples of this  &#039;&#039;&#039;active intermediate&#039;&#039;&#039; in the  database which contain this sub-structure?  What happens if you change the  Pt to a &#039;&#039;&#039;wild-card&#039;&#039;&#039; indicating the central metal could be any of the group known as  &#039;&#039;&#039;8Z&#039;&#039;&#039; (from the &#039;&#039;&#039;more&#039;&#039;&#039; button of the editor, select &#039;&#039;&#039;other elements&#039;&#039;&#039;  and from there click on the orange box labelled  &#039;&#039;&#039;8Z&#039;&#039;&#039;). &lt;br /&gt;
#Are there any other  &#039;&#039;&#039;reactive intermediates&#039;&#039;&#039; you might have identified from your arrow-pushing workshop which you might search for?&lt;br /&gt;
#When you have finished the above examples, try entering one of the four lab-course molecules shown to the left, exactly as drawn above. For  &#039;&#039;&#039;3&#039;&#039;&#039; specifically, if you draw explicit hydrogens attached to the &#039;&#039;vinyl&#039;&#039; group at the top of the molecule and repeat the search, what difference is there? &lt;br /&gt;
#*How many hits do you get?  &lt;br /&gt;
#*Note the 6-8 letter identifier for the structure you are interested in (for example, for molecule  &#039;&#039;&#039;3&#039;&#039;&#039; above, it should be  XAYFEI, XAYFEI01 and  XAYFEI02).&lt;br /&gt;
#*Save the 3D coordinates in PDB or CIF format via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, decide how you want to select entries, specify one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;. Inspect the structure by double clicking the file created, to be found on drive &#039;&#039;&#039;L:&#039;&#039;&#039;&lt;br /&gt;
#You &#039;&#039;&#039;may&#039;&#039;&#039; now have two versions of any of these four molecules; one a direct experimental structure, and one assembled by the  [http://www.molecular-networks.com/online_demos/corina_demo.html Corina]  program.  How do these differ? Concentrate in particular on compounds &#039;&#039;&#039;1&#039;&#039;&#039; and  &#039;&#039;&#039;2&#039;&#039;&#039; above right!&lt;br /&gt;
#Later on in your course, you may use such coordinates to create an entry in a Wiki page, much like that rotating below.&lt;br /&gt;
&lt;br /&gt;
===An advanced 3D Search. ===&lt;br /&gt;
Try the following. The objective will be to find any short interactions between the H of an OH group and the centroid of a phenyl ring as the electron donor (a very unusual type of &amp;amp;pi;-facial hydrogen bond). Proceed as follows:&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
# Open Conquest and invoke the &#039;&#039;&#039;Build Queries/Draw&#039;&#039;&#039; option&lt;br /&gt;
# Deposit a benzene ring from the template which should appear on the left&lt;br /&gt;
# Click on &#039;&#039;&#039;ADD 3D&#039;&#039;&#039;, select all the six carbon atoms in turn (they will go green) and define a centroid.  A defined object labelled  &#039;&#039;&#039;CENT1&#039;&#039;&#039; now shows. Press Done.&lt;br /&gt;
# Back in &#039;&#039;&#039;Draw&#039;&#039;&#039; mode, select a  H and deposit it as an isolated atom. Then select O  and draw a bond from it to the H to get an OH. In this system, any undefined valence is &#039;&#039;&#039;wild&#039;&#039;&#039;, ie any group can be attached to the  O of the OH.&lt;br /&gt;
# In &#039;&#039;&#039;ADD 3D&#039;&#039;&#039; mode again, click first on the &#039;&#039;&#039;H&#039;&#039;&#039; of the OH group, then on &#039;&#039;&#039;CENT1&#039;&#039;&#039; in the list of defined objects. A green line connecting the two appears. When a &#039;&#039;&#039;Valid parameter&#039;&#039;&#039; entry named &#039;&#039;&#039;Distance&#039;&#039;&#039; appears, click on &#039;&#039;&#039;Define&#039;&#039;&#039;.&lt;br /&gt;
# Select &#039;&#039;&#039;Intramolecular&#039;&#039;&#039; from the &#039;&#039;&#039;Choose distance type&#039;&#039;&#039; menu, OK, then &#039;&#039;&#039;Options&#039;&#039;&#039;, enter 2.0 - 2.4 as the range of distances and &#039;&#039;&#039;Separated by 5 - 999&#039;&#039;&#039; bonds. Hit &#039;&#039;&#039;OK&#039;&#039;&#039; and then &#039;&#039;&#039;Done&#039;&#039;&#039;. Your search query is summarized in a cyan box at the top right of the draw window.&lt;br /&gt;
# Select &#039;&#039;&#039;Search&#039;&#039;&#039;, tick the 3D Coordinates determined box and &#039;&#039;&#039;Start Search&#039;&#039;&#039;. This search should proceed at the rate of about 1% per second. You should get 20 hits.&lt;br /&gt;
# View entries via &#039;&#039;&#039;3D Visualiser&#039;&#039;&#039;. Note the so-called &#039;&#039;&#039;REFCODES&#039;&#039;&#039;. Note &#039;&#039;&#039;[[Coursework#Enantiomers_vs_Diastereomers_Part_1:_Butanes_and__Helicenes.|CIYSIM]]&#039;&#039;&#039; in particular!&lt;br /&gt;
#A right-mouse click in the blue window of the 3D Visualiser will enable you to set  &#039;&#039;&#039;spacefill&#039;&#039;&#039; mode, and to inspect whether any two atom spheres inter-penetrate each-other indicating an attractive interaction between them.&lt;br /&gt;
# Save the coordinates of any selected hits via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, Select PDB or CIF as the format, all selected entries, one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;.&lt;br /&gt;
# The files will appear on your L: drive. Double click to open up the WebLab Viewer Pro or Mercury program, and resave them if you wish as an MDL Molfile rather than PDB.&lt;br /&gt;
# If you want to explore further, define an NH bond rather an OH bond (you might need to increase the distance range to eg 2.0 - 2.5).&lt;br /&gt;
# Try this with centroids to other &amp;amp;pi;-electron rich systems, such as an alkyne, alkene, or other rings such as cyclopentadienyl, etc.&lt;br /&gt;
#Go to your network drive N: or L: (i.e. username on neon.ch.ic.ac.uk) and double click any .PDB or .CFIF or .MOL files to view the molecule again. &lt;br /&gt;
# Or, instead of H-O,  just put e.g. Na (metal arene interactions are hugely important biologically).  You may need to define a rather longer distance range. Experiment  by trying various sets of values.&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&amp;lt;jmolApplet&amp;gt;&amp;lt;title&amp;gt;CIYSIM&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&lt;br /&gt;
&amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&amp;lt;script&amp;gt;zoom 150;spin 3;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== The National  Chemical Database Service ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;CDS&#039;&#039;&#039; is a national service (located as it happens in  Daresbury, near Warrington) which offers a range of database services to the  UK community.  To access this service, follow the [http://cds.dl.ac.uk/cgi-bin/reg/undergrad?sites=Select+Site&amp;amp;SITE=imperial-cds0091 instructions] here (this is necessary to ensure UK usage only and to monitor that usage as part of justifying a national resource).  You will be sent a  CDS registration account and password by email. You can then use this account in two ways&lt;br /&gt;
#Invoke  &#039;&#039;&#039;ConquestD&#039;&#039;&#039; (rather than Conquest) from the  Windows start menu and proceed as above, but supply your new  CDS account instead of your Imperial account.&lt;br /&gt;
#Invoke the CDS portal [https://cds.dl.ac.uk/ here] using your  CDS account to log in.   It offers many alternative services (including searches for spectral data) as well as a simplified crystal search. Explore in your own time!&lt;br /&gt;
&amp;lt;!--This part of the course shows you how you can create a Wiki(pedia)-like article on a chemical topic including some molecular information (such as &#039;&#039;e.g.&#039;&#039; coordinates for a rotatable model). The objectives in this part of the course are &lt;br /&gt;
* to learn how to create a simple Wiki page. This is &#039;&#039;&#039;much simpler and quicker&#039;&#039;&#039; than creating a Web page by writing HTML (Wiki is apparently the Hawaiian for &#039;&#039;quick&#039;&#039;). The Wiki is used by some laboratory courses for submitting student reports.&lt;br /&gt;
* to experiment with some simple  Wiki extensions as described in sections  3.2 - 3.8 below. There are of course many other features in the full  Wiki which you can also experiment with if you wish (including e.g. installing additional useful templates).&lt;br /&gt;
== Setting up FireFox and  Creating your own  Wiki page ==&lt;br /&gt;
#[[Image:report12345.jpg|left|thumb|The editing environment]][[Image:exception1.jpg|right|thumb|Security exception]]Start the process by opening Firefox as a Web browser, and install [https://addons.mozilla.org/en-US/firefox/addon/748 Greasemonkey For Firefox] (this is done on a per user basis, and is &#039;&#039;&#039;optional&#039;&#039;&#039; if you want to have your  Wiki interface look a little more similar to  Word) followed by an install of  [http://en.wikipedia.org/w/index.php?action=raw&amp;amp;ctype=text/javascript&amp;amp;title=User:Cacycle/wikEd.user.js wikEd].&lt;br /&gt;
*You will now need to create your own page on this Wiki. Firstly, [[special:userlogin|login]] to the  Wiki using your College ID and password.  &lt;br /&gt;
**If the  browser asks you to add a security exception, do so (this is induced in part by using  &#039;&#039;&#039;imperial&#039;&#039;&#039; rather than  &#039;&#039;&#039;ic&#039;&#039;&#039; in the URL &#039;&#039;https://www.ch.ic.ac.uk/wiki/&#039;&#039; used to start up the wiki page) and proceed to &#039;&#039;&#039;view/confirm&#039;&#039;&#039; the certificate. &lt;br /&gt;
**[[Image:mywiki.jpg|left|thumb|Starting your Wiki page]][[Image:wxyz1234.jpg|left|Creating a report page]]After login, the top right of the browser window will display your login ID. Click on this to start editing your page. If you chose to invoke the wikEd extra above, you should now get a richer additional toolbar along the top of the page which you can use for editing  (but only with Firefox;  it will not work with  Internet Explorer). &lt;br /&gt;
*If you want to create another empty page, then  on the address entry bar of the browser, enter something like the following: {{Fontcolor1|yellow|black|&amp;lt;nowiki&amp;gt;http://www.ch.ic.ac.uk/wiki/index.php/it08:wzyz1234&amp;lt;/nowiki&amp;gt;}} where  &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is unique to you. &#039;&#039;&#039;Do not forget this string&#039;&#039;&#039;. If &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is indeed unique (as it must be), the system will respond as shown on the right. If not, try another  (hopefully more unique) string.  When you succeed, proceed to edit the page.  If you forget the name of your page, invoke [[Special:Contributions|this page to find it]].&lt;br /&gt;
=== Preview/Save ===&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; When you want to see the effect of any particular edit, press &#039;&#039;&#039;preview&#039;&#039;&#039;.  But remember every 1-3 previews to  &#039;&#039;&#039;save&#039;&#039;&#039; the page.  This means that if the browser were to crash, you would not  have lost anything. This is the same good practice that one also follows when editing  conventional  documents.&lt;br /&gt;
&lt;br /&gt;
=== Simple Wiki Editing instructions ===&lt;br /&gt;
There are just a few simple rules for creating effects. In what follows below, anything appearing in a grey box can be copied and pasted into your own wiki. If you have logged in, each section will also have an edit button next to it, and by invoking this, you can always  &#039;&#039;&#039;reverse-engineer&#039;&#039;&#039; what you see and use it for your own purposes.&lt;br /&gt;
*# Headers are indicated by balanced = signs (one for a top level, two for the next, and so on)&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Bold is indicated by balanced &#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;signs&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Italic is indicated by balanced &#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;signs&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# You can use the little menu items at the top to achieve these effects&lt;br /&gt;
*# Each item in an intended list is prefaced by * or #&lt;br /&gt;
*# Chemical effects, i.e. &amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt; and &amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt; are done as: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; and &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; or by invoking the wikEd buttons on your browser.&lt;br /&gt;
* See the effects of what you have done by selecting &#039;&#039;&#039;Show Preview&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: Once satisfied the preview shows what you want, enter something descriptive into the &amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;Summary&#039;&#039;&#039; page. Once this is completed, click on &#039;&#039;&#039;Save Page&#039;&#039;&#039;. Your entry is now added to the &#039;&#039;&#039;History&#039;&#039;&#039; of the article.&lt;br /&gt;
* &#039;&#039;&#039;Images&#039;&#039;&#039;. These should be in GIF, JPG or PNG format only. Other formats (.bmp etc) are NOT allowed. They can be obtained by saving from Web pages, or taking a Screen snapshot. The latter is invoked by pressing the F13 (Print Screen) key (Windows, press ALT+F13 to snap only the active window and pasting the snapshot if necessary into an editing program (e.g. Microsoft PhotoEditor on Windows). Save the image with a sensible name (adding .gif, .jpg or .png to the name). Once created, you will need to &#039;&#039;&#039;upload (the) file&#039;&#039;&#039; to the Wiki. Click on &#039;&#039;&#039;upload file&#039;&#039;&#039; on the lhs of the Wiki page, and follow the instructions. Make a note of the name of the file (which has to be unique, and not the same as any other person&#039;s name. If you are asked to replace a file, err on the side of caution and instead rename it).&lt;br /&gt;
* To include that image in your page, navigate back to your page and enter the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Image:Nameofyourfile.jpg|thumb|right|200|Description of image]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;where left|right indicates the alignment you wish. Inclusion of &#039;&#039;&#039;thumb&#039;&#039;&#039; produces a thumbnail which can be expanded by clicking on it. The name should correspond to that of the file that you have &#039;&#039;&#039;uploaded&#039;&#039;&#039; using the Wiki menu on the left hand side.&lt;br /&gt;
* To add hyperlinks to other Web pages, paste the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.ch.ic.ac.uk/local/it/ CIT Web pages]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To add links to other pages in the departmental Wiki,&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Organic:pericyclic_historical|Description of page]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  Including  Molecules  ==&lt;br /&gt;
* To include molecule coordinates in a Wiki, save as a Molfile (.mol) or PDB (.pdb) or CIF (.cif) created using [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] or obtained from a [[It:coursework#3D_structure_searching_of_the_Cambridge_Crystallographic_database|Cambridge crystal structure database]]. Upload the file using the menu on the lhs of this display, and then invoke the name of the file as shown below: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;uploadedFileContents&amp;gt;name-of-your-uploaded-molecule-file.pdb&amp;lt;/uploadedFileContents&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; (or .mol or .cif).&lt;br /&gt;
=== Simple Molecule Display ===&lt;br /&gt;
Select and copy the text to the right of the molecule box and paste it into your own wiki page. then click preview to see if it works. Once you have gotten this working, you can try with your own molecule, and then your own scripts.  In the script below, &#039;&#039;&#039;cpk -25;&#039;&#039;&#039; sets the atom size to ball and stick instead of spacefilling. &#039;&#039;&#039;Important&#039;&#039;&#039;. Make sure when you paste the code below into your Wiki page that it is not corrupted in any way (ie that you miss a line off at the top or bottom).  If you only paste a part of the below in, you will get an  &#039;&#039;&#039;XML error&#039;&#039;&#039; which is not easy to recover from. You should carefully preview the page, and not save it until you are absolutely sure that the code below has been inserted correctly. It is not in general possible to include such rotatable molecules in e.g. Microsoft  Word.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
 &amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Advanced Molecule Display ===&lt;br /&gt;
For a manual of the complete Jmol commands [http://chemapps.stolaf.edu/jmol/docs/ see here]. The key line to edit is the text enclosed &amp;lt;script&amp;gt;as script&amp;lt;/script. For example, the script below turns the  CPK mode on and off, and measures the length between two atoms. To obtain the index number of the atoms you want to measure, hover the mouse cursor over the atom until a &#039;&#039;popup&#039;&#039; appears with the information. If you cite three or four atoms, the corresponding angle or torsion will be measured.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
    &amp;lt;jmolAppletButton&amp;gt;&amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
    &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
   &amp;lt;jmolAppletButton&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* A useful construct, a &#039;&#039;&#039;template&#039;&#039;&#039; to enter a DOI, is invoked thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{DOI|value-of-the-DOI}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
which produces the effect {{DOI|10.1021/ja9825332}}. If you have found an original reference to the literature, you should cite it via its DOI, as illustrated in the next section.&lt;br /&gt;
*Another useful template is that used to include {{pdf|groups.pdf|Acrobat}} documents within a Wiki using the template&amp;lt;br /&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{pdf|name-of-uploaded-acrobat.pdf|description-of-Acrobat-file}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Many other (chemical) templates have been developed in the Wiki communities, predominantly for expressing data and other information about molecules, and this is one aspect where older-style report writing formats such as  Microsoft Office are less effective.&lt;br /&gt;
&lt;br /&gt;
==References ==&lt;br /&gt;
*This shows how citations&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;W. T. Klooster, T. F. Koetzle, Per E. M. Siegbahn, T. B. Richardson, and R. H. Crabtree, &#039;&#039;J. Am. Chem. Soc.&#039;&#039;, &#039;&#039;&#039;1999&#039;&#039;&#039;, &#039;&#039;121&#039;&#039;, 6337–6343.  {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt; can be added to  text&amp;lt;ref&amp;gt;A. H. Lipkus, Q. Yuan, K. A. Lucas, S. A. Funk, W. F. Bartelt, R. J. Schenck, and A. J. Trippe, &#039;&#039;J. Org. Chem.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;73&#039;&#039;, 4443–4451.  {{DOI|10.1021/jo8001276}}&amp;lt;/ref&amp;gt; to produce a nice effect. To give a reference a unique identifier, use &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;None&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. You can then refer to the same footnote again by repeating the tag  with the same name.&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;none&amp;lt;/ref&amp;gt; The text inside the second tag doesn&#039;t matter, because the text already exists in the first reference (but it cannot be blank).  Collected citations appear below here:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example of adding a citation &amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;Traditional form, here, then {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To insert more examples of this code into your own page,  log-in to the Wiki, and select the link to the [edit] link that appears on the rhs of this page against this section.  Select/Copy the text that appears in the editing window, and paste it into  your own page.&lt;br /&gt;
*Although including citations in this manner  does not allow the powerful library features of  EndNote, more advanced versions of the  Wiki (the Semantic Wiki) do allow such components to be &#039;&#039;&#039;transcluded&#039;&#039;&#039; into a Wiki page (i.e. in effect the citations are generated dynamically from a separate database).&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Help:Table Tables] can be created thus:&lt;br /&gt;
 {| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&lt;br /&gt;
Copy the below into your page to create a Table template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
To access the code required to produce these tables,  you can also log-in to the  Wiki and click on the  &#039;&#039;&#039;Edit&#039;&#039;&#039; link that appears against this section on the rhs of the screen. Select/copy the text that appears in the editing window, and then paste it into your own window.&lt;br /&gt;
&lt;br /&gt;
== Math and Equations==&lt;br /&gt;
You may have need to express some simple [http://meta.wikimedia.org/wiki/Help:Formula equations] on the  Wiki. This is currently supported only using  a notation derived from &#039;&#039;&#039;LaTeX&#039;&#039;&#039;, and as with the  Jmol insertion above, is enabled within a &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; field inserted using the default editor (the SQRT(n) button), and producing  effects such as: &lt;br /&gt;
*&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;\begin{pmatrix}aa+bc &amp;amp; ac+cd \\ab+bd &amp;amp; bc+dd \end{pmatrix}&amp;lt;/math&amp;gt; &lt;br /&gt;
*&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;; &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;;  &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is possible to  produce the required  LateX markup using  GUI-editors such as  MathType etc.&lt;br /&gt;
&lt;br /&gt;
Trying combining some of the above by including a molecule and some  math and references  &#039;&#039;within a cell&#039;&#039; of a table.&lt;br /&gt;
&lt;br /&gt;
== Discussion and History ==&lt;br /&gt;
Each Wiki  page has a &#039;&#039;&#039;history&#039;&#039;&#039;.  If you make a mess of a page, you can always revert to an earlier version via the  History feature. Each page also has a discussion, where you and others can debate discuss some aspect of the topic.&lt;br /&gt;
&lt;br /&gt;
== Converters to the Wiki format: ==&lt;br /&gt;
&lt;br /&gt;
You can also convert a  Word document. Open it  in &#039;&#039;&#039;OpenOffice&#039;&#039;&#039; (rather than the Microsoft version) and &#039;&#039;&#039;export&#039;&#039;&#039; as Mediawiki. Open the resulting .txt file in eg  WordPad, select all the text, copy, and then paste this into the Wiki editing page. You will still have to upload the graphical images from the original  Word document separately.&lt;br /&gt;
#[http://download.openoffice.org/ OpenOffice 2.4/3.0] can read .doc documents and export them to MediaWiki.&lt;br /&gt;
#There is also a [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML to  Wiki] converter which you can use to import an existing  Web page into a  Wiki.&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
the following is a compilation of errors occasionally encountered.  We hope to add to this list.  If you encounter  &#039;&#039;&#039;reproducible&#039;&#039;&#039; error, and work out a fix for it, do please add it here yourself.&lt;br /&gt;
&lt;br /&gt;
*A frequent error is forgetting to go from &#039;&#039;&#039;preview&#039;&#039;&#039; to &#039;&#039;&#039;save&#039;&#039;&#039; before exiting the  browser.  When you return, all the un-saved content of the page will be lost.&lt;br /&gt;
*Sometimes in  Firefox, the  rotating molecule is replaced by a small {{fontcolor1|red|white|X}} instead. You should get the same if you go to this [http://java.com/en/download/help/testvm.xml test page]. If this is the case, you might find that pressing the  &#039;&#039;&#039;ctrl&#039;&#039;&#039; and &#039;&#039;&#039;F5&#039;&#039;&#039; keys simultaneously might clear the  error and restore the molecule to you. If that does not work, restart the  Firefox browser. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Further tutorials based on  3D crystal structures  ===&lt;br /&gt;
&lt;br /&gt;
These can be viewed [http://www.ccdc.cam.ac.uk/free_services/teaching/modules/teaching_webcsd/toc.html here].&lt;br /&gt;
&lt;br /&gt;
=Continuation of CIT skills=&lt;br /&gt;
The skills developed during these workshops will be in almost constant use throughout your course; you are encouraged to keep this up to date and to make use of these skills while writing lab reports and other coursework assignments.  As with anything in the digital world, progress is being made all the time with new search engines, new search algorithms, new software.  This also means that other searches and software are retired to make way for, newer more efficient tools.  This wiki will be a long-term reference which you can refer to and even update, and you are urged to keep it as a bookmark.&lt;br /&gt;
&lt;br /&gt;
== Software for your own computer ==&lt;br /&gt;
&lt;br /&gt;
*The department  has a  Site License for a program system called  [http://scistore.cambridgesoft.com/sitelicense.cfm?sid=948 ChemBio3D] (which includes ChemDraw for both  Windows and  Mac), the terms of which allow individual undergraduates to acquire a copy of the program and to install it on their personal  computer. The license is an annual one. &lt;br /&gt;
*[http://www.straightrunning.com/XmingNotes/ Xming] for accessing the Conquest data base.&lt;br /&gt;
*Programs such as  Microsoft  Office can be licensed via [http://www.microsoft.com/student/discounts/theultimatesteal-uk/default.aspx an academic license for £69.99].&lt;br /&gt;
*[https://directory.adeptscience.co.uk/products/search/1/1/474/cat474.html EndNote student edition] retails for  £85.00. Alternatively, try RefWorks (usually $100/year but &#039;&#039;&#039;free&#039;&#039;&#039; for Imperial students through [http://www3.imperial.ac.uk/library/digitallibrary/athensandukfed AthensDA]) It is a slightly simpler web-based program. A comparison between both can be found [http://library.princeton.edu/help/comparison.php here] (Princeton University). You should note that the  WOS system supports  Endnote directly, but requires a more complicated procedure for using  RefWorks or Mendeley.&lt;br /&gt;
*A further list of software may be found [[It:software-2011|here]], including other programs you can install on your personal computer which you may find useful.&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442789</id>
		<title>It:coursework-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442789"/>
		<updated>2014-10-11T13:26:58Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* 3D structure searching of the Cambridge Crystallographic database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Overall Objectives of CIT workshops=&lt;br /&gt;
&lt;br /&gt;
The Computer lab  (formally booked for your group, A1, A2, B1, B2, C1, C2) is for your course work and you have priority over other users at these times.  You are of course free to use the computers outside these times for course work, but on a first-come-first served basis and only if another course is not running. You can also use the computers located in the study area and you have access to 24 hour opening in the central library. All &amp;quot;Chemistry Software&amp;quot; should be available also in the Library to your user account. If you find that something is not immediately available, please do get in touch with the ICT Helpdesk. During the lab time allocated for the IT course, you will be expected to achieve the following objectives:&lt;br /&gt;
&lt;br /&gt;
# Accessing  course and laboratory notes and using scientific  journals to support lectures&lt;br /&gt;
# Using &#039;&#039;&#039;Word&#039;&#039;&#039; in combination with the &#039;&#039;&#039;EndNote&#039;&#039;&#039; bibliographic database and &#039;&#039;&#039;ChemDraw&#039;&#039;&#039; to write  laboratory reports and essays&lt;br /&gt;
# Learn to use various bibliographic chemistry search systems&lt;br /&gt;
# Learn to conduct molecular structure-based search systems&lt;br /&gt;
# Applying these searches to the requirements of a laboratory course&lt;br /&gt;
&lt;br /&gt;
You should of course appreciate that the distinction between lectures and labs is rather artificial, and any database which you might use for one is certainly useful for the other as well.&lt;br /&gt;
&lt;br /&gt;
=Self-Study - Software Familiarity=&lt;br /&gt;
&lt;br /&gt;
There are a number of programs with which you will use throughout your study at Imperial College, and the aim of these sessions is to give you an introduction to some of the packages, as well as explaining what the other packages do.  In order to gain the most from your two workshop sessions, you are urged to complete the following section &#039;&#039;&#039; &amp;lt;u&amp;gt;before you come to the workshop sessions&amp;lt;/u&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Before you come to the workshop sessions...==&lt;br /&gt;
&lt;br /&gt;
...there are a few exercises you should perform to ensure you are familiar with the operation of the computer systems available on campus.&lt;br /&gt;
* Check your login works; if you are browsing on a campus computer, then you will have already logged in. If you are accessing from your own computer, ensure that you can sign into your [https://exchange.imperial.ac.uk campus email account] through the [https://exchange.imperial.ac.uk web interface].&lt;br /&gt;
* Using the &#039;&#039;&#039;FireFox&#039;&#039;&#039; web browser (Firefox is better at handling chemistry search packages than Internet Explorer, and can be more reliable especially when running Java applets), you should be browsing this ChemWiki (home page URL of ChemWiki: &amp;lt;tt&amp;gt;http://www.ch.ic.ac.uk/wiki/&amp;lt;/tt&amp;gt;). It should be listed in the Bookmarks menu of department cluster computers; you may wish to add it to the bookmarks of your own computer also.&lt;br /&gt;
* You will be using  Firefox to browse the pages of a  [http://en.wikipedia.org/wiki/Wiki Wiki].  There is only one suggestion for browsing these pages that  you might wish to follow. When encountering a hyperlink, as in the preceding link describing what a Wiki is, you will probably want to open it in a separate window or tab from the  instruction page (so that you can refer to both if the need arises). If you just click the link, it will  &#039;&#039;&#039;replace&#039;&#039;&#039; the instruction window. So, get used to clicking on the link with the  &#039;&#039;&#039;right mouse button&#039;&#039;&#039; rather than the left one.  This will then give you the option of opening the link in either a new window or a new tab of the current window.&lt;br /&gt;
&lt;br /&gt;
===Computer, Browser and Wordprocessor familiarity===&lt;br /&gt;
*[[Image:login_window.jpg|right|thumb|login window]]Log-in.  There is one important difference between using a home computer and the ones here; you need to authenticate your session with the password issued to you at registration. Check the login window looks as shown on the right, and proceed to login.&lt;br /&gt;
*[[Image:home.jpg|left|thumb|Document home]]Perhaps the single most confusing aspect for most people is what the &#039;&#039;Home&#039;&#039; icon (left) means. So let&#039;s sort this out immediately. You are working in an &#039;&#039;enterprise&#039;&#039; environment, where a fast network connects each computer to a central area for storing files. When you log in, you are granted access to your files, and on the computer desktop, the &#039;&#039;Home&#039;&#039; icon means &amp;quot;the directory where the folders and documents associated specifically with the login account are stored&amp;quot;. This is because all computers work on the metaphor of a filing system with hierarchies. Home is the top of your personal file system!  If you double click this icon, you should see YOUR files. Check this! If you get lost navigating the hierarchical directories, &amp;quot;Home&amp;quot; is always a useful way of restoring a sense of orientation. Home also has a synonym, called &amp;quot;&#039;&#039;&#039;My Documents&#039;&#039;&#039;&amp;quot;, which the operating system can sometimes display instead of Home.&lt;br /&gt;
*[[Image:o2007.jpg|thumb|right|Office 2007]][[Image:subsuper.jpg|right|thumb|Subs and Superscripts]][[Image:o2007b.jpg|thumb|left||EndNote tab]]Start Microsoft &#039;&#039;&#039;Office 2007&#039;&#039;&#039; (we will assume you still have  FireFox running).  The basic (&#039;&#039;&#039;Home&#039;&#039;&#039;) Word document work area is shown to the in the thumnail to the right (click to expand it) and you should familiarise yourself with some of the palettes. This version of the program is somewhat different from earlier versions you may already be familiar with, such as Office 2003.  In particular, open/save/print dialogs are now to be found by pressing on the Icon highlighted here with a &#039;&#039;&#039;red&#039;&#039;&#039; circle. Copy/paste operations are invoked using the icon encircled in &#039;&#039;&#039;purple&#039;&#039;&#039;. Other common operations are found to the right of these two in the taskbar, including the chemically useful &#039;&#039;&#039;subscript&#039;&#039;&#039; and &#039;&#039;&#039;superscripts&#039;&#039;&#039; (right diagram). Note also the the default document saves invokes the new &#039;&#039;&#039;.docx&#039;&#039;&#039; format, which is an XML-based type with much interesting &#039;&#039;informatics&#039;&#039; potential. If you intend sending a document to someone who is still using Word 2003 or earlier, you should instead save your document in the older &#039;&#039;&#039;.doc&#039;&#039;&#039; format (although .doc to .docx converters are available). You can also save as PDF, which is useful for project/report submission.&lt;br /&gt;
*[[Image:o2007a.jpg|left|thumb|Insert tab]]There are two other task-bars you will find useful. the &#039;&#039;&#039;Insert&#039;&#039;&#039; bar inserts a variety of other content, including pictures, tables and the like. The &#039;&#039;&#039;EndNote&#039;&#039;&#039; tab invokes a citation and reference manager, which you will use as described below (&#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: If the Endnote ribbon does not show, do the following; Go to Programs/Additional Programs/EndNote/Configure EndNote and run this script, whereupon the EndNote ribbon should appear in Word 2007).&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Practice copying text from the Firefox Browser Window to the Word document. You can do this using the Copy/Paste metaphor, or you can try the drag-n-drop mode. You will notice that whilst the text itself comes over, any formatting associated with this text (size, colour, weight etc) might not. You may also get more than you bargained for (i.e. hidden browser instructions etc.) [This copy is a one-way operation, since the FireFox window is &amp;quot;read-only&amp;quot;].&lt;br /&gt;
*[[Image:FireFox_paste.jpg|thumb|right|Save Firefox image]] &#039;&#039;&#039;Images&#039;&#039;&#039; are special when it comes to copying. Proceed as follows:&lt;br /&gt;
*# Find an image in the browser you wish to copy, and with the cursor over the top, right click (Windows) to get a menu that looks like the one on the right:&lt;br /&gt;
*# If one of the options is &#039;&#039;&#039;Copy image&#039;&#039;&#039;, select it. Not all browsers support this, in which case instead invoke &#039;&#039;save this image as&#039;&#039; and save it in an appropriate directory (A suitable sub-directory of Home on Windows).&lt;br /&gt;
*# With an Office Word window open, paste the image (if you copied it) or &#039;&#039;&#039;Insert/Picture/from file&#039;&#039;&#039; (if you saved it). The image will come over as its &amp;quot;real size&amp;quot;. Word will allow you to rescale it, by dragging the bottom right corner of the image. Observe carefully what happens if you resize it to be larger as well as smaller.&lt;br /&gt;
*# Do remember how to change between windows (the technical term is that the active window is said to be &#039;&#039;on focus&#039;&#039;) by selecting the required window from its icon shown on the task bar/dock at the bottom of the screen.&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&lt;br /&gt;
&amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&amp;lt;size&amp;gt;150&amp;lt;/size&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;zoom 200; cpk -20;move 10 -20 10 0 0 0 0 0 3; delay 1;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|Not everything is always &amp;quot;copyable&amp;quot;. Some apparent images are in fact produced by an &amp;quot;applet&amp;quot; [http://wiki.jmol.org:81/index.php/MediaWiki embedded] in the browser. This includes most conspicuously chemical diagrams, such as may often be found on these course notes. Here a copy or a save operation may not produce the effect you desire.&lt;br /&gt;
|}&lt;br /&gt;
* Practice naming and saving document files to your &#039;&#039;Home&#039;&#039; (Drive H: on Windows) or a removable medium such as a FlashDrive.&lt;br /&gt;
* Practice finding files and documents from these various locations. [It frequently happens that they do not get saved where you think, and finding such lost files is skill you need to acquire rapidly!] Note however that finding  &#039;&#039;&#039;content&#039;&#039;&#039; of files may be very slow. Windows Desktop Search is  &#039;&#039;&#039;NOT&#039;&#039;&#039; activated on College systems.&lt;br /&gt;
* [http://www.ch.ic.ac.uk/local/email/ Practice setting up E-mail], sending a document as an attachment (to yourself) and good e-mail housekeeping and etiquette. &lt;br /&gt;
=== Configuring storage for your document libraries ===&lt;br /&gt;
&lt;br /&gt;
Programs such as  &#039;&#039;&#039;EndNote&#039;&#039;&#039;, &#039;&#039;&#039;Mendeley&#039;&#039;&#039;, &#039;&#039;&#039;iTunes&#039;&#039;&#039; store document collections in the form of libraries.  These can get quite big over the course of time, and so its important to store them correctly.&lt;br /&gt;
&lt;br /&gt;
==== EndNote ====&lt;br /&gt;
&lt;br /&gt;
When you open  EndNote for the first time, it will offer the opportunity to create a new library.  You should save it in the location e.g. Computer =&amp;gt;  &#039;&#039;&#039;userid(\\icfs18.cc.ic.ac.uk) (M:)&#039;&#039;&#039; Thereafter you can set it to open this library when the program starts.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley ====&lt;br /&gt;
&lt;br /&gt;
Open the program and invoke &#039;&#039;&#039;Tools/Options/File Organiser&#039;&#039;&#039; and  select drive  M: for the library.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Edit/Preferences/Advanced&#039;&#039;&#039;  and set the  iTunes Media folder location to M: (or other if  M: is already full). Also tick  &#039;&#039;&#039;Copy files to  iTunes Media folder when adding to library&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You may find it advantageous to start working through the Workshop material below in advance of your scheduled workshop as it will allow you to identify any problem areas upon which you can concentrate with a demonstrator.&lt;br /&gt;
&lt;br /&gt;
=Start of Demonstration material=&lt;br /&gt;
The material which follows is intended to be the start of what is covered in the workshops and for which support will be available. This does not mean that the work cannot be done outside of the allocated workshop time; in fact you are &#039;&#039;&#039;positively encouraged to continue working through the material&#039;&#039;&#039; at your leisure.  The notes here are intended to be a continuous point of reference throughout your course as you will continue to use many of these software packages for the next 3-5 years at least!&lt;br /&gt;
&lt;br /&gt;
== Combined Word/ EndNote Familiarity  ==&lt;br /&gt;
This section will illustrate how the functionality of Word can be extended using a citation or reference manager. First, you will need to generate some citations, and this will be done using a  database known as  Web of Science, and with the objective of finding out a about &#039;&#039;&#039;&#039;&#039;penicillin&#039;&#039;&#039;&#039;&#039; and its &#039;&#039;&#039;&#039;&#039;conversion to cephalosporin&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== A Web of Knowledge Search ===&lt;br /&gt;
#[[Image:Endnote1e.jpg|thumb|left|WoK search]]  From the [http://wok.mimas.ac.uk/ Web-of-Knowledge] link (which you are advised to open in a separate window, using a right-click from the mouse), select the option to &lt;br /&gt;
#&#039;&#039;&#039;Connect to the ISI Web of Knowledge Service&#039;&#039;&#039;  and then select the  &lt;br /&gt;
#&#039;&#039;Web of Science&#039;&#039; tab from along the top and finally from the citation databases, narrow it down to the&lt;br /&gt;
# Science Citation Index expanded&lt;br /&gt;
#Try checking on the number of articles members of our staff (or your tutors) published in 2009 by entering their name into the  &#039;&#039;&#039;Author&#039;&#039;&#039; box. You almost certainly will need to know that first, and probably also their second initial for this to correctly identify them. Check its working by entering a string in the &#039;&#039;&#039;advanced&#039;&#039;&#039; search such as &amp;lt;tt&amp;gt;au=Spivey a* and og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
#When you have some hits, either tick individual citations, or &#039;&#039;&#039;All records on page&#039;&#039;&#039; or a span of records. &lt;br /&gt;
#Next, make sure you have  Microsoft Word running,  and  from the  &#039;&#039;&#039;EndNote X4&#039;&#039;&#039; taskbar of Word, click on &#039;&#039;&#039;Go to EndNote&#039;&#039;&#039;.  From the options offered (which you only see the first time you run  EndNote, and also, ignore prompts about EndNote Web for the time being), create a new  EndNote database, currently of course empty.&lt;br /&gt;
#[[Image:Endnote1b.jpg|right|saving a list for Endnote]]Return to the  Browser window displaying  WOS and  click on &#039;&#039;&#039;Save to EndNote&#039;&#039;&#039;.  An automated procedure should initiate, the end result of which will be that your EndNote library will now be populated by the references you have just found.    &lt;br /&gt;
#If the automated procedure does not initiate, the system will instead produce a file on your computer desktop (it may appear with the name &#039;&#039;&#039;uml_view.cgi&#039;&#039;&#039; on the desktop) which you can open directly with EndNote (see below).&lt;br /&gt;
&lt;br /&gt;
=== Inserting the citations just found into  Word using EndNote===&lt;br /&gt;
#[[Image:Endnote1a.jpg|thumb|right|Starting EndNote]]Go back to your bibliographic library in EndNote and before anything happens to it, save it to your M: drive as described above.&lt;br /&gt;
#Via &#039;&#039;&#039;Edit/preferences/Libraries&#039;&#039;&#039; select to load this database upon startup, thus dispensing with subsequent startup dialogs (it will in fact  default to opening the most recently used library).  &lt;br /&gt;
#[[Image:endnote-style.jpg|thumb|left|Checking the  style setting]]From &#039;&#039;&#039;Edit/Output style/Open Style Mananger&#039;&#039;&#039;, select the tick-box against  a template known as &#039;&#039;&#039;Royal Society of Chemistry&#039;&#039;&#039; (you may have to use &#039;&#039;&#039;Find by/Chemistry&#039;&#039;&#039; to locate it). From now on, always check that this style is correctly set when you open EndNote (arrow 1 to the left).&lt;br /&gt;
#If  you are importing a citation list  rather than relying on the automated procedure, then from &#039;&#039;&#039;File/Import&#039;&#039;&#039; of EndNote define the Import Option &#039;&#039;&#039;ISI-CE&#039;&#039;&#039; in the pull down menu, or &#039;&#039;&#039;Other Filters/SciFinder (CAS)&#039;&#039;&#039; if importing  SciFinder Scholar) and import any saved datasets you created earlier from WOS or SciFinder. &lt;br /&gt;
#[[Image:Endnote1c.jpg|thumb|right|]][[Image:Endnote1d.jpg|thumb|left|Word with citations showing|]]Go back to  Word 2007, and write some text.  At an appropriate point, from the &#039;&#039;&#039;Endnote X4 taskbar tab&#039;&#039;&#039;, press &#039;&#039;&#039;Go to  EndNote&#039;&#039;&#039; when your library should be revealed (in this case containing the references you have just imported). Select the one you want to insert, and press the &#039;&#039;&#039;Insert citation&#039;&#039;&#039; tab (arrow 2 to the left).  If everything has been set up correctly, Word should insert your desired reference from your bibliographic database, formatted according to the RSC guidelines. If you rearrange the order in which the references appear in the text by cutting/pasting, the numbering at the bottom should change accordingly. If you delete a reference, it should disappear from the numbered list.&lt;br /&gt;
#Save the  Word document for future reference.  It should serve to illustrate how you will write lab reports, and later in your degree, extended essays (where you may cite  between  50-100 references). The whole point of doing it this way is that all the otherwise arduous tasks of numbering and editing the references will be automated for you.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley and other alternatives to  EndNote ====&lt;br /&gt;
[[image:refworks.jpg|thumb|right]]A significant problem with  EndNote is the cost.  This does not matter whilst you are using computers within the  College, but it does matter if  you want to use your own computer. Alternatives to using EndNote as shown above include [https://www.refworks.com/Refworks/login.asp?WNCLang=false RefWorks] (for which the client software can be downloaded without cost) and an innovative program called [http://www.mendeley.com/ Mendeley] which is available on the computers in the department. &lt;br /&gt;
&lt;br /&gt;
# If you do want to use  RefWorks, please ensure you login via the Shibboleth users option.&lt;br /&gt;
&lt;br /&gt;
==  Chemdraw Familiarity ==&lt;br /&gt;
*[[Image:unknown1.jpg|left|thumb|Click to expand image]] [[Image:taxolhsr.jpg|Taxol|right|300px]] &#039;&#039;&#039;Starting and using ChemDraw.&#039;&#039;&#039; Start Chemdraw icon from the &#039;&#039;&#039;Start/Programs menu&#039;&#039;&#039;. Practice by drawing Taxol (right). You many need a few hints and tips, and the demonstrators should be able to help  you with this.  Its easier than trying to describe the technique here (don&#039;t worry, everyone picks up Chemdraw by watching others use it!). &lt;br /&gt;
*Check that you have drawn it correctly by calculating its formula. To do this, Go to &#039;&#039;&#039;View/Show analysis&#039;&#039;&#039; window and record what you see (it should give you C&amp;lt;sub&amp;gt;47&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;51&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;14&amp;lt;/sub&amp;gt;. Mol. Weight 853.91). Do you get the same values? If you do not, you will have to try to find where the discrepancy is. Remember, if you cannot draw a structure reliably, you will not be able to search for it reliably. Using the ChemDraw application, select copy/paste the structure into a Microsoft Word window. Practice editing the structure inside the Word processor by double clicking its diagram. Practice re-scaling the ChemDraw diagram either within Word or within Chemdraw. Scaling is normally done by pointing the cursor at the bottom right hand corner (it should change shape at this point) and then &amp;quot;dragging&amp;quot; inwards or outwards to change the size. Try copying instead the Web picture (GIF format) from this Web page to Word. Put side by side with the picture of the same molecule derived from ChemDraw and experiment with scaling both. &#039;&#039;&#039;What is the difference in behaviour?&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
If you want more practice (with stereochemical wedges text positioning, etc), try the molecule on the left.  &#039;&#039;&#039;Can you identify what it is called?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Lecture  Support: Journal Familiarity ==&lt;br /&gt;
&lt;br /&gt;
You can go visit the databases of some major chemistry publishers, and track down any articles that members of this department (or other departments or your favourite Nobel prize lautreates) may have published there. You might try searching for your current lecturer, or one or more of your tutors. Go directly to one or more of the following:&lt;br /&gt;
* [http://pubs.acs.org/search/advanced The American Chemical  Society] (where you can subscribe to an  RSS feed of the search, which means you will be notified of new items)&lt;br /&gt;
* [http://www.rsc.org/Publishing/Journals/cc/index.asp The Royal Society of  Chemistry] and their premier journal  &#039;&#039;Chemical communications&#039;&#039;&lt;br /&gt;
* [http://www.nature.com/search/adv_search?sp-a=sp1001702d&amp;amp;sp-x-1=ujournal&amp;amp;sp-q-1=Nature%20Chemistry Nature  Chemistry] advanced search.&lt;br /&gt;
* [http://www3.interscience.wiley.com/journal/26737/home Wiley Interscience]  and their flagship chemistry journal  &#039;&#039;Angew. Chemie.&#039;&#039;&lt;br /&gt;
* [http://www.sciencedirect.com Science Direct]&lt;br /&gt;
&lt;br /&gt;
The navigation of these journals via their tables of contents is left for you to explore on your own. You can of course  go to an article directly by following any  DOI link that you might have found in your lecture notes or elsewhere. You should retrieve the  Acrobat  file corresponding to any articles you may have tracked down, and save them in a folder on your computer  H: drive for future use and analysis (for example with the program Mendeley). Later in your course, you may encounter lecture courses or laboratory courses which in fact require you to track down articles in the literature in this manner. It is good to start practising early.&lt;br /&gt;
&lt;br /&gt;
== Lecture Support: Named chemicals ==&lt;br /&gt;
&lt;br /&gt;
# To apply the above skills by using [http://wok.mimas.ac.uk/ WOS] to perform a comprehensive literature search on the &#039;&#039;&#039;molecule&#039;&#039;&#039; &#039;&#039;Penicillin&#039;&#039;, a &#039;&#039;&#039;reaction&#039;&#039;&#039; (&#039;&#039;its conversion to Cephalosporin&#039;&#039;), its &#039;&#039;properties&#039;&#039;, both physical (spectroscopic) and biological. Thus, type  &#039;&#039;penicillin and cephalosporin&#039;&#039; into the  &#039;&#039;&#039;Topic&#039;&#039;&#039; box and see if you can prune these down with a more elaborate search perhaps, using some of the Boolean logic shown in the lectures by invoking the  &#039;&#039;&#039;Advanced Search&#039;&#039;&#039; option. &lt;br /&gt;
#* &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (136)&lt;br /&gt;
#* &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2629)&lt;br /&gt;
##Or, try the drug &#039;&#039;&#039;Temozolomide&#039;&#039;&#039;, currently very much in the  [http://news.bbc.co.uk/1/hi/england/west_midlands/7675014.stm news] &lt;br /&gt;
##Tasimelteon ([http://news.bbc.co.uk/1/hi/health/7760105.stm time bending drug for jet lag]) or &lt;br /&gt;
##[http://news.bbc.co.uk/1/hi/health/8237530.stm Sulforaphane], which  occurs in broccoli and cauliflower and protects against heart attacks.&lt;br /&gt;
#Compare the results of one of these searches with  less specialised search engines such as &lt;br /&gt;
#*[http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar],   &lt;br /&gt;
#*[http://www.scirus.com/srsapp/advanced/index.jsp SciRus], &lt;br /&gt;
#*[http://www.bing.com/?scope=web&amp;amp;mkt=en-GB Microsoft Bing],&lt;br /&gt;
#*[http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha].  &lt;br /&gt;
&lt;br /&gt;
===  Lecture  Support: A SciFinder search instead ===&lt;br /&gt;
*The [https://scifinder.cas.org/ Scifinder Scholar] system  is available for general and student use.&lt;br /&gt;
** You cannot use your  College login for access, but must request your own login to be created.&lt;br /&gt;
*** [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar Go here to register]. You have to create yourself a login  ID.  This ID is quite independent of your College ID, and if you forget the password you  have set, you will have to recover it from the SciFinder site.   Where it asks you to identify your area of research interest, you may not want to reveal this  (we have been assured students will not get related spam sent to them) and  you might want to register an interest only in e.g. &#039;&#039;other field&#039;&#039;.&lt;br /&gt;
** Completing the registration will result in an email being sent to the email address you provide with activation instructions. &lt;br /&gt;
*** Once you have obtained an  ID,  at the [https://origin-scifinder.cas.org SciFinder site], click on  &#039;&#039;&#039;Explore References&#039;&#039;&#039; and in the  &#039;&#039;&#039;Research topic box&#039;&#039;&#039; enter  &amp;quot;Conversion of penicillin to cephalosporin&amp;quot;.  &lt;br /&gt;
** You will receive a request to accept an application digital signature at this stage, which you should accept.&lt;br /&gt;
You should get ~9 references for an exact match. This interface is supposed to use a more &#039;&#039;natural language&#039;&#039; for its search queries  (and it does not employ  Booleans). &lt;br /&gt;
** Tick the box with 9 hits and request the references. Tick the box against those you particularly wish to save for the future, and then  click on the &#039;&#039;&#039;Export&#039;&#039;&#039;  link near the top (next to print). From the dialog, set the  &#039;&#039;&#039;File Type&#039;&#039;&#039; to  &#039;&#039;&#039;Tagged Format&#039;&#039;&#039;. &lt;br /&gt;
*** You may need to allow the requested security settings in your browser (IE 8) to allow files to be saved locally. The default location for saving files is your &#039;&#039;&#039;download&#039;&#039;&#039; location. You can then import this into  EndNote using the &#039;&#039;&#039;SciFinder (CAS)&#039;&#039;&#039; import option.&lt;br /&gt;
**An alternative search might be the phrase &#039;&#039;&#039;arrow pushing formalism&#039;&#039;&#039; (can you learn about this topic from  the results found for this search?). A synonym might be  &#039;&#039;&#039;curly arrow formalism&#039;&#039;&#039;.  Does this find the same references, or a different set?&lt;br /&gt;
** You can comment on individual references and invite friends in to see your comments. This might be appropriate for when you are e.g. doing a lab experiment in pairs or groups, and wish to share a reference with them. Go to  &#039;&#039;&#039;My connections&#039;&#039;&#039; and invite the group, then add comments to relevant references.&lt;br /&gt;
** SciFinder supports more advanced features such as  Explore Substances and  Explore Reactions, but you should only investigate these when you are feeling adventurous.&lt;br /&gt;
&lt;br /&gt;
=Laboratory Support=&lt;br /&gt;
Here you will find out how to search for safety information about molecules, and then for their properties and reactions. There are two kinds of search for molecules you will have to make during lab courses.&lt;br /&gt;
# Where you have an unknown compound whose properties you have measured and you want to know if any known compound matches those properties.&lt;br /&gt;
# Where you (think you) know what the structure of your compound is, and you want to know if there are any other reports of this same compound (and whether the properties other have measured match your own).&lt;br /&gt;
&lt;br /&gt;
== A search for known physical properties using Reaxys ==&lt;br /&gt;
[[Image:Reaxys1.jpg|right|thumb|]]We will start with two examples of the first category and then move on to the rather more common second category.&lt;br /&gt;
&lt;br /&gt;
*Connect to the [http://www.reaxys.com/ Reaxys] system. You can carry out all the required course work as an &#039;&#039;anonymous user&#039;&#039;, but you will not be able to change/save any settings etc in this mode (such as e.g. changing the default structure editor to ChemDraw).&lt;br /&gt;
** If you do choose to register  at this point, be aware that if you lose/forget your password, you will need to contact  Reaxys and not local Imperial College support.&lt;br /&gt;
*Select &#039;&#039;substances and  Properties&#039;&#039;&lt;br /&gt;
**In the &#039;&#039;Properties (Advanced)&#039;&#039; box, enter the following, followed by  &#039;&#039;&#039;Search&#039;&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200&#039;&#039;&#039;&lt;br /&gt;
This means in effect, show me ANY molecule which melts at a certain temperature range (determined using a melting point apparatus), which  has a given molecular formula (determined using mass spectrometry)  and an optical rotatory power between certain values  (determined using a polarimeter).  For this example you should get exactly 1 hit, which should be to a patent. Explore the options at this point, including viewing the original source of the data ( a patent in this case).&lt;br /&gt;
* There are about  500 different properties in total which you could specify in this manner. To explore them, click on &#039;&#039;Show Fields and  Operators&#039;&#039;. This type of technique is useful for identifying an  &#039;&#039;&#039;unknown&#039;&#039;&#039; compound purely from its physical properties (Forensic science, etc).&lt;br /&gt;
** Note that some features do not always produce the expected result.  For example, the icon labelled with the arrow (right) pulls down various options, one of which is &#039;&#039;copy structure to clipboard&#039;&#039;. The clipboard contents however are  &#039;&#039;&#039;not&#039;&#039;&#039; recognised by eg Chemdraw, Word etc.&lt;br /&gt;
&lt;br /&gt;
== A search for known spectroscopic properties ==&lt;br /&gt;
&lt;br /&gt;
[[image:spectra.jpg|240px|right]]It is routine when a compound is first made to record its spectroscopic properties.  This would include the characteristic  infra-red frequencies, and the &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H and &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts. These values are shown for an unknown compound. Your task is to use the  [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS]  to try to identify what the compound is (you could of course also do this entirely logically using just your brain).  &lt;br /&gt;
#Try first entering only the  &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts (163, 141, 133, 130, 129, 128, 98 ppm, with an anticipated error of around  2ppm).  How many matches do you get? &lt;br /&gt;
#Add then the  &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H shifts (8.1,7.5,5.1,4.7 and there is an additional broad multiplet across the range 7.3-7.7 which is not entered) and see if the number of possibilities reduces.  &lt;br /&gt;
#Finally, enter the one characteristic  IR vibration (1733 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;).  Do you now get a unique answer?  Record any structure(s) you may get at this stage for future reference.&lt;br /&gt;
#Try changing the error limits for any of these properties. Thus reduce the  NMR limit from  2.0 to 1.5 to 1.0ppm, or the  IR limit to 5 or even 1 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; (in future laboratory courses, you will learn how the way the instrument works determines at least in part the accuracy with which these spectroscopic properties can be measured).&lt;br /&gt;
&lt;br /&gt;
== Reagent/Product searches for  laboratory preparations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:1-4.jpg|right|250px|Molecules 1-4]]The theme of this section is going to be the following four molecules, which you will in fact encounter in a laboratory course later in the year.  You will search for known properties of these molecules, for comparison with those you might measure in the lab, or which may provide useful discussion material for your laboratory reports.  Your first task is to generate a so-called SMILES descriptor of the molecule.  This is done most simply by drawing the molecule in  ChemDraw and using the  &#039;&#039;&#039;Edit as/Copy&#039;&#039;&#039; menu produce the SMILES or InChI-key string onto the clipboard. Here are three SMILES strings and one InCHI-key string. Can you match them up to the structures shown on the right?&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;C=CC1=CC=C(C(O[H])=O)C=C1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;O[C@H]1[C@H](OCC)CCCC1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;VSIKJPJINIDELZ-UHFFFAOYSA-N&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Search the [http://www.chemspider.com/ ChemSpider] database using a SMILES or InChI-key string as above.  What sort of information is revealed about the compound?&lt;br /&gt;
*Try reversing the search terms above (instead of  SMILEs, try generating an  InChI key, or vice versa). &lt;br /&gt;
*Try next an advanced search from the same [http://www.chemspider.com/FullSearch.aspx database].   Explore for yourself how to enter the  SMILES string and perform the search.&lt;br /&gt;
*Search the [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] using a SMILES string. Select the &#039;&#039;&#039;substructure/superstructure&#039;&#039;&#039; or the &#039;&#039;&#039;Identity/Similarity&#039;&#039;&#039; option, and then the  &#039;&#039;&#039;CID, SMILES, InChI&#039;&#039;&#039; tab, and past in one of the strings above.  Try both  &#039;&#039;&#039;80% similar&#039;&#039;&#039; and &#039;&#039;&#039;identical&#039;&#039;&#039;  if using the Similarity option). Again, explore the properties associated with each hit.&lt;br /&gt;
**You might encounter &#039;&#039;&#039;artefacts&#039;&#039;&#039;.  Thus with  &#039;&#039;&#039;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&#039;&#039;&#039;, something slightly odd happens? &lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of Drugs, inorganic and organometallic and natural products which might prove useful to you for laboratories.&lt;br /&gt;
* The series [http://www.orgsyn.org/ Organic syntheses]  contains tried and tested procedures for the synthesis of many chemicals.  However, it is quite limited, and you would be lucky to find more obscure compounds listed here. &lt;br /&gt;
=== Sigma-Aldrich Catalogues and  MSDS (Safety) information ===&lt;br /&gt;
&lt;br /&gt;
If you know  (or suspect you know) what the identity of the molecules are that you will be  handling in the laboratory, the first task is to find out any known safety information.&lt;br /&gt;
The [http://www.sigmaaldrich.com/catalog/search/AdvancedSearchPage Aldrich] catalogues can be searched for  compounds and their  associated MSDS safety sheets. This is useful for completing  [http://www.hse.gov.uk/coshh/ COSHH] forms. If you were able to obtain a name (see previous section),  see if you can now find any information on it from the  Aldrich catalogue.&lt;br /&gt;
&lt;br /&gt;
=== Reaxys ===&lt;br /&gt;
Connect to [http://www.reaxys.com/ Reaxys]  as before, but now we are going to do a structure based search, using as examples structures  &#039;&#039;&#039;1-4&#039;&#039;&#039; above. If you click in the frame labelled  &#039;&#039;Double click this frame and draw structure query&#039;&#039; you will get a default structure editor called  ChemAxon MarvinSketch.  It is a little different from Chemdraw, but should not take too much time to master. &lt;br /&gt;
# Using the structure editor, draw one of the four molecules  1-4 and invoke &#039;&#039;&#039;search&#039;&#039;&#039;.&lt;br /&gt;
# If you think you know the name of your query, type that instead in the  &#039;&#039;Generate structure from name&#039;&#039; box (e.g. &#039;&#039;&#039;Taxol&#039;&#039;&#039;, which as you have seen earlier is a challenge to draw!). You can also paste a  SMILES or InChI key into this box (try any of the four above). &lt;br /&gt;
# Try hitting  &#039;&#039;&#039;Synthesize&#039;&#039;&#039;,  but expect to be overwhelmed by the number of hits!&lt;br /&gt;
&lt;br /&gt;
=== Dictionary of organic compounds ===&lt;br /&gt;
An alternative database which works in this way is  the  [http://doc.chemnetbase.com/ Dictionary of organic compounds].&lt;br /&gt;
&amp;lt;!-- === Mini Project ===&lt;br /&gt;
&lt;br /&gt;
Define a search for &#039;&#039;&#039;aspirin&#039;&#039;&#039; using any of the methods above. You should arrive at a single  &#039;&#039;&#039;hit&#039;&#039;&#039; (there is only one molecule that can be called aspirin). Some of the searches above may provide many more! You will need to use your own initiative to find out what the actual molecular structure of aspirin is. Once you have that single hit, find out how many times its  &#039;&#039;&#039;MP&#039;&#039;&#039; (melting point) has been reported, and view all the various values.  You should notice something very odd indeed!  Make a notice of what you observe, and return to this mini project later on. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Extra material for Future Reference - Converting a 2D structure definition to a  3D set of coordinates ==&lt;br /&gt;
&lt;br /&gt;
The preceding searches were all effectively conducted on  two-dimensional molecules, where we only needed to know how the atoms were connected (in effect the  Lewis valence structure).  As a prelude to moving into three dimensions,  we will illustrate how a 2D search can be used to generate a  3D structure.&lt;br /&gt;
&lt;br /&gt;
* You can use the on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina service to convert a (1D) SMILES string to 3D molecular coordinates].&lt;br /&gt;
*# Under options, paste the SMILES string, enter a name, and select 3D structure viewer automatically loaded.&lt;br /&gt;
*# Click on Generate 3D structure. A window appears, and after about 20-30 seconds, a structure does as well. At the bottom, click on &amp;quot;Click to download this structure in PDB file format&amp;quot;, whereupon a full window diagram appears. Save the molecule as above.&lt;br /&gt;
&lt;br /&gt;
== 3D structure searching of the Cambridge Crystallographic database ==&lt;br /&gt;
&lt;br /&gt;
Our final search type is now of a database which stores &#039;&#039;&#039;three-dimensional&#039;&#039;&#039; information about molecules.  This is where you can infer all sorts of interesting properties about the bonding, the properties and the potential reactivities of molecules. You will be searching the &#039;&#039;&#039;Cambridge Crystal Structure Database&#039;&#039;&#039;. There are three entry points for this; one local, one via the  Web and one via the national &#039;&#039;&#039;chemical database service&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Local invocation of the Cambridge Crystal Structure Database ===&lt;br /&gt;
The local based search described below  is feature complete and fast. You may also want to try out the  [http://webcsd.ccdc.cam.ac.uk/ WebCSD service], which needs only a web-browser.&lt;br /&gt;
#[[Image:MgBr2.jpg|right|120px]][[Image:ti1.jpg|right|100px]][[Image:PtCl.jpg|right|100px]][[image:1-4.jpg|right|250px|Molecules 1-4]]Select &#039;&#039;&#039;Conquest&#039;&#039;&#039; from the &#039;&#039;&#039;Start/Programs&#039;&#039;&#039;  menu. You will have to reply:&lt;br /&gt;
##&#039;&#039;&#039;yes&#039;&#039;&#039; to the question about certificates,&lt;br /&gt;
##enter first your username, then &lt;br /&gt;
##your password at the two prompts (both of which appear to ask for a password!). &lt;br /&gt;
##Next, &#039;&#039;&#039;accept&#039;&#039;&#039; the license agreement and &lt;br /&gt;
##&#039;&#039;&#039;accept&#039;&#039;&#039; the suggested location for storing the directory. &lt;br /&gt;
##Enter the Site No. as &#039;&#039;&#039;183&#039;&#039;&#039; and the  confirm code as &#039;&#039;&#039;8FDCE4&#039;&#039;&#039; (2013 release)&lt;br /&gt;
##Click &#039;&#039;&#039;register online&#039;&#039;&#039;. &lt;br /&gt;
##These prompts are a one-off, and you will not need to do these steps again. &lt;br /&gt;
#In the {{Pdf|FoundationTutorialproblems09.pdf|foundation tutorial problems}},  question 2 asks you to arrow-push the reaction  Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O + MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; → Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O-MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. Here we will pose the question: what is the  3D geometry of the product of this reaction?  You will search for it using Conquest.   Does the result surprise you? (Hint: TOQKIT)&lt;br /&gt;
#Nucleophilic addition to an amide is the prototype of how peptides, proteins and enzymes are broken down in metabolic processes  (or using e.g. biological washing powders).  The mechanism involves a species known as a &#039;&#039;&#039;tetrahedral intermediate&#039;&#039;&#039; (right), which is normally considered so unstable that it is rarely detected during the reaction. Nevertheless, can you find any examples of such species in the Cambridge database? &lt;br /&gt;
#Cis-Platin is a well known anti-cancer drug. The &#039;&#039;active ingredient&#039;&#039; is the initial hydrolysis product, shown on the right. Can you find any examples of this  &#039;&#039;&#039;active intermediate&#039;&#039;&#039; in the  database which contain this sub-structure?  What happens if you change the  Pt to a &#039;&#039;&#039;wild-card&#039;&#039;&#039; indicating the central metal could be any of the group known as  &#039;&#039;&#039;8Z&#039;&#039;&#039; (from the &#039;&#039;&#039;more&#039;&#039;&#039; button of the editor, select &#039;&#039;&#039;other elements&#039;&#039;&#039;  and from there click on the orange box labelled  &#039;&#039;&#039;8Z&#039;&#039;&#039;). &lt;br /&gt;
#Are there any other  &#039;&#039;&#039;reactive intermediates&#039;&#039;&#039; you might have identified from your arrow-pushing workshop which you might search for?&lt;br /&gt;
#When you have finished the above examples, try entering one of the four lab-course molecules shown to the left, exactly as drawn above. For  &#039;&#039;&#039;3&#039;&#039;&#039; specifically, if you draw explicit hydrogens attached to the &#039;&#039;vinyl&#039;&#039; group at the top of the molecule and repeat the search, what difference is there? &lt;br /&gt;
#*How many hits do you get?  &lt;br /&gt;
#*Note the 6-8 letter identifier for the structure you are interested in (for example, for molecule  &#039;&#039;&#039;3&#039;&#039;&#039; above, it should be  XAYFEI, XAYFEI01 and  XAYFEI02).&lt;br /&gt;
#*Save the 3D coordinates in PDB or CIF format via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, decide how you want to select entries, specify one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;. Inspect the structure by double clicking the file created, to be found on drive &#039;&#039;&#039;L:&#039;&#039;&#039;&lt;br /&gt;
#You &#039;&#039;&#039;may&#039;&#039;&#039; now have two versions of any of these four molecules; one a direct experimental structure, and one assembled by the  [http://www.molecular-networks.com/online_demos/corina_demo.html Corina]  program.  How do these differ? Concentrate in particular on compounds &#039;&#039;&#039;1&#039;&#039;&#039; and  &#039;&#039;&#039;2&#039;&#039;&#039; above right!&lt;br /&gt;
#Later on in your course, you may use such coordinates to create an entry in a Wiki page, much like that rotating below.&lt;br /&gt;
&lt;br /&gt;
===An advanced 3D Search. ===&lt;br /&gt;
Try the following. The objective will be to find any short interactions between the H of an OH group and the centroid of a phenyl ring as the electron donor (a very unusual type of &amp;amp;pi;-facial hydrogen bond). Proceed as follows:&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
# Open Conquest and invoke the &#039;&#039;&#039;Build Queries/Draw&#039;&#039;&#039; option&lt;br /&gt;
# Deposit a benzene ring from the template which should appear on the left&lt;br /&gt;
# Click on &#039;&#039;&#039;ADD 3D&#039;&#039;&#039;, select all the six carbon atoms in turn (they will go green) and define a centroid.  A defined object labelled  &#039;&#039;&#039;CENT1&#039;&#039;&#039; now shows. Press Done.&lt;br /&gt;
# Back in &#039;&#039;&#039;Draw&#039;&#039;&#039; mode, select a  H and deposit it as an isolated atom. Then select O  and draw a bond from it to the H to get an OH. In this system, any undefined valence is &#039;&#039;&#039;wild&#039;&#039;&#039;, ie any group can be attached to the  O of the OH.&lt;br /&gt;
# In &#039;&#039;&#039;ADD 3D&#039;&#039;&#039; mode again, click first on the &#039;&#039;&#039;H&#039;&#039;&#039; of the OH group, then on &#039;&#039;&#039;CENT1&#039;&#039;&#039; in the list of defined objects. A green line connecting the two appears. When a &#039;&#039;&#039;Valid parameter&#039;&#039;&#039; entry named &#039;&#039;&#039;Distance&#039;&#039;&#039; appears, click on &#039;&#039;&#039;Define&#039;&#039;&#039;.&lt;br /&gt;
# Select &#039;&#039;&#039;Intramolecular&#039;&#039;&#039; from the &#039;&#039;&#039;Choose distance type&#039;&#039;&#039; menu, OK, then &#039;&#039;&#039;Options&#039;&#039;&#039;, enter 2.0 - 2.4 as the range of distances and &#039;&#039;&#039;Separated by 5 - 999&#039;&#039;&#039; bonds. Hit &#039;&#039;&#039;OK&#039;&#039;&#039; and then &#039;&#039;&#039;Done&#039;&#039;&#039;. Your search query is summarized in a cyan box at the top right of the draw window.&lt;br /&gt;
# Select &#039;&#039;&#039;Search&#039;&#039;&#039;, tick the 3D Coordinates determined box and &#039;&#039;&#039;Start Search&#039;&#039;&#039;. This search should proceed at the rate of about 1% per second. You should get 20 hits.&lt;br /&gt;
# View entries via &#039;&#039;&#039;3D Visualiser&#039;&#039;&#039;. Note the so-called &#039;&#039;&#039;REFCODES&#039;&#039;&#039;. Note &#039;&#039;&#039;[[Coursework#Enantiomers_vs_Diastereomers_Part_1:_Butanes_and__Helicenes.|CIYSIM]]&#039;&#039;&#039; in particular!&lt;br /&gt;
#A right-mouse click in the blue window of the 3D Visualiser will enable you to set  &#039;&#039;&#039;spacefill&#039;&#039;&#039; mode, and to inspect whether any two atom spheres inter-penetrate each-other indicating an attractive interaction between them.&lt;br /&gt;
# Save the coordinates of any selected hits via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, Select PDB or CIF as the format, all selected entries, one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;.&lt;br /&gt;
# The files will appear on your L: drive. Double click to open up the WebLab Viewer Pro or Mercury program, and resave them if you wish as an MDL Molfile rather than PDB.&lt;br /&gt;
# If you want to explore further, define an NH bond rather an OH bond (you might need to increase the distance range to eg 2.0 - 2.5).&lt;br /&gt;
# Try this with centroids to other &amp;amp;pi;-electron rich systems, such as an alkyne, alkene, or other rings such as cyclopentadienyl, etc.&lt;br /&gt;
#Go to your network drive N: or L: (i.e. username on neon.ch.ic.ac.uk) and double click any .PDB or .CFIF or .MOL files to view the molecule again. &lt;br /&gt;
# Or, instead of H-O,  just put e.g. Na (metal arene interactions are hugely important biologically).  You may need to define a rather longer distance range. Experiment  by trying various sets of values.&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&amp;lt;jmolApplet&amp;gt;&amp;lt;title&amp;gt;CIYSIM&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&lt;br /&gt;
&amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&amp;lt;script&amp;gt;zoom 150;spin 3;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== The National  Chemical Database Service ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;CDS&#039;&#039;&#039; is a national service (located as it happens in  Daresbury, near Warrington) which offers a range of database services to the  UK community.  To access this service, follow the [http://cds.dl.ac.uk/cgi-bin/reg/undergrad?sites=Select+Site&amp;amp;SITE=imperial-cds0091 instructions] here (this is necessary to ensure UK usage only and to monitor that usage as part of justifying a national resource).  You will be sent a  CDS registration account and password by email. You can then use this account in two ways&lt;br /&gt;
#Invoke  &#039;&#039;&#039;ConquestD&#039;&#039;&#039; (rather than Conquest) from the  Windows start menu and proceed as above, but supply your new  CDS account instead of your Imperial account.&lt;br /&gt;
#Invoke the CDS portal [https://cds.dl.ac.uk/ here] using your  CDS account to log in.   It offers many alternative services (including searches for spectral data) as well as a simplified crystal search. Explore in your own time!&lt;br /&gt;
&amp;lt;!--This part of the course shows you how you can create a Wiki(pedia)-like article on a chemical topic including some molecular information (such as &#039;&#039;e.g.&#039;&#039; coordinates for a rotatable model). The objectives in this part of the course are &lt;br /&gt;
* to learn how to create a simple Wiki page. This is &#039;&#039;&#039;much simpler and quicker&#039;&#039;&#039; than creating a Web page by writing HTML (Wiki is apparently the Hawaiian for &#039;&#039;quick&#039;&#039;). The Wiki is used by some laboratory courses for submitting student reports.&lt;br /&gt;
* to experiment with some simple  Wiki extensions as described in sections  3.2 - 3.8 below. There are of course many other features in the full  Wiki which you can also experiment with if you wish (including e.g. installing additional useful templates).&lt;br /&gt;
== Setting up FireFox and  Creating your own  Wiki page ==&lt;br /&gt;
#[[Image:report12345.jpg|left|thumb|The editing environment]][[Image:exception1.jpg|right|thumb|Security exception]]Start the process by opening Firefox as a Web browser, and install [https://addons.mozilla.org/en-US/firefox/addon/748 Greasemonkey For Firefox] (this is done on a per user basis, and is &#039;&#039;&#039;optional&#039;&#039;&#039; if you want to have your  Wiki interface look a little more similar to  Word) followed by an install of  [http://en.wikipedia.org/w/index.php?action=raw&amp;amp;ctype=text/javascript&amp;amp;title=User:Cacycle/wikEd.user.js wikEd].&lt;br /&gt;
*You will now need to create your own page on this Wiki. Firstly, [[special:userlogin|login]] to the  Wiki using your College ID and password.  &lt;br /&gt;
**If the  browser asks you to add a security exception, do so (this is induced in part by using  &#039;&#039;&#039;imperial&#039;&#039;&#039; rather than  &#039;&#039;&#039;ic&#039;&#039;&#039; in the URL &#039;&#039;https://www.ch.ic.ac.uk/wiki/&#039;&#039; used to start up the wiki page) and proceed to &#039;&#039;&#039;view/confirm&#039;&#039;&#039; the certificate. &lt;br /&gt;
**[[Image:mywiki.jpg|left|thumb|Starting your Wiki page]][[Image:wxyz1234.jpg|left|Creating a report page]]After login, the top right of the browser window will display your login ID. Click on this to start editing your page. If you chose to invoke the wikEd extra above, you should now get a richer additional toolbar along the top of the page which you can use for editing  (but only with Firefox;  it will not work with  Internet Explorer). &lt;br /&gt;
*If you want to create another empty page, then  on the address entry bar of the browser, enter something like the following: {{Fontcolor1|yellow|black|&amp;lt;nowiki&amp;gt;http://www.ch.ic.ac.uk/wiki/index.php/it08:wzyz1234&amp;lt;/nowiki&amp;gt;}} where  &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is unique to you. &#039;&#039;&#039;Do not forget this string&#039;&#039;&#039;. If &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is indeed unique (as it must be), the system will respond as shown on the right. If not, try another  (hopefully more unique) string.  When you succeed, proceed to edit the page.  If you forget the name of your page, invoke [[Special:Contributions|this page to find it]].&lt;br /&gt;
=== Preview/Save ===&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; When you want to see the effect of any particular edit, press &#039;&#039;&#039;preview&#039;&#039;&#039;.  But remember every 1-3 previews to  &#039;&#039;&#039;save&#039;&#039;&#039; the page.  This means that if the browser were to crash, you would not  have lost anything. This is the same good practice that one also follows when editing  conventional  documents.&lt;br /&gt;
&lt;br /&gt;
=== Simple Wiki Editing instructions ===&lt;br /&gt;
There are just a few simple rules for creating effects. In what follows below, anything appearing in a grey box can be copied and pasted into your own wiki. If you have logged in, each section will also have an edit button next to it, and by invoking this, you can always  &#039;&#039;&#039;reverse-engineer&#039;&#039;&#039; what you see and use it for your own purposes.&lt;br /&gt;
*# Headers are indicated by balanced = signs (one for a top level, two for the next, and so on)&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Bold is indicated by balanced &#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;signs&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Italic is indicated by balanced &#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;signs&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# You can use the little menu items at the top to achieve these effects&lt;br /&gt;
*# Each item in an intended list is prefaced by * or #&lt;br /&gt;
*# Chemical effects, i.e. &amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt; and &amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt; are done as: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; and &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; or by invoking the wikEd buttons on your browser.&lt;br /&gt;
* See the effects of what you have done by selecting &#039;&#039;&#039;Show Preview&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: Once satisfied the preview shows what you want, enter something descriptive into the &amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;Summary&#039;&#039;&#039; page. Once this is completed, click on &#039;&#039;&#039;Save Page&#039;&#039;&#039;. Your entry is now added to the &#039;&#039;&#039;History&#039;&#039;&#039; of the article.&lt;br /&gt;
* &#039;&#039;&#039;Images&#039;&#039;&#039;. These should be in GIF, JPG or PNG format only. Other formats (.bmp etc) are NOT allowed. They can be obtained by saving from Web pages, or taking a Screen snapshot. The latter is invoked by pressing the F13 (Print Screen) key (Windows, press ALT+F13 to snap only the active window and pasting the snapshot if necessary into an editing program (e.g. Microsoft PhotoEditor on Windows). Save the image with a sensible name (adding .gif, .jpg or .png to the name). Once created, you will need to &#039;&#039;&#039;upload (the) file&#039;&#039;&#039; to the Wiki. Click on &#039;&#039;&#039;upload file&#039;&#039;&#039; on the lhs of the Wiki page, and follow the instructions. Make a note of the name of the file (which has to be unique, and not the same as any other person&#039;s name. If you are asked to replace a file, err on the side of caution and instead rename it).&lt;br /&gt;
* To include that image in your page, navigate back to your page and enter the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Image:Nameofyourfile.jpg|thumb|right|200|Description of image]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;where left|right indicates the alignment you wish. Inclusion of &#039;&#039;&#039;thumb&#039;&#039;&#039; produces a thumbnail which can be expanded by clicking on it. The name should correspond to that of the file that you have &#039;&#039;&#039;uploaded&#039;&#039;&#039; using the Wiki menu on the left hand side.&lt;br /&gt;
* To add hyperlinks to other Web pages, paste the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.ch.ic.ac.uk/local/it/ CIT Web pages]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To add links to other pages in the departmental Wiki,&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Organic:pericyclic_historical|Description of page]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  Including  Molecules  ==&lt;br /&gt;
* To include molecule coordinates in a Wiki, save as a Molfile (.mol) or PDB (.pdb) or CIF (.cif) created using [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] or obtained from a [[It:coursework#3D_structure_searching_of_the_Cambridge_Crystallographic_database|Cambridge crystal structure database]]. Upload the file using the menu on the lhs of this display, and then invoke the name of the file as shown below: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;uploadedFileContents&amp;gt;name-of-your-uploaded-molecule-file.pdb&amp;lt;/uploadedFileContents&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; (or .mol or .cif).&lt;br /&gt;
=== Simple Molecule Display ===&lt;br /&gt;
Select and copy the text to the right of the molecule box and paste it into your own wiki page. then click preview to see if it works. Once you have gotten this working, you can try with your own molecule, and then your own scripts.  In the script below, &#039;&#039;&#039;cpk -25;&#039;&#039;&#039; sets the atom size to ball and stick instead of spacefilling. &#039;&#039;&#039;Important&#039;&#039;&#039;. Make sure when you paste the code below into your Wiki page that it is not corrupted in any way (ie that you miss a line off at the top or bottom).  If you only paste a part of the below in, you will get an  &#039;&#039;&#039;XML error&#039;&#039;&#039; which is not easy to recover from. You should carefully preview the page, and not save it until you are absolutely sure that the code below has been inserted correctly. It is not in general possible to include such rotatable molecules in e.g. Microsoft  Word.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
 &amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Advanced Molecule Display ===&lt;br /&gt;
For a manual of the complete Jmol commands [http://chemapps.stolaf.edu/jmol/docs/ see here]. The key line to edit is the text enclosed &amp;lt;script&amp;gt;as script&amp;lt;/script. For example, the script below turns the  CPK mode on and off, and measures the length between two atoms. To obtain the index number of the atoms you want to measure, hover the mouse cursor over the atom until a &#039;&#039;popup&#039;&#039; appears with the information. If you cite three or four atoms, the corresponding angle or torsion will be measured.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
    &amp;lt;jmolAppletButton&amp;gt;&amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
    &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
   &amp;lt;jmolAppletButton&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* A useful construct, a &#039;&#039;&#039;template&#039;&#039;&#039; to enter a DOI, is invoked thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{DOI|value-of-the-DOI}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
which produces the effect {{DOI|10.1021/ja9825332}}. If you have found an original reference to the literature, you should cite it via its DOI, as illustrated in the next section.&lt;br /&gt;
*Another useful template is that used to include {{pdf|groups.pdf|Acrobat}} documents within a Wiki using the template&amp;lt;br /&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{pdf|name-of-uploaded-acrobat.pdf|description-of-Acrobat-file}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Many other (chemical) templates have been developed in the Wiki communities, predominantly for expressing data and other information about molecules, and this is one aspect where older-style report writing formats such as  Microsoft Office are less effective.&lt;br /&gt;
&lt;br /&gt;
==References ==&lt;br /&gt;
*This shows how citations&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;W. T. Klooster, T. F. Koetzle, Per E. M. Siegbahn, T. B. Richardson, and R. H. Crabtree, &#039;&#039;J. Am. Chem. Soc.&#039;&#039;, &#039;&#039;&#039;1999&#039;&#039;&#039;, &#039;&#039;121&#039;&#039;, 6337–6343.  {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt; can be added to  text&amp;lt;ref&amp;gt;A. H. Lipkus, Q. Yuan, K. A. Lucas, S. A. Funk, W. F. Bartelt, R. J. Schenck, and A. J. Trippe, &#039;&#039;J. Org. Chem.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;73&#039;&#039;, 4443–4451.  {{DOI|10.1021/jo8001276}}&amp;lt;/ref&amp;gt; to produce a nice effect. To give a reference a unique identifier, use &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;None&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. You can then refer to the same footnote again by repeating the tag  with the same name.&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;none&amp;lt;/ref&amp;gt; The text inside the second tag doesn&#039;t matter, because the text already exists in the first reference (but it cannot be blank).  Collected citations appear below here:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example of adding a citation &amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;Traditional form, here, then {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To insert more examples of this code into your own page,  log-in to the Wiki, and select the link to the [edit] link that appears on the rhs of this page against this section.  Select/Copy the text that appears in the editing window, and paste it into  your own page.&lt;br /&gt;
*Although including citations in this manner  does not allow the powerful library features of  EndNote, more advanced versions of the  Wiki (the Semantic Wiki) do allow such components to be &#039;&#039;&#039;transcluded&#039;&#039;&#039; into a Wiki page (i.e. in effect the citations are generated dynamically from a separate database).&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Help:Table Tables] can be created thus:&lt;br /&gt;
 {| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&lt;br /&gt;
Copy the below into your page to create a Table template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
To access the code required to produce these tables,  you can also log-in to the  Wiki and click on the  &#039;&#039;&#039;Edit&#039;&#039;&#039; link that appears against this section on the rhs of the screen. Select/copy the text that appears in the editing window, and then paste it into your own window.&lt;br /&gt;
&lt;br /&gt;
== Math and Equations==&lt;br /&gt;
You may have need to express some simple [http://meta.wikimedia.org/wiki/Help:Formula equations] on the  Wiki. This is currently supported only using  a notation derived from &#039;&#039;&#039;LaTeX&#039;&#039;&#039;, and as with the  Jmol insertion above, is enabled within a &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; field inserted using the default editor (the SQRT(n) button), and producing  effects such as: &lt;br /&gt;
*&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;\begin{pmatrix}aa+bc &amp;amp; ac+cd \\ab+bd &amp;amp; bc+dd \end{pmatrix}&amp;lt;/math&amp;gt; &lt;br /&gt;
*&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;; &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;;  &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is possible to  produce the required  LateX markup using  GUI-editors such as  MathType etc.&lt;br /&gt;
&lt;br /&gt;
Trying combining some of the above by including a molecule and some  math and references  &#039;&#039;within a cell&#039;&#039; of a table.&lt;br /&gt;
&lt;br /&gt;
== Discussion and History ==&lt;br /&gt;
Each Wiki  page has a &#039;&#039;&#039;history&#039;&#039;&#039;.  If you make a mess of a page, you can always revert to an earlier version via the  History feature. Each page also has a discussion, where you and others can debate discuss some aspect of the topic.&lt;br /&gt;
&lt;br /&gt;
== Converters to the Wiki format: ==&lt;br /&gt;
&lt;br /&gt;
You can also convert a  Word document. Open it  in &#039;&#039;&#039;OpenOffice&#039;&#039;&#039; (rather than the Microsoft version) and &#039;&#039;&#039;export&#039;&#039;&#039; as Mediawiki. Open the resulting .txt file in eg  WordPad, select all the text, copy, and then paste this into the Wiki editing page. You will still have to upload the graphical images from the original  Word document separately.&lt;br /&gt;
#[http://download.openoffice.org/ OpenOffice 2.4/3.0] can read .doc documents and export them to MediaWiki.&lt;br /&gt;
#There is also a [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML to  Wiki] converter which you can use to import an existing  Web page into a  Wiki.&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
the following is a compilation of errors occasionally encountered.  We hope to add to this list.  If you encounter  &#039;&#039;&#039;reproducible&#039;&#039;&#039; error, and work out a fix for it, do please add it here yourself.&lt;br /&gt;
&lt;br /&gt;
*A frequent error is forgetting to go from &#039;&#039;&#039;preview&#039;&#039;&#039; to &#039;&#039;&#039;save&#039;&#039;&#039; before exiting the  browser.  When you return, all the un-saved content of the page will be lost.&lt;br /&gt;
*Sometimes in  Firefox, the  rotating molecule is replaced by a small {{fontcolor1|red|white|X}} instead. You should get the same if you go to this [http://java.com/en/download/help/testvm.xml test page]. If this is the case, you might find that pressing the  &#039;&#039;&#039;ctrl&#039;&#039;&#039; and &#039;&#039;&#039;F5&#039;&#039;&#039; keys simultaneously might clear the  error and restore the molecule to you. If that does not work, restart the  Firefox browser. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Further tutorials based on  3D crystal structures  ===&lt;br /&gt;
&lt;br /&gt;
These can be viewed [http://www.ccdc.cam.ac.uk/free_services/teaching/modules/teaching_webcsd/toc.html here].&lt;br /&gt;
&lt;br /&gt;
=Continuation of CIT skills=&lt;br /&gt;
The skills developed during these workshops will be in almost constant use throughout your course; you are encouraged to keep this up to date and to make use of these skills while writing lab reports and other coursework assignments.  As with anything in the digital world, progress is being made all the time with new search engines, new search algorithms, new software.  This also means that other searches and software are retired to make way for, newer more efficient tools.  This wiki will be a long-term reference which you can refer to and even update, and you are urged to keep it as a bookmark.&lt;br /&gt;
&lt;br /&gt;
== Software for your own computer ==&lt;br /&gt;
&lt;br /&gt;
*The department  has a  Site License for a program system called  [http://scistore.cambridgesoft.com/sitelicense.cfm?sid=948 ChemBio3D] (which includes ChemDraw for both  Windows and  Mac), the terms of which allow individual undergraduates to acquire a copy of the program and to install it on their personal  computer. The license is an annual one. &lt;br /&gt;
*[http://www.straightrunning.com/XmingNotes/ Xming] for accessing the Conquest data base.&lt;br /&gt;
*Programs such as  Microsoft  Office can be licensed via [http://www.microsoft.com/student/discounts/theultimatesteal-uk/default.aspx an academic license for £69.99].&lt;br /&gt;
*[https://directory.adeptscience.co.uk/products/search/1/1/474/cat474.html EndNote student edition] retails for  £85.00. Alternatively, try RefWorks (usually $100/year but &#039;&#039;&#039;free&#039;&#039;&#039; for Imperial students through [http://www3.imperial.ac.uk/library/digitallibrary/athensandukfed AthensDA]) It is a slightly simpler web-based program. A comparison between both can be found [http://library.princeton.edu/help/comparison.php here] (Princeton University). You should note that the  WOS system supports  Endnote directly, but requires a more complicated procedure for using  RefWorks or Mendeley.&lt;br /&gt;
*A further list of software may be found [[It:software-2011|here]], including other programs you can install on your personal computer which you may find useful.&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442788</id>
		<title>It:coursework-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442788"/>
		<updated>2014-10-11T13:26:39Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* 3D structure searching of the Cambridge Crystallographic database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Overall Objectives of CIT workshops=&lt;br /&gt;
&lt;br /&gt;
The Computer lab  (formally booked for your group, A1, A2, B1, B2, C1, C2) is for your course work and you have priority over other users at these times.  You are of course free to use the computers outside these times for course work, but on a first-come-first served basis and only if another course is not running. You can also use the computers located in the study area and you have access to 24 hour opening in the central library. All &amp;quot;Chemistry Software&amp;quot; should be available also in the Library to your user account. If you find that something is not immediately available, please do get in touch with the ICT Helpdesk. During the lab time allocated for the IT course, you will be expected to achieve the following objectives:&lt;br /&gt;
&lt;br /&gt;
# Accessing  course and laboratory notes and using scientific  journals to support lectures&lt;br /&gt;
# Using &#039;&#039;&#039;Word&#039;&#039;&#039; in combination with the &#039;&#039;&#039;EndNote&#039;&#039;&#039; bibliographic database and &#039;&#039;&#039;ChemDraw&#039;&#039;&#039; to write  laboratory reports and essays&lt;br /&gt;
# Learn to use various bibliographic chemistry search systems&lt;br /&gt;
# Learn to conduct molecular structure-based search systems&lt;br /&gt;
# Applying these searches to the requirements of a laboratory course&lt;br /&gt;
&lt;br /&gt;
You should of course appreciate that the distinction between lectures and labs is rather artificial, and any database which you might use for one is certainly useful for the other as well.&lt;br /&gt;
&lt;br /&gt;
=Self-Study - Software Familiarity=&lt;br /&gt;
&lt;br /&gt;
There are a number of programs with which you will use throughout your study at Imperial College, and the aim of these sessions is to give you an introduction to some of the packages, as well as explaining what the other packages do.  In order to gain the most from your two workshop sessions, you are urged to complete the following section &#039;&#039;&#039; &amp;lt;u&amp;gt;before you come to the workshop sessions&amp;lt;/u&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Before you come to the workshop sessions...==&lt;br /&gt;
&lt;br /&gt;
...there are a few exercises you should perform to ensure you are familiar with the operation of the computer systems available on campus.&lt;br /&gt;
* Check your login works; if you are browsing on a campus computer, then you will have already logged in. If you are accessing from your own computer, ensure that you can sign into your [https://exchange.imperial.ac.uk campus email account] through the [https://exchange.imperial.ac.uk web interface].&lt;br /&gt;
* Using the &#039;&#039;&#039;FireFox&#039;&#039;&#039; web browser (Firefox is better at handling chemistry search packages than Internet Explorer, and can be more reliable especially when running Java applets), you should be browsing this ChemWiki (home page URL of ChemWiki: &amp;lt;tt&amp;gt;http://www.ch.ic.ac.uk/wiki/&amp;lt;/tt&amp;gt;). It should be listed in the Bookmarks menu of department cluster computers; you may wish to add it to the bookmarks of your own computer also.&lt;br /&gt;
* You will be using  Firefox to browse the pages of a  [http://en.wikipedia.org/wiki/Wiki Wiki].  There is only one suggestion for browsing these pages that  you might wish to follow. When encountering a hyperlink, as in the preceding link describing what a Wiki is, you will probably want to open it in a separate window or tab from the  instruction page (so that you can refer to both if the need arises). If you just click the link, it will  &#039;&#039;&#039;replace&#039;&#039;&#039; the instruction window. So, get used to clicking on the link with the  &#039;&#039;&#039;right mouse button&#039;&#039;&#039; rather than the left one.  This will then give you the option of opening the link in either a new window or a new tab of the current window.&lt;br /&gt;
&lt;br /&gt;
===Computer, Browser and Wordprocessor familiarity===&lt;br /&gt;
*[[Image:login_window.jpg|right|thumb|login window]]Log-in.  There is one important difference between using a home computer and the ones here; you need to authenticate your session with the password issued to you at registration. Check the login window looks as shown on the right, and proceed to login.&lt;br /&gt;
*[[Image:home.jpg|left|thumb|Document home]]Perhaps the single most confusing aspect for most people is what the &#039;&#039;Home&#039;&#039; icon (left) means. So let&#039;s sort this out immediately. You are working in an &#039;&#039;enterprise&#039;&#039; environment, where a fast network connects each computer to a central area for storing files. When you log in, you are granted access to your files, and on the computer desktop, the &#039;&#039;Home&#039;&#039; icon means &amp;quot;the directory where the folders and documents associated specifically with the login account are stored&amp;quot;. This is because all computers work on the metaphor of a filing system with hierarchies. Home is the top of your personal file system!  If you double click this icon, you should see YOUR files. Check this! If you get lost navigating the hierarchical directories, &amp;quot;Home&amp;quot; is always a useful way of restoring a sense of orientation. Home also has a synonym, called &amp;quot;&#039;&#039;&#039;My Documents&#039;&#039;&#039;&amp;quot;, which the operating system can sometimes display instead of Home.&lt;br /&gt;
*[[Image:o2007.jpg|thumb|right|Office 2007]][[Image:subsuper.jpg|right|thumb|Subs and Superscripts]][[Image:o2007b.jpg|thumb|left||EndNote tab]]Start Microsoft &#039;&#039;&#039;Office 2007&#039;&#039;&#039; (we will assume you still have  FireFox running).  The basic (&#039;&#039;&#039;Home&#039;&#039;&#039;) Word document work area is shown to the in the thumnail to the right (click to expand it) and you should familiarise yourself with some of the palettes. This version of the program is somewhat different from earlier versions you may already be familiar with, such as Office 2003.  In particular, open/save/print dialogs are now to be found by pressing on the Icon highlighted here with a &#039;&#039;&#039;red&#039;&#039;&#039; circle. Copy/paste operations are invoked using the icon encircled in &#039;&#039;&#039;purple&#039;&#039;&#039;. Other common operations are found to the right of these two in the taskbar, including the chemically useful &#039;&#039;&#039;subscript&#039;&#039;&#039; and &#039;&#039;&#039;superscripts&#039;&#039;&#039; (right diagram). Note also the the default document saves invokes the new &#039;&#039;&#039;.docx&#039;&#039;&#039; format, which is an XML-based type with much interesting &#039;&#039;informatics&#039;&#039; potential. If you intend sending a document to someone who is still using Word 2003 or earlier, you should instead save your document in the older &#039;&#039;&#039;.doc&#039;&#039;&#039; format (although .doc to .docx converters are available). You can also save as PDF, which is useful for project/report submission.&lt;br /&gt;
*[[Image:o2007a.jpg|left|thumb|Insert tab]]There are two other task-bars you will find useful. the &#039;&#039;&#039;Insert&#039;&#039;&#039; bar inserts a variety of other content, including pictures, tables and the like. The &#039;&#039;&#039;EndNote&#039;&#039;&#039; tab invokes a citation and reference manager, which you will use as described below (&#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: If the Endnote ribbon does not show, do the following; Go to Programs/Additional Programs/EndNote/Configure EndNote and run this script, whereupon the EndNote ribbon should appear in Word 2007).&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Practice copying text from the Firefox Browser Window to the Word document. You can do this using the Copy/Paste metaphor, or you can try the drag-n-drop mode. You will notice that whilst the text itself comes over, any formatting associated with this text (size, colour, weight etc) might not. You may also get more than you bargained for (i.e. hidden browser instructions etc.) [This copy is a one-way operation, since the FireFox window is &amp;quot;read-only&amp;quot;].&lt;br /&gt;
*[[Image:FireFox_paste.jpg|thumb|right|Save Firefox image]] &#039;&#039;&#039;Images&#039;&#039;&#039; are special when it comes to copying. Proceed as follows:&lt;br /&gt;
*# Find an image in the browser you wish to copy, and with the cursor over the top, right click (Windows) to get a menu that looks like the one on the right:&lt;br /&gt;
*# If one of the options is &#039;&#039;&#039;Copy image&#039;&#039;&#039;, select it. Not all browsers support this, in which case instead invoke &#039;&#039;save this image as&#039;&#039; and save it in an appropriate directory (A suitable sub-directory of Home on Windows).&lt;br /&gt;
*# With an Office Word window open, paste the image (if you copied it) or &#039;&#039;&#039;Insert/Picture/from file&#039;&#039;&#039; (if you saved it). The image will come over as its &amp;quot;real size&amp;quot;. Word will allow you to rescale it, by dragging the bottom right corner of the image. Observe carefully what happens if you resize it to be larger as well as smaller.&lt;br /&gt;
*# Do remember how to change between windows (the technical term is that the active window is said to be &#039;&#039;on focus&#039;&#039;) by selecting the required window from its icon shown on the task bar/dock at the bottom of the screen.&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&lt;br /&gt;
&amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&amp;lt;size&amp;gt;150&amp;lt;/size&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;zoom 200; cpk -20;move 10 -20 10 0 0 0 0 0 3; delay 1;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|Not everything is always &amp;quot;copyable&amp;quot;. Some apparent images are in fact produced by an &amp;quot;applet&amp;quot; [http://wiki.jmol.org:81/index.php/MediaWiki embedded] in the browser. This includes most conspicuously chemical diagrams, such as may often be found on these course notes. Here a copy or a save operation may not produce the effect you desire.&lt;br /&gt;
|}&lt;br /&gt;
* Practice naming and saving document files to your &#039;&#039;Home&#039;&#039; (Drive H: on Windows) or a removable medium such as a FlashDrive.&lt;br /&gt;
* Practice finding files and documents from these various locations. [It frequently happens that they do not get saved where you think, and finding such lost files is skill you need to acquire rapidly!] Note however that finding  &#039;&#039;&#039;content&#039;&#039;&#039; of files may be very slow. Windows Desktop Search is  &#039;&#039;&#039;NOT&#039;&#039;&#039; activated on College systems.&lt;br /&gt;
* [http://www.ch.ic.ac.uk/local/email/ Practice setting up E-mail], sending a document as an attachment (to yourself) and good e-mail housekeeping and etiquette. &lt;br /&gt;
=== Configuring storage for your document libraries ===&lt;br /&gt;
&lt;br /&gt;
Programs such as  &#039;&#039;&#039;EndNote&#039;&#039;&#039;, &#039;&#039;&#039;Mendeley&#039;&#039;&#039;, &#039;&#039;&#039;iTunes&#039;&#039;&#039; store document collections in the form of libraries.  These can get quite big over the course of time, and so its important to store them correctly.&lt;br /&gt;
&lt;br /&gt;
==== EndNote ====&lt;br /&gt;
&lt;br /&gt;
When you open  EndNote for the first time, it will offer the opportunity to create a new library.  You should save it in the location e.g. Computer =&amp;gt;  &#039;&#039;&#039;userid(\\icfs18.cc.ic.ac.uk) (M:)&#039;&#039;&#039; Thereafter you can set it to open this library when the program starts.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley ====&lt;br /&gt;
&lt;br /&gt;
Open the program and invoke &#039;&#039;&#039;Tools/Options/File Organiser&#039;&#039;&#039; and  select drive  M: for the library.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Edit/Preferences/Advanced&#039;&#039;&#039;  and set the  iTunes Media folder location to M: (or other if  M: is already full). Also tick  &#039;&#039;&#039;Copy files to  iTunes Media folder when adding to library&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You may find it advantageous to start working through the Workshop material below in advance of your scheduled workshop as it will allow you to identify any problem areas upon which you can concentrate with a demonstrator.&lt;br /&gt;
&lt;br /&gt;
=Start of Demonstration material=&lt;br /&gt;
The material which follows is intended to be the start of what is covered in the workshops and for which support will be available. This does not mean that the work cannot be done outside of the allocated workshop time; in fact you are &#039;&#039;&#039;positively encouraged to continue working through the material&#039;&#039;&#039; at your leisure.  The notes here are intended to be a continuous point of reference throughout your course as you will continue to use many of these software packages for the next 3-5 years at least!&lt;br /&gt;
&lt;br /&gt;
== Combined Word/ EndNote Familiarity  ==&lt;br /&gt;
This section will illustrate how the functionality of Word can be extended using a citation or reference manager. First, you will need to generate some citations, and this will be done using a  database known as  Web of Science, and with the objective of finding out a about &#039;&#039;&#039;&#039;&#039;penicillin&#039;&#039;&#039;&#039;&#039; and its &#039;&#039;&#039;&#039;&#039;conversion to cephalosporin&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== A Web of Knowledge Search ===&lt;br /&gt;
#[[Image:Endnote1e.jpg|thumb|left|WoK search]]  From the [http://wok.mimas.ac.uk/ Web-of-Knowledge] link (which you are advised to open in a separate window, using a right-click from the mouse), select the option to &lt;br /&gt;
#&#039;&#039;&#039;Connect to the ISI Web of Knowledge Service&#039;&#039;&#039;  and then select the  &lt;br /&gt;
#&#039;&#039;Web of Science&#039;&#039; tab from along the top and finally from the citation databases, narrow it down to the&lt;br /&gt;
# Science Citation Index expanded&lt;br /&gt;
#Try checking on the number of articles members of our staff (or your tutors) published in 2009 by entering their name into the  &#039;&#039;&#039;Author&#039;&#039;&#039; box. You almost certainly will need to know that first, and probably also their second initial for this to correctly identify them. Check its working by entering a string in the &#039;&#039;&#039;advanced&#039;&#039;&#039; search such as &amp;lt;tt&amp;gt;au=Spivey a* and og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
#When you have some hits, either tick individual citations, or &#039;&#039;&#039;All records on page&#039;&#039;&#039; or a span of records. &lt;br /&gt;
#Next, make sure you have  Microsoft Word running,  and  from the  &#039;&#039;&#039;EndNote X4&#039;&#039;&#039; taskbar of Word, click on &#039;&#039;&#039;Go to EndNote&#039;&#039;&#039;.  From the options offered (which you only see the first time you run  EndNote, and also, ignore prompts about EndNote Web for the time being), create a new  EndNote database, currently of course empty.&lt;br /&gt;
#[[Image:Endnote1b.jpg|right|saving a list for Endnote]]Return to the  Browser window displaying  WOS and  click on &#039;&#039;&#039;Save to EndNote&#039;&#039;&#039;.  An automated procedure should initiate, the end result of which will be that your EndNote library will now be populated by the references you have just found.    &lt;br /&gt;
#If the automated procedure does not initiate, the system will instead produce a file on your computer desktop (it may appear with the name &#039;&#039;&#039;uml_view.cgi&#039;&#039;&#039; on the desktop) which you can open directly with EndNote (see below).&lt;br /&gt;
&lt;br /&gt;
=== Inserting the citations just found into  Word using EndNote===&lt;br /&gt;
#[[Image:Endnote1a.jpg|thumb|right|Starting EndNote]]Go back to your bibliographic library in EndNote and before anything happens to it, save it to your M: drive as described above.&lt;br /&gt;
#Via &#039;&#039;&#039;Edit/preferences/Libraries&#039;&#039;&#039; select to load this database upon startup, thus dispensing with subsequent startup dialogs (it will in fact  default to opening the most recently used library).  &lt;br /&gt;
#[[Image:endnote-style.jpg|thumb|left|Checking the  style setting]]From &#039;&#039;&#039;Edit/Output style/Open Style Mananger&#039;&#039;&#039;, select the tick-box against  a template known as &#039;&#039;&#039;Royal Society of Chemistry&#039;&#039;&#039; (you may have to use &#039;&#039;&#039;Find by/Chemistry&#039;&#039;&#039; to locate it). From now on, always check that this style is correctly set when you open EndNote (arrow 1 to the left).&lt;br /&gt;
#If  you are importing a citation list  rather than relying on the automated procedure, then from &#039;&#039;&#039;File/Import&#039;&#039;&#039; of EndNote define the Import Option &#039;&#039;&#039;ISI-CE&#039;&#039;&#039; in the pull down menu, or &#039;&#039;&#039;Other Filters/SciFinder (CAS)&#039;&#039;&#039; if importing  SciFinder Scholar) and import any saved datasets you created earlier from WOS or SciFinder. &lt;br /&gt;
#[[Image:Endnote1c.jpg|thumb|right|]][[Image:Endnote1d.jpg|thumb|left|Word with citations showing|]]Go back to  Word 2007, and write some text.  At an appropriate point, from the &#039;&#039;&#039;Endnote X4 taskbar tab&#039;&#039;&#039;, press &#039;&#039;&#039;Go to  EndNote&#039;&#039;&#039; when your library should be revealed (in this case containing the references you have just imported). Select the one you want to insert, and press the &#039;&#039;&#039;Insert citation&#039;&#039;&#039; tab (arrow 2 to the left).  If everything has been set up correctly, Word should insert your desired reference from your bibliographic database, formatted according to the RSC guidelines. If you rearrange the order in which the references appear in the text by cutting/pasting, the numbering at the bottom should change accordingly. If you delete a reference, it should disappear from the numbered list.&lt;br /&gt;
#Save the  Word document for future reference.  It should serve to illustrate how you will write lab reports, and later in your degree, extended essays (where you may cite  between  50-100 references). The whole point of doing it this way is that all the otherwise arduous tasks of numbering and editing the references will be automated for you.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley and other alternatives to  EndNote ====&lt;br /&gt;
[[image:refworks.jpg|thumb|right]]A significant problem with  EndNote is the cost.  This does not matter whilst you are using computers within the  College, but it does matter if  you want to use your own computer. Alternatives to using EndNote as shown above include [https://www.refworks.com/Refworks/login.asp?WNCLang=false RefWorks] (for which the client software can be downloaded without cost) and an innovative program called [http://www.mendeley.com/ Mendeley] which is available on the computers in the department. &lt;br /&gt;
&lt;br /&gt;
# If you do want to use  RefWorks, please ensure you login via the Shibboleth users option.&lt;br /&gt;
&lt;br /&gt;
==  Chemdraw Familiarity ==&lt;br /&gt;
*[[Image:unknown1.jpg|left|thumb|Click to expand image]] [[Image:taxolhsr.jpg|Taxol|right|300px]] &#039;&#039;&#039;Starting and using ChemDraw.&#039;&#039;&#039; Start Chemdraw icon from the &#039;&#039;&#039;Start/Programs menu&#039;&#039;&#039;. Practice by drawing Taxol (right). You many need a few hints and tips, and the demonstrators should be able to help  you with this.  Its easier than trying to describe the technique here (don&#039;t worry, everyone picks up Chemdraw by watching others use it!). &lt;br /&gt;
*Check that you have drawn it correctly by calculating its formula. To do this, Go to &#039;&#039;&#039;View/Show analysis&#039;&#039;&#039; window and record what you see (it should give you C&amp;lt;sub&amp;gt;47&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;51&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;14&amp;lt;/sub&amp;gt;. Mol. Weight 853.91). Do you get the same values? If you do not, you will have to try to find where the discrepancy is. Remember, if you cannot draw a structure reliably, you will not be able to search for it reliably. Using the ChemDraw application, select copy/paste the structure into a Microsoft Word window. Practice editing the structure inside the Word processor by double clicking its diagram. Practice re-scaling the ChemDraw diagram either within Word or within Chemdraw. Scaling is normally done by pointing the cursor at the bottom right hand corner (it should change shape at this point) and then &amp;quot;dragging&amp;quot; inwards or outwards to change the size. Try copying instead the Web picture (GIF format) from this Web page to Word. Put side by side with the picture of the same molecule derived from ChemDraw and experiment with scaling both. &#039;&#039;&#039;What is the difference in behaviour?&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
If you want more practice (with stereochemical wedges text positioning, etc), try the molecule on the left.  &#039;&#039;&#039;Can you identify what it is called?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Lecture  Support: Journal Familiarity ==&lt;br /&gt;
&lt;br /&gt;
You can go visit the databases of some major chemistry publishers, and track down any articles that members of this department (or other departments or your favourite Nobel prize lautreates) may have published there. You might try searching for your current lecturer, or one or more of your tutors. Go directly to one or more of the following:&lt;br /&gt;
* [http://pubs.acs.org/search/advanced The American Chemical  Society] (where you can subscribe to an  RSS feed of the search, which means you will be notified of new items)&lt;br /&gt;
* [http://www.rsc.org/Publishing/Journals/cc/index.asp The Royal Society of  Chemistry] and their premier journal  &#039;&#039;Chemical communications&#039;&#039;&lt;br /&gt;
* [http://www.nature.com/search/adv_search?sp-a=sp1001702d&amp;amp;sp-x-1=ujournal&amp;amp;sp-q-1=Nature%20Chemistry Nature  Chemistry] advanced search.&lt;br /&gt;
* [http://www3.interscience.wiley.com/journal/26737/home Wiley Interscience]  and their flagship chemistry journal  &#039;&#039;Angew. Chemie.&#039;&#039;&lt;br /&gt;
* [http://www.sciencedirect.com Science Direct]&lt;br /&gt;
&lt;br /&gt;
The navigation of these journals via their tables of contents is left for you to explore on your own. You can of course  go to an article directly by following any  DOI link that you might have found in your lecture notes or elsewhere. You should retrieve the  Acrobat  file corresponding to any articles you may have tracked down, and save them in a folder on your computer  H: drive for future use and analysis (for example with the program Mendeley). Later in your course, you may encounter lecture courses or laboratory courses which in fact require you to track down articles in the literature in this manner. It is good to start practising early.&lt;br /&gt;
&lt;br /&gt;
== Lecture Support: Named chemicals ==&lt;br /&gt;
&lt;br /&gt;
# To apply the above skills by using [http://wok.mimas.ac.uk/ WOS] to perform a comprehensive literature search on the &#039;&#039;&#039;molecule&#039;&#039;&#039; &#039;&#039;Penicillin&#039;&#039;, a &#039;&#039;&#039;reaction&#039;&#039;&#039; (&#039;&#039;its conversion to Cephalosporin&#039;&#039;), its &#039;&#039;properties&#039;&#039;, both physical (spectroscopic) and biological. Thus, type  &#039;&#039;penicillin and cephalosporin&#039;&#039; into the  &#039;&#039;&#039;Topic&#039;&#039;&#039; box and see if you can prune these down with a more elaborate search perhaps, using some of the Boolean logic shown in the lectures by invoking the  &#039;&#039;&#039;Advanced Search&#039;&#039;&#039; option. &lt;br /&gt;
#* &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (136)&lt;br /&gt;
#* &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2629)&lt;br /&gt;
##Or, try the drug &#039;&#039;&#039;Temozolomide&#039;&#039;&#039;, currently very much in the  [http://news.bbc.co.uk/1/hi/england/west_midlands/7675014.stm news] &lt;br /&gt;
##Tasimelteon ([http://news.bbc.co.uk/1/hi/health/7760105.stm time bending drug for jet lag]) or &lt;br /&gt;
##[http://news.bbc.co.uk/1/hi/health/8237530.stm Sulforaphane], which  occurs in broccoli and cauliflower and protects against heart attacks.&lt;br /&gt;
#Compare the results of one of these searches with  less specialised search engines such as &lt;br /&gt;
#*[http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar],   &lt;br /&gt;
#*[http://www.scirus.com/srsapp/advanced/index.jsp SciRus], &lt;br /&gt;
#*[http://www.bing.com/?scope=web&amp;amp;mkt=en-GB Microsoft Bing],&lt;br /&gt;
#*[http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha].  &lt;br /&gt;
&lt;br /&gt;
===  Lecture  Support: A SciFinder search instead ===&lt;br /&gt;
*The [https://scifinder.cas.org/ Scifinder Scholar] system  is available for general and student use.&lt;br /&gt;
** You cannot use your  College login for access, but must request your own login to be created.&lt;br /&gt;
*** [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar Go here to register]. You have to create yourself a login  ID.  This ID is quite independent of your College ID, and if you forget the password you  have set, you will have to recover it from the SciFinder site.   Where it asks you to identify your area of research interest, you may not want to reveal this  (we have been assured students will not get related spam sent to them) and  you might want to register an interest only in e.g. &#039;&#039;other field&#039;&#039;.&lt;br /&gt;
** Completing the registration will result in an email being sent to the email address you provide with activation instructions. &lt;br /&gt;
*** Once you have obtained an  ID,  at the [https://origin-scifinder.cas.org SciFinder site], click on  &#039;&#039;&#039;Explore References&#039;&#039;&#039; and in the  &#039;&#039;&#039;Research topic box&#039;&#039;&#039; enter  &amp;quot;Conversion of penicillin to cephalosporin&amp;quot;.  &lt;br /&gt;
** You will receive a request to accept an application digital signature at this stage, which you should accept.&lt;br /&gt;
You should get ~9 references for an exact match. This interface is supposed to use a more &#039;&#039;natural language&#039;&#039; for its search queries  (and it does not employ  Booleans). &lt;br /&gt;
** Tick the box with 9 hits and request the references. Tick the box against those you particularly wish to save for the future, and then  click on the &#039;&#039;&#039;Export&#039;&#039;&#039;  link near the top (next to print). From the dialog, set the  &#039;&#039;&#039;File Type&#039;&#039;&#039; to  &#039;&#039;&#039;Tagged Format&#039;&#039;&#039;. &lt;br /&gt;
*** You may need to allow the requested security settings in your browser (IE 8) to allow files to be saved locally. The default location for saving files is your &#039;&#039;&#039;download&#039;&#039;&#039; location. You can then import this into  EndNote using the &#039;&#039;&#039;SciFinder (CAS)&#039;&#039;&#039; import option.&lt;br /&gt;
**An alternative search might be the phrase &#039;&#039;&#039;arrow pushing formalism&#039;&#039;&#039; (can you learn about this topic from  the results found for this search?). A synonym might be  &#039;&#039;&#039;curly arrow formalism&#039;&#039;&#039;.  Does this find the same references, or a different set?&lt;br /&gt;
** You can comment on individual references and invite friends in to see your comments. This might be appropriate for when you are e.g. doing a lab experiment in pairs or groups, and wish to share a reference with them. Go to  &#039;&#039;&#039;My connections&#039;&#039;&#039; and invite the group, then add comments to relevant references.&lt;br /&gt;
** SciFinder supports more advanced features such as  Explore Substances and  Explore Reactions, but you should only investigate these when you are feeling adventurous.&lt;br /&gt;
&lt;br /&gt;
=Laboratory Support=&lt;br /&gt;
Here you will find out how to search for safety information about molecules, and then for their properties and reactions. There are two kinds of search for molecules you will have to make during lab courses.&lt;br /&gt;
# Where you have an unknown compound whose properties you have measured and you want to know if any known compound matches those properties.&lt;br /&gt;
# Where you (think you) know what the structure of your compound is, and you want to know if there are any other reports of this same compound (and whether the properties other have measured match your own).&lt;br /&gt;
&lt;br /&gt;
== A search for known physical properties using Reaxys ==&lt;br /&gt;
[[Image:Reaxys1.jpg|right|thumb|]]We will start with two examples of the first category and then move on to the rather more common second category.&lt;br /&gt;
&lt;br /&gt;
*Connect to the [http://www.reaxys.com/ Reaxys] system. You can carry out all the required course work as an &#039;&#039;anonymous user&#039;&#039;, but you will not be able to change/save any settings etc in this mode (such as e.g. changing the default structure editor to ChemDraw).&lt;br /&gt;
** If you do choose to register  at this point, be aware that if you lose/forget your password, you will need to contact  Reaxys and not local Imperial College support.&lt;br /&gt;
*Select &#039;&#039;substances and  Properties&#039;&#039;&lt;br /&gt;
**In the &#039;&#039;Properties (Advanced)&#039;&#039; box, enter the following, followed by  &#039;&#039;&#039;Search&#039;&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200&#039;&#039;&#039;&lt;br /&gt;
This means in effect, show me ANY molecule which melts at a certain temperature range (determined using a melting point apparatus), which  has a given molecular formula (determined using mass spectrometry)  and an optical rotatory power between certain values  (determined using a polarimeter).  For this example you should get exactly 1 hit, which should be to a patent. Explore the options at this point, including viewing the original source of the data ( a patent in this case).&lt;br /&gt;
* There are about  500 different properties in total which you could specify in this manner. To explore them, click on &#039;&#039;Show Fields and  Operators&#039;&#039;. This type of technique is useful for identifying an  &#039;&#039;&#039;unknown&#039;&#039;&#039; compound purely from its physical properties (Forensic science, etc).&lt;br /&gt;
** Note that some features do not always produce the expected result.  For example, the icon labelled with the arrow (right) pulls down various options, one of which is &#039;&#039;copy structure to clipboard&#039;&#039;. The clipboard contents however are  &#039;&#039;&#039;not&#039;&#039;&#039; recognised by eg Chemdraw, Word etc.&lt;br /&gt;
&lt;br /&gt;
== A search for known spectroscopic properties ==&lt;br /&gt;
&lt;br /&gt;
[[image:spectra.jpg|240px|right]]It is routine when a compound is first made to record its spectroscopic properties.  This would include the characteristic  infra-red frequencies, and the &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H and &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts. These values are shown for an unknown compound. Your task is to use the  [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS]  to try to identify what the compound is (you could of course also do this entirely logically using just your brain).  &lt;br /&gt;
#Try first entering only the  &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts (163, 141, 133, 130, 129, 128, 98 ppm, with an anticipated error of around  2ppm).  How many matches do you get? &lt;br /&gt;
#Add then the  &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H shifts (8.1,7.5,5.1,4.7 and there is an additional broad multiplet across the range 7.3-7.7 which is not entered) and see if the number of possibilities reduces.  &lt;br /&gt;
#Finally, enter the one characteristic  IR vibration (1733 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;).  Do you now get a unique answer?  Record any structure(s) you may get at this stage for future reference.&lt;br /&gt;
#Try changing the error limits for any of these properties. Thus reduce the  NMR limit from  2.0 to 1.5 to 1.0ppm, or the  IR limit to 5 or even 1 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; (in future laboratory courses, you will learn how the way the instrument works determines at least in part the accuracy with which these spectroscopic properties can be measured).&lt;br /&gt;
&lt;br /&gt;
== Reagent/Product searches for  laboratory preparations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:1-4.jpg|right|250px|Molecules 1-4]]The theme of this section is going to be the following four molecules, which you will in fact encounter in a laboratory course later in the year.  You will search for known properties of these molecules, for comparison with those you might measure in the lab, or which may provide useful discussion material for your laboratory reports.  Your first task is to generate a so-called SMILES descriptor of the molecule.  This is done most simply by drawing the molecule in  ChemDraw and using the  &#039;&#039;&#039;Edit as/Copy&#039;&#039;&#039; menu produce the SMILES or InChI-key string onto the clipboard. Here are three SMILES strings and one InCHI-key string. Can you match them up to the structures shown on the right?&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;C=CC1=CC=C(C(O[H])=O)C=C1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;O[C@H]1[C@H](OCC)CCCC1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;VSIKJPJINIDELZ-UHFFFAOYSA-N&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Search the [http://www.chemspider.com/ ChemSpider] database using a SMILES or InChI-key string as above.  What sort of information is revealed about the compound?&lt;br /&gt;
*Try reversing the search terms above (instead of  SMILEs, try generating an  InChI key, or vice versa). &lt;br /&gt;
*Try next an advanced search from the same [http://www.chemspider.com/FullSearch.aspx database].   Explore for yourself how to enter the  SMILES string and perform the search.&lt;br /&gt;
*Search the [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] using a SMILES string. Select the &#039;&#039;&#039;substructure/superstructure&#039;&#039;&#039; or the &#039;&#039;&#039;Identity/Similarity&#039;&#039;&#039; option, and then the  &#039;&#039;&#039;CID, SMILES, InChI&#039;&#039;&#039; tab, and past in one of the strings above.  Try both  &#039;&#039;&#039;80% similar&#039;&#039;&#039; and &#039;&#039;&#039;identical&#039;&#039;&#039;  if using the Similarity option). Again, explore the properties associated with each hit.&lt;br /&gt;
**You might encounter &#039;&#039;&#039;artefacts&#039;&#039;&#039;.  Thus with  &#039;&#039;&#039;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&#039;&#039;&#039;, something slightly odd happens? &lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of Drugs, inorganic and organometallic and natural products which might prove useful to you for laboratories.&lt;br /&gt;
* The series [http://www.orgsyn.org/ Organic syntheses]  contains tried and tested procedures for the synthesis of many chemicals.  However, it is quite limited, and you would be lucky to find more obscure compounds listed here. &lt;br /&gt;
=== Sigma-Aldrich Catalogues and  MSDS (Safety) information ===&lt;br /&gt;
&lt;br /&gt;
If you know  (or suspect you know) what the identity of the molecules are that you will be  handling in the laboratory, the first task is to find out any known safety information.&lt;br /&gt;
The [http://www.sigmaaldrich.com/catalog/search/AdvancedSearchPage Aldrich] catalogues can be searched for  compounds and their  associated MSDS safety sheets. This is useful for completing  [http://www.hse.gov.uk/coshh/ COSHH] forms. If you were able to obtain a name (see previous section),  see if you can now find any information on it from the  Aldrich catalogue.&lt;br /&gt;
&lt;br /&gt;
=== Reaxys ===&lt;br /&gt;
Connect to [http://www.reaxys.com/ Reaxys]  as before, but now we are going to do a structure based search, using as examples structures  &#039;&#039;&#039;1-4&#039;&#039;&#039; above. If you click in the frame labelled  &#039;&#039;Double click this frame and draw structure query&#039;&#039; you will get a default structure editor called  ChemAxon MarvinSketch.  It is a little different from Chemdraw, but should not take too much time to master. &lt;br /&gt;
# Using the structure editor, draw one of the four molecules  1-4 and invoke &#039;&#039;&#039;search&#039;&#039;&#039;.&lt;br /&gt;
# If you think you know the name of your query, type that instead in the  &#039;&#039;Generate structure from name&#039;&#039; box (e.g. &#039;&#039;&#039;Taxol&#039;&#039;&#039;, which as you have seen earlier is a challenge to draw!). You can also paste a  SMILES or InChI key into this box (try any of the four above). &lt;br /&gt;
# Try hitting  &#039;&#039;&#039;Synthesize&#039;&#039;&#039;,  but expect to be overwhelmed by the number of hits!&lt;br /&gt;
&lt;br /&gt;
=== Dictionary of organic compounds ===&lt;br /&gt;
An alternative database which works in this way is  the  [http://doc.chemnetbase.com/ Dictionary of organic compounds].&lt;br /&gt;
&amp;lt;!-- === Mini Project ===&lt;br /&gt;
&lt;br /&gt;
Define a search for &#039;&#039;&#039;aspirin&#039;&#039;&#039; using any of the methods above. You should arrive at a single  &#039;&#039;&#039;hit&#039;&#039;&#039; (there is only one molecule that can be called aspirin). Some of the searches above may provide many more! You will need to use your own initiative to find out what the actual molecular structure of aspirin is. Once you have that single hit, find out how many times its  &#039;&#039;&#039;MP&#039;&#039;&#039; (melting point) has been reported, and view all the various values.  You should notice something very odd indeed!  Make a notice of what you observe, and return to this mini project later on. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Extra material for Future Reference - Converting a 2D structure definition to a  3D set of coordinates ==&lt;br /&gt;
&lt;br /&gt;
The preceding searches were all effectively conducted on  two-dimensional molecules, where we only needed to know how the atoms were connected (in effect the  Lewis valence structure).  As a prelude to moving into three dimensions,  we will illustrate how a 2D search can be used to generate a  3D structure.&lt;br /&gt;
&lt;br /&gt;
* You can use the on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina service to convert a (1D) SMILES string to 3D molecular coordinates].&lt;br /&gt;
*# Under options, paste the SMILES string, enter a name, and select 3D structure viewer automatically loaded.&lt;br /&gt;
*# Click on Generate 3D structure. A window appears, and after about 20-30 seconds, a structure does as well. At the bottom, click on &amp;quot;Click to download this structure in PDB file format&amp;quot;, whereupon a full window diagram appears. Save the molecule as above.&lt;br /&gt;
&lt;br /&gt;
= 3D structure searching of the Cambridge Crystallographic database =&lt;br /&gt;
&lt;br /&gt;
Our final search type is now of a database which stores &#039;&#039;&#039;three-dimensional&#039;&#039;&#039; information about molecules.  This is where you can infer all sorts of interesting properties about the bonding, the properties and the potential reactivities of molecules. You will be searching the &#039;&#039;&#039;Cambridge Crystal Structure Database&#039;&#039;&#039;. There are three entry points for this; one local, one via the  Web and one via the national &#039;&#039;&#039;chemical database service&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Local invocation of the Cambridge Crystal Structure Database ===&lt;br /&gt;
The local based search described below  is feature complete and fast. You may also want to try out the  [http://webcsd.ccdc.cam.ac.uk/ WebCSD service], which needs only a web-browser.&lt;br /&gt;
#[[Image:MgBr2.jpg|right|120px]][[Image:ti1.jpg|right|100px]][[Image:PtCl.jpg|right|100px]][[image:1-4.jpg|right|250px|Molecules 1-4]]Select &#039;&#039;&#039;Conquest&#039;&#039;&#039; from the &#039;&#039;&#039;Start/Programs&#039;&#039;&#039;  menu. You will have to reply:&lt;br /&gt;
##&#039;&#039;&#039;yes&#039;&#039;&#039; to the question about certificates,&lt;br /&gt;
##enter first your username, then &lt;br /&gt;
##your password at the two prompts (both of which appear to ask for a password!). &lt;br /&gt;
##Next, &#039;&#039;&#039;accept&#039;&#039;&#039; the license agreement and &lt;br /&gt;
##&#039;&#039;&#039;accept&#039;&#039;&#039; the suggested location for storing the directory. &lt;br /&gt;
##Enter the Site No. as &#039;&#039;&#039;183&#039;&#039;&#039; and the  confirm code as &#039;&#039;&#039;8FDCE4&#039;&#039;&#039; (2013 release)&lt;br /&gt;
##Click &#039;&#039;&#039;register online&#039;&#039;&#039;. &lt;br /&gt;
##These prompts are a one-off, and you will not need to do these steps again. &lt;br /&gt;
#In the {{Pdf|FoundationTutorialproblems09.pdf|foundation tutorial problems}},  question 2 asks you to arrow-push the reaction  Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O + MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; → Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O-MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. Here we will pose the question: what is the  3D geometry of the product of this reaction?  You will search for it using Conquest.   Does the result surprise you? (Hint: TOQKIT)&lt;br /&gt;
#Nucleophilic addition to an amide is the prototype of how peptides, proteins and enzymes are broken down in metabolic processes  (or using e.g. biological washing powders).  The mechanism involves a species known as a &#039;&#039;&#039;tetrahedral intermediate&#039;&#039;&#039; (right), which is normally considered so unstable that it is rarely detected during the reaction. Nevertheless, can you find any examples of such species in the Cambridge database? &lt;br /&gt;
#Cis-Platin is a well known anti-cancer drug. The &#039;&#039;active ingredient&#039;&#039; is the initial hydrolysis product, shown on the right. Can you find any examples of this  &#039;&#039;&#039;active intermediate&#039;&#039;&#039; in the  database which contain this sub-structure?  What happens if you change the  Pt to a &#039;&#039;&#039;wild-card&#039;&#039;&#039; indicating the central metal could be any of the group known as  &#039;&#039;&#039;8Z&#039;&#039;&#039; (from the &#039;&#039;&#039;more&#039;&#039;&#039; button of the editor, select &#039;&#039;&#039;other elements&#039;&#039;&#039;  and from there click on the orange box labelled  &#039;&#039;&#039;8Z&#039;&#039;&#039;). &lt;br /&gt;
#Are there any other  &#039;&#039;&#039;reactive intermediates&#039;&#039;&#039; you might have identified from your arrow-pushing workshop which you might search for?&lt;br /&gt;
#When you have finished the above examples, try entering one of the four lab-course molecules shown to the left, exactly as drawn above. For  &#039;&#039;&#039;3&#039;&#039;&#039; specifically, if you draw explicit hydrogens attached to the &#039;&#039;vinyl&#039;&#039; group at the top of the molecule and repeat the search, what difference is there? &lt;br /&gt;
#*How many hits do you get?  &lt;br /&gt;
#*Note the 6-8 letter identifier for the structure you are interested in (for example, for molecule  &#039;&#039;&#039;3&#039;&#039;&#039; above, it should be  XAYFEI, XAYFEI01 and  XAYFEI02).&lt;br /&gt;
#*Save the 3D coordinates in PDB or CIF format via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, decide how you want to select entries, specify one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;. Inspect the structure by double clicking the file created, to be found on drive &#039;&#039;&#039;L:&#039;&#039;&#039;&lt;br /&gt;
#You &#039;&#039;&#039;may&#039;&#039;&#039; now have two versions of any of these four molecules; one a direct experimental structure, and one assembled by the  [http://www.molecular-networks.com/online_demos/corina_demo.html Corina]  program.  How do these differ? Concentrate in particular on compounds &#039;&#039;&#039;1&#039;&#039;&#039; and  &#039;&#039;&#039;2&#039;&#039;&#039; above right!&lt;br /&gt;
#Later on in your course, you may use such coordinates to create an entry in a Wiki page, much like that rotating below.&lt;br /&gt;
&lt;br /&gt;
===An advanced 3D Search. ===&lt;br /&gt;
Try the following. The objective will be to find any short interactions between the H of an OH group and the centroid of a phenyl ring as the electron donor (a very unusual type of &amp;amp;pi;-facial hydrogen bond). Proceed as follows:&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
# Open Conquest and invoke the &#039;&#039;&#039;Build Queries/Draw&#039;&#039;&#039; option&lt;br /&gt;
# Deposit a benzene ring from the template which should appear on the left&lt;br /&gt;
# Click on &#039;&#039;&#039;ADD 3D&#039;&#039;&#039;, select all the six carbon atoms in turn (they will go green) and define a centroid.  A defined object labelled  &#039;&#039;&#039;CENT1&#039;&#039;&#039; now shows. Press Done.&lt;br /&gt;
# Back in &#039;&#039;&#039;Draw&#039;&#039;&#039; mode, select a  H and deposit it as an isolated atom. Then select O  and draw a bond from it to the H to get an OH. In this system, any undefined valence is &#039;&#039;&#039;wild&#039;&#039;&#039;, ie any group can be attached to the  O of the OH.&lt;br /&gt;
# In &#039;&#039;&#039;ADD 3D&#039;&#039;&#039; mode again, click first on the &#039;&#039;&#039;H&#039;&#039;&#039; of the OH group, then on &#039;&#039;&#039;CENT1&#039;&#039;&#039; in the list of defined objects. A green line connecting the two appears. When a &#039;&#039;&#039;Valid parameter&#039;&#039;&#039; entry named &#039;&#039;&#039;Distance&#039;&#039;&#039; appears, click on &#039;&#039;&#039;Define&#039;&#039;&#039;.&lt;br /&gt;
# Select &#039;&#039;&#039;Intramolecular&#039;&#039;&#039; from the &#039;&#039;&#039;Choose distance type&#039;&#039;&#039; menu, OK, then &#039;&#039;&#039;Options&#039;&#039;&#039;, enter 2.0 - 2.4 as the range of distances and &#039;&#039;&#039;Separated by 5 - 999&#039;&#039;&#039; bonds. Hit &#039;&#039;&#039;OK&#039;&#039;&#039; and then &#039;&#039;&#039;Done&#039;&#039;&#039;. Your search query is summarized in a cyan box at the top right of the draw window.&lt;br /&gt;
# Select &#039;&#039;&#039;Search&#039;&#039;&#039;, tick the 3D Coordinates determined box and &#039;&#039;&#039;Start Search&#039;&#039;&#039;. This search should proceed at the rate of about 1% per second. You should get 20 hits.&lt;br /&gt;
# View entries via &#039;&#039;&#039;3D Visualiser&#039;&#039;&#039;. Note the so-called &#039;&#039;&#039;REFCODES&#039;&#039;&#039;. Note &#039;&#039;&#039;[[Coursework#Enantiomers_vs_Diastereomers_Part_1:_Butanes_and__Helicenes.|CIYSIM]]&#039;&#039;&#039; in particular!&lt;br /&gt;
#A right-mouse click in the blue window of the 3D Visualiser will enable you to set  &#039;&#039;&#039;spacefill&#039;&#039;&#039; mode, and to inspect whether any two atom spheres inter-penetrate each-other indicating an attractive interaction between them.&lt;br /&gt;
# Save the coordinates of any selected hits via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, Select PDB or CIF as the format, all selected entries, one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;.&lt;br /&gt;
# The files will appear on your L: drive. Double click to open up the WebLab Viewer Pro or Mercury program, and resave them if you wish as an MDL Molfile rather than PDB.&lt;br /&gt;
# If you want to explore further, define an NH bond rather an OH bond (you might need to increase the distance range to eg 2.0 - 2.5).&lt;br /&gt;
# Try this with centroids to other &amp;amp;pi;-electron rich systems, such as an alkyne, alkene, or other rings such as cyclopentadienyl, etc.&lt;br /&gt;
#Go to your network drive N: or L: (i.e. username on neon.ch.ic.ac.uk) and double click any .PDB or .CFIF or .MOL files to view the molecule again. &lt;br /&gt;
# Or, instead of H-O,  just put e.g. Na (metal arene interactions are hugely important biologically).  You may need to define a rather longer distance range. Experiment  by trying various sets of values.&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&amp;lt;jmolApplet&amp;gt;&amp;lt;title&amp;gt;CIYSIM&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&lt;br /&gt;
&amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&amp;lt;script&amp;gt;zoom 150;spin 3;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== The National  Chemical Database Service ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;CDS&#039;&#039;&#039; is a national service (located as it happens in  Daresbury, near Warrington) which offers a range of database services to the  UK community.  To access this service, follow the [http://cds.dl.ac.uk/cgi-bin/reg/undergrad?sites=Select+Site&amp;amp;SITE=imperial-cds0091 instructions] here (this is necessary to ensure UK usage only and to monitor that usage as part of justifying a national resource).  You will be sent a  CDS registration account and password by email. You can then use this account in two ways&lt;br /&gt;
#Invoke  &#039;&#039;&#039;ConquestD&#039;&#039;&#039; (rather than Conquest) from the  Windows start menu and proceed as above, but supply your new  CDS account instead of your Imperial account.&lt;br /&gt;
#Invoke the CDS portal [https://cds.dl.ac.uk/ here] using your  CDS account to log in.   It offers many alternative services (including searches for spectral data) as well as a simplified crystal search. Explore in your own time!&lt;br /&gt;
&amp;lt;!--This part of the course shows you how you can create a Wiki(pedia)-like article on a chemical topic including some molecular information (such as &#039;&#039;e.g.&#039;&#039; coordinates for a rotatable model). The objectives in this part of the course are &lt;br /&gt;
* to learn how to create a simple Wiki page. This is &#039;&#039;&#039;much simpler and quicker&#039;&#039;&#039; than creating a Web page by writing HTML (Wiki is apparently the Hawaiian for &#039;&#039;quick&#039;&#039;). The Wiki is used by some laboratory courses for submitting student reports.&lt;br /&gt;
* to experiment with some simple  Wiki extensions as described in sections  3.2 - 3.8 below. There are of course many other features in the full  Wiki which you can also experiment with if you wish (including e.g. installing additional useful templates).&lt;br /&gt;
== Setting up FireFox and  Creating your own  Wiki page ==&lt;br /&gt;
#[[Image:report12345.jpg|left|thumb|The editing environment]][[Image:exception1.jpg|right|thumb|Security exception]]Start the process by opening Firefox as a Web browser, and install [https://addons.mozilla.org/en-US/firefox/addon/748 Greasemonkey For Firefox] (this is done on a per user basis, and is &#039;&#039;&#039;optional&#039;&#039;&#039; if you want to have your  Wiki interface look a little more similar to  Word) followed by an install of  [http://en.wikipedia.org/w/index.php?action=raw&amp;amp;ctype=text/javascript&amp;amp;title=User:Cacycle/wikEd.user.js wikEd].&lt;br /&gt;
*You will now need to create your own page on this Wiki. Firstly, [[special:userlogin|login]] to the  Wiki using your College ID and password.  &lt;br /&gt;
**If the  browser asks you to add a security exception, do so (this is induced in part by using  &#039;&#039;&#039;imperial&#039;&#039;&#039; rather than  &#039;&#039;&#039;ic&#039;&#039;&#039; in the URL &#039;&#039;https://www.ch.ic.ac.uk/wiki/&#039;&#039; used to start up the wiki page) and proceed to &#039;&#039;&#039;view/confirm&#039;&#039;&#039; the certificate. &lt;br /&gt;
**[[Image:mywiki.jpg|left|thumb|Starting your Wiki page]][[Image:wxyz1234.jpg|left|Creating a report page]]After login, the top right of the browser window will display your login ID. Click on this to start editing your page. If you chose to invoke the wikEd extra above, you should now get a richer additional toolbar along the top of the page which you can use for editing  (but only with Firefox;  it will not work with  Internet Explorer). &lt;br /&gt;
*If you want to create another empty page, then  on the address entry bar of the browser, enter something like the following: {{Fontcolor1|yellow|black|&amp;lt;nowiki&amp;gt;http://www.ch.ic.ac.uk/wiki/index.php/it08:wzyz1234&amp;lt;/nowiki&amp;gt;}} where  &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is unique to you. &#039;&#039;&#039;Do not forget this string&#039;&#039;&#039;. If &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is indeed unique (as it must be), the system will respond as shown on the right. If not, try another  (hopefully more unique) string.  When you succeed, proceed to edit the page.  If you forget the name of your page, invoke [[Special:Contributions|this page to find it]].&lt;br /&gt;
=== Preview/Save ===&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; When you want to see the effect of any particular edit, press &#039;&#039;&#039;preview&#039;&#039;&#039;.  But remember every 1-3 previews to  &#039;&#039;&#039;save&#039;&#039;&#039; the page.  This means that if the browser were to crash, you would not  have lost anything. This is the same good practice that one also follows when editing  conventional  documents.&lt;br /&gt;
&lt;br /&gt;
=== Simple Wiki Editing instructions ===&lt;br /&gt;
There are just a few simple rules for creating effects. In what follows below, anything appearing in a grey box can be copied and pasted into your own wiki. If you have logged in, each section will also have an edit button next to it, and by invoking this, you can always  &#039;&#039;&#039;reverse-engineer&#039;&#039;&#039; what you see and use it for your own purposes.&lt;br /&gt;
*# Headers are indicated by balanced = signs (one for a top level, two for the next, and so on)&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Bold is indicated by balanced &#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;signs&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Italic is indicated by balanced &#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;signs&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# You can use the little menu items at the top to achieve these effects&lt;br /&gt;
*# Each item in an intended list is prefaced by * or #&lt;br /&gt;
*# Chemical effects, i.e. &amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt; and &amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt; are done as: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; and &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; or by invoking the wikEd buttons on your browser.&lt;br /&gt;
* See the effects of what you have done by selecting &#039;&#039;&#039;Show Preview&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: Once satisfied the preview shows what you want, enter something descriptive into the &amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;Summary&#039;&#039;&#039; page. Once this is completed, click on &#039;&#039;&#039;Save Page&#039;&#039;&#039;. Your entry is now added to the &#039;&#039;&#039;History&#039;&#039;&#039; of the article.&lt;br /&gt;
* &#039;&#039;&#039;Images&#039;&#039;&#039;. These should be in GIF, JPG or PNG format only. Other formats (.bmp etc) are NOT allowed. They can be obtained by saving from Web pages, or taking a Screen snapshot. The latter is invoked by pressing the F13 (Print Screen) key (Windows, press ALT+F13 to snap only the active window and pasting the snapshot if necessary into an editing program (e.g. Microsoft PhotoEditor on Windows). Save the image with a sensible name (adding .gif, .jpg or .png to the name). Once created, you will need to &#039;&#039;&#039;upload (the) file&#039;&#039;&#039; to the Wiki. Click on &#039;&#039;&#039;upload file&#039;&#039;&#039; on the lhs of the Wiki page, and follow the instructions. Make a note of the name of the file (which has to be unique, and not the same as any other person&#039;s name. If you are asked to replace a file, err on the side of caution and instead rename it).&lt;br /&gt;
* To include that image in your page, navigate back to your page and enter the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Image:Nameofyourfile.jpg|thumb|right|200|Description of image]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;where left|right indicates the alignment you wish. Inclusion of &#039;&#039;&#039;thumb&#039;&#039;&#039; produces a thumbnail which can be expanded by clicking on it. The name should correspond to that of the file that you have &#039;&#039;&#039;uploaded&#039;&#039;&#039; using the Wiki menu on the left hand side.&lt;br /&gt;
* To add hyperlinks to other Web pages, paste the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.ch.ic.ac.uk/local/it/ CIT Web pages]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To add links to other pages in the departmental Wiki,&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Organic:pericyclic_historical|Description of page]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  Including  Molecules  ==&lt;br /&gt;
* To include molecule coordinates in a Wiki, save as a Molfile (.mol) or PDB (.pdb) or CIF (.cif) created using [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] or obtained from a [[It:coursework#3D_structure_searching_of_the_Cambridge_Crystallographic_database|Cambridge crystal structure database]]. Upload the file using the menu on the lhs of this display, and then invoke the name of the file as shown below: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;uploadedFileContents&amp;gt;name-of-your-uploaded-molecule-file.pdb&amp;lt;/uploadedFileContents&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; (or .mol or .cif).&lt;br /&gt;
=== Simple Molecule Display ===&lt;br /&gt;
Select and copy the text to the right of the molecule box and paste it into your own wiki page. then click preview to see if it works. Once you have gotten this working, you can try with your own molecule, and then your own scripts.  In the script below, &#039;&#039;&#039;cpk -25;&#039;&#039;&#039; sets the atom size to ball and stick instead of spacefilling. &#039;&#039;&#039;Important&#039;&#039;&#039;. Make sure when you paste the code below into your Wiki page that it is not corrupted in any way (ie that you miss a line off at the top or bottom).  If you only paste a part of the below in, you will get an  &#039;&#039;&#039;XML error&#039;&#039;&#039; which is not easy to recover from. You should carefully preview the page, and not save it until you are absolutely sure that the code below has been inserted correctly. It is not in general possible to include such rotatable molecules in e.g. Microsoft  Word.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
 &amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Advanced Molecule Display ===&lt;br /&gt;
For a manual of the complete Jmol commands [http://chemapps.stolaf.edu/jmol/docs/ see here]. The key line to edit is the text enclosed &amp;lt;script&amp;gt;as script&amp;lt;/script. For example, the script below turns the  CPK mode on and off, and measures the length between two atoms. To obtain the index number of the atoms you want to measure, hover the mouse cursor over the atom until a &#039;&#039;popup&#039;&#039; appears with the information. If you cite three or four atoms, the corresponding angle or torsion will be measured.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
    &amp;lt;jmolAppletButton&amp;gt;&amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
    &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
   &amp;lt;jmolAppletButton&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* A useful construct, a &#039;&#039;&#039;template&#039;&#039;&#039; to enter a DOI, is invoked thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{DOI|value-of-the-DOI}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
which produces the effect {{DOI|10.1021/ja9825332}}. If you have found an original reference to the literature, you should cite it via its DOI, as illustrated in the next section.&lt;br /&gt;
*Another useful template is that used to include {{pdf|groups.pdf|Acrobat}} documents within a Wiki using the template&amp;lt;br /&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{pdf|name-of-uploaded-acrobat.pdf|description-of-Acrobat-file}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Many other (chemical) templates have been developed in the Wiki communities, predominantly for expressing data and other information about molecules, and this is one aspect where older-style report writing formats such as  Microsoft Office are less effective.&lt;br /&gt;
&lt;br /&gt;
==References ==&lt;br /&gt;
*This shows how citations&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;W. T. Klooster, T. F. Koetzle, Per E. M. Siegbahn, T. B. Richardson, and R. H. Crabtree, &#039;&#039;J. Am. Chem. Soc.&#039;&#039;, &#039;&#039;&#039;1999&#039;&#039;&#039;, &#039;&#039;121&#039;&#039;, 6337–6343.  {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt; can be added to  text&amp;lt;ref&amp;gt;A. H. Lipkus, Q. Yuan, K. A. Lucas, S. A. Funk, W. F. Bartelt, R. J. Schenck, and A. J. Trippe, &#039;&#039;J. Org. Chem.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;73&#039;&#039;, 4443–4451.  {{DOI|10.1021/jo8001276}}&amp;lt;/ref&amp;gt; to produce a nice effect. To give a reference a unique identifier, use &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;None&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. You can then refer to the same footnote again by repeating the tag  with the same name.&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;none&amp;lt;/ref&amp;gt; The text inside the second tag doesn&#039;t matter, because the text already exists in the first reference (but it cannot be blank).  Collected citations appear below here:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example of adding a citation &amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;Traditional form, here, then {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To insert more examples of this code into your own page,  log-in to the Wiki, and select the link to the [edit] link that appears on the rhs of this page against this section.  Select/Copy the text that appears in the editing window, and paste it into  your own page.&lt;br /&gt;
*Although including citations in this manner  does not allow the powerful library features of  EndNote, more advanced versions of the  Wiki (the Semantic Wiki) do allow such components to be &#039;&#039;&#039;transcluded&#039;&#039;&#039; into a Wiki page (i.e. in effect the citations are generated dynamically from a separate database).&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Help:Table Tables] can be created thus:&lt;br /&gt;
 {| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&lt;br /&gt;
Copy the below into your page to create a Table template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
To access the code required to produce these tables,  you can also log-in to the  Wiki and click on the  &#039;&#039;&#039;Edit&#039;&#039;&#039; link that appears against this section on the rhs of the screen. Select/copy the text that appears in the editing window, and then paste it into your own window.&lt;br /&gt;
&lt;br /&gt;
== Math and Equations==&lt;br /&gt;
You may have need to express some simple [http://meta.wikimedia.org/wiki/Help:Formula equations] on the  Wiki. This is currently supported only using  a notation derived from &#039;&#039;&#039;LaTeX&#039;&#039;&#039;, and as with the  Jmol insertion above, is enabled within a &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; field inserted using the default editor (the SQRT(n) button), and producing  effects such as: &lt;br /&gt;
*&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;\begin{pmatrix}aa+bc &amp;amp; ac+cd \\ab+bd &amp;amp; bc+dd \end{pmatrix}&amp;lt;/math&amp;gt; &lt;br /&gt;
*&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;; &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;;  &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is possible to  produce the required  LateX markup using  GUI-editors such as  MathType etc.&lt;br /&gt;
&lt;br /&gt;
Trying combining some of the above by including a molecule and some  math and references  &#039;&#039;within a cell&#039;&#039; of a table.&lt;br /&gt;
&lt;br /&gt;
== Discussion and History ==&lt;br /&gt;
Each Wiki  page has a &#039;&#039;&#039;history&#039;&#039;&#039;.  If you make a mess of a page, you can always revert to an earlier version via the  History feature. Each page also has a discussion, where you and others can debate discuss some aspect of the topic.&lt;br /&gt;
&lt;br /&gt;
== Converters to the Wiki format: ==&lt;br /&gt;
&lt;br /&gt;
You can also convert a  Word document. Open it  in &#039;&#039;&#039;OpenOffice&#039;&#039;&#039; (rather than the Microsoft version) and &#039;&#039;&#039;export&#039;&#039;&#039; as Mediawiki. Open the resulting .txt file in eg  WordPad, select all the text, copy, and then paste this into the Wiki editing page. You will still have to upload the graphical images from the original  Word document separately.&lt;br /&gt;
#[http://download.openoffice.org/ OpenOffice 2.4/3.0] can read .doc documents and export them to MediaWiki.&lt;br /&gt;
#There is also a [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML to  Wiki] converter which you can use to import an existing  Web page into a  Wiki.&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
the following is a compilation of errors occasionally encountered.  We hope to add to this list.  If you encounter  &#039;&#039;&#039;reproducible&#039;&#039;&#039; error, and work out a fix for it, do please add it here yourself.&lt;br /&gt;
&lt;br /&gt;
*A frequent error is forgetting to go from &#039;&#039;&#039;preview&#039;&#039;&#039; to &#039;&#039;&#039;save&#039;&#039;&#039; before exiting the  browser.  When you return, all the un-saved content of the page will be lost.&lt;br /&gt;
*Sometimes in  Firefox, the  rotating molecule is replaced by a small {{fontcolor1|red|white|X}} instead. You should get the same if you go to this [http://java.com/en/download/help/testvm.xml test page]. If this is the case, you might find that pressing the  &#039;&#039;&#039;ctrl&#039;&#039;&#039; and &#039;&#039;&#039;F5&#039;&#039;&#039; keys simultaneously might clear the  error and restore the molecule to you. If that does not work, restart the  Firefox browser. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Further tutorials based on  3D crystal structures  ===&lt;br /&gt;
&lt;br /&gt;
These can be viewed [http://www.ccdc.cam.ac.uk/free_services/teaching/modules/teaching_webcsd/toc.html here].&lt;br /&gt;
&lt;br /&gt;
=Continuation of CIT skills=&lt;br /&gt;
The skills developed during these workshops will be in almost constant use throughout your course; you are encouraged to keep this up to date and to make use of these skills while writing lab reports and other coursework assignments.  As with anything in the digital world, progress is being made all the time with new search engines, new search algorithms, new software.  This also means that other searches and software are retired to make way for, newer more efficient tools.  This wiki will be a long-term reference which you can refer to and even update, and you are urged to keep it as a bookmark.&lt;br /&gt;
&lt;br /&gt;
== Software for your own computer ==&lt;br /&gt;
&lt;br /&gt;
*The department  has a  Site License for a program system called  [http://scistore.cambridgesoft.com/sitelicense.cfm?sid=948 ChemBio3D] (which includes ChemDraw for both  Windows and  Mac), the terms of which allow individual undergraduates to acquire a copy of the program and to install it on their personal  computer. The license is an annual one. &lt;br /&gt;
*[http://www.straightrunning.com/XmingNotes/ Xming] for accessing the Conquest data base.&lt;br /&gt;
*Programs such as  Microsoft  Office can be licensed via [http://www.microsoft.com/student/discounts/theultimatesteal-uk/default.aspx an academic license for £69.99].&lt;br /&gt;
*[https://directory.adeptscience.co.uk/products/search/1/1/474/cat474.html EndNote student edition] retails for  £85.00. Alternatively, try RefWorks (usually $100/year but &#039;&#039;&#039;free&#039;&#039;&#039; for Imperial students through [http://www3.imperial.ac.uk/library/digitallibrary/athensandukfed AthensDA]) It is a slightly simpler web-based program. A comparison between both can be found [http://library.princeton.edu/help/comparison.php here] (Princeton University). You should note that the  WOS system supports  Endnote directly, but requires a more complicated procedure for using  RefWorks or Mendeley.&lt;br /&gt;
*A further list of software may be found [[It:software-2011|here]], including other programs you can install on your personal computer which you may find useful.&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442787</id>
		<title>It:coursework-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442787"/>
		<updated>2014-10-11T13:26:26Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Converting a 2D structure definition to a  3D set of coordinates */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Overall Objectives of CIT workshops=&lt;br /&gt;
&lt;br /&gt;
The Computer lab  (formally booked for your group, A1, A2, B1, B2, C1, C2) is for your course work and you have priority over other users at these times.  You are of course free to use the computers outside these times for course work, but on a first-come-first served basis and only if another course is not running. You can also use the computers located in the study area and you have access to 24 hour opening in the central library. All &amp;quot;Chemistry Software&amp;quot; should be available also in the Library to your user account. If you find that something is not immediately available, please do get in touch with the ICT Helpdesk. During the lab time allocated for the IT course, you will be expected to achieve the following objectives:&lt;br /&gt;
&lt;br /&gt;
# Accessing  course and laboratory notes and using scientific  journals to support lectures&lt;br /&gt;
# Using &#039;&#039;&#039;Word&#039;&#039;&#039; in combination with the &#039;&#039;&#039;EndNote&#039;&#039;&#039; bibliographic database and &#039;&#039;&#039;ChemDraw&#039;&#039;&#039; to write  laboratory reports and essays&lt;br /&gt;
# Learn to use various bibliographic chemistry search systems&lt;br /&gt;
# Learn to conduct molecular structure-based search systems&lt;br /&gt;
# Applying these searches to the requirements of a laboratory course&lt;br /&gt;
&lt;br /&gt;
You should of course appreciate that the distinction between lectures and labs is rather artificial, and any database which you might use for one is certainly useful for the other as well.&lt;br /&gt;
&lt;br /&gt;
=Self-Study - Software Familiarity=&lt;br /&gt;
&lt;br /&gt;
There are a number of programs with which you will use throughout your study at Imperial College, and the aim of these sessions is to give you an introduction to some of the packages, as well as explaining what the other packages do.  In order to gain the most from your two workshop sessions, you are urged to complete the following section &#039;&#039;&#039; &amp;lt;u&amp;gt;before you come to the workshop sessions&amp;lt;/u&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Before you come to the workshop sessions...==&lt;br /&gt;
&lt;br /&gt;
...there are a few exercises you should perform to ensure you are familiar with the operation of the computer systems available on campus.&lt;br /&gt;
* Check your login works; if you are browsing on a campus computer, then you will have already logged in. If you are accessing from your own computer, ensure that you can sign into your [https://exchange.imperial.ac.uk campus email account] through the [https://exchange.imperial.ac.uk web interface].&lt;br /&gt;
* Using the &#039;&#039;&#039;FireFox&#039;&#039;&#039; web browser (Firefox is better at handling chemistry search packages than Internet Explorer, and can be more reliable especially when running Java applets), you should be browsing this ChemWiki (home page URL of ChemWiki: &amp;lt;tt&amp;gt;http://www.ch.ic.ac.uk/wiki/&amp;lt;/tt&amp;gt;). It should be listed in the Bookmarks menu of department cluster computers; you may wish to add it to the bookmarks of your own computer also.&lt;br /&gt;
* You will be using  Firefox to browse the pages of a  [http://en.wikipedia.org/wiki/Wiki Wiki].  There is only one suggestion for browsing these pages that  you might wish to follow. When encountering a hyperlink, as in the preceding link describing what a Wiki is, you will probably want to open it in a separate window or tab from the  instruction page (so that you can refer to both if the need arises). If you just click the link, it will  &#039;&#039;&#039;replace&#039;&#039;&#039; the instruction window. So, get used to clicking on the link with the  &#039;&#039;&#039;right mouse button&#039;&#039;&#039; rather than the left one.  This will then give you the option of opening the link in either a new window or a new tab of the current window.&lt;br /&gt;
&lt;br /&gt;
===Computer, Browser and Wordprocessor familiarity===&lt;br /&gt;
*[[Image:login_window.jpg|right|thumb|login window]]Log-in.  There is one important difference between using a home computer and the ones here; you need to authenticate your session with the password issued to you at registration. Check the login window looks as shown on the right, and proceed to login.&lt;br /&gt;
*[[Image:home.jpg|left|thumb|Document home]]Perhaps the single most confusing aspect for most people is what the &#039;&#039;Home&#039;&#039; icon (left) means. So let&#039;s sort this out immediately. You are working in an &#039;&#039;enterprise&#039;&#039; environment, where a fast network connects each computer to a central area for storing files. When you log in, you are granted access to your files, and on the computer desktop, the &#039;&#039;Home&#039;&#039; icon means &amp;quot;the directory where the folders and documents associated specifically with the login account are stored&amp;quot;. This is because all computers work on the metaphor of a filing system with hierarchies. Home is the top of your personal file system!  If you double click this icon, you should see YOUR files. Check this! If you get lost navigating the hierarchical directories, &amp;quot;Home&amp;quot; is always a useful way of restoring a sense of orientation. Home also has a synonym, called &amp;quot;&#039;&#039;&#039;My Documents&#039;&#039;&#039;&amp;quot;, which the operating system can sometimes display instead of Home.&lt;br /&gt;
*[[Image:o2007.jpg|thumb|right|Office 2007]][[Image:subsuper.jpg|right|thumb|Subs and Superscripts]][[Image:o2007b.jpg|thumb|left||EndNote tab]]Start Microsoft &#039;&#039;&#039;Office 2007&#039;&#039;&#039; (we will assume you still have  FireFox running).  The basic (&#039;&#039;&#039;Home&#039;&#039;&#039;) Word document work area is shown to the in the thumnail to the right (click to expand it) and you should familiarise yourself with some of the palettes. This version of the program is somewhat different from earlier versions you may already be familiar with, such as Office 2003.  In particular, open/save/print dialogs are now to be found by pressing on the Icon highlighted here with a &#039;&#039;&#039;red&#039;&#039;&#039; circle. Copy/paste operations are invoked using the icon encircled in &#039;&#039;&#039;purple&#039;&#039;&#039;. Other common operations are found to the right of these two in the taskbar, including the chemically useful &#039;&#039;&#039;subscript&#039;&#039;&#039; and &#039;&#039;&#039;superscripts&#039;&#039;&#039; (right diagram). Note also the the default document saves invokes the new &#039;&#039;&#039;.docx&#039;&#039;&#039; format, which is an XML-based type with much interesting &#039;&#039;informatics&#039;&#039; potential. If you intend sending a document to someone who is still using Word 2003 or earlier, you should instead save your document in the older &#039;&#039;&#039;.doc&#039;&#039;&#039; format (although .doc to .docx converters are available). You can also save as PDF, which is useful for project/report submission.&lt;br /&gt;
*[[Image:o2007a.jpg|left|thumb|Insert tab]]There are two other task-bars you will find useful. the &#039;&#039;&#039;Insert&#039;&#039;&#039; bar inserts a variety of other content, including pictures, tables and the like. The &#039;&#039;&#039;EndNote&#039;&#039;&#039; tab invokes a citation and reference manager, which you will use as described below (&#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: If the Endnote ribbon does not show, do the following; Go to Programs/Additional Programs/EndNote/Configure EndNote and run this script, whereupon the EndNote ribbon should appear in Word 2007).&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Practice copying text from the Firefox Browser Window to the Word document. You can do this using the Copy/Paste metaphor, or you can try the drag-n-drop mode. You will notice that whilst the text itself comes over, any formatting associated with this text (size, colour, weight etc) might not. You may also get more than you bargained for (i.e. hidden browser instructions etc.) [This copy is a one-way operation, since the FireFox window is &amp;quot;read-only&amp;quot;].&lt;br /&gt;
*[[Image:FireFox_paste.jpg|thumb|right|Save Firefox image]] &#039;&#039;&#039;Images&#039;&#039;&#039; are special when it comes to copying. Proceed as follows:&lt;br /&gt;
*# Find an image in the browser you wish to copy, and with the cursor over the top, right click (Windows) to get a menu that looks like the one on the right:&lt;br /&gt;
*# If one of the options is &#039;&#039;&#039;Copy image&#039;&#039;&#039;, select it. Not all browsers support this, in which case instead invoke &#039;&#039;save this image as&#039;&#039; and save it in an appropriate directory (A suitable sub-directory of Home on Windows).&lt;br /&gt;
*# With an Office Word window open, paste the image (if you copied it) or &#039;&#039;&#039;Insert/Picture/from file&#039;&#039;&#039; (if you saved it). The image will come over as its &amp;quot;real size&amp;quot;. Word will allow you to rescale it, by dragging the bottom right corner of the image. Observe carefully what happens if you resize it to be larger as well as smaller.&lt;br /&gt;
*# Do remember how to change between windows (the technical term is that the active window is said to be &#039;&#039;on focus&#039;&#039;) by selecting the required window from its icon shown on the task bar/dock at the bottom of the screen.&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&lt;br /&gt;
&amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&amp;lt;size&amp;gt;150&amp;lt;/size&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;zoom 200; cpk -20;move 10 -20 10 0 0 0 0 0 3; delay 1;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|Not everything is always &amp;quot;copyable&amp;quot;. Some apparent images are in fact produced by an &amp;quot;applet&amp;quot; [http://wiki.jmol.org:81/index.php/MediaWiki embedded] in the browser. This includes most conspicuously chemical diagrams, such as may often be found on these course notes. Here a copy or a save operation may not produce the effect you desire.&lt;br /&gt;
|}&lt;br /&gt;
* Practice naming and saving document files to your &#039;&#039;Home&#039;&#039; (Drive H: on Windows) or a removable medium such as a FlashDrive.&lt;br /&gt;
* Practice finding files and documents from these various locations. [It frequently happens that they do not get saved where you think, and finding such lost files is skill you need to acquire rapidly!] Note however that finding  &#039;&#039;&#039;content&#039;&#039;&#039; of files may be very slow. Windows Desktop Search is  &#039;&#039;&#039;NOT&#039;&#039;&#039; activated on College systems.&lt;br /&gt;
* [http://www.ch.ic.ac.uk/local/email/ Practice setting up E-mail], sending a document as an attachment (to yourself) and good e-mail housekeeping and etiquette. &lt;br /&gt;
=== Configuring storage for your document libraries ===&lt;br /&gt;
&lt;br /&gt;
Programs such as  &#039;&#039;&#039;EndNote&#039;&#039;&#039;, &#039;&#039;&#039;Mendeley&#039;&#039;&#039;, &#039;&#039;&#039;iTunes&#039;&#039;&#039; store document collections in the form of libraries.  These can get quite big over the course of time, and so its important to store them correctly.&lt;br /&gt;
&lt;br /&gt;
==== EndNote ====&lt;br /&gt;
&lt;br /&gt;
When you open  EndNote for the first time, it will offer the opportunity to create a new library.  You should save it in the location e.g. Computer =&amp;gt;  &#039;&#039;&#039;userid(\\icfs18.cc.ic.ac.uk) (M:)&#039;&#039;&#039; Thereafter you can set it to open this library when the program starts.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley ====&lt;br /&gt;
&lt;br /&gt;
Open the program and invoke &#039;&#039;&#039;Tools/Options/File Organiser&#039;&#039;&#039; and  select drive  M: for the library.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Edit/Preferences/Advanced&#039;&#039;&#039;  and set the  iTunes Media folder location to M: (or other if  M: is already full). Also tick  &#039;&#039;&#039;Copy files to  iTunes Media folder when adding to library&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You may find it advantageous to start working through the Workshop material below in advance of your scheduled workshop as it will allow you to identify any problem areas upon which you can concentrate with a demonstrator.&lt;br /&gt;
&lt;br /&gt;
=Start of Demonstration material=&lt;br /&gt;
The material which follows is intended to be the start of what is covered in the workshops and for which support will be available. This does not mean that the work cannot be done outside of the allocated workshop time; in fact you are &#039;&#039;&#039;positively encouraged to continue working through the material&#039;&#039;&#039; at your leisure.  The notes here are intended to be a continuous point of reference throughout your course as you will continue to use many of these software packages for the next 3-5 years at least!&lt;br /&gt;
&lt;br /&gt;
== Combined Word/ EndNote Familiarity  ==&lt;br /&gt;
This section will illustrate how the functionality of Word can be extended using a citation or reference manager. First, you will need to generate some citations, and this will be done using a  database known as  Web of Science, and with the objective of finding out a about &#039;&#039;&#039;&#039;&#039;penicillin&#039;&#039;&#039;&#039;&#039; and its &#039;&#039;&#039;&#039;&#039;conversion to cephalosporin&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== A Web of Knowledge Search ===&lt;br /&gt;
#[[Image:Endnote1e.jpg|thumb|left|WoK search]]  From the [http://wok.mimas.ac.uk/ Web-of-Knowledge] link (which you are advised to open in a separate window, using a right-click from the mouse), select the option to &lt;br /&gt;
#&#039;&#039;&#039;Connect to the ISI Web of Knowledge Service&#039;&#039;&#039;  and then select the  &lt;br /&gt;
#&#039;&#039;Web of Science&#039;&#039; tab from along the top and finally from the citation databases, narrow it down to the&lt;br /&gt;
# Science Citation Index expanded&lt;br /&gt;
#Try checking on the number of articles members of our staff (or your tutors) published in 2009 by entering their name into the  &#039;&#039;&#039;Author&#039;&#039;&#039; box. You almost certainly will need to know that first, and probably also their second initial for this to correctly identify them. Check its working by entering a string in the &#039;&#039;&#039;advanced&#039;&#039;&#039; search such as &amp;lt;tt&amp;gt;au=Spivey a* and og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
#When you have some hits, either tick individual citations, or &#039;&#039;&#039;All records on page&#039;&#039;&#039; or a span of records. &lt;br /&gt;
#Next, make sure you have  Microsoft Word running,  and  from the  &#039;&#039;&#039;EndNote X4&#039;&#039;&#039; taskbar of Word, click on &#039;&#039;&#039;Go to EndNote&#039;&#039;&#039;.  From the options offered (which you only see the first time you run  EndNote, and also, ignore prompts about EndNote Web for the time being), create a new  EndNote database, currently of course empty.&lt;br /&gt;
#[[Image:Endnote1b.jpg|right|saving a list for Endnote]]Return to the  Browser window displaying  WOS and  click on &#039;&#039;&#039;Save to EndNote&#039;&#039;&#039;.  An automated procedure should initiate, the end result of which will be that your EndNote library will now be populated by the references you have just found.    &lt;br /&gt;
#If the automated procedure does not initiate, the system will instead produce a file on your computer desktop (it may appear with the name &#039;&#039;&#039;uml_view.cgi&#039;&#039;&#039; on the desktop) which you can open directly with EndNote (see below).&lt;br /&gt;
&lt;br /&gt;
=== Inserting the citations just found into  Word using EndNote===&lt;br /&gt;
#[[Image:Endnote1a.jpg|thumb|right|Starting EndNote]]Go back to your bibliographic library in EndNote and before anything happens to it, save it to your M: drive as described above.&lt;br /&gt;
#Via &#039;&#039;&#039;Edit/preferences/Libraries&#039;&#039;&#039; select to load this database upon startup, thus dispensing with subsequent startup dialogs (it will in fact  default to opening the most recently used library).  &lt;br /&gt;
#[[Image:endnote-style.jpg|thumb|left|Checking the  style setting]]From &#039;&#039;&#039;Edit/Output style/Open Style Mananger&#039;&#039;&#039;, select the tick-box against  a template known as &#039;&#039;&#039;Royal Society of Chemistry&#039;&#039;&#039; (you may have to use &#039;&#039;&#039;Find by/Chemistry&#039;&#039;&#039; to locate it). From now on, always check that this style is correctly set when you open EndNote (arrow 1 to the left).&lt;br /&gt;
#If  you are importing a citation list  rather than relying on the automated procedure, then from &#039;&#039;&#039;File/Import&#039;&#039;&#039; of EndNote define the Import Option &#039;&#039;&#039;ISI-CE&#039;&#039;&#039; in the pull down menu, or &#039;&#039;&#039;Other Filters/SciFinder (CAS)&#039;&#039;&#039; if importing  SciFinder Scholar) and import any saved datasets you created earlier from WOS or SciFinder. &lt;br /&gt;
#[[Image:Endnote1c.jpg|thumb|right|]][[Image:Endnote1d.jpg|thumb|left|Word with citations showing|]]Go back to  Word 2007, and write some text.  At an appropriate point, from the &#039;&#039;&#039;Endnote X4 taskbar tab&#039;&#039;&#039;, press &#039;&#039;&#039;Go to  EndNote&#039;&#039;&#039; when your library should be revealed (in this case containing the references you have just imported). Select the one you want to insert, and press the &#039;&#039;&#039;Insert citation&#039;&#039;&#039; tab (arrow 2 to the left).  If everything has been set up correctly, Word should insert your desired reference from your bibliographic database, formatted according to the RSC guidelines. If you rearrange the order in which the references appear in the text by cutting/pasting, the numbering at the bottom should change accordingly. If you delete a reference, it should disappear from the numbered list.&lt;br /&gt;
#Save the  Word document for future reference.  It should serve to illustrate how you will write lab reports, and later in your degree, extended essays (where you may cite  between  50-100 references). The whole point of doing it this way is that all the otherwise arduous tasks of numbering and editing the references will be automated for you.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley and other alternatives to  EndNote ====&lt;br /&gt;
[[image:refworks.jpg|thumb|right]]A significant problem with  EndNote is the cost.  This does not matter whilst you are using computers within the  College, but it does matter if  you want to use your own computer. Alternatives to using EndNote as shown above include [https://www.refworks.com/Refworks/login.asp?WNCLang=false RefWorks] (for which the client software can be downloaded without cost) and an innovative program called [http://www.mendeley.com/ Mendeley] which is available on the computers in the department. &lt;br /&gt;
&lt;br /&gt;
# If you do want to use  RefWorks, please ensure you login via the Shibboleth users option.&lt;br /&gt;
&lt;br /&gt;
==  Chemdraw Familiarity ==&lt;br /&gt;
*[[Image:unknown1.jpg|left|thumb|Click to expand image]] [[Image:taxolhsr.jpg|Taxol|right|300px]] &#039;&#039;&#039;Starting and using ChemDraw.&#039;&#039;&#039; Start Chemdraw icon from the &#039;&#039;&#039;Start/Programs menu&#039;&#039;&#039;. Practice by drawing Taxol (right). You many need a few hints and tips, and the demonstrators should be able to help  you with this.  Its easier than trying to describe the technique here (don&#039;t worry, everyone picks up Chemdraw by watching others use it!). &lt;br /&gt;
*Check that you have drawn it correctly by calculating its formula. To do this, Go to &#039;&#039;&#039;View/Show analysis&#039;&#039;&#039; window and record what you see (it should give you C&amp;lt;sub&amp;gt;47&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;51&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;14&amp;lt;/sub&amp;gt;. Mol. Weight 853.91). Do you get the same values? If you do not, you will have to try to find where the discrepancy is. Remember, if you cannot draw a structure reliably, you will not be able to search for it reliably. Using the ChemDraw application, select copy/paste the structure into a Microsoft Word window. Practice editing the structure inside the Word processor by double clicking its diagram. Practice re-scaling the ChemDraw diagram either within Word or within Chemdraw. Scaling is normally done by pointing the cursor at the bottom right hand corner (it should change shape at this point) and then &amp;quot;dragging&amp;quot; inwards or outwards to change the size. Try copying instead the Web picture (GIF format) from this Web page to Word. Put side by side with the picture of the same molecule derived from ChemDraw and experiment with scaling both. &#039;&#039;&#039;What is the difference in behaviour?&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
If you want more practice (with stereochemical wedges text positioning, etc), try the molecule on the left.  &#039;&#039;&#039;Can you identify what it is called?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Lecture  Support: Journal Familiarity ==&lt;br /&gt;
&lt;br /&gt;
You can go visit the databases of some major chemistry publishers, and track down any articles that members of this department (or other departments or your favourite Nobel prize lautreates) may have published there. You might try searching for your current lecturer, or one or more of your tutors. Go directly to one or more of the following:&lt;br /&gt;
* [http://pubs.acs.org/search/advanced The American Chemical  Society] (where you can subscribe to an  RSS feed of the search, which means you will be notified of new items)&lt;br /&gt;
* [http://www.rsc.org/Publishing/Journals/cc/index.asp The Royal Society of  Chemistry] and their premier journal  &#039;&#039;Chemical communications&#039;&#039;&lt;br /&gt;
* [http://www.nature.com/search/adv_search?sp-a=sp1001702d&amp;amp;sp-x-1=ujournal&amp;amp;sp-q-1=Nature%20Chemistry Nature  Chemistry] advanced search.&lt;br /&gt;
* [http://www3.interscience.wiley.com/journal/26737/home Wiley Interscience]  and their flagship chemistry journal  &#039;&#039;Angew. Chemie.&#039;&#039;&lt;br /&gt;
* [http://www.sciencedirect.com Science Direct]&lt;br /&gt;
&lt;br /&gt;
The navigation of these journals via their tables of contents is left for you to explore on your own. You can of course  go to an article directly by following any  DOI link that you might have found in your lecture notes or elsewhere. You should retrieve the  Acrobat  file corresponding to any articles you may have tracked down, and save them in a folder on your computer  H: drive for future use and analysis (for example with the program Mendeley). Later in your course, you may encounter lecture courses or laboratory courses which in fact require you to track down articles in the literature in this manner. It is good to start practising early.&lt;br /&gt;
&lt;br /&gt;
== Lecture Support: Named chemicals ==&lt;br /&gt;
&lt;br /&gt;
# To apply the above skills by using [http://wok.mimas.ac.uk/ WOS] to perform a comprehensive literature search on the &#039;&#039;&#039;molecule&#039;&#039;&#039; &#039;&#039;Penicillin&#039;&#039;, a &#039;&#039;&#039;reaction&#039;&#039;&#039; (&#039;&#039;its conversion to Cephalosporin&#039;&#039;), its &#039;&#039;properties&#039;&#039;, both physical (spectroscopic) and biological. Thus, type  &#039;&#039;penicillin and cephalosporin&#039;&#039; into the  &#039;&#039;&#039;Topic&#039;&#039;&#039; box and see if you can prune these down with a more elaborate search perhaps, using some of the Boolean logic shown in the lectures by invoking the  &#039;&#039;&#039;Advanced Search&#039;&#039;&#039; option. &lt;br /&gt;
#* &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (136)&lt;br /&gt;
#* &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2629)&lt;br /&gt;
##Or, try the drug &#039;&#039;&#039;Temozolomide&#039;&#039;&#039;, currently very much in the  [http://news.bbc.co.uk/1/hi/england/west_midlands/7675014.stm news] &lt;br /&gt;
##Tasimelteon ([http://news.bbc.co.uk/1/hi/health/7760105.stm time bending drug for jet lag]) or &lt;br /&gt;
##[http://news.bbc.co.uk/1/hi/health/8237530.stm Sulforaphane], which  occurs in broccoli and cauliflower and protects against heart attacks.&lt;br /&gt;
#Compare the results of one of these searches with  less specialised search engines such as &lt;br /&gt;
#*[http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar],   &lt;br /&gt;
#*[http://www.scirus.com/srsapp/advanced/index.jsp SciRus], &lt;br /&gt;
#*[http://www.bing.com/?scope=web&amp;amp;mkt=en-GB Microsoft Bing],&lt;br /&gt;
#*[http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha].  &lt;br /&gt;
&lt;br /&gt;
===  Lecture  Support: A SciFinder search instead ===&lt;br /&gt;
*The [https://scifinder.cas.org/ Scifinder Scholar] system  is available for general and student use.&lt;br /&gt;
** You cannot use your  College login for access, but must request your own login to be created.&lt;br /&gt;
*** [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar Go here to register]. You have to create yourself a login  ID.  This ID is quite independent of your College ID, and if you forget the password you  have set, you will have to recover it from the SciFinder site.   Where it asks you to identify your area of research interest, you may not want to reveal this  (we have been assured students will not get related spam sent to them) and  you might want to register an interest only in e.g. &#039;&#039;other field&#039;&#039;.&lt;br /&gt;
** Completing the registration will result in an email being sent to the email address you provide with activation instructions. &lt;br /&gt;
*** Once you have obtained an  ID,  at the [https://origin-scifinder.cas.org SciFinder site], click on  &#039;&#039;&#039;Explore References&#039;&#039;&#039; and in the  &#039;&#039;&#039;Research topic box&#039;&#039;&#039; enter  &amp;quot;Conversion of penicillin to cephalosporin&amp;quot;.  &lt;br /&gt;
** You will receive a request to accept an application digital signature at this stage, which you should accept.&lt;br /&gt;
You should get ~9 references for an exact match. This interface is supposed to use a more &#039;&#039;natural language&#039;&#039; for its search queries  (and it does not employ  Booleans). &lt;br /&gt;
** Tick the box with 9 hits and request the references. Tick the box against those you particularly wish to save for the future, and then  click on the &#039;&#039;&#039;Export&#039;&#039;&#039;  link near the top (next to print). From the dialog, set the  &#039;&#039;&#039;File Type&#039;&#039;&#039; to  &#039;&#039;&#039;Tagged Format&#039;&#039;&#039;. &lt;br /&gt;
*** You may need to allow the requested security settings in your browser (IE 8) to allow files to be saved locally. The default location for saving files is your &#039;&#039;&#039;download&#039;&#039;&#039; location. You can then import this into  EndNote using the &#039;&#039;&#039;SciFinder (CAS)&#039;&#039;&#039; import option.&lt;br /&gt;
**An alternative search might be the phrase &#039;&#039;&#039;arrow pushing formalism&#039;&#039;&#039; (can you learn about this topic from  the results found for this search?). A synonym might be  &#039;&#039;&#039;curly arrow formalism&#039;&#039;&#039;.  Does this find the same references, or a different set?&lt;br /&gt;
** You can comment on individual references and invite friends in to see your comments. This might be appropriate for when you are e.g. doing a lab experiment in pairs or groups, and wish to share a reference with them. Go to  &#039;&#039;&#039;My connections&#039;&#039;&#039; and invite the group, then add comments to relevant references.&lt;br /&gt;
** SciFinder supports more advanced features such as  Explore Substances and  Explore Reactions, but you should only investigate these when you are feeling adventurous.&lt;br /&gt;
&lt;br /&gt;
=Laboratory Support=&lt;br /&gt;
Here you will find out how to search for safety information about molecules, and then for their properties and reactions. There are two kinds of search for molecules you will have to make during lab courses.&lt;br /&gt;
# Where you have an unknown compound whose properties you have measured and you want to know if any known compound matches those properties.&lt;br /&gt;
# Where you (think you) know what the structure of your compound is, and you want to know if there are any other reports of this same compound (and whether the properties other have measured match your own).&lt;br /&gt;
&lt;br /&gt;
== A search for known physical properties using Reaxys ==&lt;br /&gt;
[[Image:Reaxys1.jpg|right|thumb|]]We will start with two examples of the first category and then move on to the rather more common second category.&lt;br /&gt;
&lt;br /&gt;
*Connect to the [http://www.reaxys.com/ Reaxys] system. You can carry out all the required course work as an &#039;&#039;anonymous user&#039;&#039;, but you will not be able to change/save any settings etc in this mode (such as e.g. changing the default structure editor to ChemDraw).&lt;br /&gt;
** If you do choose to register  at this point, be aware that if you lose/forget your password, you will need to contact  Reaxys and not local Imperial College support.&lt;br /&gt;
*Select &#039;&#039;substances and  Properties&#039;&#039;&lt;br /&gt;
**In the &#039;&#039;Properties (Advanced)&#039;&#039; box, enter the following, followed by  &#039;&#039;&#039;Search&#039;&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200&#039;&#039;&#039;&lt;br /&gt;
This means in effect, show me ANY molecule which melts at a certain temperature range (determined using a melting point apparatus), which  has a given molecular formula (determined using mass spectrometry)  and an optical rotatory power between certain values  (determined using a polarimeter).  For this example you should get exactly 1 hit, which should be to a patent. Explore the options at this point, including viewing the original source of the data ( a patent in this case).&lt;br /&gt;
* There are about  500 different properties in total which you could specify in this manner. To explore them, click on &#039;&#039;Show Fields and  Operators&#039;&#039;. This type of technique is useful for identifying an  &#039;&#039;&#039;unknown&#039;&#039;&#039; compound purely from its physical properties (Forensic science, etc).&lt;br /&gt;
** Note that some features do not always produce the expected result.  For example, the icon labelled with the arrow (right) pulls down various options, one of which is &#039;&#039;copy structure to clipboard&#039;&#039;. The clipboard contents however are  &#039;&#039;&#039;not&#039;&#039;&#039; recognised by eg Chemdraw, Word etc.&lt;br /&gt;
&lt;br /&gt;
== A search for known spectroscopic properties ==&lt;br /&gt;
&lt;br /&gt;
[[image:spectra.jpg|240px|right]]It is routine when a compound is first made to record its spectroscopic properties.  This would include the characteristic  infra-red frequencies, and the &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H and &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts. These values are shown for an unknown compound. Your task is to use the  [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS]  to try to identify what the compound is (you could of course also do this entirely logically using just your brain).  &lt;br /&gt;
#Try first entering only the  &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts (163, 141, 133, 130, 129, 128, 98 ppm, with an anticipated error of around  2ppm).  How many matches do you get? &lt;br /&gt;
#Add then the  &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H shifts (8.1,7.5,5.1,4.7 and there is an additional broad multiplet across the range 7.3-7.7 which is not entered) and see if the number of possibilities reduces.  &lt;br /&gt;
#Finally, enter the one characteristic  IR vibration (1733 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;).  Do you now get a unique answer?  Record any structure(s) you may get at this stage for future reference.&lt;br /&gt;
#Try changing the error limits for any of these properties. Thus reduce the  NMR limit from  2.0 to 1.5 to 1.0ppm, or the  IR limit to 5 or even 1 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; (in future laboratory courses, you will learn how the way the instrument works determines at least in part the accuracy with which these spectroscopic properties can be measured).&lt;br /&gt;
&lt;br /&gt;
== Reagent/Product searches for  laboratory preparations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:1-4.jpg|right|250px|Molecules 1-4]]The theme of this section is going to be the following four molecules, which you will in fact encounter in a laboratory course later in the year.  You will search for known properties of these molecules, for comparison with those you might measure in the lab, or which may provide useful discussion material for your laboratory reports.  Your first task is to generate a so-called SMILES descriptor of the molecule.  This is done most simply by drawing the molecule in  ChemDraw and using the  &#039;&#039;&#039;Edit as/Copy&#039;&#039;&#039; menu produce the SMILES or InChI-key string onto the clipboard. Here are three SMILES strings and one InCHI-key string. Can you match them up to the structures shown on the right?&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;C=CC1=CC=C(C(O[H])=O)C=C1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;O[C@H]1[C@H](OCC)CCCC1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;VSIKJPJINIDELZ-UHFFFAOYSA-N&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Search the [http://www.chemspider.com/ ChemSpider] database using a SMILES or InChI-key string as above.  What sort of information is revealed about the compound?&lt;br /&gt;
*Try reversing the search terms above (instead of  SMILEs, try generating an  InChI key, or vice versa). &lt;br /&gt;
*Try next an advanced search from the same [http://www.chemspider.com/FullSearch.aspx database].   Explore for yourself how to enter the  SMILES string and perform the search.&lt;br /&gt;
*Search the [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] using a SMILES string. Select the &#039;&#039;&#039;substructure/superstructure&#039;&#039;&#039; or the &#039;&#039;&#039;Identity/Similarity&#039;&#039;&#039; option, and then the  &#039;&#039;&#039;CID, SMILES, InChI&#039;&#039;&#039; tab, and past in one of the strings above.  Try both  &#039;&#039;&#039;80% similar&#039;&#039;&#039; and &#039;&#039;&#039;identical&#039;&#039;&#039;  if using the Similarity option). Again, explore the properties associated with each hit.&lt;br /&gt;
**You might encounter &#039;&#039;&#039;artefacts&#039;&#039;&#039;.  Thus with  &#039;&#039;&#039;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&#039;&#039;&#039;, something slightly odd happens? &lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of Drugs, inorganic and organometallic and natural products which might prove useful to you for laboratories.&lt;br /&gt;
* The series [http://www.orgsyn.org/ Organic syntheses]  contains tried and tested procedures for the synthesis of many chemicals.  However, it is quite limited, and you would be lucky to find more obscure compounds listed here. &lt;br /&gt;
=== Sigma-Aldrich Catalogues and  MSDS (Safety) information ===&lt;br /&gt;
&lt;br /&gt;
If you know  (or suspect you know) what the identity of the molecules are that you will be  handling in the laboratory, the first task is to find out any known safety information.&lt;br /&gt;
The [http://www.sigmaaldrich.com/catalog/search/AdvancedSearchPage Aldrich] catalogues can be searched for  compounds and their  associated MSDS safety sheets. This is useful for completing  [http://www.hse.gov.uk/coshh/ COSHH] forms. If you were able to obtain a name (see previous section),  see if you can now find any information on it from the  Aldrich catalogue.&lt;br /&gt;
&lt;br /&gt;
=== Reaxys ===&lt;br /&gt;
Connect to [http://www.reaxys.com/ Reaxys]  as before, but now we are going to do a structure based search, using as examples structures  &#039;&#039;&#039;1-4&#039;&#039;&#039; above. If you click in the frame labelled  &#039;&#039;Double click this frame and draw structure query&#039;&#039; you will get a default structure editor called  ChemAxon MarvinSketch.  It is a little different from Chemdraw, but should not take too much time to master. &lt;br /&gt;
# Using the structure editor, draw one of the four molecules  1-4 and invoke &#039;&#039;&#039;search&#039;&#039;&#039;.&lt;br /&gt;
# If you think you know the name of your query, type that instead in the  &#039;&#039;Generate structure from name&#039;&#039; box (e.g. &#039;&#039;&#039;Taxol&#039;&#039;&#039;, which as you have seen earlier is a challenge to draw!). You can also paste a  SMILES or InChI key into this box (try any of the four above). &lt;br /&gt;
# Try hitting  &#039;&#039;&#039;Synthesize&#039;&#039;&#039;,  but expect to be overwhelmed by the number of hits!&lt;br /&gt;
&lt;br /&gt;
=== Dictionary of organic compounds ===&lt;br /&gt;
An alternative database which works in this way is  the  [http://doc.chemnetbase.com/ Dictionary of organic compounds].&lt;br /&gt;
&amp;lt;!-- === Mini Project ===&lt;br /&gt;
&lt;br /&gt;
Define a search for &#039;&#039;&#039;aspirin&#039;&#039;&#039; using any of the methods above. You should arrive at a single  &#039;&#039;&#039;hit&#039;&#039;&#039; (there is only one molecule that can be called aspirin). Some of the searches above may provide many more! You will need to use your own initiative to find out what the actual molecular structure of aspirin is. Once you have that single hit, find out how many times its  &#039;&#039;&#039;MP&#039;&#039;&#039; (melting point) has been reported, and view all the various values.  You should notice something very odd indeed!  Make a notice of what you observe, and return to this mini project later on. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Extra material for Future Reference - Converting a 2D structure definition to a  3D set of coordinates ==&lt;br /&gt;
&lt;br /&gt;
The preceding searches were all effectively conducted on  two-dimensional molecules, where we only needed to know how the atoms were connected (in effect the  Lewis valence structure).  As a prelude to moving into three dimensions,  we will illustrate how a 2D search can be used to generate a  3D structure.&lt;br /&gt;
&lt;br /&gt;
* You can use the on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina service to convert a (1D) SMILES string to 3D molecular coordinates].&lt;br /&gt;
*# Under options, paste the SMILES string, enter a name, and select 3D structure viewer automatically loaded.&lt;br /&gt;
*# Click on Generate 3D structure. A window appears, and after about 20-30 seconds, a structure does as well. At the bottom, click on &amp;quot;Click to download this structure in PDB file format&amp;quot;, whereupon a full window diagram appears. Save the molecule as above.&lt;br /&gt;
&lt;br /&gt;
== 3D structure searching of the Cambridge Crystallographic database ==&lt;br /&gt;
&lt;br /&gt;
Our final search type is now of a database which stores &#039;&#039;&#039;three-dimensional&#039;&#039;&#039; information about molecules.  This is where you can infer all sorts of interesting properties about the bonding, the properties and the potential reactivities of molecules. You will be searching the &#039;&#039;&#039;Cambridge Crystal Structure Database&#039;&#039;&#039;. There are three entry points for this; one local, one via the  Web and one via the national &#039;&#039;&#039;chemical database service&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Local invocation of the Cambridge Crystal Structure Database ===&lt;br /&gt;
The local based search described below  is feature complete and fast. You may also want to try out the  [http://webcsd.ccdc.cam.ac.uk/ WebCSD service], which needs only a web-browser.&lt;br /&gt;
#[[Image:MgBr2.jpg|right|120px]][[Image:ti1.jpg|right|100px]][[Image:PtCl.jpg|right|100px]][[image:1-4.jpg|right|250px|Molecules 1-4]]Select &#039;&#039;&#039;Conquest&#039;&#039;&#039; from the &#039;&#039;&#039;Start/Programs&#039;&#039;&#039;  menu. You will have to reply:&lt;br /&gt;
##&#039;&#039;&#039;yes&#039;&#039;&#039; to the question about certificates,&lt;br /&gt;
##enter first your username, then &lt;br /&gt;
##your password at the two prompts (both of which appear to ask for a password!). &lt;br /&gt;
##Next, &#039;&#039;&#039;accept&#039;&#039;&#039; the license agreement and &lt;br /&gt;
##&#039;&#039;&#039;accept&#039;&#039;&#039; the suggested location for storing the directory. &lt;br /&gt;
##Enter the Site No. as &#039;&#039;&#039;183&#039;&#039;&#039; and the  confirm code as &#039;&#039;&#039;8FDCE4&#039;&#039;&#039; (2013 release)&lt;br /&gt;
##Click &#039;&#039;&#039;register online&#039;&#039;&#039;. &lt;br /&gt;
##These prompts are a one-off, and you will not need to do these steps again. &lt;br /&gt;
#In the {{Pdf|FoundationTutorialproblems09.pdf|foundation tutorial problems}},  question 2 asks you to arrow-push the reaction  Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O + MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; → Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O-MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. Here we will pose the question: what is the  3D geometry of the product of this reaction?  You will search for it using Conquest.   Does the result surprise you? (Hint: TOQKIT)&lt;br /&gt;
#Nucleophilic addition to an amide is the prototype of how peptides, proteins and enzymes are broken down in metabolic processes  (or using e.g. biological washing powders).  The mechanism involves a species known as a &#039;&#039;&#039;tetrahedral intermediate&#039;&#039;&#039; (right), which is normally considered so unstable that it is rarely detected during the reaction. Nevertheless, can you find any examples of such species in the Cambridge database? &lt;br /&gt;
#Cis-Platin is a well known anti-cancer drug. The &#039;&#039;active ingredient&#039;&#039; is the initial hydrolysis product, shown on the right. Can you find any examples of this  &#039;&#039;&#039;active intermediate&#039;&#039;&#039; in the  database which contain this sub-structure?  What happens if you change the  Pt to a &#039;&#039;&#039;wild-card&#039;&#039;&#039; indicating the central metal could be any of the group known as  &#039;&#039;&#039;8Z&#039;&#039;&#039; (from the &#039;&#039;&#039;more&#039;&#039;&#039; button of the editor, select &#039;&#039;&#039;other elements&#039;&#039;&#039;  and from there click on the orange box labelled  &#039;&#039;&#039;8Z&#039;&#039;&#039;). &lt;br /&gt;
#Are there any other  &#039;&#039;&#039;reactive intermediates&#039;&#039;&#039; you might have identified from your arrow-pushing workshop which you might search for?&lt;br /&gt;
#When you have finished the above examples, try entering one of the four lab-course molecules shown to the left, exactly as drawn above. For  &#039;&#039;&#039;3&#039;&#039;&#039; specifically, if you draw explicit hydrogens attached to the &#039;&#039;vinyl&#039;&#039; group at the top of the molecule and repeat the search, what difference is there? &lt;br /&gt;
#*How many hits do you get?  &lt;br /&gt;
#*Note the 6-8 letter identifier for the structure you are interested in (for example, for molecule  &#039;&#039;&#039;3&#039;&#039;&#039; above, it should be  XAYFEI, XAYFEI01 and  XAYFEI02).&lt;br /&gt;
#*Save the 3D coordinates in PDB or CIF format via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, decide how you want to select entries, specify one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;. Inspect the structure by double clicking the file created, to be found on drive &#039;&#039;&#039;L:&#039;&#039;&#039;&lt;br /&gt;
#You &#039;&#039;&#039;may&#039;&#039;&#039; now have two versions of any of these four molecules; one a direct experimental structure, and one assembled by the  [http://www.molecular-networks.com/online_demos/corina_demo.html Corina]  program.  How do these differ? Concentrate in particular on compounds &#039;&#039;&#039;1&#039;&#039;&#039; and  &#039;&#039;&#039;2&#039;&#039;&#039; above right!&lt;br /&gt;
#Later on in your course, you may use such coordinates to create an entry in a Wiki page, much like that rotating below.&lt;br /&gt;
&lt;br /&gt;
===An advanced 3D Search. ===&lt;br /&gt;
Try the following. The objective will be to find any short interactions between the H of an OH group and the centroid of a phenyl ring as the electron donor (a very unusual type of &amp;amp;pi;-facial hydrogen bond). Proceed as follows:&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
# Open Conquest and invoke the &#039;&#039;&#039;Build Queries/Draw&#039;&#039;&#039; option&lt;br /&gt;
# Deposit a benzene ring from the template which should appear on the left&lt;br /&gt;
# Click on &#039;&#039;&#039;ADD 3D&#039;&#039;&#039;, select all the six carbon atoms in turn (they will go green) and define a centroid.  A defined object labelled  &#039;&#039;&#039;CENT1&#039;&#039;&#039; now shows. Press Done.&lt;br /&gt;
# Back in &#039;&#039;&#039;Draw&#039;&#039;&#039; mode, select a  H and deposit it as an isolated atom. Then select O  and draw a bond from it to the H to get an OH. In this system, any undefined valence is &#039;&#039;&#039;wild&#039;&#039;&#039;, ie any group can be attached to the  O of the OH.&lt;br /&gt;
# In &#039;&#039;&#039;ADD 3D&#039;&#039;&#039; mode again, click first on the &#039;&#039;&#039;H&#039;&#039;&#039; of the OH group, then on &#039;&#039;&#039;CENT1&#039;&#039;&#039; in the list of defined objects. A green line connecting the two appears. When a &#039;&#039;&#039;Valid parameter&#039;&#039;&#039; entry named &#039;&#039;&#039;Distance&#039;&#039;&#039; appears, click on &#039;&#039;&#039;Define&#039;&#039;&#039;.&lt;br /&gt;
# Select &#039;&#039;&#039;Intramolecular&#039;&#039;&#039; from the &#039;&#039;&#039;Choose distance type&#039;&#039;&#039; menu, OK, then &#039;&#039;&#039;Options&#039;&#039;&#039;, enter 2.0 - 2.4 as the range of distances and &#039;&#039;&#039;Separated by 5 - 999&#039;&#039;&#039; bonds. Hit &#039;&#039;&#039;OK&#039;&#039;&#039; and then &#039;&#039;&#039;Done&#039;&#039;&#039;. Your search query is summarized in a cyan box at the top right of the draw window.&lt;br /&gt;
# Select &#039;&#039;&#039;Search&#039;&#039;&#039;, tick the 3D Coordinates determined box and &#039;&#039;&#039;Start Search&#039;&#039;&#039;. This search should proceed at the rate of about 1% per second. You should get 20 hits.&lt;br /&gt;
# View entries via &#039;&#039;&#039;3D Visualiser&#039;&#039;&#039;. Note the so-called &#039;&#039;&#039;REFCODES&#039;&#039;&#039;. Note &#039;&#039;&#039;[[Coursework#Enantiomers_vs_Diastereomers_Part_1:_Butanes_and__Helicenes.|CIYSIM]]&#039;&#039;&#039; in particular!&lt;br /&gt;
#A right-mouse click in the blue window of the 3D Visualiser will enable you to set  &#039;&#039;&#039;spacefill&#039;&#039;&#039; mode, and to inspect whether any two atom spheres inter-penetrate each-other indicating an attractive interaction between them.&lt;br /&gt;
# Save the coordinates of any selected hits via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, Select PDB or CIF as the format, all selected entries, one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;.&lt;br /&gt;
# The files will appear on your L: drive. Double click to open up the WebLab Viewer Pro or Mercury program, and resave them if you wish as an MDL Molfile rather than PDB.&lt;br /&gt;
# If you want to explore further, define an NH bond rather an OH bond (you might need to increase the distance range to eg 2.0 - 2.5).&lt;br /&gt;
# Try this with centroids to other &amp;amp;pi;-electron rich systems, such as an alkyne, alkene, or other rings such as cyclopentadienyl, etc.&lt;br /&gt;
#Go to your network drive N: or L: (i.e. username on neon.ch.ic.ac.uk) and double click any .PDB or .CFIF or .MOL files to view the molecule again. &lt;br /&gt;
# Or, instead of H-O,  just put e.g. Na (metal arene interactions are hugely important biologically).  You may need to define a rather longer distance range. Experiment  by trying various sets of values.&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&amp;lt;jmolApplet&amp;gt;&amp;lt;title&amp;gt;CIYSIM&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&lt;br /&gt;
&amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&amp;lt;script&amp;gt;zoom 150;spin 3;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== The National  Chemical Database Service ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;CDS&#039;&#039;&#039; is a national service (located as it happens in  Daresbury, near Warrington) which offers a range of database services to the  UK community.  To access this service, follow the [http://cds.dl.ac.uk/cgi-bin/reg/undergrad?sites=Select+Site&amp;amp;SITE=imperial-cds0091 instructions] here (this is necessary to ensure UK usage only and to monitor that usage as part of justifying a national resource).  You will be sent a  CDS registration account and password by email. You can then use this account in two ways&lt;br /&gt;
#Invoke  &#039;&#039;&#039;ConquestD&#039;&#039;&#039; (rather than Conquest) from the  Windows start menu and proceed as above, but supply your new  CDS account instead of your Imperial account.&lt;br /&gt;
#Invoke the CDS portal [https://cds.dl.ac.uk/ here] using your  CDS account to log in.   It offers many alternative services (including searches for spectral data) as well as a simplified crystal search. Explore in your own time!&lt;br /&gt;
&amp;lt;!--This part of the course shows you how you can create a Wiki(pedia)-like article on a chemical topic including some molecular information (such as &#039;&#039;e.g.&#039;&#039; coordinates for a rotatable model). The objectives in this part of the course are &lt;br /&gt;
* to learn how to create a simple Wiki page. This is &#039;&#039;&#039;much simpler and quicker&#039;&#039;&#039; than creating a Web page by writing HTML (Wiki is apparently the Hawaiian for &#039;&#039;quick&#039;&#039;). The Wiki is used by some laboratory courses for submitting student reports.&lt;br /&gt;
* to experiment with some simple  Wiki extensions as described in sections  3.2 - 3.8 below. There are of course many other features in the full  Wiki which you can also experiment with if you wish (including e.g. installing additional useful templates).&lt;br /&gt;
== Setting up FireFox and  Creating your own  Wiki page ==&lt;br /&gt;
#[[Image:report12345.jpg|left|thumb|The editing environment]][[Image:exception1.jpg|right|thumb|Security exception]]Start the process by opening Firefox as a Web browser, and install [https://addons.mozilla.org/en-US/firefox/addon/748 Greasemonkey For Firefox] (this is done on a per user basis, and is &#039;&#039;&#039;optional&#039;&#039;&#039; if you want to have your  Wiki interface look a little more similar to  Word) followed by an install of  [http://en.wikipedia.org/w/index.php?action=raw&amp;amp;ctype=text/javascript&amp;amp;title=User:Cacycle/wikEd.user.js wikEd].&lt;br /&gt;
*You will now need to create your own page on this Wiki. Firstly, [[special:userlogin|login]] to the  Wiki using your College ID and password.  &lt;br /&gt;
**If the  browser asks you to add a security exception, do so (this is induced in part by using  &#039;&#039;&#039;imperial&#039;&#039;&#039; rather than  &#039;&#039;&#039;ic&#039;&#039;&#039; in the URL &#039;&#039;https://www.ch.ic.ac.uk/wiki/&#039;&#039; used to start up the wiki page) and proceed to &#039;&#039;&#039;view/confirm&#039;&#039;&#039; the certificate. &lt;br /&gt;
**[[Image:mywiki.jpg|left|thumb|Starting your Wiki page]][[Image:wxyz1234.jpg|left|Creating a report page]]After login, the top right of the browser window will display your login ID. Click on this to start editing your page. If you chose to invoke the wikEd extra above, you should now get a richer additional toolbar along the top of the page which you can use for editing  (but only with Firefox;  it will not work with  Internet Explorer). &lt;br /&gt;
*If you want to create another empty page, then  on the address entry bar of the browser, enter something like the following: {{Fontcolor1|yellow|black|&amp;lt;nowiki&amp;gt;http://www.ch.ic.ac.uk/wiki/index.php/it08:wzyz1234&amp;lt;/nowiki&amp;gt;}} where  &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is unique to you. &#039;&#039;&#039;Do not forget this string&#039;&#039;&#039;. If &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is indeed unique (as it must be), the system will respond as shown on the right. If not, try another  (hopefully more unique) string.  When you succeed, proceed to edit the page.  If you forget the name of your page, invoke [[Special:Contributions|this page to find it]].&lt;br /&gt;
=== Preview/Save ===&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; When you want to see the effect of any particular edit, press &#039;&#039;&#039;preview&#039;&#039;&#039;.  But remember every 1-3 previews to  &#039;&#039;&#039;save&#039;&#039;&#039; the page.  This means that if the browser were to crash, you would not  have lost anything. This is the same good practice that one also follows when editing  conventional  documents.&lt;br /&gt;
&lt;br /&gt;
=== Simple Wiki Editing instructions ===&lt;br /&gt;
There are just a few simple rules for creating effects. In what follows below, anything appearing in a grey box can be copied and pasted into your own wiki. If you have logged in, each section will also have an edit button next to it, and by invoking this, you can always  &#039;&#039;&#039;reverse-engineer&#039;&#039;&#039; what you see and use it for your own purposes.&lt;br /&gt;
*# Headers are indicated by balanced = signs (one for a top level, two for the next, and so on)&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Bold is indicated by balanced &#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;signs&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Italic is indicated by balanced &#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;signs&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# You can use the little menu items at the top to achieve these effects&lt;br /&gt;
*# Each item in an intended list is prefaced by * or #&lt;br /&gt;
*# Chemical effects, i.e. &amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt; and &amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt; are done as: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; and &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; or by invoking the wikEd buttons on your browser.&lt;br /&gt;
* See the effects of what you have done by selecting &#039;&#039;&#039;Show Preview&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: Once satisfied the preview shows what you want, enter something descriptive into the &amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;Summary&#039;&#039;&#039; page. Once this is completed, click on &#039;&#039;&#039;Save Page&#039;&#039;&#039;. Your entry is now added to the &#039;&#039;&#039;History&#039;&#039;&#039; of the article.&lt;br /&gt;
* &#039;&#039;&#039;Images&#039;&#039;&#039;. These should be in GIF, JPG or PNG format only. Other formats (.bmp etc) are NOT allowed. They can be obtained by saving from Web pages, or taking a Screen snapshot. The latter is invoked by pressing the F13 (Print Screen) key (Windows, press ALT+F13 to snap only the active window and pasting the snapshot if necessary into an editing program (e.g. Microsoft PhotoEditor on Windows). Save the image with a sensible name (adding .gif, .jpg or .png to the name). Once created, you will need to &#039;&#039;&#039;upload (the) file&#039;&#039;&#039; to the Wiki. Click on &#039;&#039;&#039;upload file&#039;&#039;&#039; on the lhs of the Wiki page, and follow the instructions. Make a note of the name of the file (which has to be unique, and not the same as any other person&#039;s name. If you are asked to replace a file, err on the side of caution and instead rename it).&lt;br /&gt;
* To include that image in your page, navigate back to your page and enter the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Image:Nameofyourfile.jpg|thumb|right|200|Description of image]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;where left|right indicates the alignment you wish. Inclusion of &#039;&#039;&#039;thumb&#039;&#039;&#039; produces a thumbnail which can be expanded by clicking on it. The name should correspond to that of the file that you have &#039;&#039;&#039;uploaded&#039;&#039;&#039; using the Wiki menu on the left hand side.&lt;br /&gt;
* To add hyperlinks to other Web pages, paste the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.ch.ic.ac.uk/local/it/ CIT Web pages]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To add links to other pages in the departmental Wiki,&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Organic:pericyclic_historical|Description of page]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  Including  Molecules  ==&lt;br /&gt;
* To include molecule coordinates in a Wiki, save as a Molfile (.mol) or PDB (.pdb) or CIF (.cif) created using [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] or obtained from a [[It:coursework#3D_structure_searching_of_the_Cambridge_Crystallographic_database|Cambridge crystal structure database]]. Upload the file using the menu on the lhs of this display, and then invoke the name of the file as shown below: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;uploadedFileContents&amp;gt;name-of-your-uploaded-molecule-file.pdb&amp;lt;/uploadedFileContents&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; (or .mol or .cif).&lt;br /&gt;
=== Simple Molecule Display ===&lt;br /&gt;
Select and copy the text to the right of the molecule box and paste it into your own wiki page. then click preview to see if it works. Once you have gotten this working, you can try with your own molecule, and then your own scripts.  In the script below, &#039;&#039;&#039;cpk -25;&#039;&#039;&#039; sets the atom size to ball and stick instead of spacefilling. &#039;&#039;&#039;Important&#039;&#039;&#039;. Make sure when you paste the code below into your Wiki page that it is not corrupted in any way (ie that you miss a line off at the top or bottom).  If you only paste a part of the below in, you will get an  &#039;&#039;&#039;XML error&#039;&#039;&#039; which is not easy to recover from. You should carefully preview the page, and not save it until you are absolutely sure that the code below has been inserted correctly. It is not in general possible to include such rotatable molecules in e.g. Microsoft  Word.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
 &amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Advanced Molecule Display ===&lt;br /&gt;
For a manual of the complete Jmol commands [http://chemapps.stolaf.edu/jmol/docs/ see here]. The key line to edit is the text enclosed &amp;lt;script&amp;gt;as script&amp;lt;/script. For example, the script below turns the  CPK mode on and off, and measures the length between two atoms. To obtain the index number of the atoms you want to measure, hover the mouse cursor over the atom until a &#039;&#039;popup&#039;&#039; appears with the information. If you cite three or four atoms, the corresponding angle or torsion will be measured.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
    &amp;lt;jmolAppletButton&amp;gt;&amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
    &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
   &amp;lt;jmolAppletButton&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* A useful construct, a &#039;&#039;&#039;template&#039;&#039;&#039; to enter a DOI, is invoked thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{DOI|value-of-the-DOI}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
which produces the effect {{DOI|10.1021/ja9825332}}. If you have found an original reference to the literature, you should cite it via its DOI, as illustrated in the next section.&lt;br /&gt;
*Another useful template is that used to include {{pdf|groups.pdf|Acrobat}} documents within a Wiki using the template&amp;lt;br /&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{pdf|name-of-uploaded-acrobat.pdf|description-of-Acrobat-file}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Many other (chemical) templates have been developed in the Wiki communities, predominantly for expressing data and other information about molecules, and this is one aspect where older-style report writing formats such as  Microsoft Office are less effective.&lt;br /&gt;
&lt;br /&gt;
==References ==&lt;br /&gt;
*This shows how citations&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;W. T. Klooster, T. F. Koetzle, Per E. M. Siegbahn, T. B. Richardson, and R. H. Crabtree, &#039;&#039;J. Am. Chem. Soc.&#039;&#039;, &#039;&#039;&#039;1999&#039;&#039;&#039;, &#039;&#039;121&#039;&#039;, 6337–6343.  {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt; can be added to  text&amp;lt;ref&amp;gt;A. H. Lipkus, Q. Yuan, K. A. Lucas, S. A. Funk, W. F. Bartelt, R. J. Schenck, and A. J. Trippe, &#039;&#039;J. Org. Chem.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;73&#039;&#039;, 4443–4451.  {{DOI|10.1021/jo8001276}}&amp;lt;/ref&amp;gt; to produce a nice effect. To give a reference a unique identifier, use &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;None&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. You can then refer to the same footnote again by repeating the tag  with the same name.&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;none&amp;lt;/ref&amp;gt; The text inside the second tag doesn&#039;t matter, because the text already exists in the first reference (but it cannot be blank).  Collected citations appear below here:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example of adding a citation &amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;Traditional form, here, then {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To insert more examples of this code into your own page,  log-in to the Wiki, and select the link to the [edit] link that appears on the rhs of this page against this section.  Select/Copy the text that appears in the editing window, and paste it into  your own page.&lt;br /&gt;
*Although including citations in this manner  does not allow the powerful library features of  EndNote, more advanced versions of the  Wiki (the Semantic Wiki) do allow such components to be &#039;&#039;&#039;transcluded&#039;&#039;&#039; into a Wiki page (i.e. in effect the citations are generated dynamically from a separate database).&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Help:Table Tables] can be created thus:&lt;br /&gt;
 {| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&lt;br /&gt;
Copy the below into your page to create a Table template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
To access the code required to produce these tables,  you can also log-in to the  Wiki and click on the  &#039;&#039;&#039;Edit&#039;&#039;&#039; link that appears against this section on the rhs of the screen. Select/copy the text that appears in the editing window, and then paste it into your own window.&lt;br /&gt;
&lt;br /&gt;
== Math and Equations==&lt;br /&gt;
You may have need to express some simple [http://meta.wikimedia.org/wiki/Help:Formula equations] on the  Wiki. This is currently supported only using  a notation derived from &#039;&#039;&#039;LaTeX&#039;&#039;&#039;, and as with the  Jmol insertion above, is enabled within a &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; field inserted using the default editor (the SQRT(n) button), and producing  effects such as: &lt;br /&gt;
*&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;\begin{pmatrix}aa+bc &amp;amp; ac+cd \\ab+bd &amp;amp; bc+dd \end{pmatrix}&amp;lt;/math&amp;gt; &lt;br /&gt;
*&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;; &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;;  &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is possible to  produce the required  LateX markup using  GUI-editors such as  MathType etc.&lt;br /&gt;
&lt;br /&gt;
Trying combining some of the above by including a molecule and some  math and references  &#039;&#039;within a cell&#039;&#039; of a table.&lt;br /&gt;
&lt;br /&gt;
== Discussion and History ==&lt;br /&gt;
Each Wiki  page has a &#039;&#039;&#039;history&#039;&#039;&#039;.  If you make a mess of a page, you can always revert to an earlier version via the  History feature. Each page also has a discussion, where you and others can debate discuss some aspect of the topic.&lt;br /&gt;
&lt;br /&gt;
== Converters to the Wiki format: ==&lt;br /&gt;
&lt;br /&gt;
You can also convert a  Word document. Open it  in &#039;&#039;&#039;OpenOffice&#039;&#039;&#039; (rather than the Microsoft version) and &#039;&#039;&#039;export&#039;&#039;&#039; as Mediawiki. Open the resulting .txt file in eg  WordPad, select all the text, copy, and then paste this into the Wiki editing page. You will still have to upload the graphical images from the original  Word document separately.&lt;br /&gt;
#[http://download.openoffice.org/ OpenOffice 2.4/3.0] can read .doc documents and export them to MediaWiki.&lt;br /&gt;
#There is also a [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML to  Wiki] converter which you can use to import an existing  Web page into a  Wiki.&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
the following is a compilation of errors occasionally encountered.  We hope to add to this list.  If you encounter  &#039;&#039;&#039;reproducible&#039;&#039;&#039; error, and work out a fix for it, do please add it here yourself.&lt;br /&gt;
&lt;br /&gt;
*A frequent error is forgetting to go from &#039;&#039;&#039;preview&#039;&#039;&#039; to &#039;&#039;&#039;save&#039;&#039;&#039; before exiting the  browser.  When you return, all the un-saved content of the page will be lost.&lt;br /&gt;
*Sometimes in  Firefox, the  rotating molecule is replaced by a small {{fontcolor1|red|white|X}} instead. You should get the same if you go to this [http://java.com/en/download/help/testvm.xml test page]. If this is the case, you might find that pressing the  &#039;&#039;&#039;ctrl&#039;&#039;&#039; and &#039;&#039;&#039;F5&#039;&#039;&#039; keys simultaneously might clear the  error and restore the molecule to you. If that does not work, restart the  Firefox browser. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Further tutorials based on  3D crystal structures  ===&lt;br /&gt;
&lt;br /&gt;
These can be viewed [http://www.ccdc.cam.ac.uk/free_services/teaching/modules/teaching_webcsd/toc.html here].&lt;br /&gt;
&lt;br /&gt;
=Continuation of CIT skills=&lt;br /&gt;
The skills developed during these workshops will be in almost constant use throughout your course; you are encouraged to keep this up to date and to make use of these skills while writing lab reports and other coursework assignments.  As with anything in the digital world, progress is being made all the time with new search engines, new search algorithms, new software.  This also means that other searches and software are retired to make way for, newer more efficient tools.  This wiki will be a long-term reference which you can refer to and even update, and you are urged to keep it as a bookmark.&lt;br /&gt;
&lt;br /&gt;
== Software for your own computer ==&lt;br /&gt;
&lt;br /&gt;
*The department  has a  Site License for a program system called  [http://scistore.cambridgesoft.com/sitelicense.cfm?sid=948 ChemBio3D] (which includes ChemDraw for both  Windows and  Mac), the terms of which allow individual undergraduates to acquire a copy of the program and to install it on their personal  computer. The license is an annual one. &lt;br /&gt;
*[http://www.straightrunning.com/XmingNotes/ Xming] for accessing the Conquest data base.&lt;br /&gt;
*Programs such as  Microsoft  Office can be licensed via [http://www.microsoft.com/student/discounts/theultimatesteal-uk/default.aspx an academic license for £69.99].&lt;br /&gt;
*[https://directory.adeptscience.co.uk/products/search/1/1/474/cat474.html EndNote student edition] retails for  £85.00. Alternatively, try RefWorks (usually $100/year but &#039;&#039;&#039;free&#039;&#039;&#039; for Imperial students through [http://www3.imperial.ac.uk/library/digitallibrary/athensandukfed AthensDA]) It is a slightly simpler web-based program. A comparison between both can be found [http://library.princeton.edu/help/comparison.php here] (Princeton University). You should note that the  WOS system supports  Endnote directly, but requires a more complicated procedure for using  RefWorks or Mendeley.&lt;br /&gt;
*A further list of software may be found [[It:software-2011|here]], including other programs you can install on your personal computer which you may find useful.&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442786</id>
		<title>It:coursework-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442786"/>
		<updated>2014-10-11T13:25:10Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Start of Workshop material */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Overall Objectives of CIT workshops=&lt;br /&gt;
&lt;br /&gt;
The Computer lab  (formally booked for your group, A1, A2, B1, B2, C1, C2) is for your course work and you have priority over other users at these times.  You are of course free to use the computers outside these times for course work, but on a first-come-first served basis and only if another course is not running. You can also use the computers located in the study area and you have access to 24 hour opening in the central library. All &amp;quot;Chemistry Software&amp;quot; should be available also in the Library to your user account. If you find that something is not immediately available, please do get in touch with the ICT Helpdesk. During the lab time allocated for the IT course, you will be expected to achieve the following objectives:&lt;br /&gt;
&lt;br /&gt;
# Accessing  course and laboratory notes and using scientific  journals to support lectures&lt;br /&gt;
# Using &#039;&#039;&#039;Word&#039;&#039;&#039; in combination with the &#039;&#039;&#039;EndNote&#039;&#039;&#039; bibliographic database and &#039;&#039;&#039;ChemDraw&#039;&#039;&#039; to write  laboratory reports and essays&lt;br /&gt;
# Learn to use various bibliographic chemistry search systems&lt;br /&gt;
# Learn to conduct molecular structure-based search systems&lt;br /&gt;
# Applying these searches to the requirements of a laboratory course&lt;br /&gt;
&lt;br /&gt;
You should of course appreciate that the distinction between lectures and labs is rather artificial, and any database which you might use for one is certainly useful for the other as well.&lt;br /&gt;
&lt;br /&gt;
=Self-Study - Software Familiarity=&lt;br /&gt;
&lt;br /&gt;
There are a number of programs with which you will use throughout your study at Imperial College, and the aim of these sessions is to give you an introduction to some of the packages, as well as explaining what the other packages do.  In order to gain the most from your two workshop sessions, you are urged to complete the following section &#039;&#039;&#039; &amp;lt;u&amp;gt;before you come to the workshop sessions&amp;lt;/u&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Before you come to the workshop sessions...==&lt;br /&gt;
&lt;br /&gt;
...there are a few exercises you should perform to ensure you are familiar with the operation of the computer systems available on campus.&lt;br /&gt;
* Check your login works; if you are browsing on a campus computer, then you will have already logged in. If you are accessing from your own computer, ensure that you can sign into your [https://exchange.imperial.ac.uk campus email account] through the [https://exchange.imperial.ac.uk web interface].&lt;br /&gt;
* Using the &#039;&#039;&#039;FireFox&#039;&#039;&#039; web browser (Firefox is better at handling chemistry search packages than Internet Explorer, and can be more reliable especially when running Java applets), you should be browsing this ChemWiki (home page URL of ChemWiki: &amp;lt;tt&amp;gt;http://www.ch.ic.ac.uk/wiki/&amp;lt;/tt&amp;gt;). It should be listed in the Bookmarks menu of department cluster computers; you may wish to add it to the bookmarks of your own computer also.&lt;br /&gt;
* You will be using  Firefox to browse the pages of a  [http://en.wikipedia.org/wiki/Wiki Wiki].  There is only one suggestion for browsing these pages that  you might wish to follow. When encountering a hyperlink, as in the preceding link describing what a Wiki is, you will probably want to open it in a separate window or tab from the  instruction page (so that you can refer to both if the need arises). If you just click the link, it will  &#039;&#039;&#039;replace&#039;&#039;&#039; the instruction window. So, get used to clicking on the link with the  &#039;&#039;&#039;right mouse button&#039;&#039;&#039; rather than the left one.  This will then give you the option of opening the link in either a new window or a new tab of the current window.&lt;br /&gt;
&lt;br /&gt;
===Computer, Browser and Wordprocessor familiarity===&lt;br /&gt;
*[[Image:login_window.jpg|right|thumb|login window]]Log-in.  There is one important difference between using a home computer and the ones here; you need to authenticate your session with the password issued to you at registration. Check the login window looks as shown on the right, and proceed to login.&lt;br /&gt;
*[[Image:home.jpg|left|thumb|Document home]]Perhaps the single most confusing aspect for most people is what the &#039;&#039;Home&#039;&#039; icon (left) means. So let&#039;s sort this out immediately. You are working in an &#039;&#039;enterprise&#039;&#039; environment, where a fast network connects each computer to a central area for storing files. When you log in, you are granted access to your files, and on the computer desktop, the &#039;&#039;Home&#039;&#039; icon means &amp;quot;the directory where the folders and documents associated specifically with the login account are stored&amp;quot;. This is because all computers work on the metaphor of a filing system with hierarchies. Home is the top of your personal file system!  If you double click this icon, you should see YOUR files. Check this! If you get lost navigating the hierarchical directories, &amp;quot;Home&amp;quot; is always a useful way of restoring a sense of orientation. Home also has a synonym, called &amp;quot;&#039;&#039;&#039;My Documents&#039;&#039;&#039;&amp;quot;, which the operating system can sometimes display instead of Home.&lt;br /&gt;
*[[Image:o2007.jpg|thumb|right|Office 2007]][[Image:subsuper.jpg|right|thumb|Subs and Superscripts]][[Image:o2007b.jpg|thumb|left||EndNote tab]]Start Microsoft &#039;&#039;&#039;Office 2007&#039;&#039;&#039; (we will assume you still have  FireFox running).  The basic (&#039;&#039;&#039;Home&#039;&#039;&#039;) Word document work area is shown to the in the thumnail to the right (click to expand it) and you should familiarise yourself with some of the palettes. This version of the program is somewhat different from earlier versions you may already be familiar with, such as Office 2003.  In particular, open/save/print dialogs are now to be found by pressing on the Icon highlighted here with a &#039;&#039;&#039;red&#039;&#039;&#039; circle. Copy/paste operations are invoked using the icon encircled in &#039;&#039;&#039;purple&#039;&#039;&#039;. Other common operations are found to the right of these two in the taskbar, including the chemically useful &#039;&#039;&#039;subscript&#039;&#039;&#039; and &#039;&#039;&#039;superscripts&#039;&#039;&#039; (right diagram). Note also the the default document saves invokes the new &#039;&#039;&#039;.docx&#039;&#039;&#039; format, which is an XML-based type with much interesting &#039;&#039;informatics&#039;&#039; potential. If you intend sending a document to someone who is still using Word 2003 or earlier, you should instead save your document in the older &#039;&#039;&#039;.doc&#039;&#039;&#039; format (although .doc to .docx converters are available). You can also save as PDF, which is useful for project/report submission.&lt;br /&gt;
*[[Image:o2007a.jpg|left|thumb|Insert tab]]There are two other task-bars you will find useful. the &#039;&#039;&#039;Insert&#039;&#039;&#039; bar inserts a variety of other content, including pictures, tables and the like. The &#039;&#039;&#039;EndNote&#039;&#039;&#039; tab invokes a citation and reference manager, which you will use as described below (&#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: If the Endnote ribbon does not show, do the following; Go to Programs/Additional Programs/EndNote/Configure EndNote and run this script, whereupon the EndNote ribbon should appear in Word 2007).&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Practice copying text from the Firefox Browser Window to the Word document. You can do this using the Copy/Paste metaphor, or you can try the drag-n-drop mode. You will notice that whilst the text itself comes over, any formatting associated with this text (size, colour, weight etc) might not. You may also get more than you bargained for (i.e. hidden browser instructions etc.) [This copy is a one-way operation, since the FireFox window is &amp;quot;read-only&amp;quot;].&lt;br /&gt;
*[[Image:FireFox_paste.jpg|thumb|right|Save Firefox image]] &#039;&#039;&#039;Images&#039;&#039;&#039; are special when it comes to copying. Proceed as follows:&lt;br /&gt;
*# Find an image in the browser you wish to copy, and with the cursor over the top, right click (Windows) to get a menu that looks like the one on the right:&lt;br /&gt;
*# If one of the options is &#039;&#039;&#039;Copy image&#039;&#039;&#039;, select it. Not all browsers support this, in which case instead invoke &#039;&#039;save this image as&#039;&#039; and save it in an appropriate directory (A suitable sub-directory of Home on Windows).&lt;br /&gt;
*# With an Office Word window open, paste the image (if you copied it) or &#039;&#039;&#039;Insert/Picture/from file&#039;&#039;&#039; (if you saved it). The image will come over as its &amp;quot;real size&amp;quot;. Word will allow you to rescale it, by dragging the bottom right corner of the image. Observe carefully what happens if you resize it to be larger as well as smaller.&lt;br /&gt;
*# Do remember how to change between windows (the technical term is that the active window is said to be &#039;&#039;on focus&#039;&#039;) by selecting the required window from its icon shown on the task bar/dock at the bottom of the screen.&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&lt;br /&gt;
&amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&amp;lt;size&amp;gt;150&amp;lt;/size&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;zoom 200; cpk -20;move 10 -20 10 0 0 0 0 0 3; delay 1;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|Not everything is always &amp;quot;copyable&amp;quot;. Some apparent images are in fact produced by an &amp;quot;applet&amp;quot; [http://wiki.jmol.org:81/index.php/MediaWiki embedded] in the browser. This includes most conspicuously chemical diagrams, such as may often be found on these course notes. Here a copy or a save operation may not produce the effect you desire.&lt;br /&gt;
|}&lt;br /&gt;
* Practice naming and saving document files to your &#039;&#039;Home&#039;&#039; (Drive H: on Windows) or a removable medium such as a FlashDrive.&lt;br /&gt;
* Practice finding files and documents from these various locations. [It frequently happens that they do not get saved where you think, and finding such lost files is skill you need to acquire rapidly!] Note however that finding  &#039;&#039;&#039;content&#039;&#039;&#039; of files may be very slow. Windows Desktop Search is  &#039;&#039;&#039;NOT&#039;&#039;&#039; activated on College systems.&lt;br /&gt;
* [http://www.ch.ic.ac.uk/local/email/ Practice setting up E-mail], sending a document as an attachment (to yourself) and good e-mail housekeeping and etiquette. &lt;br /&gt;
=== Configuring storage for your document libraries ===&lt;br /&gt;
&lt;br /&gt;
Programs such as  &#039;&#039;&#039;EndNote&#039;&#039;&#039;, &#039;&#039;&#039;Mendeley&#039;&#039;&#039;, &#039;&#039;&#039;iTunes&#039;&#039;&#039; store document collections in the form of libraries.  These can get quite big over the course of time, and so its important to store them correctly.&lt;br /&gt;
&lt;br /&gt;
==== EndNote ====&lt;br /&gt;
&lt;br /&gt;
When you open  EndNote for the first time, it will offer the opportunity to create a new library.  You should save it in the location e.g. Computer =&amp;gt;  &#039;&#039;&#039;userid(\\icfs18.cc.ic.ac.uk) (M:)&#039;&#039;&#039; Thereafter you can set it to open this library when the program starts.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley ====&lt;br /&gt;
&lt;br /&gt;
Open the program and invoke &#039;&#039;&#039;Tools/Options/File Organiser&#039;&#039;&#039; and  select drive  M: for the library.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Edit/Preferences/Advanced&#039;&#039;&#039;  and set the  iTunes Media folder location to M: (or other if  M: is already full). Also tick  &#039;&#039;&#039;Copy files to  iTunes Media folder when adding to library&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You may find it advantageous to start working through the Workshop material below in advance of your scheduled workshop as it will allow you to identify any problem areas upon which you can concentrate with a demonstrator.&lt;br /&gt;
&lt;br /&gt;
=Start of Demonstration material=&lt;br /&gt;
The material which follows is intended to be the start of what is covered in the workshops and for which support will be available. This does not mean that the work cannot be done outside of the allocated workshop time; in fact you are &#039;&#039;&#039;positively encouraged to continue working through the material&#039;&#039;&#039; at your leisure.  The notes here are intended to be a continuous point of reference throughout your course as you will continue to use many of these software packages for the next 3-5 years at least!&lt;br /&gt;
&lt;br /&gt;
== Combined Word/ EndNote Familiarity  ==&lt;br /&gt;
This section will illustrate how the functionality of Word can be extended using a citation or reference manager. First, you will need to generate some citations, and this will be done using a  database known as  Web of Science, and with the objective of finding out a about &#039;&#039;&#039;&#039;&#039;penicillin&#039;&#039;&#039;&#039;&#039; and its &#039;&#039;&#039;&#039;&#039;conversion to cephalosporin&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== A Web of Knowledge Search ===&lt;br /&gt;
#[[Image:Endnote1e.jpg|thumb|left|WoK search]]  From the [http://wok.mimas.ac.uk/ Web-of-Knowledge] link (which you are advised to open in a separate window, using a right-click from the mouse), select the option to &lt;br /&gt;
#&#039;&#039;&#039;Connect to the ISI Web of Knowledge Service&#039;&#039;&#039;  and then select the  &lt;br /&gt;
#&#039;&#039;Web of Science&#039;&#039; tab from along the top and finally from the citation databases, narrow it down to the&lt;br /&gt;
# Science Citation Index expanded&lt;br /&gt;
#Try checking on the number of articles members of our staff (or your tutors) published in 2009 by entering their name into the  &#039;&#039;&#039;Author&#039;&#039;&#039; box. You almost certainly will need to know that first, and probably also their second initial for this to correctly identify them. Check its working by entering a string in the &#039;&#039;&#039;advanced&#039;&#039;&#039; search such as &amp;lt;tt&amp;gt;au=Spivey a* and og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
#When you have some hits, either tick individual citations, or &#039;&#039;&#039;All records on page&#039;&#039;&#039; or a span of records. &lt;br /&gt;
#Next, make sure you have  Microsoft Word running,  and  from the  &#039;&#039;&#039;EndNote X4&#039;&#039;&#039; taskbar of Word, click on &#039;&#039;&#039;Go to EndNote&#039;&#039;&#039;.  From the options offered (which you only see the first time you run  EndNote, and also, ignore prompts about EndNote Web for the time being), create a new  EndNote database, currently of course empty.&lt;br /&gt;
#[[Image:Endnote1b.jpg|right|saving a list for Endnote]]Return to the  Browser window displaying  WOS and  click on &#039;&#039;&#039;Save to EndNote&#039;&#039;&#039;.  An automated procedure should initiate, the end result of which will be that your EndNote library will now be populated by the references you have just found.    &lt;br /&gt;
#If the automated procedure does not initiate, the system will instead produce a file on your computer desktop (it may appear with the name &#039;&#039;&#039;uml_view.cgi&#039;&#039;&#039; on the desktop) which you can open directly with EndNote (see below).&lt;br /&gt;
&lt;br /&gt;
=== Inserting the citations just found into  Word using EndNote===&lt;br /&gt;
#[[Image:Endnote1a.jpg|thumb|right|Starting EndNote]]Go back to your bibliographic library in EndNote and before anything happens to it, save it to your M: drive as described above.&lt;br /&gt;
#Via &#039;&#039;&#039;Edit/preferences/Libraries&#039;&#039;&#039; select to load this database upon startup, thus dispensing with subsequent startup dialogs (it will in fact  default to opening the most recently used library).  &lt;br /&gt;
#[[Image:endnote-style.jpg|thumb|left|Checking the  style setting]]From &#039;&#039;&#039;Edit/Output style/Open Style Mananger&#039;&#039;&#039;, select the tick-box against  a template known as &#039;&#039;&#039;Royal Society of Chemistry&#039;&#039;&#039; (you may have to use &#039;&#039;&#039;Find by/Chemistry&#039;&#039;&#039; to locate it). From now on, always check that this style is correctly set when you open EndNote (arrow 1 to the left).&lt;br /&gt;
#If  you are importing a citation list  rather than relying on the automated procedure, then from &#039;&#039;&#039;File/Import&#039;&#039;&#039; of EndNote define the Import Option &#039;&#039;&#039;ISI-CE&#039;&#039;&#039; in the pull down menu, or &#039;&#039;&#039;Other Filters/SciFinder (CAS)&#039;&#039;&#039; if importing  SciFinder Scholar) and import any saved datasets you created earlier from WOS or SciFinder. &lt;br /&gt;
#[[Image:Endnote1c.jpg|thumb|right|]][[Image:Endnote1d.jpg|thumb|left|Word with citations showing|]]Go back to  Word 2007, and write some text.  At an appropriate point, from the &#039;&#039;&#039;Endnote X4 taskbar tab&#039;&#039;&#039;, press &#039;&#039;&#039;Go to  EndNote&#039;&#039;&#039; when your library should be revealed (in this case containing the references you have just imported). Select the one you want to insert, and press the &#039;&#039;&#039;Insert citation&#039;&#039;&#039; tab (arrow 2 to the left).  If everything has been set up correctly, Word should insert your desired reference from your bibliographic database, formatted according to the RSC guidelines. If you rearrange the order in which the references appear in the text by cutting/pasting, the numbering at the bottom should change accordingly. If you delete a reference, it should disappear from the numbered list.&lt;br /&gt;
#Save the  Word document for future reference.  It should serve to illustrate how you will write lab reports, and later in your degree, extended essays (where you may cite  between  50-100 references). The whole point of doing it this way is that all the otherwise arduous tasks of numbering and editing the references will be automated for you.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley and other alternatives to  EndNote ====&lt;br /&gt;
[[image:refworks.jpg|thumb|right]]A significant problem with  EndNote is the cost.  This does not matter whilst you are using computers within the  College, but it does matter if  you want to use your own computer. Alternatives to using EndNote as shown above include [https://www.refworks.com/Refworks/login.asp?WNCLang=false RefWorks] (for which the client software can be downloaded without cost) and an innovative program called [http://www.mendeley.com/ Mendeley] which is available on the computers in the department. &lt;br /&gt;
&lt;br /&gt;
# If you do want to use  RefWorks, please ensure you login via the Shibboleth users option.&lt;br /&gt;
&lt;br /&gt;
==  Chemdraw Familiarity ==&lt;br /&gt;
*[[Image:unknown1.jpg|left|thumb|Click to expand image]] [[Image:taxolhsr.jpg|Taxol|right|300px]] &#039;&#039;&#039;Starting and using ChemDraw.&#039;&#039;&#039; Start Chemdraw icon from the &#039;&#039;&#039;Start/Programs menu&#039;&#039;&#039;. Practice by drawing Taxol (right). You many need a few hints and tips, and the demonstrators should be able to help  you with this.  Its easier than trying to describe the technique here (don&#039;t worry, everyone picks up Chemdraw by watching others use it!). &lt;br /&gt;
*Check that you have drawn it correctly by calculating its formula. To do this, Go to &#039;&#039;&#039;View/Show analysis&#039;&#039;&#039; window and record what you see (it should give you C&amp;lt;sub&amp;gt;47&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;51&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;14&amp;lt;/sub&amp;gt;. Mol. Weight 853.91). Do you get the same values? If you do not, you will have to try to find where the discrepancy is. Remember, if you cannot draw a structure reliably, you will not be able to search for it reliably. Using the ChemDraw application, select copy/paste the structure into a Microsoft Word window. Practice editing the structure inside the Word processor by double clicking its diagram. Practice re-scaling the ChemDraw diagram either within Word or within Chemdraw. Scaling is normally done by pointing the cursor at the bottom right hand corner (it should change shape at this point) and then &amp;quot;dragging&amp;quot; inwards or outwards to change the size. Try copying instead the Web picture (GIF format) from this Web page to Word. Put side by side with the picture of the same molecule derived from ChemDraw and experiment with scaling both. &#039;&#039;&#039;What is the difference in behaviour?&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
If you want more practice (with stereochemical wedges text positioning, etc), try the molecule on the left.  &#039;&#039;&#039;Can you identify what it is called?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Lecture  Support: Journal Familiarity ==&lt;br /&gt;
&lt;br /&gt;
You can go visit the databases of some major chemistry publishers, and track down any articles that members of this department (or other departments or your favourite Nobel prize lautreates) may have published there. You might try searching for your current lecturer, or one or more of your tutors. Go directly to one or more of the following:&lt;br /&gt;
* [http://pubs.acs.org/search/advanced The American Chemical  Society] (where you can subscribe to an  RSS feed of the search, which means you will be notified of new items)&lt;br /&gt;
* [http://www.rsc.org/Publishing/Journals/cc/index.asp The Royal Society of  Chemistry] and their premier journal  &#039;&#039;Chemical communications&#039;&#039;&lt;br /&gt;
* [http://www.nature.com/search/adv_search?sp-a=sp1001702d&amp;amp;sp-x-1=ujournal&amp;amp;sp-q-1=Nature%20Chemistry Nature  Chemistry] advanced search.&lt;br /&gt;
* [http://www3.interscience.wiley.com/journal/26737/home Wiley Interscience]  and their flagship chemistry journal  &#039;&#039;Angew. Chemie.&#039;&#039;&lt;br /&gt;
* [http://www.sciencedirect.com Science Direct]&lt;br /&gt;
&lt;br /&gt;
The navigation of these journals via their tables of contents is left for you to explore on your own. You can of course  go to an article directly by following any  DOI link that you might have found in your lecture notes or elsewhere. You should retrieve the  Acrobat  file corresponding to any articles you may have tracked down, and save them in a folder on your computer  H: drive for future use and analysis (for example with the program Mendeley). Later in your course, you may encounter lecture courses or laboratory courses which in fact require you to track down articles in the literature in this manner. It is good to start practising early.&lt;br /&gt;
&lt;br /&gt;
== Lecture Support: Named chemicals ==&lt;br /&gt;
&lt;br /&gt;
# To apply the above skills by using [http://wok.mimas.ac.uk/ WOS] to perform a comprehensive literature search on the &#039;&#039;&#039;molecule&#039;&#039;&#039; &#039;&#039;Penicillin&#039;&#039;, a &#039;&#039;&#039;reaction&#039;&#039;&#039; (&#039;&#039;its conversion to Cephalosporin&#039;&#039;), its &#039;&#039;properties&#039;&#039;, both physical (spectroscopic) and biological. Thus, type  &#039;&#039;penicillin and cephalosporin&#039;&#039; into the  &#039;&#039;&#039;Topic&#039;&#039;&#039; box and see if you can prune these down with a more elaborate search perhaps, using some of the Boolean logic shown in the lectures by invoking the  &#039;&#039;&#039;Advanced Search&#039;&#039;&#039; option. &lt;br /&gt;
#* &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (136)&lt;br /&gt;
#* &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2629)&lt;br /&gt;
##Or, try the drug &#039;&#039;&#039;Temozolomide&#039;&#039;&#039;, currently very much in the  [http://news.bbc.co.uk/1/hi/england/west_midlands/7675014.stm news] &lt;br /&gt;
##Tasimelteon ([http://news.bbc.co.uk/1/hi/health/7760105.stm time bending drug for jet lag]) or &lt;br /&gt;
##[http://news.bbc.co.uk/1/hi/health/8237530.stm Sulforaphane], which  occurs in broccoli and cauliflower and protects against heart attacks.&lt;br /&gt;
#Compare the results of one of these searches with  less specialised search engines such as &lt;br /&gt;
#*[http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar],   &lt;br /&gt;
#*[http://www.scirus.com/srsapp/advanced/index.jsp SciRus], &lt;br /&gt;
#*[http://www.bing.com/?scope=web&amp;amp;mkt=en-GB Microsoft Bing],&lt;br /&gt;
#*[http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha].  &lt;br /&gt;
&lt;br /&gt;
===  Lecture  Support: A SciFinder search instead ===&lt;br /&gt;
*The [https://scifinder.cas.org/ Scifinder Scholar] system  is available for general and student use.&lt;br /&gt;
** You cannot use your  College login for access, but must request your own login to be created.&lt;br /&gt;
*** [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar Go here to register]. You have to create yourself a login  ID.  This ID is quite independent of your College ID, and if you forget the password you  have set, you will have to recover it from the SciFinder site.   Where it asks you to identify your area of research interest, you may not want to reveal this  (we have been assured students will not get related spam sent to them) and  you might want to register an interest only in e.g. &#039;&#039;other field&#039;&#039;.&lt;br /&gt;
** Completing the registration will result in an email being sent to the email address you provide with activation instructions. &lt;br /&gt;
*** Once you have obtained an  ID,  at the [https://origin-scifinder.cas.org SciFinder site], click on  &#039;&#039;&#039;Explore References&#039;&#039;&#039; and in the  &#039;&#039;&#039;Research topic box&#039;&#039;&#039; enter  &amp;quot;Conversion of penicillin to cephalosporin&amp;quot;.  &lt;br /&gt;
** You will receive a request to accept an application digital signature at this stage, which you should accept.&lt;br /&gt;
You should get ~9 references for an exact match. This interface is supposed to use a more &#039;&#039;natural language&#039;&#039; for its search queries  (and it does not employ  Booleans). &lt;br /&gt;
** Tick the box with 9 hits and request the references. Tick the box against those you particularly wish to save for the future, and then  click on the &#039;&#039;&#039;Export&#039;&#039;&#039;  link near the top (next to print). From the dialog, set the  &#039;&#039;&#039;File Type&#039;&#039;&#039; to  &#039;&#039;&#039;Tagged Format&#039;&#039;&#039;. &lt;br /&gt;
*** You may need to allow the requested security settings in your browser (IE 8) to allow files to be saved locally. The default location for saving files is your &#039;&#039;&#039;download&#039;&#039;&#039; location. You can then import this into  EndNote using the &#039;&#039;&#039;SciFinder (CAS)&#039;&#039;&#039; import option.&lt;br /&gt;
**An alternative search might be the phrase &#039;&#039;&#039;arrow pushing formalism&#039;&#039;&#039; (can you learn about this topic from  the results found for this search?). A synonym might be  &#039;&#039;&#039;curly arrow formalism&#039;&#039;&#039;.  Does this find the same references, or a different set?&lt;br /&gt;
** You can comment on individual references and invite friends in to see your comments. This might be appropriate for when you are e.g. doing a lab experiment in pairs or groups, and wish to share a reference with them. Go to  &#039;&#039;&#039;My connections&#039;&#039;&#039; and invite the group, then add comments to relevant references.&lt;br /&gt;
** SciFinder supports more advanced features such as  Explore Substances and  Explore Reactions, but you should only investigate these when you are feeling adventurous.&lt;br /&gt;
&lt;br /&gt;
=Laboratory Support=&lt;br /&gt;
Here you will find out how to search for safety information about molecules, and then for their properties and reactions. There are two kinds of search for molecules you will have to make during lab courses.&lt;br /&gt;
# Where you have an unknown compound whose properties you have measured and you want to know if any known compound matches those properties.&lt;br /&gt;
# Where you (think you) know what the structure of your compound is, and you want to know if there are any other reports of this same compound (and whether the properties other have measured match your own).&lt;br /&gt;
&lt;br /&gt;
== A search for known physical properties using Reaxys ==&lt;br /&gt;
[[Image:Reaxys1.jpg|right|thumb|]]We will start with two examples of the first category and then move on to the rather more common second category.&lt;br /&gt;
&lt;br /&gt;
*Connect to the [http://www.reaxys.com/ Reaxys] system. You can carry out all the required course work as an &#039;&#039;anonymous user&#039;&#039;, but you will not be able to change/save any settings etc in this mode (such as e.g. changing the default structure editor to ChemDraw).&lt;br /&gt;
** If you do choose to register  at this point, be aware that if you lose/forget your password, you will need to contact  Reaxys and not local Imperial College support.&lt;br /&gt;
*Select &#039;&#039;substances and  Properties&#039;&#039;&lt;br /&gt;
**In the &#039;&#039;Properties (Advanced)&#039;&#039; box, enter the following, followed by  &#039;&#039;&#039;Search&#039;&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200&#039;&#039;&#039;&lt;br /&gt;
This means in effect, show me ANY molecule which melts at a certain temperature range (determined using a melting point apparatus), which  has a given molecular formula (determined using mass spectrometry)  and an optical rotatory power between certain values  (determined using a polarimeter).  For this example you should get exactly 1 hit, which should be to a patent. Explore the options at this point, including viewing the original source of the data ( a patent in this case).&lt;br /&gt;
* There are about  500 different properties in total which you could specify in this manner. To explore them, click on &#039;&#039;Show Fields and  Operators&#039;&#039;. This type of technique is useful for identifying an  &#039;&#039;&#039;unknown&#039;&#039;&#039; compound purely from its physical properties (Forensic science, etc).&lt;br /&gt;
** Note that some features do not always produce the expected result.  For example, the icon labelled with the arrow (right) pulls down various options, one of which is &#039;&#039;copy structure to clipboard&#039;&#039;. The clipboard contents however are  &#039;&#039;&#039;not&#039;&#039;&#039; recognised by eg Chemdraw, Word etc.&lt;br /&gt;
&lt;br /&gt;
== A search for known spectroscopic properties ==&lt;br /&gt;
&lt;br /&gt;
[[image:spectra.jpg|240px|right]]It is routine when a compound is first made to record its spectroscopic properties.  This would include the characteristic  infra-red frequencies, and the &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H and &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts. These values are shown for an unknown compound. Your task is to use the  [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS]  to try to identify what the compound is (you could of course also do this entirely logically using just your brain).  &lt;br /&gt;
#Try first entering only the  &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts (163, 141, 133, 130, 129, 128, 98 ppm, with an anticipated error of around  2ppm).  How many matches do you get? &lt;br /&gt;
#Add then the  &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H shifts (8.1,7.5,5.1,4.7 and there is an additional broad multiplet across the range 7.3-7.7 which is not entered) and see if the number of possibilities reduces.  &lt;br /&gt;
#Finally, enter the one characteristic  IR vibration (1733 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;).  Do you now get a unique answer?  Record any structure(s) you may get at this stage for future reference.&lt;br /&gt;
#Try changing the error limits for any of these properties. Thus reduce the  NMR limit from  2.0 to 1.5 to 1.0ppm, or the  IR limit to 5 or even 1 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; (in future laboratory courses, you will learn how the way the instrument works determines at least in part the accuracy with which these spectroscopic properties can be measured).&lt;br /&gt;
&lt;br /&gt;
== Reagent/Product searches for  laboratory preparations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:1-4.jpg|right|250px|Molecules 1-4]]The theme of this section is going to be the following four molecules, which you will in fact encounter in a laboratory course later in the year.  You will search for known properties of these molecules, for comparison with those you might measure in the lab, or which may provide useful discussion material for your laboratory reports.  Your first task is to generate a so-called SMILES descriptor of the molecule.  This is done most simply by drawing the molecule in  ChemDraw and using the  &#039;&#039;&#039;Edit as/Copy&#039;&#039;&#039; menu produce the SMILES or InChI-key string onto the clipboard. Here are three SMILES strings and one InCHI-key string. Can you match them up to the structures shown on the right?&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;C=CC1=CC=C(C(O[H])=O)C=C1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;O[C@H]1[C@H](OCC)CCCC1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;VSIKJPJINIDELZ-UHFFFAOYSA-N&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Search the [http://www.chemspider.com/ ChemSpider] database using a SMILES or InChI-key string as above.  What sort of information is revealed about the compound?&lt;br /&gt;
*Try reversing the search terms above (instead of  SMILEs, try generating an  InChI key, or vice versa). &lt;br /&gt;
*Try next an advanced search from the same [http://www.chemspider.com/FullSearch.aspx database].   Explore for yourself how to enter the  SMILES string and perform the search.&lt;br /&gt;
*Search the [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] using a SMILES string. Select the &#039;&#039;&#039;substructure/superstructure&#039;&#039;&#039; or the &#039;&#039;&#039;Identity/Similarity&#039;&#039;&#039; option, and then the  &#039;&#039;&#039;CID, SMILES, InChI&#039;&#039;&#039; tab, and past in one of the strings above.  Try both  &#039;&#039;&#039;80% similar&#039;&#039;&#039; and &#039;&#039;&#039;identical&#039;&#039;&#039;  if using the Similarity option). Again, explore the properties associated with each hit.&lt;br /&gt;
**You might encounter &#039;&#039;&#039;artefacts&#039;&#039;&#039;.  Thus with  &#039;&#039;&#039;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&#039;&#039;&#039;, something slightly odd happens? &lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of Drugs, inorganic and organometallic and natural products which might prove useful to you for laboratories.&lt;br /&gt;
* The series [http://www.orgsyn.org/ Organic syntheses]  contains tried and tested procedures for the synthesis of many chemicals.  However, it is quite limited, and you would be lucky to find more obscure compounds listed here. &lt;br /&gt;
=== Sigma-Aldrich Catalogues and  MSDS (Safety) information ===&lt;br /&gt;
&lt;br /&gt;
If you know  (or suspect you know) what the identity of the molecules are that you will be  handling in the laboratory, the first task is to find out any known safety information.&lt;br /&gt;
The [http://www.sigmaaldrich.com/catalog/search/AdvancedSearchPage Aldrich] catalogues can be searched for  compounds and their  associated MSDS safety sheets. This is useful for completing  [http://www.hse.gov.uk/coshh/ COSHH] forms. If you were able to obtain a name (see previous section),  see if you can now find any information on it from the  Aldrich catalogue.&lt;br /&gt;
&lt;br /&gt;
=== Reaxys ===&lt;br /&gt;
Connect to [http://www.reaxys.com/ Reaxys]  as before, but now we are going to do a structure based search, using as examples structures  &#039;&#039;&#039;1-4&#039;&#039;&#039; above. If you click in the frame labelled  &#039;&#039;Double click this frame and draw structure query&#039;&#039; you will get a default structure editor called  ChemAxon MarvinSketch.  It is a little different from Chemdraw, but should not take too much time to master. &lt;br /&gt;
# Using the structure editor, draw one of the four molecules  1-4 and invoke &#039;&#039;&#039;search&#039;&#039;&#039;.&lt;br /&gt;
# If you think you know the name of your query, type that instead in the  &#039;&#039;Generate structure from name&#039;&#039; box (e.g. &#039;&#039;&#039;Taxol&#039;&#039;&#039;, which as you have seen earlier is a challenge to draw!). You can also paste a  SMILES or InChI key into this box (try any of the four above). &lt;br /&gt;
# Try hitting  &#039;&#039;&#039;Synthesize&#039;&#039;&#039;,  but expect to be overwhelmed by the number of hits!&lt;br /&gt;
&lt;br /&gt;
=== Dictionary of organic compounds ===&lt;br /&gt;
An alternative database which works in this way is  the  [http://doc.chemnetbase.com/ Dictionary of organic compounds].&lt;br /&gt;
&amp;lt;!-- === Mini Project ===&lt;br /&gt;
&lt;br /&gt;
Define a search for &#039;&#039;&#039;aspirin&#039;&#039;&#039; using any of the methods above. You should arrive at a single  &#039;&#039;&#039;hit&#039;&#039;&#039; (there is only one molecule that can be called aspirin). Some of the searches above may provide many more! You will need to use your own initiative to find out what the actual molecular structure of aspirin is. Once you have that single hit, find out how many times its  &#039;&#039;&#039;MP&#039;&#039;&#039; (melting point) has been reported, and view all the various values.  You should notice something very odd indeed!  Make a notice of what you observe, and return to this mini project later on. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Converting a 2D structure definition to a  3D set of coordinates ==&lt;br /&gt;
&lt;br /&gt;
The preceding searches were all effectively conducted on  two-dimensional molecules, where we only needed to know how the atoms were connected (in effect the  Lewis valence structure).  As a prelude to moving into three dimensions,  we will illustrate how a 2D search can be used to generate a  3D structure.&lt;br /&gt;
&lt;br /&gt;
* You can use the on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina service to convert a (1D) SMILES string to 3D molecular coordinates].&lt;br /&gt;
*# Under options, paste the SMILES string, enter a name, and select 3D structure viewer automatically loaded.&lt;br /&gt;
*# Click on Generate 3D structure. A window appears, and after about 20-30 seconds, a structure does as well. At the bottom, click on &amp;quot;Click to download this structure in PDB file format&amp;quot;, whereupon a full window diagram appears. Save the molecule as above.&lt;br /&gt;
&lt;br /&gt;
== 3D structure searching of the Cambridge Crystallographic database ==&lt;br /&gt;
&lt;br /&gt;
Our final search type is now of a database which stores &#039;&#039;&#039;three-dimensional&#039;&#039;&#039; information about molecules.  This is where you can infer all sorts of interesting properties about the bonding, the properties and the potential reactivities of molecules. You will be searching the &#039;&#039;&#039;Cambridge Crystal Structure Database&#039;&#039;&#039;. There are three entry points for this; one local, one via the  Web and one via the national &#039;&#039;&#039;chemical database service&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Local invocation of the Cambridge Crystal Structure Database ===&lt;br /&gt;
The local based search described below  is feature complete and fast. You may also want to try out the  [http://webcsd.ccdc.cam.ac.uk/ WebCSD service], which needs only a web-browser.&lt;br /&gt;
#[[Image:MgBr2.jpg|right|120px]][[Image:ti1.jpg|right|100px]][[Image:PtCl.jpg|right|100px]][[image:1-4.jpg|right|250px|Molecules 1-4]]Select &#039;&#039;&#039;Conquest&#039;&#039;&#039; from the &#039;&#039;&#039;Start/Programs&#039;&#039;&#039;  menu. You will have to reply:&lt;br /&gt;
##&#039;&#039;&#039;yes&#039;&#039;&#039; to the question about certificates,&lt;br /&gt;
##enter first your username, then &lt;br /&gt;
##your password at the two prompts (both of which appear to ask for a password!). &lt;br /&gt;
##Next, &#039;&#039;&#039;accept&#039;&#039;&#039; the license agreement and &lt;br /&gt;
##&#039;&#039;&#039;accept&#039;&#039;&#039; the suggested location for storing the directory. &lt;br /&gt;
##Enter the Site No. as &#039;&#039;&#039;183&#039;&#039;&#039; and the  confirm code as &#039;&#039;&#039;8FDCE4&#039;&#039;&#039; (2013 release)&lt;br /&gt;
##Click &#039;&#039;&#039;register online&#039;&#039;&#039;. &lt;br /&gt;
##These prompts are a one-off, and you will not need to do these steps again. &lt;br /&gt;
#In the {{Pdf|FoundationTutorialproblems09.pdf|foundation tutorial problems}},  question 2 asks you to arrow-push the reaction  Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O + MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; → Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O-MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. Here we will pose the question: what is the  3D geometry of the product of this reaction?  You will search for it using Conquest.   Does the result surprise you? (Hint: TOQKIT)&lt;br /&gt;
#Nucleophilic addition to an amide is the prototype of how peptides, proteins and enzymes are broken down in metabolic processes  (or using e.g. biological washing powders).  The mechanism involves a species known as a &#039;&#039;&#039;tetrahedral intermediate&#039;&#039;&#039; (right), which is normally considered so unstable that it is rarely detected during the reaction. Nevertheless, can you find any examples of such species in the Cambridge database? &lt;br /&gt;
#Cis-Platin is a well known anti-cancer drug. The &#039;&#039;active ingredient&#039;&#039; is the initial hydrolysis product, shown on the right. Can you find any examples of this  &#039;&#039;&#039;active intermediate&#039;&#039;&#039; in the  database which contain this sub-structure?  What happens if you change the  Pt to a &#039;&#039;&#039;wild-card&#039;&#039;&#039; indicating the central metal could be any of the group known as  &#039;&#039;&#039;8Z&#039;&#039;&#039; (from the &#039;&#039;&#039;more&#039;&#039;&#039; button of the editor, select &#039;&#039;&#039;other elements&#039;&#039;&#039;  and from there click on the orange box labelled  &#039;&#039;&#039;8Z&#039;&#039;&#039;). &lt;br /&gt;
#Are there any other  &#039;&#039;&#039;reactive intermediates&#039;&#039;&#039; you might have identified from your arrow-pushing workshop which you might search for?&lt;br /&gt;
#When you have finished the above examples, try entering one of the four lab-course molecules shown to the left, exactly as drawn above. For  &#039;&#039;&#039;3&#039;&#039;&#039; specifically, if you draw explicit hydrogens attached to the &#039;&#039;vinyl&#039;&#039; group at the top of the molecule and repeat the search, what difference is there? &lt;br /&gt;
#*How many hits do you get?  &lt;br /&gt;
#*Note the 6-8 letter identifier for the structure you are interested in (for example, for molecule  &#039;&#039;&#039;3&#039;&#039;&#039; above, it should be  XAYFEI, XAYFEI01 and  XAYFEI02).&lt;br /&gt;
#*Save the 3D coordinates in PDB or CIF format via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, decide how you want to select entries, specify one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;. Inspect the structure by double clicking the file created, to be found on drive &#039;&#039;&#039;L:&#039;&#039;&#039;&lt;br /&gt;
#You &#039;&#039;&#039;may&#039;&#039;&#039; now have two versions of any of these four molecules; one a direct experimental structure, and one assembled by the  [http://www.molecular-networks.com/online_demos/corina_demo.html Corina]  program.  How do these differ? Concentrate in particular on compounds &#039;&#039;&#039;1&#039;&#039;&#039; and  &#039;&#039;&#039;2&#039;&#039;&#039; above right!&lt;br /&gt;
#Later on in your course, you may use such coordinates to create an entry in a Wiki page, much like that rotating below.&lt;br /&gt;
&lt;br /&gt;
===An advanced 3D Search. ===&lt;br /&gt;
Try the following. The objective will be to find any short interactions between the H of an OH group and the centroid of a phenyl ring as the electron donor (a very unusual type of &amp;amp;pi;-facial hydrogen bond). Proceed as follows:&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
# Open Conquest and invoke the &#039;&#039;&#039;Build Queries/Draw&#039;&#039;&#039; option&lt;br /&gt;
# Deposit a benzene ring from the template which should appear on the left&lt;br /&gt;
# Click on &#039;&#039;&#039;ADD 3D&#039;&#039;&#039;, select all the six carbon atoms in turn (they will go green) and define a centroid.  A defined object labelled  &#039;&#039;&#039;CENT1&#039;&#039;&#039; now shows. Press Done.&lt;br /&gt;
# Back in &#039;&#039;&#039;Draw&#039;&#039;&#039; mode, select a  H and deposit it as an isolated atom. Then select O  and draw a bond from it to the H to get an OH. In this system, any undefined valence is &#039;&#039;&#039;wild&#039;&#039;&#039;, ie any group can be attached to the  O of the OH.&lt;br /&gt;
# In &#039;&#039;&#039;ADD 3D&#039;&#039;&#039; mode again, click first on the &#039;&#039;&#039;H&#039;&#039;&#039; of the OH group, then on &#039;&#039;&#039;CENT1&#039;&#039;&#039; in the list of defined objects. A green line connecting the two appears. When a &#039;&#039;&#039;Valid parameter&#039;&#039;&#039; entry named &#039;&#039;&#039;Distance&#039;&#039;&#039; appears, click on &#039;&#039;&#039;Define&#039;&#039;&#039;.&lt;br /&gt;
# Select &#039;&#039;&#039;Intramolecular&#039;&#039;&#039; from the &#039;&#039;&#039;Choose distance type&#039;&#039;&#039; menu, OK, then &#039;&#039;&#039;Options&#039;&#039;&#039;, enter 2.0 - 2.4 as the range of distances and &#039;&#039;&#039;Separated by 5 - 999&#039;&#039;&#039; bonds. Hit &#039;&#039;&#039;OK&#039;&#039;&#039; and then &#039;&#039;&#039;Done&#039;&#039;&#039;. Your search query is summarized in a cyan box at the top right of the draw window.&lt;br /&gt;
# Select &#039;&#039;&#039;Search&#039;&#039;&#039;, tick the 3D Coordinates determined box and &#039;&#039;&#039;Start Search&#039;&#039;&#039;. This search should proceed at the rate of about 1% per second. You should get 20 hits.&lt;br /&gt;
# View entries via &#039;&#039;&#039;3D Visualiser&#039;&#039;&#039;. Note the so-called &#039;&#039;&#039;REFCODES&#039;&#039;&#039;. Note &#039;&#039;&#039;[[Coursework#Enantiomers_vs_Diastereomers_Part_1:_Butanes_and__Helicenes.|CIYSIM]]&#039;&#039;&#039; in particular!&lt;br /&gt;
#A right-mouse click in the blue window of the 3D Visualiser will enable you to set  &#039;&#039;&#039;spacefill&#039;&#039;&#039; mode, and to inspect whether any two atom spheres inter-penetrate each-other indicating an attractive interaction between them.&lt;br /&gt;
# Save the coordinates of any selected hits via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, Select PDB or CIF as the format, all selected entries, one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;.&lt;br /&gt;
# The files will appear on your L: drive. Double click to open up the WebLab Viewer Pro or Mercury program, and resave them if you wish as an MDL Molfile rather than PDB.&lt;br /&gt;
# If you want to explore further, define an NH bond rather an OH bond (you might need to increase the distance range to eg 2.0 - 2.5).&lt;br /&gt;
# Try this with centroids to other &amp;amp;pi;-electron rich systems, such as an alkyne, alkene, or other rings such as cyclopentadienyl, etc.&lt;br /&gt;
#Go to your network drive N: or L: (i.e. username on neon.ch.ic.ac.uk) and double click any .PDB or .CFIF or .MOL files to view the molecule again. &lt;br /&gt;
# Or, instead of H-O,  just put e.g. Na (metal arene interactions are hugely important biologically).  You may need to define a rather longer distance range. Experiment  by trying various sets of values.&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&amp;lt;jmolApplet&amp;gt;&amp;lt;title&amp;gt;CIYSIM&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&lt;br /&gt;
&amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&amp;lt;script&amp;gt;zoom 150;spin 3;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== The National  Chemical Database Service ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;CDS&#039;&#039;&#039; is a national service (located as it happens in  Daresbury, near Warrington) which offers a range of database services to the  UK community.  To access this service, follow the [http://cds.dl.ac.uk/cgi-bin/reg/undergrad?sites=Select+Site&amp;amp;SITE=imperial-cds0091 instructions] here (this is necessary to ensure UK usage only and to monitor that usage as part of justifying a national resource).  You will be sent a  CDS registration account and password by email. You can then use this account in two ways&lt;br /&gt;
#Invoke  &#039;&#039;&#039;ConquestD&#039;&#039;&#039; (rather than Conquest) from the  Windows start menu and proceed as above, but supply your new  CDS account instead of your Imperial account.&lt;br /&gt;
#Invoke the CDS portal [https://cds.dl.ac.uk/ here] using your  CDS account to log in.   It offers many alternative services (including searches for spectral data) as well as a simplified crystal search. Explore in your own time!&lt;br /&gt;
&amp;lt;!--This part of the course shows you how you can create a Wiki(pedia)-like article on a chemical topic including some molecular information (such as &#039;&#039;e.g.&#039;&#039; coordinates for a rotatable model). The objectives in this part of the course are &lt;br /&gt;
* to learn how to create a simple Wiki page. This is &#039;&#039;&#039;much simpler and quicker&#039;&#039;&#039; than creating a Web page by writing HTML (Wiki is apparently the Hawaiian for &#039;&#039;quick&#039;&#039;). The Wiki is used by some laboratory courses for submitting student reports.&lt;br /&gt;
* to experiment with some simple  Wiki extensions as described in sections  3.2 - 3.8 below. There are of course many other features in the full  Wiki which you can also experiment with if you wish (including e.g. installing additional useful templates).&lt;br /&gt;
== Setting up FireFox and  Creating your own  Wiki page ==&lt;br /&gt;
#[[Image:report12345.jpg|left|thumb|The editing environment]][[Image:exception1.jpg|right|thumb|Security exception]]Start the process by opening Firefox as a Web browser, and install [https://addons.mozilla.org/en-US/firefox/addon/748 Greasemonkey For Firefox] (this is done on a per user basis, and is &#039;&#039;&#039;optional&#039;&#039;&#039; if you want to have your  Wiki interface look a little more similar to  Word) followed by an install of  [http://en.wikipedia.org/w/index.php?action=raw&amp;amp;ctype=text/javascript&amp;amp;title=User:Cacycle/wikEd.user.js wikEd].&lt;br /&gt;
*You will now need to create your own page on this Wiki. Firstly, [[special:userlogin|login]] to the  Wiki using your College ID and password.  &lt;br /&gt;
**If the  browser asks you to add a security exception, do so (this is induced in part by using  &#039;&#039;&#039;imperial&#039;&#039;&#039; rather than  &#039;&#039;&#039;ic&#039;&#039;&#039; in the URL &#039;&#039;https://www.ch.ic.ac.uk/wiki/&#039;&#039; used to start up the wiki page) and proceed to &#039;&#039;&#039;view/confirm&#039;&#039;&#039; the certificate. &lt;br /&gt;
**[[Image:mywiki.jpg|left|thumb|Starting your Wiki page]][[Image:wxyz1234.jpg|left|Creating a report page]]After login, the top right of the browser window will display your login ID. Click on this to start editing your page. If you chose to invoke the wikEd extra above, you should now get a richer additional toolbar along the top of the page which you can use for editing  (but only with Firefox;  it will not work with  Internet Explorer). &lt;br /&gt;
*If you want to create another empty page, then  on the address entry bar of the browser, enter something like the following: {{Fontcolor1|yellow|black|&amp;lt;nowiki&amp;gt;http://www.ch.ic.ac.uk/wiki/index.php/it08:wzyz1234&amp;lt;/nowiki&amp;gt;}} where  &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is unique to you. &#039;&#039;&#039;Do not forget this string&#039;&#039;&#039;. If &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is indeed unique (as it must be), the system will respond as shown on the right. If not, try another  (hopefully more unique) string.  When you succeed, proceed to edit the page.  If you forget the name of your page, invoke [[Special:Contributions|this page to find it]].&lt;br /&gt;
=== Preview/Save ===&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; When you want to see the effect of any particular edit, press &#039;&#039;&#039;preview&#039;&#039;&#039;.  But remember every 1-3 previews to  &#039;&#039;&#039;save&#039;&#039;&#039; the page.  This means that if the browser were to crash, you would not  have lost anything. This is the same good practice that one also follows when editing  conventional  documents.&lt;br /&gt;
&lt;br /&gt;
=== Simple Wiki Editing instructions ===&lt;br /&gt;
There are just a few simple rules for creating effects. In what follows below, anything appearing in a grey box can be copied and pasted into your own wiki. If you have logged in, each section will also have an edit button next to it, and by invoking this, you can always  &#039;&#039;&#039;reverse-engineer&#039;&#039;&#039; what you see and use it for your own purposes.&lt;br /&gt;
*# Headers are indicated by balanced = signs (one for a top level, two for the next, and so on)&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Bold is indicated by balanced &#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;signs&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Italic is indicated by balanced &#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;signs&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# You can use the little menu items at the top to achieve these effects&lt;br /&gt;
*# Each item in an intended list is prefaced by * or #&lt;br /&gt;
*# Chemical effects, i.e. &amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt; and &amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt; are done as: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; and &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; or by invoking the wikEd buttons on your browser.&lt;br /&gt;
* See the effects of what you have done by selecting &#039;&#039;&#039;Show Preview&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: Once satisfied the preview shows what you want, enter something descriptive into the &amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;Summary&#039;&#039;&#039; page. Once this is completed, click on &#039;&#039;&#039;Save Page&#039;&#039;&#039;. Your entry is now added to the &#039;&#039;&#039;History&#039;&#039;&#039; of the article.&lt;br /&gt;
* &#039;&#039;&#039;Images&#039;&#039;&#039;. These should be in GIF, JPG or PNG format only. Other formats (.bmp etc) are NOT allowed. They can be obtained by saving from Web pages, or taking a Screen snapshot. The latter is invoked by pressing the F13 (Print Screen) key (Windows, press ALT+F13 to snap only the active window and pasting the snapshot if necessary into an editing program (e.g. Microsoft PhotoEditor on Windows). Save the image with a sensible name (adding .gif, .jpg or .png to the name). Once created, you will need to &#039;&#039;&#039;upload (the) file&#039;&#039;&#039; to the Wiki. Click on &#039;&#039;&#039;upload file&#039;&#039;&#039; on the lhs of the Wiki page, and follow the instructions. Make a note of the name of the file (which has to be unique, and not the same as any other person&#039;s name. If you are asked to replace a file, err on the side of caution and instead rename it).&lt;br /&gt;
* To include that image in your page, navigate back to your page and enter the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Image:Nameofyourfile.jpg|thumb|right|200|Description of image]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;where left|right indicates the alignment you wish. Inclusion of &#039;&#039;&#039;thumb&#039;&#039;&#039; produces a thumbnail which can be expanded by clicking on it. The name should correspond to that of the file that you have &#039;&#039;&#039;uploaded&#039;&#039;&#039; using the Wiki menu on the left hand side.&lt;br /&gt;
* To add hyperlinks to other Web pages, paste the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.ch.ic.ac.uk/local/it/ CIT Web pages]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To add links to other pages in the departmental Wiki,&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Organic:pericyclic_historical|Description of page]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  Including  Molecules  ==&lt;br /&gt;
* To include molecule coordinates in a Wiki, save as a Molfile (.mol) or PDB (.pdb) or CIF (.cif) created using [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] or obtained from a [[It:coursework#3D_structure_searching_of_the_Cambridge_Crystallographic_database|Cambridge crystal structure database]]. Upload the file using the menu on the lhs of this display, and then invoke the name of the file as shown below: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;uploadedFileContents&amp;gt;name-of-your-uploaded-molecule-file.pdb&amp;lt;/uploadedFileContents&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; (or .mol or .cif).&lt;br /&gt;
=== Simple Molecule Display ===&lt;br /&gt;
Select and copy the text to the right of the molecule box and paste it into your own wiki page. then click preview to see if it works. Once you have gotten this working, you can try with your own molecule, and then your own scripts.  In the script below, &#039;&#039;&#039;cpk -25;&#039;&#039;&#039; sets the atom size to ball and stick instead of spacefilling. &#039;&#039;&#039;Important&#039;&#039;&#039;. Make sure when you paste the code below into your Wiki page that it is not corrupted in any way (ie that you miss a line off at the top or bottom).  If you only paste a part of the below in, you will get an  &#039;&#039;&#039;XML error&#039;&#039;&#039; which is not easy to recover from. You should carefully preview the page, and not save it until you are absolutely sure that the code below has been inserted correctly. It is not in general possible to include such rotatable molecules in e.g. Microsoft  Word.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
 &amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Advanced Molecule Display ===&lt;br /&gt;
For a manual of the complete Jmol commands [http://chemapps.stolaf.edu/jmol/docs/ see here]. The key line to edit is the text enclosed &amp;lt;script&amp;gt;as script&amp;lt;/script. For example, the script below turns the  CPK mode on and off, and measures the length between two atoms. To obtain the index number of the atoms you want to measure, hover the mouse cursor over the atom until a &#039;&#039;popup&#039;&#039; appears with the information. If you cite three or four atoms, the corresponding angle or torsion will be measured.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
    &amp;lt;jmolAppletButton&amp;gt;&amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
    &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
   &amp;lt;jmolAppletButton&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* A useful construct, a &#039;&#039;&#039;template&#039;&#039;&#039; to enter a DOI, is invoked thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{DOI|value-of-the-DOI}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
which produces the effect {{DOI|10.1021/ja9825332}}. If you have found an original reference to the literature, you should cite it via its DOI, as illustrated in the next section.&lt;br /&gt;
*Another useful template is that used to include {{pdf|groups.pdf|Acrobat}} documents within a Wiki using the template&amp;lt;br /&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{pdf|name-of-uploaded-acrobat.pdf|description-of-Acrobat-file}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Many other (chemical) templates have been developed in the Wiki communities, predominantly for expressing data and other information about molecules, and this is one aspect where older-style report writing formats such as  Microsoft Office are less effective.&lt;br /&gt;
&lt;br /&gt;
==References ==&lt;br /&gt;
*This shows how citations&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;W. T. Klooster, T. F. Koetzle, Per E. M. Siegbahn, T. B. Richardson, and R. H. Crabtree, &#039;&#039;J. Am. Chem. Soc.&#039;&#039;, &#039;&#039;&#039;1999&#039;&#039;&#039;, &#039;&#039;121&#039;&#039;, 6337–6343.  {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt; can be added to  text&amp;lt;ref&amp;gt;A. H. Lipkus, Q. Yuan, K. A. Lucas, S. A. Funk, W. F. Bartelt, R. J. Schenck, and A. J. Trippe, &#039;&#039;J. Org. Chem.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;73&#039;&#039;, 4443–4451.  {{DOI|10.1021/jo8001276}}&amp;lt;/ref&amp;gt; to produce a nice effect. To give a reference a unique identifier, use &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;None&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. You can then refer to the same footnote again by repeating the tag  with the same name.&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;none&amp;lt;/ref&amp;gt; The text inside the second tag doesn&#039;t matter, because the text already exists in the first reference (but it cannot be blank).  Collected citations appear below here:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example of adding a citation &amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;Traditional form, here, then {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To insert more examples of this code into your own page,  log-in to the Wiki, and select the link to the [edit] link that appears on the rhs of this page against this section.  Select/Copy the text that appears in the editing window, and paste it into  your own page.&lt;br /&gt;
*Although including citations in this manner  does not allow the powerful library features of  EndNote, more advanced versions of the  Wiki (the Semantic Wiki) do allow such components to be &#039;&#039;&#039;transcluded&#039;&#039;&#039; into a Wiki page (i.e. in effect the citations are generated dynamically from a separate database).&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Help:Table Tables] can be created thus:&lt;br /&gt;
 {| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&lt;br /&gt;
Copy the below into your page to create a Table template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
To access the code required to produce these tables,  you can also log-in to the  Wiki and click on the  &#039;&#039;&#039;Edit&#039;&#039;&#039; link that appears against this section on the rhs of the screen. Select/copy the text that appears in the editing window, and then paste it into your own window.&lt;br /&gt;
&lt;br /&gt;
== Math and Equations==&lt;br /&gt;
You may have need to express some simple [http://meta.wikimedia.org/wiki/Help:Formula equations] on the  Wiki. This is currently supported only using  a notation derived from &#039;&#039;&#039;LaTeX&#039;&#039;&#039;, and as with the  Jmol insertion above, is enabled within a &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; field inserted using the default editor (the SQRT(n) button), and producing  effects such as: &lt;br /&gt;
*&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;\begin{pmatrix}aa+bc &amp;amp; ac+cd \\ab+bd &amp;amp; bc+dd \end{pmatrix}&amp;lt;/math&amp;gt; &lt;br /&gt;
*&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;; &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;;  &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is possible to  produce the required  LateX markup using  GUI-editors such as  MathType etc.&lt;br /&gt;
&lt;br /&gt;
Trying combining some of the above by including a molecule and some  math and references  &#039;&#039;within a cell&#039;&#039; of a table.&lt;br /&gt;
&lt;br /&gt;
== Discussion and History ==&lt;br /&gt;
Each Wiki  page has a &#039;&#039;&#039;history&#039;&#039;&#039;.  If you make a mess of a page, you can always revert to an earlier version via the  History feature. Each page also has a discussion, where you and others can debate discuss some aspect of the topic.&lt;br /&gt;
&lt;br /&gt;
== Converters to the Wiki format: ==&lt;br /&gt;
&lt;br /&gt;
You can also convert a  Word document. Open it  in &#039;&#039;&#039;OpenOffice&#039;&#039;&#039; (rather than the Microsoft version) and &#039;&#039;&#039;export&#039;&#039;&#039; as Mediawiki. Open the resulting .txt file in eg  WordPad, select all the text, copy, and then paste this into the Wiki editing page. You will still have to upload the graphical images from the original  Word document separately.&lt;br /&gt;
#[http://download.openoffice.org/ OpenOffice 2.4/3.0] can read .doc documents and export them to MediaWiki.&lt;br /&gt;
#There is also a [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML to  Wiki] converter which you can use to import an existing  Web page into a  Wiki.&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
the following is a compilation of errors occasionally encountered.  We hope to add to this list.  If you encounter  &#039;&#039;&#039;reproducible&#039;&#039;&#039; error, and work out a fix for it, do please add it here yourself.&lt;br /&gt;
&lt;br /&gt;
*A frequent error is forgetting to go from &#039;&#039;&#039;preview&#039;&#039;&#039; to &#039;&#039;&#039;save&#039;&#039;&#039; before exiting the  browser.  When you return, all the un-saved content of the page will be lost.&lt;br /&gt;
*Sometimes in  Firefox, the  rotating molecule is replaced by a small {{fontcolor1|red|white|X}} instead. You should get the same if you go to this [http://java.com/en/download/help/testvm.xml test page]. If this is the case, you might find that pressing the  &#039;&#039;&#039;ctrl&#039;&#039;&#039; and &#039;&#039;&#039;F5&#039;&#039;&#039; keys simultaneously might clear the  error and restore the molecule to you. If that does not work, restart the  Firefox browser. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Further tutorials based on  3D crystal structures  ===&lt;br /&gt;
&lt;br /&gt;
These can be viewed [http://www.ccdc.cam.ac.uk/free_services/teaching/modules/teaching_webcsd/toc.html here].&lt;br /&gt;
&lt;br /&gt;
=Continuation of CIT skills=&lt;br /&gt;
The skills developed during these workshops will be in almost constant use throughout your course; you are encouraged to keep this up to date and to make use of these skills while writing lab reports and other coursework assignments.  As with anything in the digital world, progress is being made all the time with new search engines, new search algorithms, new software.  This also means that other searches and software are retired to make way for, newer more efficient tools.  This wiki will be a long-term reference which you can refer to and even update, and you are urged to keep it as a bookmark.&lt;br /&gt;
&lt;br /&gt;
== Software for your own computer ==&lt;br /&gt;
&lt;br /&gt;
*The department  has a  Site License for a program system called  [http://scistore.cambridgesoft.com/sitelicense.cfm?sid=948 ChemBio3D] (which includes ChemDraw for both  Windows and  Mac), the terms of which allow individual undergraduates to acquire a copy of the program and to install it on their personal  computer. The license is an annual one. &lt;br /&gt;
*[http://www.straightrunning.com/XmingNotes/ Xming] for accessing the Conquest data base.&lt;br /&gt;
*Programs such as  Microsoft  Office can be licensed via [http://www.microsoft.com/student/discounts/theultimatesteal-uk/default.aspx an academic license for £69.99].&lt;br /&gt;
*[https://directory.adeptscience.co.uk/products/search/1/1/474/cat474.html EndNote student edition] retails for  £85.00. Alternatively, try RefWorks (usually $100/year but &#039;&#039;&#039;free&#039;&#039;&#039; for Imperial students through [http://www3.imperial.ac.uk/library/digitallibrary/athensandukfed AthensDA]) It is a slightly simpler web-based program. A comparison between both can be found [http://library.princeton.edu/help/comparison.php here] (Princeton University). You should note that the  WOS system supports  Endnote directly, but requires a more complicated procedure for using  RefWorks or Mendeley.&lt;br /&gt;
*A further list of software may be found [[It:software-2011|here]], including other programs you can install on your personal computer which you may find useful.&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442785</id>
		<title>It:coursework-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442785"/>
		<updated>2014-10-11T13:24:20Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Software Familiarity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Overall Objectives of CIT workshops=&lt;br /&gt;
&lt;br /&gt;
The Computer lab  (formally booked for your group, A1, A2, B1, B2, C1, C2) is for your course work and you have priority over other users at these times.  You are of course free to use the computers outside these times for course work, but on a first-come-first served basis and only if another course is not running. You can also use the computers located in the study area and you have access to 24 hour opening in the central library. All &amp;quot;Chemistry Software&amp;quot; should be available also in the Library to your user account. If you find that something is not immediately available, please do get in touch with the ICT Helpdesk. During the lab time allocated for the IT course, you will be expected to achieve the following objectives:&lt;br /&gt;
&lt;br /&gt;
# Accessing  course and laboratory notes and using scientific  journals to support lectures&lt;br /&gt;
# Using &#039;&#039;&#039;Word&#039;&#039;&#039; in combination with the &#039;&#039;&#039;EndNote&#039;&#039;&#039; bibliographic database and &#039;&#039;&#039;ChemDraw&#039;&#039;&#039; to write  laboratory reports and essays&lt;br /&gt;
# Learn to use various bibliographic chemistry search systems&lt;br /&gt;
# Learn to conduct molecular structure-based search systems&lt;br /&gt;
# Applying these searches to the requirements of a laboratory course&lt;br /&gt;
&lt;br /&gt;
You should of course appreciate that the distinction between lectures and labs is rather artificial, and any database which you might use for one is certainly useful for the other as well.&lt;br /&gt;
&lt;br /&gt;
=Self-Study - Software Familiarity=&lt;br /&gt;
&lt;br /&gt;
There are a number of programs with which you will use throughout your study at Imperial College, and the aim of these sessions is to give you an introduction to some of the packages, as well as explaining what the other packages do.  In order to gain the most from your two workshop sessions, you are urged to complete the following section &#039;&#039;&#039; &amp;lt;u&amp;gt;before you come to the workshop sessions&amp;lt;/u&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Before you come to the workshop sessions...==&lt;br /&gt;
&lt;br /&gt;
...there are a few exercises you should perform to ensure you are familiar with the operation of the computer systems available on campus.&lt;br /&gt;
* Check your login works; if you are browsing on a campus computer, then you will have already logged in. If you are accessing from your own computer, ensure that you can sign into your [https://exchange.imperial.ac.uk campus email account] through the [https://exchange.imperial.ac.uk web interface].&lt;br /&gt;
* Using the &#039;&#039;&#039;FireFox&#039;&#039;&#039; web browser (Firefox is better at handling chemistry search packages than Internet Explorer, and can be more reliable especially when running Java applets), you should be browsing this ChemWiki (home page URL of ChemWiki: &amp;lt;tt&amp;gt;http://www.ch.ic.ac.uk/wiki/&amp;lt;/tt&amp;gt;). It should be listed in the Bookmarks menu of department cluster computers; you may wish to add it to the bookmarks of your own computer also.&lt;br /&gt;
* You will be using  Firefox to browse the pages of a  [http://en.wikipedia.org/wiki/Wiki Wiki].  There is only one suggestion for browsing these pages that  you might wish to follow. When encountering a hyperlink, as in the preceding link describing what a Wiki is, you will probably want to open it in a separate window or tab from the  instruction page (so that you can refer to both if the need arises). If you just click the link, it will  &#039;&#039;&#039;replace&#039;&#039;&#039; the instruction window. So, get used to clicking on the link with the  &#039;&#039;&#039;right mouse button&#039;&#039;&#039; rather than the left one.  This will then give you the option of opening the link in either a new window or a new tab of the current window.&lt;br /&gt;
&lt;br /&gt;
===Computer, Browser and Wordprocessor familiarity===&lt;br /&gt;
*[[Image:login_window.jpg|right|thumb|login window]]Log-in.  There is one important difference between using a home computer and the ones here; you need to authenticate your session with the password issued to you at registration. Check the login window looks as shown on the right, and proceed to login.&lt;br /&gt;
*[[Image:home.jpg|left|thumb|Document home]]Perhaps the single most confusing aspect for most people is what the &#039;&#039;Home&#039;&#039; icon (left) means. So let&#039;s sort this out immediately. You are working in an &#039;&#039;enterprise&#039;&#039; environment, where a fast network connects each computer to a central area for storing files. When you log in, you are granted access to your files, and on the computer desktop, the &#039;&#039;Home&#039;&#039; icon means &amp;quot;the directory where the folders and documents associated specifically with the login account are stored&amp;quot;. This is because all computers work on the metaphor of a filing system with hierarchies. Home is the top of your personal file system!  If you double click this icon, you should see YOUR files. Check this! If you get lost navigating the hierarchical directories, &amp;quot;Home&amp;quot; is always a useful way of restoring a sense of orientation. Home also has a synonym, called &amp;quot;&#039;&#039;&#039;My Documents&#039;&#039;&#039;&amp;quot;, which the operating system can sometimes display instead of Home.&lt;br /&gt;
*[[Image:o2007.jpg|thumb|right|Office 2007]][[Image:subsuper.jpg|right|thumb|Subs and Superscripts]][[Image:o2007b.jpg|thumb|left||EndNote tab]]Start Microsoft &#039;&#039;&#039;Office 2007&#039;&#039;&#039; (we will assume you still have  FireFox running).  The basic (&#039;&#039;&#039;Home&#039;&#039;&#039;) Word document work area is shown to the in the thumnail to the right (click to expand it) and you should familiarise yourself with some of the palettes. This version of the program is somewhat different from earlier versions you may already be familiar with, such as Office 2003.  In particular, open/save/print dialogs are now to be found by pressing on the Icon highlighted here with a &#039;&#039;&#039;red&#039;&#039;&#039; circle. Copy/paste operations are invoked using the icon encircled in &#039;&#039;&#039;purple&#039;&#039;&#039;. Other common operations are found to the right of these two in the taskbar, including the chemically useful &#039;&#039;&#039;subscript&#039;&#039;&#039; and &#039;&#039;&#039;superscripts&#039;&#039;&#039; (right diagram). Note also the the default document saves invokes the new &#039;&#039;&#039;.docx&#039;&#039;&#039; format, which is an XML-based type with much interesting &#039;&#039;informatics&#039;&#039; potential. If you intend sending a document to someone who is still using Word 2003 or earlier, you should instead save your document in the older &#039;&#039;&#039;.doc&#039;&#039;&#039; format (although .doc to .docx converters are available). You can also save as PDF, which is useful for project/report submission.&lt;br /&gt;
*[[Image:o2007a.jpg|left|thumb|Insert tab]]There are two other task-bars you will find useful. the &#039;&#039;&#039;Insert&#039;&#039;&#039; bar inserts a variety of other content, including pictures, tables and the like. The &#039;&#039;&#039;EndNote&#039;&#039;&#039; tab invokes a citation and reference manager, which you will use as described below (&#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: If the Endnote ribbon does not show, do the following; Go to Programs/Additional Programs/EndNote/Configure EndNote and run this script, whereupon the EndNote ribbon should appear in Word 2007).&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Practice copying text from the Firefox Browser Window to the Word document. You can do this using the Copy/Paste metaphor, or you can try the drag-n-drop mode. You will notice that whilst the text itself comes over, any formatting associated with this text (size, colour, weight etc) might not. You may also get more than you bargained for (i.e. hidden browser instructions etc.) [This copy is a one-way operation, since the FireFox window is &amp;quot;read-only&amp;quot;].&lt;br /&gt;
*[[Image:FireFox_paste.jpg|thumb|right|Save Firefox image]] &#039;&#039;&#039;Images&#039;&#039;&#039; are special when it comes to copying. Proceed as follows:&lt;br /&gt;
*# Find an image in the browser you wish to copy, and with the cursor over the top, right click (Windows) to get a menu that looks like the one on the right:&lt;br /&gt;
*# If one of the options is &#039;&#039;&#039;Copy image&#039;&#039;&#039;, select it. Not all browsers support this, in which case instead invoke &#039;&#039;save this image as&#039;&#039; and save it in an appropriate directory (A suitable sub-directory of Home on Windows).&lt;br /&gt;
*# With an Office Word window open, paste the image (if you copied it) or &#039;&#039;&#039;Insert/Picture/from file&#039;&#039;&#039; (if you saved it). The image will come over as its &amp;quot;real size&amp;quot;. Word will allow you to rescale it, by dragging the bottom right corner of the image. Observe carefully what happens if you resize it to be larger as well as smaller.&lt;br /&gt;
*# Do remember how to change between windows (the technical term is that the active window is said to be &#039;&#039;on focus&#039;&#039;) by selecting the required window from its icon shown on the task bar/dock at the bottom of the screen.&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&lt;br /&gt;
&amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&amp;lt;size&amp;gt;150&amp;lt;/size&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;zoom 200; cpk -20;move 10 -20 10 0 0 0 0 0 3; delay 1;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|Not everything is always &amp;quot;copyable&amp;quot;. Some apparent images are in fact produced by an &amp;quot;applet&amp;quot; [http://wiki.jmol.org:81/index.php/MediaWiki embedded] in the browser. This includes most conspicuously chemical diagrams, such as may often be found on these course notes. Here a copy or a save operation may not produce the effect you desire.&lt;br /&gt;
|}&lt;br /&gt;
* Practice naming and saving document files to your &#039;&#039;Home&#039;&#039; (Drive H: on Windows) or a removable medium such as a FlashDrive.&lt;br /&gt;
* Practice finding files and documents from these various locations. [It frequently happens that they do not get saved where you think, and finding such lost files is skill you need to acquire rapidly!] Note however that finding  &#039;&#039;&#039;content&#039;&#039;&#039; of files may be very slow. Windows Desktop Search is  &#039;&#039;&#039;NOT&#039;&#039;&#039; activated on College systems.&lt;br /&gt;
* [http://www.ch.ic.ac.uk/local/email/ Practice setting up E-mail], sending a document as an attachment (to yourself) and good e-mail housekeeping and etiquette. &lt;br /&gt;
=== Configuring storage for your document libraries ===&lt;br /&gt;
&lt;br /&gt;
Programs such as  &#039;&#039;&#039;EndNote&#039;&#039;&#039;, &#039;&#039;&#039;Mendeley&#039;&#039;&#039;, &#039;&#039;&#039;iTunes&#039;&#039;&#039; store document collections in the form of libraries.  These can get quite big over the course of time, and so its important to store them correctly.&lt;br /&gt;
&lt;br /&gt;
==== EndNote ====&lt;br /&gt;
&lt;br /&gt;
When you open  EndNote for the first time, it will offer the opportunity to create a new library.  You should save it in the location e.g. Computer =&amp;gt;  &#039;&#039;&#039;userid(\\icfs18.cc.ic.ac.uk) (M:)&#039;&#039;&#039; Thereafter you can set it to open this library when the program starts.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley ====&lt;br /&gt;
&lt;br /&gt;
Open the program and invoke &#039;&#039;&#039;Tools/Options/File Organiser&#039;&#039;&#039; and  select drive  M: for the library.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Edit/Preferences/Advanced&#039;&#039;&#039;  and set the  iTunes Media folder location to M: (or other if  M: is already full). Also tick  &#039;&#039;&#039;Copy files to  iTunes Media folder when adding to library&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You may find it advantageous to start working through the Workshop material below in advance of your scheduled workshop as it will allow you to identify any problem areas upon which you can concentrate with a demonstrator.&lt;br /&gt;
&lt;br /&gt;
==Start of Workshop material==&lt;br /&gt;
The material which follows is intended to be the start of what is covered in the workshops and for which support will be available. This does not mean that the work cannot be done outside of the allocated workshop time; in fact you are &#039;&#039;&#039;positively encouraged to continue working through the material&#039;&#039;&#039; at your leisure.  The notes here are intended to be a continuous point of reference throughout your course as you will continue to use many of these software packages for the next 3-5 years at least!&lt;br /&gt;
&lt;br /&gt;
== Combined Word/ EndNote Familiarity  ==&lt;br /&gt;
This section will illustrate how the functionality of Word can be extended using a citation or reference manager. First, you will need to generate some citations, and this will be done using a  database known as  Web of Science, and with the objective of finding out a about &#039;&#039;&#039;&#039;&#039;penicillin&#039;&#039;&#039;&#039;&#039; and its &#039;&#039;&#039;&#039;&#039;conversion to cephalosporin&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== A Web of Knowledge Search ===&lt;br /&gt;
#[[Image:Endnote1e.jpg|thumb|left|WoK search]]  From the [http://wok.mimas.ac.uk/ Web-of-Knowledge] link (which you are advised to open in a separate window, using a right-click from the mouse), select the option to &lt;br /&gt;
#&#039;&#039;&#039;Connect to the ISI Web of Knowledge Service&#039;&#039;&#039;  and then select the  &lt;br /&gt;
#&#039;&#039;Web of Science&#039;&#039; tab from along the top and finally from the citation databases, narrow it down to the&lt;br /&gt;
# Science Citation Index expanded&lt;br /&gt;
#Try checking on the number of articles members of our staff (or your tutors) published in 2009 by entering their name into the  &#039;&#039;&#039;Author&#039;&#039;&#039; box. You almost certainly will need to know that first, and probably also their second initial for this to correctly identify them. Check its working by entering a string in the &#039;&#039;&#039;advanced&#039;&#039;&#039; search such as &amp;lt;tt&amp;gt;au=Spivey a* and og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
#When you have some hits, either tick individual citations, or &#039;&#039;&#039;All records on page&#039;&#039;&#039; or a span of records. &lt;br /&gt;
#Next, make sure you have  Microsoft Word running,  and  from the  &#039;&#039;&#039;EndNote X4&#039;&#039;&#039; taskbar of Word, click on &#039;&#039;&#039;Go to EndNote&#039;&#039;&#039;.  From the options offered (which you only see the first time you run  EndNote, and also, ignore prompts about EndNote Web for the time being), create a new  EndNote database, currently of course empty.&lt;br /&gt;
#[[Image:Endnote1b.jpg|right|saving a list for Endnote]]Return to the  Browser window displaying  WOS and  click on &#039;&#039;&#039;Save to EndNote&#039;&#039;&#039;.  An automated procedure should initiate, the end result of which will be that your EndNote library will now be populated by the references you have just found.    &lt;br /&gt;
#If the automated procedure does not initiate, the system will instead produce a file on your computer desktop (it may appear with the name &#039;&#039;&#039;uml_view.cgi&#039;&#039;&#039; on the desktop) which you can open directly with EndNote (see below).&lt;br /&gt;
&lt;br /&gt;
=== Inserting the citations just found into  Word using EndNote===&lt;br /&gt;
#[[Image:Endnote1a.jpg|thumb|right|Starting EndNote]]Go back to your bibliographic library in EndNote and before anything happens to it, save it to your M: drive as described above.&lt;br /&gt;
#Via &#039;&#039;&#039;Edit/preferences/Libraries&#039;&#039;&#039; select to load this database upon startup, thus dispensing with subsequent startup dialogs (it will in fact  default to opening the most recently used library).  &lt;br /&gt;
#[[Image:endnote-style.jpg|thumb|left|Checking the  style setting]]From &#039;&#039;&#039;Edit/Output style/Open Style Mananger&#039;&#039;&#039;, select the tick-box against  a template known as &#039;&#039;&#039;Royal Society of Chemistry&#039;&#039;&#039; (you may have to use &#039;&#039;&#039;Find by/Chemistry&#039;&#039;&#039; to locate it). From now on, always check that this style is correctly set when you open EndNote (arrow 1 to the left).&lt;br /&gt;
#If  you are importing a citation list  rather than relying on the automated procedure, then from &#039;&#039;&#039;File/Import&#039;&#039;&#039; of EndNote define the Import Option &#039;&#039;&#039;ISI-CE&#039;&#039;&#039; in the pull down menu, or &#039;&#039;&#039;Other Filters/SciFinder (CAS)&#039;&#039;&#039; if importing  SciFinder Scholar) and import any saved datasets you created earlier from WOS or SciFinder. &lt;br /&gt;
#[[Image:Endnote1c.jpg|thumb|right|]][[Image:Endnote1d.jpg|thumb|left|Word with citations showing|]]Go back to  Word 2007, and write some text.  At an appropriate point, from the &#039;&#039;&#039;Endnote X4 taskbar tab&#039;&#039;&#039;, press &#039;&#039;&#039;Go to  EndNote&#039;&#039;&#039; when your library should be revealed (in this case containing the references you have just imported). Select the one you want to insert, and press the &#039;&#039;&#039;Insert citation&#039;&#039;&#039; tab (arrow 2 to the left).  If everything has been set up correctly, Word should insert your desired reference from your bibliographic database, formatted according to the RSC guidelines. If you rearrange the order in which the references appear in the text by cutting/pasting, the numbering at the bottom should change accordingly. If you delete a reference, it should disappear from the numbered list.&lt;br /&gt;
#Save the  Word document for future reference.  It should serve to illustrate how you will write lab reports, and later in your degree, extended essays (where you may cite  between  50-100 references). The whole point of doing it this way is that all the otherwise arduous tasks of numbering and editing the references will be automated for you.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley and other alternatives to  EndNote ====&lt;br /&gt;
[[image:refworks.jpg|thumb|right]]A significant problem with  EndNote is the cost.  This does not matter whilst you are using computers within the  College, but it does matter if  you want to use your own computer. Alternatives to using EndNote as shown above include [https://www.refworks.com/Refworks/login.asp?WNCLang=false RefWorks] (for which the client software can be downloaded without cost) and an innovative program called [http://www.mendeley.com/ Mendeley] which is available on the computers in the department. &lt;br /&gt;
&lt;br /&gt;
# If you do want to use  RefWorks, please ensure you login via the Shibboleth users option.&lt;br /&gt;
&lt;br /&gt;
==  Chemdraw Familiarity ==&lt;br /&gt;
*[[Image:unknown1.jpg|left|thumb|Click to expand image]] [[Image:taxolhsr.jpg|Taxol|right|300px]] &#039;&#039;&#039;Starting and using ChemDraw.&#039;&#039;&#039; Start Chemdraw icon from the &#039;&#039;&#039;Start/Programs menu&#039;&#039;&#039;. Practice by drawing Taxol (right). You many need a few hints and tips, and the demonstrators should be able to help  you with this.  Its easier than trying to describe the technique here (don&#039;t worry, everyone picks up Chemdraw by watching others use it!). &lt;br /&gt;
*Check that you have drawn it correctly by calculating its formula. To do this, Go to &#039;&#039;&#039;View/Show analysis&#039;&#039;&#039; window and record what you see (it should give you C&amp;lt;sub&amp;gt;47&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;51&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;14&amp;lt;/sub&amp;gt;. Mol. Weight 853.91). Do you get the same values? If you do not, you will have to try to find where the discrepancy is. Remember, if you cannot draw a structure reliably, you will not be able to search for it reliably. Using the ChemDraw application, select copy/paste the structure into a Microsoft Word window. Practice editing the structure inside the Word processor by double clicking its diagram. Practice re-scaling the ChemDraw diagram either within Word or within Chemdraw. Scaling is normally done by pointing the cursor at the bottom right hand corner (it should change shape at this point) and then &amp;quot;dragging&amp;quot; inwards or outwards to change the size. Try copying instead the Web picture (GIF format) from this Web page to Word. Put side by side with the picture of the same molecule derived from ChemDraw and experiment with scaling both. &#039;&#039;&#039;What is the difference in behaviour?&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
If you want more practice (with stereochemical wedges text positioning, etc), try the molecule on the left.  &#039;&#039;&#039;Can you identify what it is called?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Lecture  Support: Journal Familiarity ==&lt;br /&gt;
&lt;br /&gt;
You can go visit the databases of some major chemistry publishers, and track down any articles that members of this department (or other departments or your favourite Nobel prize lautreates) may have published there. You might try searching for your current lecturer, or one or more of your tutors. Go directly to one or more of the following:&lt;br /&gt;
* [http://pubs.acs.org/search/advanced The American Chemical  Society] (where you can subscribe to an  RSS feed of the search, which means you will be notified of new items)&lt;br /&gt;
* [http://www.rsc.org/Publishing/Journals/cc/index.asp The Royal Society of  Chemistry] and their premier journal  &#039;&#039;Chemical communications&#039;&#039;&lt;br /&gt;
* [http://www.nature.com/search/adv_search?sp-a=sp1001702d&amp;amp;sp-x-1=ujournal&amp;amp;sp-q-1=Nature%20Chemistry Nature  Chemistry] advanced search.&lt;br /&gt;
* [http://www3.interscience.wiley.com/journal/26737/home Wiley Interscience]  and their flagship chemistry journal  &#039;&#039;Angew. Chemie.&#039;&#039;&lt;br /&gt;
* [http://www.sciencedirect.com Science Direct]&lt;br /&gt;
&lt;br /&gt;
The navigation of these journals via their tables of contents is left for you to explore on your own. You can of course  go to an article directly by following any  DOI link that you might have found in your lecture notes or elsewhere. You should retrieve the  Acrobat  file corresponding to any articles you may have tracked down, and save them in a folder on your computer  H: drive for future use and analysis (for example with the program Mendeley). Later in your course, you may encounter lecture courses or laboratory courses which in fact require you to track down articles in the literature in this manner. It is good to start practising early.&lt;br /&gt;
&lt;br /&gt;
== Lecture Support: Named chemicals ==&lt;br /&gt;
&lt;br /&gt;
# To apply the above skills by using [http://wok.mimas.ac.uk/ WOS] to perform a comprehensive literature search on the &#039;&#039;&#039;molecule&#039;&#039;&#039; &#039;&#039;Penicillin&#039;&#039;, a &#039;&#039;&#039;reaction&#039;&#039;&#039; (&#039;&#039;its conversion to Cephalosporin&#039;&#039;), its &#039;&#039;properties&#039;&#039;, both physical (spectroscopic) and biological. Thus, type  &#039;&#039;penicillin and cephalosporin&#039;&#039; into the  &#039;&#039;&#039;Topic&#039;&#039;&#039; box and see if you can prune these down with a more elaborate search perhaps, using some of the Boolean logic shown in the lectures by invoking the  &#039;&#039;&#039;Advanced Search&#039;&#039;&#039; option. &lt;br /&gt;
#* &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (136)&lt;br /&gt;
#* &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2629)&lt;br /&gt;
##Or, try the drug &#039;&#039;&#039;Temozolomide&#039;&#039;&#039;, currently very much in the  [http://news.bbc.co.uk/1/hi/england/west_midlands/7675014.stm news] &lt;br /&gt;
##Tasimelteon ([http://news.bbc.co.uk/1/hi/health/7760105.stm time bending drug for jet lag]) or &lt;br /&gt;
##[http://news.bbc.co.uk/1/hi/health/8237530.stm Sulforaphane], which  occurs in broccoli and cauliflower and protects against heart attacks.&lt;br /&gt;
#Compare the results of one of these searches with  less specialised search engines such as &lt;br /&gt;
#*[http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar],   &lt;br /&gt;
#*[http://www.scirus.com/srsapp/advanced/index.jsp SciRus], &lt;br /&gt;
#*[http://www.bing.com/?scope=web&amp;amp;mkt=en-GB Microsoft Bing],&lt;br /&gt;
#*[http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha].  &lt;br /&gt;
&lt;br /&gt;
===  Lecture  Support: A SciFinder search instead ===&lt;br /&gt;
*The [https://scifinder.cas.org/ Scifinder Scholar] system  is available for general and student use.&lt;br /&gt;
** You cannot use your  College login for access, but must request your own login to be created.&lt;br /&gt;
*** [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar Go here to register]. You have to create yourself a login  ID.  This ID is quite independent of your College ID, and if you forget the password you  have set, you will have to recover it from the SciFinder site.   Where it asks you to identify your area of research interest, you may not want to reveal this  (we have been assured students will not get related spam sent to them) and  you might want to register an interest only in e.g. &#039;&#039;other field&#039;&#039;.&lt;br /&gt;
** Completing the registration will result in an email being sent to the email address you provide with activation instructions. &lt;br /&gt;
*** Once you have obtained an  ID,  at the [https://origin-scifinder.cas.org SciFinder site], click on  &#039;&#039;&#039;Explore References&#039;&#039;&#039; and in the  &#039;&#039;&#039;Research topic box&#039;&#039;&#039; enter  &amp;quot;Conversion of penicillin to cephalosporin&amp;quot;.  &lt;br /&gt;
** You will receive a request to accept an application digital signature at this stage, which you should accept.&lt;br /&gt;
You should get ~9 references for an exact match. This interface is supposed to use a more &#039;&#039;natural language&#039;&#039; for its search queries  (and it does not employ  Booleans). &lt;br /&gt;
** Tick the box with 9 hits and request the references. Tick the box against those you particularly wish to save for the future, and then  click on the &#039;&#039;&#039;Export&#039;&#039;&#039;  link near the top (next to print). From the dialog, set the  &#039;&#039;&#039;File Type&#039;&#039;&#039; to  &#039;&#039;&#039;Tagged Format&#039;&#039;&#039;. &lt;br /&gt;
*** You may need to allow the requested security settings in your browser (IE 8) to allow files to be saved locally. The default location for saving files is your &#039;&#039;&#039;download&#039;&#039;&#039; location. You can then import this into  EndNote using the &#039;&#039;&#039;SciFinder (CAS)&#039;&#039;&#039; import option.&lt;br /&gt;
**An alternative search might be the phrase &#039;&#039;&#039;arrow pushing formalism&#039;&#039;&#039; (can you learn about this topic from  the results found for this search?). A synonym might be  &#039;&#039;&#039;curly arrow formalism&#039;&#039;&#039;.  Does this find the same references, or a different set?&lt;br /&gt;
** You can comment on individual references and invite friends in to see your comments. This might be appropriate for when you are e.g. doing a lab experiment in pairs or groups, and wish to share a reference with them. Go to  &#039;&#039;&#039;My connections&#039;&#039;&#039; and invite the group, then add comments to relevant references.&lt;br /&gt;
** SciFinder supports more advanced features such as  Explore Substances and  Explore Reactions, but you should only investigate these when you are feeling adventurous.&lt;br /&gt;
&lt;br /&gt;
=Laboratory Support=&lt;br /&gt;
Here you will find out how to search for safety information about molecules, and then for their properties and reactions. There are two kinds of search for molecules you will have to make during lab courses.&lt;br /&gt;
# Where you have an unknown compound whose properties you have measured and you want to know if any known compound matches those properties.&lt;br /&gt;
# Where you (think you) know what the structure of your compound is, and you want to know if there are any other reports of this same compound (and whether the properties other have measured match your own).&lt;br /&gt;
&lt;br /&gt;
== A search for known physical properties using Reaxys ==&lt;br /&gt;
[[Image:Reaxys1.jpg|right|thumb|]]We will start with two examples of the first category and then move on to the rather more common second category.&lt;br /&gt;
&lt;br /&gt;
*Connect to the [http://www.reaxys.com/ Reaxys] system. You can carry out all the required course work as an &#039;&#039;anonymous user&#039;&#039;, but you will not be able to change/save any settings etc in this mode (such as e.g. changing the default structure editor to ChemDraw).&lt;br /&gt;
** If you do choose to register  at this point, be aware that if you lose/forget your password, you will need to contact  Reaxys and not local Imperial College support.&lt;br /&gt;
*Select &#039;&#039;substances and  Properties&#039;&#039;&lt;br /&gt;
**In the &#039;&#039;Properties (Advanced)&#039;&#039; box, enter the following, followed by  &#039;&#039;&#039;Search&#039;&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200&#039;&#039;&#039;&lt;br /&gt;
This means in effect, show me ANY molecule which melts at a certain temperature range (determined using a melting point apparatus), which  has a given molecular formula (determined using mass spectrometry)  and an optical rotatory power between certain values  (determined using a polarimeter).  For this example you should get exactly 1 hit, which should be to a patent. Explore the options at this point, including viewing the original source of the data ( a patent in this case).&lt;br /&gt;
* There are about  500 different properties in total which you could specify in this manner. To explore them, click on &#039;&#039;Show Fields and  Operators&#039;&#039;. This type of technique is useful for identifying an  &#039;&#039;&#039;unknown&#039;&#039;&#039; compound purely from its physical properties (Forensic science, etc).&lt;br /&gt;
** Note that some features do not always produce the expected result.  For example, the icon labelled with the arrow (right) pulls down various options, one of which is &#039;&#039;copy structure to clipboard&#039;&#039;. The clipboard contents however are  &#039;&#039;&#039;not&#039;&#039;&#039; recognised by eg Chemdraw, Word etc.&lt;br /&gt;
&lt;br /&gt;
== A search for known spectroscopic properties ==&lt;br /&gt;
&lt;br /&gt;
[[image:spectra.jpg|240px|right]]It is routine when a compound is first made to record its spectroscopic properties.  This would include the characteristic  infra-red frequencies, and the &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H and &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts. These values are shown for an unknown compound. Your task is to use the  [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS]  to try to identify what the compound is (you could of course also do this entirely logically using just your brain).  &lt;br /&gt;
#Try first entering only the  &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts (163, 141, 133, 130, 129, 128, 98 ppm, with an anticipated error of around  2ppm).  How many matches do you get? &lt;br /&gt;
#Add then the  &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H shifts (8.1,7.5,5.1,4.7 and there is an additional broad multiplet across the range 7.3-7.7 which is not entered) and see if the number of possibilities reduces.  &lt;br /&gt;
#Finally, enter the one characteristic  IR vibration (1733 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;).  Do you now get a unique answer?  Record any structure(s) you may get at this stage for future reference.&lt;br /&gt;
#Try changing the error limits for any of these properties. Thus reduce the  NMR limit from  2.0 to 1.5 to 1.0ppm, or the  IR limit to 5 or even 1 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; (in future laboratory courses, you will learn how the way the instrument works determines at least in part the accuracy with which these spectroscopic properties can be measured).&lt;br /&gt;
&lt;br /&gt;
== Reagent/Product searches for  laboratory preparations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:1-4.jpg|right|250px|Molecules 1-4]]The theme of this section is going to be the following four molecules, which you will in fact encounter in a laboratory course later in the year.  You will search for known properties of these molecules, for comparison with those you might measure in the lab, or which may provide useful discussion material for your laboratory reports.  Your first task is to generate a so-called SMILES descriptor of the molecule.  This is done most simply by drawing the molecule in  ChemDraw and using the  &#039;&#039;&#039;Edit as/Copy&#039;&#039;&#039; menu produce the SMILES or InChI-key string onto the clipboard. Here are three SMILES strings and one InCHI-key string. Can you match them up to the structures shown on the right?&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;C=CC1=CC=C(C(O[H])=O)C=C1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;O[C@H]1[C@H](OCC)CCCC1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;VSIKJPJINIDELZ-UHFFFAOYSA-N&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Search the [http://www.chemspider.com/ ChemSpider] database using a SMILES or InChI-key string as above.  What sort of information is revealed about the compound?&lt;br /&gt;
*Try reversing the search terms above (instead of  SMILEs, try generating an  InChI key, or vice versa). &lt;br /&gt;
*Try next an advanced search from the same [http://www.chemspider.com/FullSearch.aspx database].   Explore for yourself how to enter the  SMILES string and perform the search.&lt;br /&gt;
*Search the [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] using a SMILES string. Select the &#039;&#039;&#039;substructure/superstructure&#039;&#039;&#039; or the &#039;&#039;&#039;Identity/Similarity&#039;&#039;&#039; option, and then the  &#039;&#039;&#039;CID, SMILES, InChI&#039;&#039;&#039; tab, and past in one of the strings above.  Try both  &#039;&#039;&#039;80% similar&#039;&#039;&#039; and &#039;&#039;&#039;identical&#039;&#039;&#039;  if using the Similarity option). Again, explore the properties associated with each hit.&lt;br /&gt;
**You might encounter &#039;&#039;&#039;artefacts&#039;&#039;&#039;.  Thus with  &#039;&#039;&#039;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&#039;&#039;&#039;, something slightly odd happens? &lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of Drugs, inorganic and organometallic and natural products which might prove useful to you for laboratories.&lt;br /&gt;
* The series [http://www.orgsyn.org/ Organic syntheses]  contains tried and tested procedures for the synthesis of many chemicals.  However, it is quite limited, and you would be lucky to find more obscure compounds listed here. &lt;br /&gt;
=== Sigma-Aldrich Catalogues and  MSDS (Safety) information ===&lt;br /&gt;
&lt;br /&gt;
If you know  (or suspect you know) what the identity of the molecules are that you will be  handling in the laboratory, the first task is to find out any known safety information.&lt;br /&gt;
The [http://www.sigmaaldrich.com/catalog/search/AdvancedSearchPage Aldrich] catalogues can be searched for  compounds and their  associated MSDS safety sheets. This is useful for completing  [http://www.hse.gov.uk/coshh/ COSHH] forms. If you were able to obtain a name (see previous section),  see if you can now find any information on it from the  Aldrich catalogue.&lt;br /&gt;
&lt;br /&gt;
=== Reaxys ===&lt;br /&gt;
Connect to [http://www.reaxys.com/ Reaxys]  as before, but now we are going to do a structure based search, using as examples structures  &#039;&#039;&#039;1-4&#039;&#039;&#039; above. If you click in the frame labelled  &#039;&#039;Double click this frame and draw structure query&#039;&#039; you will get a default structure editor called  ChemAxon MarvinSketch.  It is a little different from Chemdraw, but should not take too much time to master. &lt;br /&gt;
# Using the structure editor, draw one of the four molecules  1-4 and invoke &#039;&#039;&#039;search&#039;&#039;&#039;.&lt;br /&gt;
# If you think you know the name of your query, type that instead in the  &#039;&#039;Generate structure from name&#039;&#039; box (e.g. &#039;&#039;&#039;Taxol&#039;&#039;&#039;, which as you have seen earlier is a challenge to draw!). You can also paste a  SMILES or InChI key into this box (try any of the four above). &lt;br /&gt;
# Try hitting  &#039;&#039;&#039;Synthesize&#039;&#039;&#039;,  but expect to be overwhelmed by the number of hits!&lt;br /&gt;
&lt;br /&gt;
=== Dictionary of organic compounds ===&lt;br /&gt;
An alternative database which works in this way is  the  [http://doc.chemnetbase.com/ Dictionary of organic compounds].&lt;br /&gt;
&amp;lt;!-- === Mini Project ===&lt;br /&gt;
&lt;br /&gt;
Define a search for &#039;&#039;&#039;aspirin&#039;&#039;&#039; using any of the methods above. You should arrive at a single  &#039;&#039;&#039;hit&#039;&#039;&#039; (there is only one molecule that can be called aspirin). Some of the searches above may provide many more! You will need to use your own initiative to find out what the actual molecular structure of aspirin is. Once you have that single hit, find out how many times its  &#039;&#039;&#039;MP&#039;&#039;&#039; (melting point) has been reported, and view all the various values.  You should notice something very odd indeed!  Make a notice of what you observe, and return to this mini project later on. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Converting a 2D structure definition to a  3D set of coordinates ==&lt;br /&gt;
&lt;br /&gt;
The preceding searches were all effectively conducted on  two-dimensional molecules, where we only needed to know how the atoms were connected (in effect the  Lewis valence structure).  As a prelude to moving into three dimensions,  we will illustrate how a 2D search can be used to generate a  3D structure.&lt;br /&gt;
&lt;br /&gt;
* You can use the on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina service to convert a (1D) SMILES string to 3D molecular coordinates].&lt;br /&gt;
*# Under options, paste the SMILES string, enter a name, and select 3D structure viewer automatically loaded.&lt;br /&gt;
*# Click on Generate 3D structure. A window appears, and after about 20-30 seconds, a structure does as well. At the bottom, click on &amp;quot;Click to download this structure in PDB file format&amp;quot;, whereupon a full window diagram appears. Save the molecule as above.&lt;br /&gt;
&lt;br /&gt;
== 3D structure searching of the Cambridge Crystallographic database ==&lt;br /&gt;
&lt;br /&gt;
Our final search type is now of a database which stores &#039;&#039;&#039;three-dimensional&#039;&#039;&#039; information about molecules.  This is where you can infer all sorts of interesting properties about the bonding, the properties and the potential reactivities of molecules. You will be searching the &#039;&#039;&#039;Cambridge Crystal Structure Database&#039;&#039;&#039;. There are three entry points for this; one local, one via the  Web and one via the national &#039;&#039;&#039;chemical database service&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Local invocation of the Cambridge Crystal Structure Database ===&lt;br /&gt;
The local based search described below  is feature complete and fast. You may also want to try out the  [http://webcsd.ccdc.cam.ac.uk/ WebCSD service], which needs only a web-browser.&lt;br /&gt;
#[[Image:MgBr2.jpg|right|120px]][[Image:ti1.jpg|right|100px]][[Image:PtCl.jpg|right|100px]][[image:1-4.jpg|right|250px|Molecules 1-4]]Select &#039;&#039;&#039;Conquest&#039;&#039;&#039; from the &#039;&#039;&#039;Start/Programs&#039;&#039;&#039;  menu. You will have to reply:&lt;br /&gt;
##&#039;&#039;&#039;yes&#039;&#039;&#039; to the question about certificates,&lt;br /&gt;
##enter first your username, then &lt;br /&gt;
##your password at the two prompts (both of which appear to ask for a password!). &lt;br /&gt;
##Next, &#039;&#039;&#039;accept&#039;&#039;&#039; the license agreement and &lt;br /&gt;
##&#039;&#039;&#039;accept&#039;&#039;&#039; the suggested location for storing the directory. &lt;br /&gt;
##Enter the Site No. as &#039;&#039;&#039;183&#039;&#039;&#039; and the  confirm code as &#039;&#039;&#039;8FDCE4&#039;&#039;&#039; (2013 release)&lt;br /&gt;
##Click &#039;&#039;&#039;register online&#039;&#039;&#039;. &lt;br /&gt;
##These prompts are a one-off, and you will not need to do these steps again. &lt;br /&gt;
#In the {{Pdf|FoundationTutorialproblems09.pdf|foundation tutorial problems}},  question 2 asks you to arrow-push the reaction  Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O + MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; → Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O-MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. Here we will pose the question: what is the  3D geometry of the product of this reaction?  You will search for it using Conquest.   Does the result surprise you? (Hint: TOQKIT)&lt;br /&gt;
#Nucleophilic addition to an amide is the prototype of how peptides, proteins and enzymes are broken down in metabolic processes  (or using e.g. biological washing powders).  The mechanism involves a species known as a &#039;&#039;&#039;tetrahedral intermediate&#039;&#039;&#039; (right), which is normally considered so unstable that it is rarely detected during the reaction. Nevertheless, can you find any examples of such species in the Cambridge database? &lt;br /&gt;
#Cis-Platin is a well known anti-cancer drug. The &#039;&#039;active ingredient&#039;&#039; is the initial hydrolysis product, shown on the right. Can you find any examples of this  &#039;&#039;&#039;active intermediate&#039;&#039;&#039; in the  database which contain this sub-structure?  What happens if you change the  Pt to a &#039;&#039;&#039;wild-card&#039;&#039;&#039; indicating the central metal could be any of the group known as  &#039;&#039;&#039;8Z&#039;&#039;&#039; (from the &#039;&#039;&#039;more&#039;&#039;&#039; button of the editor, select &#039;&#039;&#039;other elements&#039;&#039;&#039;  and from there click on the orange box labelled  &#039;&#039;&#039;8Z&#039;&#039;&#039;). &lt;br /&gt;
#Are there any other  &#039;&#039;&#039;reactive intermediates&#039;&#039;&#039; you might have identified from your arrow-pushing workshop which you might search for?&lt;br /&gt;
#When you have finished the above examples, try entering one of the four lab-course molecules shown to the left, exactly as drawn above. For  &#039;&#039;&#039;3&#039;&#039;&#039; specifically, if you draw explicit hydrogens attached to the &#039;&#039;vinyl&#039;&#039; group at the top of the molecule and repeat the search, what difference is there? &lt;br /&gt;
#*How many hits do you get?  &lt;br /&gt;
#*Note the 6-8 letter identifier for the structure you are interested in (for example, for molecule  &#039;&#039;&#039;3&#039;&#039;&#039; above, it should be  XAYFEI, XAYFEI01 and  XAYFEI02).&lt;br /&gt;
#*Save the 3D coordinates in PDB or CIF format via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, decide how you want to select entries, specify one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;. Inspect the structure by double clicking the file created, to be found on drive &#039;&#039;&#039;L:&#039;&#039;&#039;&lt;br /&gt;
#You &#039;&#039;&#039;may&#039;&#039;&#039; now have two versions of any of these four molecules; one a direct experimental structure, and one assembled by the  [http://www.molecular-networks.com/online_demos/corina_demo.html Corina]  program.  How do these differ? Concentrate in particular on compounds &#039;&#039;&#039;1&#039;&#039;&#039; and  &#039;&#039;&#039;2&#039;&#039;&#039; above right!&lt;br /&gt;
#Later on in your course, you may use such coordinates to create an entry in a Wiki page, much like that rotating below.&lt;br /&gt;
&lt;br /&gt;
===An advanced 3D Search. ===&lt;br /&gt;
Try the following. The objective will be to find any short interactions between the H of an OH group and the centroid of a phenyl ring as the electron donor (a very unusual type of &amp;amp;pi;-facial hydrogen bond). Proceed as follows:&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
# Open Conquest and invoke the &#039;&#039;&#039;Build Queries/Draw&#039;&#039;&#039; option&lt;br /&gt;
# Deposit a benzene ring from the template which should appear on the left&lt;br /&gt;
# Click on &#039;&#039;&#039;ADD 3D&#039;&#039;&#039;, select all the six carbon atoms in turn (they will go green) and define a centroid.  A defined object labelled  &#039;&#039;&#039;CENT1&#039;&#039;&#039; now shows. Press Done.&lt;br /&gt;
# Back in &#039;&#039;&#039;Draw&#039;&#039;&#039; mode, select a  H and deposit it as an isolated atom. Then select O  and draw a bond from it to the H to get an OH. In this system, any undefined valence is &#039;&#039;&#039;wild&#039;&#039;&#039;, ie any group can be attached to the  O of the OH.&lt;br /&gt;
# In &#039;&#039;&#039;ADD 3D&#039;&#039;&#039; mode again, click first on the &#039;&#039;&#039;H&#039;&#039;&#039; of the OH group, then on &#039;&#039;&#039;CENT1&#039;&#039;&#039; in the list of defined objects. A green line connecting the two appears. When a &#039;&#039;&#039;Valid parameter&#039;&#039;&#039; entry named &#039;&#039;&#039;Distance&#039;&#039;&#039; appears, click on &#039;&#039;&#039;Define&#039;&#039;&#039;.&lt;br /&gt;
# Select &#039;&#039;&#039;Intramolecular&#039;&#039;&#039; from the &#039;&#039;&#039;Choose distance type&#039;&#039;&#039; menu, OK, then &#039;&#039;&#039;Options&#039;&#039;&#039;, enter 2.0 - 2.4 as the range of distances and &#039;&#039;&#039;Separated by 5 - 999&#039;&#039;&#039; bonds. Hit &#039;&#039;&#039;OK&#039;&#039;&#039; and then &#039;&#039;&#039;Done&#039;&#039;&#039;. Your search query is summarized in a cyan box at the top right of the draw window.&lt;br /&gt;
# Select &#039;&#039;&#039;Search&#039;&#039;&#039;, tick the 3D Coordinates determined box and &#039;&#039;&#039;Start Search&#039;&#039;&#039;. This search should proceed at the rate of about 1% per second. You should get 20 hits.&lt;br /&gt;
# View entries via &#039;&#039;&#039;3D Visualiser&#039;&#039;&#039;. Note the so-called &#039;&#039;&#039;REFCODES&#039;&#039;&#039;. Note &#039;&#039;&#039;[[Coursework#Enantiomers_vs_Diastereomers_Part_1:_Butanes_and__Helicenes.|CIYSIM]]&#039;&#039;&#039; in particular!&lt;br /&gt;
#A right-mouse click in the blue window of the 3D Visualiser will enable you to set  &#039;&#039;&#039;spacefill&#039;&#039;&#039; mode, and to inspect whether any two atom spheres inter-penetrate each-other indicating an attractive interaction between them.&lt;br /&gt;
# Save the coordinates of any selected hits via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, Select PDB or CIF as the format, all selected entries, one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;.&lt;br /&gt;
# The files will appear on your L: drive. Double click to open up the WebLab Viewer Pro or Mercury program, and resave them if you wish as an MDL Molfile rather than PDB.&lt;br /&gt;
# If you want to explore further, define an NH bond rather an OH bond (you might need to increase the distance range to eg 2.0 - 2.5).&lt;br /&gt;
# Try this with centroids to other &amp;amp;pi;-electron rich systems, such as an alkyne, alkene, or other rings such as cyclopentadienyl, etc.&lt;br /&gt;
#Go to your network drive N: or L: (i.e. username on neon.ch.ic.ac.uk) and double click any .PDB or .CFIF or .MOL files to view the molecule again. &lt;br /&gt;
# Or, instead of H-O,  just put e.g. Na (metal arene interactions are hugely important biologically).  You may need to define a rather longer distance range. Experiment  by trying various sets of values.&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&amp;lt;jmolApplet&amp;gt;&amp;lt;title&amp;gt;CIYSIM&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&lt;br /&gt;
&amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&amp;lt;script&amp;gt;zoom 150;spin 3;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== The National  Chemical Database Service ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;CDS&#039;&#039;&#039; is a national service (located as it happens in  Daresbury, near Warrington) which offers a range of database services to the  UK community.  To access this service, follow the [http://cds.dl.ac.uk/cgi-bin/reg/undergrad?sites=Select+Site&amp;amp;SITE=imperial-cds0091 instructions] here (this is necessary to ensure UK usage only and to monitor that usage as part of justifying a national resource).  You will be sent a  CDS registration account and password by email. You can then use this account in two ways&lt;br /&gt;
#Invoke  &#039;&#039;&#039;ConquestD&#039;&#039;&#039; (rather than Conquest) from the  Windows start menu and proceed as above, but supply your new  CDS account instead of your Imperial account.&lt;br /&gt;
#Invoke the CDS portal [https://cds.dl.ac.uk/ here] using your  CDS account to log in.   It offers many alternative services (including searches for spectral data) as well as a simplified crystal search. Explore in your own time!&lt;br /&gt;
&amp;lt;!--This part of the course shows you how you can create a Wiki(pedia)-like article on a chemical topic including some molecular information (such as &#039;&#039;e.g.&#039;&#039; coordinates for a rotatable model). The objectives in this part of the course are &lt;br /&gt;
* to learn how to create a simple Wiki page. This is &#039;&#039;&#039;much simpler and quicker&#039;&#039;&#039; than creating a Web page by writing HTML (Wiki is apparently the Hawaiian for &#039;&#039;quick&#039;&#039;). The Wiki is used by some laboratory courses for submitting student reports.&lt;br /&gt;
* to experiment with some simple  Wiki extensions as described in sections  3.2 - 3.8 below. There are of course many other features in the full  Wiki which you can also experiment with if you wish (including e.g. installing additional useful templates).&lt;br /&gt;
== Setting up FireFox and  Creating your own  Wiki page ==&lt;br /&gt;
#[[Image:report12345.jpg|left|thumb|The editing environment]][[Image:exception1.jpg|right|thumb|Security exception]]Start the process by opening Firefox as a Web browser, and install [https://addons.mozilla.org/en-US/firefox/addon/748 Greasemonkey For Firefox] (this is done on a per user basis, and is &#039;&#039;&#039;optional&#039;&#039;&#039; if you want to have your  Wiki interface look a little more similar to  Word) followed by an install of  [http://en.wikipedia.org/w/index.php?action=raw&amp;amp;ctype=text/javascript&amp;amp;title=User:Cacycle/wikEd.user.js wikEd].&lt;br /&gt;
*You will now need to create your own page on this Wiki. Firstly, [[special:userlogin|login]] to the  Wiki using your College ID and password.  &lt;br /&gt;
**If the  browser asks you to add a security exception, do so (this is induced in part by using  &#039;&#039;&#039;imperial&#039;&#039;&#039; rather than  &#039;&#039;&#039;ic&#039;&#039;&#039; in the URL &#039;&#039;https://www.ch.ic.ac.uk/wiki/&#039;&#039; used to start up the wiki page) and proceed to &#039;&#039;&#039;view/confirm&#039;&#039;&#039; the certificate. &lt;br /&gt;
**[[Image:mywiki.jpg|left|thumb|Starting your Wiki page]][[Image:wxyz1234.jpg|left|Creating a report page]]After login, the top right of the browser window will display your login ID. Click on this to start editing your page. If you chose to invoke the wikEd extra above, you should now get a richer additional toolbar along the top of the page which you can use for editing  (but only with Firefox;  it will not work with  Internet Explorer). &lt;br /&gt;
*If you want to create another empty page, then  on the address entry bar of the browser, enter something like the following: {{Fontcolor1|yellow|black|&amp;lt;nowiki&amp;gt;http://www.ch.ic.ac.uk/wiki/index.php/it08:wzyz1234&amp;lt;/nowiki&amp;gt;}} where  &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is unique to you. &#039;&#039;&#039;Do not forget this string&#039;&#039;&#039;. If &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is indeed unique (as it must be), the system will respond as shown on the right. If not, try another  (hopefully more unique) string.  When you succeed, proceed to edit the page.  If you forget the name of your page, invoke [[Special:Contributions|this page to find it]].&lt;br /&gt;
=== Preview/Save ===&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; When you want to see the effect of any particular edit, press &#039;&#039;&#039;preview&#039;&#039;&#039;.  But remember every 1-3 previews to  &#039;&#039;&#039;save&#039;&#039;&#039; the page.  This means that if the browser were to crash, you would not  have lost anything. This is the same good practice that one also follows when editing  conventional  documents.&lt;br /&gt;
&lt;br /&gt;
=== Simple Wiki Editing instructions ===&lt;br /&gt;
There are just a few simple rules for creating effects. In what follows below, anything appearing in a grey box can be copied and pasted into your own wiki. If you have logged in, each section will also have an edit button next to it, and by invoking this, you can always  &#039;&#039;&#039;reverse-engineer&#039;&#039;&#039; what you see and use it for your own purposes.&lt;br /&gt;
*# Headers are indicated by balanced = signs (one for a top level, two for the next, and so on)&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Bold is indicated by balanced &#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;signs&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Italic is indicated by balanced &#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;signs&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# You can use the little menu items at the top to achieve these effects&lt;br /&gt;
*# Each item in an intended list is prefaced by * or #&lt;br /&gt;
*# Chemical effects, i.e. &amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt; and &amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt; are done as: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; and &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; or by invoking the wikEd buttons on your browser.&lt;br /&gt;
* See the effects of what you have done by selecting &#039;&#039;&#039;Show Preview&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: Once satisfied the preview shows what you want, enter something descriptive into the &amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;Summary&#039;&#039;&#039; page. Once this is completed, click on &#039;&#039;&#039;Save Page&#039;&#039;&#039;. Your entry is now added to the &#039;&#039;&#039;History&#039;&#039;&#039; of the article.&lt;br /&gt;
* &#039;&#039;&#039;Images&#039;&#039;&#039;. These should be in GIF, JPG or PNG format only. Other formats (.bmp etc) are NOT allowed. They can be obtained by saving from Web pages, or taking a Screen snapshot. The latter is invoked by pressing the F13 (Print Screen) key (Windows, press ALT+F13 to snap only the active window and pasting the snapshot if necessary into an editing program (e.g. Microsoft PhotoEditor on Windows). Save the image with a sensible name (adding .gif, .jpg or .png to the name). Once created, you will need to &#039;&#039;&#039;upload (the) file&#039;&#039;&#039; to the Wiki. Click on &#039;&#039;&#039;upload file&#039;&#039;&#039; on the lhs of the Wiki page, and follow the instructions. Make a note of the name of the file (which has to be unique, and not the same as any other person&#039;s name. If you are asked to replace a file, err on the side of caution and instead rename it).&lt;br /&gt;
* To include that image in your page, navigate back to your page and enter the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Image:Nameofyourfile.jpg|thumb|right|200|Description of image]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;where left|right indicates the alignment you wish. Inclusion of &#039;&#039;&#039;thumb&#039;&#039;&#039; produces a thumbnail which can be expanded by clicking on it. The name should correspond to that of the file that you have &#039;&#039;&#039;uploaded&#039;&#039;&#039; using the Wiki menu on the left hand side.&lt;br /&gt;
* To add hyperlinks to other Web pages, paste the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.ch.ic.ac.uk/local/it/ CIT Web pages]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To add links to other pages in the departmental Wiki,&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Organic:pericyclic_historical|Description of page]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  Including  Molecules  ==&lt;br /&gt;
* To include molecule coordinates in a Wiki, save as a Molfile (.mol) or PDB (.pdb) or CIF (.cif) created using [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] or obtained from a [[It:coursework#3D_structure_searching_of_the_Cambridge_Crystallographic_database|Cambridge crystal structure database]]. Upload the file using the menu on the lhs of this display, and then invoke the name of the file as shown below: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;uploadedFileContents&amp;gt;name-of-your-uploaded-molecule-file.pdb&amp;lt;/uploadedFileContents&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; (or .mol or .cif).&lt;br /&gt;
=== Simple Molecule Display ===&lt;br /&gt;
Select and copy the text to the right of the molecule box and paste it into your own wiki page. then click preview to see if it works. Once you have gotten this working, you can try with your own molecule, and then your own scripts.  In the script below, &#039;&#039;&#039;cpk -25;&#039;&#039;&#039; sets the atom size to ball and stick instead of spacefilling. &#039;&#039;&#039;Important&#039;&#039;&#039;. Make sure when you paste the code below into your Wiki page that it is not corrupted in any way (ie that you miss a line off at the top or bottom).  If you only paste a part of the below in, you will get an  &#039;&#039;&#039;XML error&#039;&#039;&#039; which is not easy to recover from. You should carefully preview the page, and not save it until you are absolutely sure that the code below has been inserted correctly. It is not in general possible to include such rotatable molecules in e.g. Microsoft  Word.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
 &amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Advanced Molecule Display ===&lt;br /&gt;
For a manual of the complete Jmol commands [http://chemapps.stolaf.edu/jmol/docs/ see here]. The key line to edit is the text enclosed &amp;lt;script&amp;gt;as script&amp;lt;/script. For example, the script below turns the  CPK mode on and off, and measures the length between two atoms. To obtain the index number of the atoms you want to measure, hover the mouse cursor over the atom until a &#039;&#039;popup&#039;&#039; appears with the information. If you cite three or four atoms, the corresponding angle or torsion will be measured.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
    &amp;lt;jmolAppletButton&amp;gt;&amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
    &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
   &amp;lt;jmolAppletButton&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* A useful construct, a &#039;&#039;&#039;template&#039;&#039;&#039; to enter a DOI, is invoked thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{DOI|value-of-the-DOI}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
which produces the effect {{DOI|10.1021/ja9825332}}. If you have found an original reference to the literature, you should cite it via its DOI, as illustrated in the next section.&lt;br /&gt;
*Another useful template is that used to include {{pdf|groups.pdf|Acrobat}} documents within a Wiki using the template&amp;lt;br /&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{pdf|name-of-uploaded-acrobat.pdf|description-of-Acrobat-file}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Many other (chemical) templates have been developed in the Wiki communities, predominantly for expressing data and other information about molecules, and this is one aspect where older-style report writing formats such as  Microsoft Office are less effective.&lt;br /&gt;
&lt;br /&gt;
==References ==&lt;br /&gt;
*This shows how citations&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;W. T. Klooster, T. F. Koetzle, Per E. M. Siegbahn, T. B. Richardson, and R. H. Crabtree, &#039;&#039;J. Am. Chem. Soc.&#039;&#039;, &#039;&#039;&#039;1999&#039;&#039;&#039;, &#039;&#039;121&#039;&#039;, 6337–6343.  {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt; can be added to  text&amp;lt;ref&amp;gt;A. H. Lipkus, Q. Yuan, K. A. Lucas, S. A. Funk, W. F. Bartelt, R. J. Schenck, and A. J. Trippe, &#039;&#039;J. Org. Chem.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;73&#039;&#039;, 4443–4451.  {{DOI|10.1021/jo8001276}}&amp;lt;/ref&amp;gt; to produce a nice effect. To give a reference a unique identifier, use &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;None&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. You can then refer to the same footnote again by repeating the tag  with the same name.&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;none&amp;lt;/ref&amp;gt; The text inside the second tag doesn&#039;t matter, because the text already exists in the first reference (but it cannot be blank).  Collected citations appear below here:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example of adding a citation &amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;Traditional form, here, then {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To insert more examples of this code into your own page,  log-in to the Wiki, and select the link to the [edit] link that appears on the rhs of this page against this section.  Select/Copy the text that appears in the editing window, and paste it into  your own page.&lt;br /&gt;
*Although including citations in this manner  does not allow the powerful library features of  EndNote, more advanced versions of the  Wiki (the Semantic Wiki) do allow such components to be &#039;&#039;&#039;transcluded&#039;&#039;&#039; into a Wiki page (i.e. in effect the citations are generated dynamically from a separate database).&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Help:Table Tables] can be created thus:&lt;br /&gt;
 {| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&lt;br /&gt;
Copy the below into your page to create a Table template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
To access the code required to produce these tables,  you can also log-in to the  Wiki and click on the  &#039;&#039;&#039;Edit&#039;&#039;&#039; link that appears against this section on the rhs of the screen. Select/copy the text that appears in the editing window, and then paste it into your own window.&lt;br /&gt;
&lt;br /&gt;
== Math and Equations==&lt;br /&gt;
You may have need to express some simple [http://meta.wikimedia.org/wiki/Help:Formula equations] on the  Wiki. This is currently supported only using  a notation derived from &#039;&#039;&#039;LaTeX&#039;&#039;&#039;, and as with the  Jmol insertion above, is enabled within a &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; field inserted using the default editor (the SQRT(n) button), and producing  effects such as: &lt;br /&gt;
*&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;\begin{pmatrix}aa+bc &amp;amp; ac+cd \\ab+bd &amp;amp; bc+dd \end{pmatrix}&amp;lt;/math&amp;gt; &lt;br /&gt;
*&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;; &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;;  &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is possible to  produce the required  LateX markup using  GUI-editors such as  MathType etc.&lt;br /&gt;
&lt;br /&gt;
Trying combining some of the above by including a molecule and some  math and references  &#039;&#039;within a cell&#039;&#039; of a table.&lt;br /&gt;
&lt;br /&gt;
== Discussion and History ==&lt;br /&gt;
Each Wiki  page has a &#039;&#039;&#039;history&#039;&#039;&#039;.  If you make a mess of a page, you can always revert to an earlier version via the  History feature. Each page also has a discussion, where you and others can debate discuss some aspect of the topic.&lt;br /&gt;
&lt;br /&gt;
== Converters to the Wiki format: ==&lt;br /&gt;
&lt;br /&gt;
You can also convert a  Word document. Open it  in &#039;&#039;&#039;OpenOffice&#039;&#039;&#039; (rather than the Microsoft version) and &#039;&#039;&#039;export&#039;&#039;&#039; as Mediawiki. Open the resulting .txt file in eg  WordPad, select all the text, copy, and then paste this into the Wiki editing page. You will still have to upload the graphical images from the original  Word document separately.&lt;br /&gt;
#[http://download.openoffice.org/ OpenOffice 2.4/3.0] can read .doc documents and export them to MediaWiki.&lt;br /&gt;
#There is also a [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML to  Wiki] converter which you can use to import an existing  Web page into a  Wiki.&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
the following is a compilation of errors occasionally encountered.  We hope to add to this list.  If you encounter  &#039;&#039;&#039;reproducible&#039;&#039;&#039; error, and work out a fix for it, do please add it here yourself.&lt;br /&gt;
&lt;br /&gt;
*A frequent error is forgetting to go from &#039;&#039;&#039;preview&#039;&#039;&#039; to &#039;&#039;&#039;save&#039;&#039;&#039; before exiting the  browser.  When you return, all the un-saved content of the page will be lost.&lt;br /&gt;
*Sometimes in  Firefox, the  rotating molecule is replaced by a small {{fontcolor1|red|white|X}} instead. You should get the same if you go to this [http://java.com/en/download/help/testvm.xml test page]. If this is the case, you might find that pressing the  &#039;&#039;&#039;ctrl&#039;&#039;&#039; and &#039;&#039;&#039;F5&#039;&#039;&#039; keys simultaneously might clear the  error and restore the molecule to you. If that does not work, restart the  Firefox browser. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Further tutorials based on  3D crystal structures  ===&lt;br /&gt;
&lt;br /&gt;
These can be viewed [http://www.ccdc.cam.ac.uk/free_services/teaching/modules/teaching_webcsd/toc.html here].&lt;br /&gt;
&lt;br /&gt;
=Continuation of CIT skills=&lt;br /&gt;
The skills developed during these workshops will be in almost constant use throughout your course; you are encouraged to keep this up to date and to make use of these skills while writing lab reports and other coursework assignments.  As with anything in the digital world, progress is being made all the time with new search engines, new search algorithms, new software.  This also means that other searches and software are retired to make way for, newer more efficient tools.  This wiki will be a long-term reference which you can refer to and even update, and you are urged to keep it as a bookmark.&lt;br /&gt;
&lt;br /&gt;
== Software for your own computer ==&lt;br /&gt;
&lt;br /&gt;
*The department  has a  Site License for a program system called  [http://scistore.cambridgesoft.com/sitelicense.cfm?sid=948 ChemBio3D] (which includes ChemDraw for both  Windows and  Mac), the terms of which allow individual undergraduates to acquire a copy of the program and to install it on their personal  computer. The license is an annual one. &lt;br /&gt;
*[http://www.straightrunning.com/XmingNotes/ Xming] for accessing the Conquest data base.&lt;br /&gt;
*Programs such as  Microsoft  Office can be licensed via [http://www.microsoft.com/student/discounts/theultimatesteal-uk/default.aspx an academic license for £69.99].&lt;br /&gt;
*[https://directory.adeptscience.co.uk/products/search/1/1/474/cat474.html EndNote student edition] retails for  £85.00. Alternatively, try RefWorks (usually $100/year but &#039;&#039;&#039;free&#039;&#039;&#039; for Imperial students through [http://www3.imperial.ac.uk/library/digitallibrary/athensandukfed AthensDA]) It is a slightly simpler web-based program. A comparison between both can be found [http://library.princeton.edu/help/comparison.php here] (Princeton University). You should note that the  WOS system supports  Endnote directly, but requires a more complicated procedure for using  RefWorks or Mendeley.&lt;br /&gt;
*A further list of software may be found [[It:software-2011|here]], including other programs you can install on your personal computer which you may find useful.&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442784</id>
		<title>It:coursework-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442784"/>
		<updated>2014-10-11T13:23:55Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Overall Objectives of CIT workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Overall Objectives of CIT workshops=&lt;br /&gt;
&lt;br /&gt;
The Computer lab  (formally booked for your group, A1, A2, B1, B2, C1, C2) is for your course work and you have priority over other users at these times.  You are of course free to use the computers outside these times for course work, but on a first-come-first served basis and only if another course is not running. You can also use the computers located in the study area and you have access to 24 hour opening in the central library. All &amp;quot;Chemistry Software&amp;quot; should be available also in the Library to your user account. If you find that something is not immediately available, please do get in touch with the ICT Helpdesk. During the lab time allocated for the IT course, you will be expected to achieve the following objectives:&lt;br /&gt;
&lt;br /&gt;
# Accessing  course and laboratory notes and using scientific  journals to support lectures&lt;br /&gt;
# Using &#039;&#039;&#039;Word&#039;&#039;&#039; in combination with the &#039;&#039;&#039;EndNote&#039;&#039;&#039; bibliographic database and &#039;&#039;&#039;ChemDraw&#039;&#039;&#039; to write  laboratory reports and essays&lt;br /&gt;
# Learn to use various bibliographic chemistry search systems&lt;br /&gt;
# Learn to conduct molecular structure-based search systems&lt;br /&gt;
# Applying these searches to the requirements of a laboratory course&lt;br /&gt;
&lt;br /&gt;
You should of course appreciate that the distinction between lectures and labs is rather artificial, and any database which you might use for one is certainly useful for the other as well.&lt;br /&gt;
&lt;br /&gt;
=Software Familiarity=&lt;br /&gt;
&lt;br /&gt;
There are a number of programs with which you will use throughout your study at Imperial College, and the aim of these sessions is to give you an introduction to some of the packages, as well as explaining what the other packages do.  In order to gain the most from your two workshop sessions, you are urged to complete the following section &#039;&#039;&#039; &amp;lt;u&amp;gt;before you come to the workshop sessions&amp;lt;/u&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Before you come to the workshop sessions...==&lt;br /&gt;
&lt;br /&gt;
...there are a few exercises you should perform to ensure you are familiar with the operation of the computer systems available on campus.&lt;br /&gt;
* Check your login works; if you are browsing on a campus computer, then you will have already logged in. If you are accessing from your own computer, ensure that you can sign into your [https://exchange.imperial.ac.uk campus email account] through the [https://exchange.imperial.ac.uk web interface].&lt;br /&gt;
* Using the &#039;&#039;&#039;FireFox&#039;&#039;&#039; web browser (Firefox is better at handling chemistry search packages than Internet Explorer, and can be more reliable especially when running Java applets), you should be browsing this ChemWiki (home page URL of ChemWiki: &amp;lt;tt&amp;gt;http://www.ch.ic.ac.uk/wiki/&amp;lt;/tt&amp;gt;). It should be listed in the Bookmarks menu of department cluster computers; you may wish to add it to the bookmarks of your own computer also.&lt;br /&gt;
* You will be using  Firefox to browse the pages of a  [http://en.wikipedia.org/wiki/Wiki Wiki].  There is only one suggestion for browsing these pages that  you might wish to follow. When encountering a hyperlink, as in the preceding link describing what a Wiki is, you will probably want to open it in a separate window or tab from the  instruction page (so that you can refer to both if the need arises). If you just click the link, it will  &#039;&#039;&#039;replace&#039;&#039;&#039; the instruction window. So, get used to clicking on the link with the  &#039;&#039;&#039;right mouse button&#039;&#039;&#039; rather than the left one.  This will then give you the option of opening the link in either a new window or a new tab of the current window.&lt;br /&gt;
&lt;br /&gt;
===Computer, Browser and Wordprocessor familiarity===&lt;br /&gt;
*[[Image:login_window.jpg|right|thumb|login window]]Log-in.  There is one important difference between using a home computer and the ones here; you need to authenticate your session with the password issued to you at registration. Check the login window looks as shown on the right, and proceed to login.&lt;br /&gt;
*[[Image:home.jpg|left|thumb|Document home]]Perhaps the single most confusing aspect for most people is what the &#039;&#039;Home&#039;&#039; icon (left) means. So let&#039;s sort this out immediately. You are working in an &#039;&#039;enterprise&#039;&#039; environment, where a fast network connects each computer to a central area for storing files. When you log in, you are granted access to your files, and on the computer desktop, the &#039;&#039;Home&#039;&#039; icon means &amp;quot;the directory where the folders and documents associated specifically with the login account are stored&amp;quot;. This is because all computers work on the metaphor of a filing system with hierarchies. Home is the top of your personal file system!  If you double click this icon, you should see YOUR files. Check this! If you get lost navigating the hierarchical directories, &amp;quot;Home&amp;quot; is always a useful way of restoring a sense of orientation. Home also has a synonym, called &amp;quot;&#039;&#039;&#039;My Documents&#039;&#039;&#039;&amp;quot;, which the operating system can sometimes display instead of Home.&lt;br /&gt;
*[[Image:o2007.jpg|thumb|right|Office 2007]][[Image:subsuper.jpg|right|thumb|Subs and Superscripts]][[Image:o2007b.jpg|thumb|left||EndNote tab]]Start Microsoft &#039;&#039;&#039;Office 2007&#039;&#039;&#039; (we will assume you still have  FireFox running).  The basic (&#039;&#039;&#039;Home&#039;&#039;&#039;) Word document work area is shown to the in the thumnail to the right (click to expand it) and you should familiarise yourself with some of the palettes. This version of the program is somewhat different from earlier versions you may already be familiar with, such as Office 2003.  In particular, open/save/print dialogs are now to be found by pressing on the Icon highlighted here with a &#039;&#039;&#039;red&#039;&#039;&#039; circle. Copy/paste operations are invoked using the icon encircled in &#039;&#039;&#039;purple&#039;&#039;&#039;. Other common operations are found to the right of these two in the taskbar, including the chemically useful &#039;&#039;&#039;subscript&#039;&#039;&#039; and &#039;&#039;&#039;superscripts&#039;&#039;&#039; (right diagram). Note also the the default document saves invokes the new &#039;&#039;&#039;.docx&#039;&#039;&#039; format, which is an XML-based type with much interesting &#039;&#039;informatics&#039;&#039; potential. If you intend sending a document to someone who is still using Word 2003 or earlier, you should instead save your document in the older &#039;&#039;&#039;.doc&#039;&#039;&#039; format (although .doc to .docx converters are available). You can also save as PDF, which is useful for project/report submission.&lt;br /&gt;
*[[Image:o2007a.jpg|left|thumb|Insert tab]]There are two other task-bars you will find useful. the &#039;&#039;&#039;Insert&#039;&#039;&#039; bar inserts a variety of other content, including pictures, tables and the like. The &#039;&#039;&#039;EndNote&#039;&#039;&#039; tab invokes a citation and reference manager, which you will use as described below (&#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: If the Endnote ribbon does not show, do the following; Go to Programs/Additional Programs/EndNote/Configure EndNote and run this script, whereupon the EndNote ribbon should appear in Word 2007).&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Practice copying text from the Firefox Browser Window to the Word document. You can do this using the Copy/Paste metaphor, or you can try the drag-n-drop mode. You will notice that whilst the text itself comes over, any formatting associated with this text (size, colour, weight etc) might not. You may also get more than you bargained for (i.e. hidden browser instructions etc.) [This copy is a one-way operation, since the FireFox window is &amp;quot;read-only&amp;quot;].&lt;br /&gt;
*[[Image:FireFox_paste.jpg|thumb|right|Save Firefox image]] &#039;&#039;&#039;Images&#039;&#039;&#039; are special when it comes to copying. Proceed as follows:&lt;br /&gt;
*# Find an image in the browser you wish to copy, and with the cursor over the top, right click (Windows) to get a menu that looks like the one on the right:&lt;br /&gt;
*# If one of the options is &#039;&#039;&#039;Copy image&#039;&#039;&#039;, select it. Not all browsers support this, in which case instead invoke &#039;&#039;save this image as&#039;&#039; and save it in an appropriate directory (A suitable sub-directory of Home on Windows).&lt;br /&gt;
*# With an Office Word window open, paste the image (if you copied it) or &#039;&#039;&#039;Insert/Picture/from file&#039;&#039;&#039; (if you saved it). The image will come over as its &amp;quot;real size&amp;quot;. Word will allow you to rescale it, by dragging the bottom right corner of the image. Observe carefully what happens if you resize it to be larger as well as smaller.&lt;br /&gt;
*# Do remember how to change between windows (the technical term is that the active window is said to be &#039;&#039;on focus&#039;&#039;) by selecting the required window from its icon shown on the task bar/dock at the bottom of the screen.&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&lt;br /&gt;
&amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&amp;lt;size&amp;gt;150&amp;lt;/size&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;zoom 200; cpk -20;move 10 -20 10 0 0 0 0 0 3; delay 1;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|Not everything is always &amp;quot;copyable&amp;quot;. Some apparent images are in fact produced by an &amp;quot;applet&amp;quot; [http://wiki.jmol.org:81/index.php/MediaWiki embedded] in the browser. This includes most conspicuously chemical diagrams, such as may often be found on these course notes. Here a copy or a save operation may not produce the effect you desire.&lt;br /&gt;
|}&lt;br /&gt;
* Practice naming and saving document files to your &#039;&#039;Home&#039;&#039; (Drive H: on Windows) or a removable medium such as a FlashDrive.&lt;br /&gt;
* Practice finding files and documents from these various locations. [It frequently happens that they do not get saved where you think, and finding such lost files is skill you need to acquire rapidly!] Note however that finding  &#039;&#039;&#039;content&#039;&#039;&#039; of files may be very slow. Windows Desktop Search is  &#039;&#039;&#039;NOT&#039;&#039;&#039; activated on College systems.&lt;br /&gt;
* [http://www.ch.ic.ac.uk/local/email/ Practice setting up E-mail], sending a document as an attachment (to yourself) and good e-mail housekeeping and etiquette. &lt;br /&gt;
=== Configuring storage for your document libraries ===&lt;br /&gt;
&lt;br /&gt;
Programs such as  &#039;&#039;&#039;EndNote&#039;&#039;&#039;, &#039;&#039;&#039;Mendeley&#039;&#039;&#039;, &#039;&#039;&#039;iTunes&#039;&#039;&#039; store document collections in the form of libraries.  These can get quite big over the course of time, and so its important to store them correctly.&lt;br /&gt;
&lt;br /&gt;
==== EndNote ====&lt;br /&gt;
&lt;br /&gt;
When you open  EndNote for the first time, it will offer the opportunity to create a new library.  You should save it in the location e.g. Computer =&amp;gt;  &#039;&#039;&#039;userid(\\icfs18.cc.ic.ac.uk) (M:)&#039;&#039;&#039; Thereafter you can set it to open this library when the program starts.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley ====&lt;br /&gt;
&lt;br /&gt;
Open the program and invoke &#039;&#039;&#039;Tools/Options/File Organiser&#039;&#039;&#039; and  select drive  M: for the library.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Edit/Preferences/Advanced&#039;&#039;&#039;  and set the  iTunes Media folder location to M: (or other if  M: is already full). Also tick  &#039;&#039;&#039;Copy files to  iTunes Media folder when adding to library&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You may find it advantageous to start working through the Workshop material below in advance of your scheduled workshop as it will allow you to identify any problem areas upon which you can concentrate with a demonstrator.&lt;br /&gt;
&lt;br /&gt;
==Start of Workshop material==&lt;br /&gt;
The material which follows is intended to be the start of what is covered in the workshops and for which support will be available. This does not mean that the work cannot be done outside of the allocated workshop time; in fact you are &#039;&#039;&#039;positively encouraged to continue working through the material&#039;&#039;&#039; at your leisure.  The notes here are intended to be a continuous point of reference throughout your course as you will continue to use many of these software packages for the next 3-5 years at least!&lt;br /&gt;
&lt;br /&gt;
== Combined Word/ EndNote Familiarity  ==&lt;br /&gt;
This section will illustrate how the functionality of Word can be extended using a citation or reference manager. First, you will need to generate some citations, and this will be done using a  database known as  Web of Science, and with the objective of finding out a about &#039;&#039;&#039;&#039;&#039;penicillin&#039;&#039;&#039;&#039;&#039; and its &#039;&#039;&#039;&#039;&#039;conversion to cephalosporin&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== A Web of Knowledge Search ===&lt;br /&gt;
#[[Image:Endnote1e.jpg|thumb|left|WoK search]]  From the [http://wok.mimas.ac.uk/ Web-of-Knowledge] link (which you are advised to open in a separate window, using a right-click from the mouse), select the option to &lt;br /&gt;
#&#039;&#039;&#039;Connect to the ISI Web of Knowledge Service&#039;&#039;&#039;  and then select the  &lt;br /&gt;
#&#039;&#039;Web of Science&#039;&#039; tab from along the top and finally from the citation databases, narrow it down to the&lt;br /&gt;
# Science Citation Index expanded&lt;br /&gt;
#Try checking on the number of articles members of our staff (or your tutors) published in 2009 by entering their name into the  &#039;&#039;&#039;Author&#039;&#039;&#039; box. You almost certainly will need to know that first, and probably also their second initial for this to correctly identify them. Check its working by entering a string in the &#039;&#039;&#039;advanced&#039;&#039;&#039; search such as &amp;lt;tt&amp;gt;au=Spivey a* and og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
#When you have some hits, either tick individual citations, or &#039;&#039;&#039;All records on page&#039;&#039;&#039; or a span of records. &lt;br /&gt;
#Next, make sure you have  Microsoft Word running,  and  from the  &#039;&#039;&#039;EndNote X4&#039;&#039;&#039; taskbar of Word, click on &#039;&#039;&#039;Go to EndNote&#039;&#039;&#039;.  From the options offered (which you only see the first time you run  EndNote, and also, ignore prompts about EndNote Web for the time being), create a new  EndNote database, currently of course empty.&lt;br /&gt;
#[[Image:Endnote1b.jpg|right|saving a list for Endnote]]Return to the  Browser window displaying  WOS and  click on &#039;&#039;&#039;Save to EndNote&#039;&#039;&#039;.  An automated procedure should initiate, the end result of which will be that your EndNote library will now be populated by the references you have just found.    &lt;br /&gt;
#If the automated procedure does not initiate, the system will instead produce a file on your computer desktop (it may appear with the name &#039;&#039;&#039;uml_view.cgi&#039;&#039;&#039; on the desktop) which you can open directly with EndNote (see below).&lt;br /&gt;
&lt;br /&gt;
=== Inserting the citations just found into  Word using EndNote===&lt;br /&gt;
#[[Image:Endnote1a.jpg|thumb|right|Starting EndNote]]Go back to your bibliographic library in EndNote and before anything happens to it, save it to your M: drive as described above.&lt;br /&gt;
#Via &#039;&#039;&#039;Edit/preferences/Libraries&#039;&#039;&#039; select to load this database upon startup, thus dispensing with subsequent startup dialogs (it will in fact  default to opening the most recently used library).  &lt;br /&gt;
#[[Image:endnote-style.jpg|thumb|left|Checking the  style setting]]From &#039;&#039;&#039;Edit/Output style/Open Style Mananger&#039;&#039;&#039;, select the tick-box against  a template known as &#039;&#039;&#039;Royal Society of Chemistry&#039;&#039;&#039; (you may have to use &#039;&#039;&#039;Find by/Chemistry&#039;&#039;&#039; to locate it). From now on, always check that this style is correctly set when you open EndNote (arrow 1 to the left).&lt;br /&gt;
#If  you are importing a citation list  rather than relying on the automated procedure, then from &#039;&#039;&#039;File/Import&#039;&#039;&#039; of EndNote define the Import Option &#039;&#039;&#039;ISI-CE&#039;&#039;&#039; in the pull down menu, or &#039;&#039;&#039;Other Filters/SciFinder (CAS)&#039;&#039;&#039; if importing  SciFinder Scholar) and import any saved datasets you created earlier from WOS or SciFinder. &lt;br /&gt;
#[[Image:Endnote1c.jpg|thumb|right|]][[Image:Endnote1d.jpg|thumb|left|Word with citations showing|]]Go back to  Word 2007, and write some text.  At an appropriate point, from the &#039;&#039;&#039;Endnote X4 taskbar tab&#039;&#039;&#039;, press &#039;&#039;&#039;Go to  EndNote&#039;&#039;&#039; when your library should be revealed (in this case containing the references you have just imported). Select the one you want to insert, and press the &#039;&#039;&#039;Insert citation&#039;&#039;&#039; tab (arrow 2 to the left).  If everything has been set up correctly, Word should insert your desired reference from your bibliographic database, formatted according to the RSC guidelines. If you rearrange the order in which the references appear in the text by cutting/pasting, the numbering at the bottom should change accordingly. If you delete a reference, it should disappear from the numbered list.&lt;br /&gt;
#Save the  Word document for future reference.  It should serve to illustrate how you will write lab reports, and later in your degree, extended essays (where you may cite  between  50-100 references). The whole point of doing it this way is that all the otherwise arduous tasks of numbering and editing the references will be automated for you.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley and other alternatives to  EndNote ====&lt;br /&gt;
[[image:refworks.jpg|thumb|right]]A significant problem with  EndNote is the cost.  This does not matter whilst you are using computers within the  College, but it does matter if  you want to use your own computer. Alternatives to using EndNote as shown above include [https://www.refworks.com/Refworks/login.asp?WNCLang=false RefWorks] (for which the client software can be downloaded without cost) and an innovative program called [http://www.mendeley.com/ Mendeley] which is available on the computers in the department. &lt;br /&gt;
&lt;br /&gt;
# If you do want to use  RefWorks, please ensure you login via the Shibboleth users option.&lt;br /&gt;
&lt;br /&gt;
==  Chemdraw Familiarity ==&lt;br /&gt;
*[[Image:unknown1.jpg|left|thumb|Click to expand image]] [[Image:taxolhsr.jpg|Taxol|right|300px]] &#039;&#039;&#039;Starting and using ChemDraw.&#039;&#039;&#039; Start Chemdraw icon from the &#039;&#039;&#039;Start/Programs menu&#039;&#039;&#039;. Practice by drawing Taxol (right). You many need a few hints and tips, and the demonstrators should be able to help  you with this.  Its easier than trying to describe the technique here (don&#039;t worry, everyone picks up Chemdraw by watching others use it!). &lt;br /&gt;
*Check that you have drawn it correctly by calculating its formula. To do this, Go to &#039;&#039;&#039;View/Show analysis&#039;&#039;&#039; window and record what you see (it should give you C&amp;lt;sub&amp;gt;47&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;51&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;14&amp;lt;/sub&amp;gt;. Mol. Weight 853.91). Do you get the same values? If you do not, you will have to try to find where the discrepancy is. Remember, if you cannot draw a structure reliably, you will not be able to search for it reliably. Using the ChemDraw application, select copy/paste the structure into a Microsoft Word window. Practice editing the structure inside the Word processor by double clicking its diagram. Practice re-scaling the ChemDraw diagram either within Word or within Chemdraw. Scaling is normally done by pointing the cursor at the bottom right hand corner (it should change shape at this point) and then &amp;quot;dragging&amp;quot; inwards or outwards to change the size. Try copying instead the Web picture (GIF format) from this Web page to Word. Put side by side with the picture of the same molecule derived from ChemDraw and experiment with scaling both. &#039;&#039;&#039;What is the difference in behaviour?&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
If you want more practice (with stereochemical wedges text positioning, etc), try the molecule on the left.  &#039;&#039;&#039;Can you identify what it is called?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Lecture  Support: Journal Familiarity ==&lt;br /&gt;
&lt;br /&gt;
You can go visit the databases of some major chemistry publishers, and track down any articles that members of this department (or other departments or your favourite Nobel prize lautreates) may have published there. You might try searching for your current lecturer, or one or more of your tutors. Go directly to one or more of the following:&lt;br /&gt;
* [http://pubs.acs.org/search/advanced The American Chemical  Society] (where you can subscribe to an  RSS feed of the search, which means you will be notified of new items)&lt;br /&gt;
* [http://www.rsc.org/Publishing/Journals/cc/index.asp The Royal Society of  Chemistry] and their premier journal  &#039;&#039;Chemical communications&#039;&#039;&lt;br /&gt;
* [http://www.nature.com/search/adv_search?sp-a=sp1001702d&amp;amp;sp-x-1=ujournal&amp;amp;sp-q-1=Nature%20Chemistry Nature  Chemistry] advanced search.&lt;br /&gt;
* [http://www3.interscience.wiley.com/journal/26737/home Wiley Interscience]  and their flagship chemistry journal  &#039;&#039;Angew. Chemie.&#039;&#039;&lt;br /&gt;
* [http://www.sciencedirect.com Science Direct]&lt;br /&gt;
&lt;br /&gt;
The navigation of these journals via their tables of contents is left for you to explore on your own. You can of course  go to an article directly by following any  DOI link that you might have found in your lecture notes or elsewhere. You should retrieve the  Acrobat  file corresponding to any articles you may have tracked down, and save them in a folder on your computer  H: drive for future use and analysis (for example with the program Mendeley). Later in your course, you may encounter lecture courses or laboratory courses which in fact require you to track down articles in the literature in this manner. It is good to start practising early.&lt;br /&gt;
&lt;br /&gt;
== Lecture Support: Named chemicals ==&lt;br /&gt;
&lt;br /&gt;
# To apply the above skills by using [http://wok.mimas.ac.uk/ WOS] to perform a comprehensive literature search on the &#039;&#039;&#039;molecule&#039;&#039;&#039; &#039;&#039;Penicillin&#039;&#039;, a &#039;&#039;&#039;reaction&#039;&#039;&#039; (&#039;&#039;its conversion to Cephalosporin&#039;&#039;), its &#039;&#039;properties&#039;&#039;, both physical (spectroscopic) and biological. Thus, type  &#039;&#039;penicillin and cephalosporin&#039;&#039; into the  &#039;&#039;&#039;Topic&#039;&#039;&#039; box and see if you can prune these down with a more elaborate search perhaps, using some of the Boolean logic shown in the lectures by invoking the  &#039;&#039;&#039;Advanced Search&#039;&#039;&#039; option. &lt;br /&gt;
#* &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (136)&lt;br /&gt;
#* &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2629)&lt;br /&gt;
##Or, try the drug &#039;&#039;&#039;Temozolomide&#039;&#039;&#039;, currently very much in the  [http://news.bbc.co.uk/1/hi/england/west_midlands/7675014.stm news] &lt;br /&gt;
##Tasimelteon ([http://news.bbc.co.uk/1/hi/health/7760105.stm time bending drug for jet lag]) or &lt;br /&gt;
##[http://news.bbc.co.uk/1/hi/health/8237530.stm Sulforaphane], which  occurs in broccoli and cauliflower and protects against heart attacks.&lt;br /&gt;
#Compare the results of one of these searches with  less specialised search engines such as &lt;br /&gt;
#*[http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar],   &lt;br /&gt;
#*[http://www.scirus.com/srsapp/advanced/index.jsp SciRus], &lt;br /&gt;
#*[http://www.bing.com/?scope=web&amp;amp;mkt=en-GB Microsoft Bing],&lt;br /&gt;
#*[http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha].  &lt;br /&gt;
&lt;br /&gt;
===  Lecture  Support: A SciFinder search instead ===&lt;br /&gt;
*The [https://scifinder.cas.org/ Scifinder Scholar] system  is available for general and student use.&lt;br /&gt;
** You cannot use your  College login for access, but must request your own login to be created.&lt;br /&gt;
*** [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar Go here to register]. You have to create yourself a login  ID.  This ID is quite independent of your College ID, and if you forget the password you  have set, you will have to recover it from the SciFinder site.   Where it asks you to identify your area of research interest, you may not want to reveal this  (we have been assured students will not get related spam sent to them) and  you might want to register an interest only in e.g. &#039;&#039;other field&#039;&#039;.&lt;br /&gt;
** Completing the registration will result in an email being sent to the email address you provide with activation instructions. &lt;br /&gt;
*** Once you have obtained an  ID,  at the [https://origin-scifinder.cas.org SciFinder site], click on  &#039;&#039;&#039;Explore References&#039;&#039;&#039; and in the  &#039;&#039;&#039;Research topic box&#039;&#039;&#039; enter  &amp;quot;Conversion of penicillin to cephalosporin&amp;quot;.  &lt;br /&gt;
** You will receive a request to accept an application digital signature at this stage, which you should accept.&lt;br /&gt;
You should get ~9 references for an exact match. This interface is supposed to use a more &#039;&#039;natural language&#039;&#039; for its search queries  (and it does not employ  Booleans). &lt;br /&gt;
** Tick the box with 9 hits and request the references. Tick the box against those you particularly wish to save for the future, and then  click on the &#039;&#039;&#039;Export&#039;&#039;&#039;  link near the top (next to print). From the dialog, set the  &#039;&#039;&#039;File Type&#039;&#039;&#039; to  &#039;&#039;&#039;Tagged Format&#039;&#039;&#039;. &lt;br /&gt;
*** You may need to allow the requested security settings in your browser (IE 8) to allow files to be saved locally. The default location for saving files is your &#039;&#039;&#039;download&#039;&#039;&#039; location. You can then import this into  EndNote using the &#039;&#039;&#039;SciFinder (CAS)&#039;&#039;&#039; import option.&lt;br /&gt;
**An alternative search might be the phrase &#039;&#039;&#039;arrow pushing formalism&#039;&#039;&#039; (can you learn about this topic from  the results found for this search?). A synonym might be  &#039;&#039;&#039;curly arrow formalism&#039;&#039;&#039;.  Does this find the same references, or a different set?&lt;br /&gt;
** You can comment on individual references and invite friends in to see your comments. This might be appropriate for when you are e.g. doing a lab experiment in pairs or groups, and wish to share a reference with them. Go to  &#039;&#039;&#039;My connections&#039;&#039;&#039; and invite the group, then add comments to relevant references.&lt;br /&gt;
** SciFinder supports more advanced features such as  Explore Substances and  Explore Reactions, but you should only investigate these when you are feeling adventurous.&lt;br /&gt;
&lt;br /&gt;
=Laboratory Support=&lt;br /&gt;
Here you will find out how to search for safety information about molecules, and then for their properties and reactions. There are two kinds of search for molecules you will have to make during lab courses.&lt;br /&gt;
# Where you have an unknown compound whose properties you have measured and you want to know if any known compound matches those properties.&lt;br /&gt;
# Where you (think you) know what the structure of your compound is, and you want to know if there are any other reports of this same compound (and whether the properties other have measured match your own).&lt;br /&gt;
&lt;br /&gt;
== A search for known physical properties using Reaxys ==&lt;br /&gt;
[[Image:Reaxys1.jpg|right|thumb|]]We will start with two examples of the first category and then move on to the rather more common second category.&lt;br /&gt;
&lt;br /&gt;
*Connect to the [http://www.reaxys.com/ Reaxys] system. You can carry out all the required course work as an &#039;&#039;anonymous user&#039;&#039;, but you will not be able to change/save any settings etc in this mode (such as e.g. changing the default structure editor to ChemDraw).&lt;br /&gt;
** If you do choose to register  at this point, be aware that if you lose/forget your password, you will need to contact  Reaxys and not local Imperial College support.&lt;br /&gt;
*Select &#039;&#039;substances and  Properties&#039;&#039;&lt;br /&gt;
**In the &#039;&#039;Properties (Advanced)&#039;&#039; box, enter the following, followed by  &#039;&#039;&#039;Search&#039;&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200&#039;&#039;&#039;&lt;br /&gt;
This means in effect, show me ANY molecule which melts at a certain temperature range (determined using a melting point apparatus), which  has a given molecular formula (determined using mass spectrometry)  and an optical rotatory power between certain values  (determined using a polarimeter).  For this example you should get exactly 1 hit, which should be to a patent. Explore the options at this point, including viewing the original source of the data ( a patent in this case).&lt;br /&gt;
* There are about  500 different properties in total which you could specify in this manner. To explore them, click on &#039;&#039;Show Fields and  Operators&#039;&#039;. This type of technique is useful for identifying an  &#039;&#039;&#039;unknown&#039;&#039;&#039; compound purely from its physical properties (Forensic science, etc).&lt;br /&gt;
** Note that some features do not always produce the expected result.  For example, the icon labelled with the arrow (right) pulls down various options, one of which is &#039;&#039;copy structure to clipboard&#039;&#039;. The clipboard contents however are  &#039;&#039;&#039;not&#039;&#039;&#039; recognised by eg Chemdraw, Word etc.&lt;br /&gt;
&lt;br /&gt;
== A search for known spectroscopic properties ==&lt;br /&gt;
&lt;br /&gt;
[[image:spectra.jpg|240px|right]]It is routine when a compound is first made to record its spectroscopic properties.  This would include the characteristic  infra-red frequencies, and the &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H and &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts. These values are shown for an unknown compound. Your task is to use the  [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS]  to try to identify what the compound is (you could of course also do this entirely logically using just your brain).  &lt;br /&gt;
#Try first entering only the  &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts (163, 141, 133, 130, 129, 128, 98 ppm, with an anticipated error of around  2ppm).  How many matches do you get? &lt;br /&gt;
#Add then the  &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H shifts (8.1,7.5,5.1,4.7 and there is an additional broad multiplet across the range 7.3-7.7 which is not entered) and see if the number of possibilities reduces.  &lt;br /&gt;
#Finally, enter the one characteristic  IR vibration (1733 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;).  Do you now get a unique answer?  Record any structure(s) you may get at this stage for future reference.&lt;br /&gt;
#Try changing the error limits for any of these properties. Thus reduce the  NMR limit from  2.0 to 1.5 to 1.0ppm, or the  IR limit to 5 or even 1 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; (in future laboratory courses, you will learn how the way the instrument works determines at least in part the accuracy with which these spectroscopic properties can be measured).&lt;br /&gt;
&lt;br /&gt;
== Reagent/Product searches for  laboratory preparations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:1-4.jpg|right|250px|Molecules 1-4]]The theme of this section is going to be the following four molecules, which you will in fact encounter in a laboratory course later in the year.  You will search for known properties of these molecules, for comparison with those you might measure in the lab, or which may provide useful discussion material for your laboratory reports.  Your first task is to generate a so-called SMILES descriptor of the molecule.  This is done most simply by drawing the molecule in  ChemDraw and using the  &#039;&#039;&#039;Edit as/Copy&#039;&#039;&#039; menu produce the SMILES or InChI-key string onto the clipboard. Here are three SMILES strings and one InCHI-key string. Can you match them up to the structures shown on the right?&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;C=CC1=CC=C(C(O[H])=O)C=C1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;O[C@H]1[C@H](OCC)CCCC1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;VSIKJPJINIDELZ-UHFFFAOYSA-N&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Search the [http://www.chemspider.com/ ChemSpider] database using a SMILES or InChI-key string as above.  What sort of information is revealed about the compound?&lt;br /&gt;
*Try reversing the search terms above (instead of  SMILEs, try generating an  InChI key, or vice versa). &lt;br /&gt;
*Try next an advanced search from the same [http://www.chemspider.com/FullSearch.aspx database].   Explore for yourself how to enter the  SMILES string and perform the search.&lt;br /&gt;
*Search the [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] using a SMILES string. Select the &#039;&#039;&#039;substructure/superstructure&#039;&#039;&#039; or the &#039;&#039;&#039;Identity/Similarity&#039;&#039;&#039; option, and then the  &#039;&#039;&#039;CID, SMILES, InChI&#039;&#039;&#039; tab, and past in one of the strings above.  Try both  &#039;&#039;&#039;80% similar&#039;&#039;&#039; and &#039;&#039;&#039;identical&#039;&#039;&#039;  if using the Similarity option). Again, explore the properties associated with each hit.&lt;br /&gt;
**You might encounter &#039;&#039;&#039;artefacts&#039;&#039;&#039;.  Thus with  &#039;&#039;&#039;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&#039;&#039;&#039;, something slightly odd happens? &lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of Drugs, inorganic and organometallic and natural products which might prove useful to you for laboratories.&lt;br /&gt;
* The series [http://www.orgsyn.org/ Organic syntheses]  contains tried and tested procedures for the synthesis of many chemicals.  However, it is quite limited, and you would be lucky to find more obscure compounds listed here. &lt;br /&gt;
=== Sigma-Aldrich Catalogues and  MSDS (Safety) information ===&lt;br /&gt;
&lt;br /&gt;
If you know  (or suspect you know) what the identity of the molecules are that you will be  handling in the laboratory, the first task is to find out any known safety information.&lt;br /&gt;
The [http://www.sigmaaldrich.com/catalog/search/AdvancedSearchPage Aldrich] catalogues can be searched for  compounds and their  associated MSDS safety sheets. This is useful for completing  [http://www.hse.gov.uk/coshh/ COSHH] forms. If you were able to obtain a name (see previous section),  see if you can now find any information on it from the  Aldrich catalogue.&lt;br /&gt;
&lt;br /&gt;
=== Reaxys ===&lt;br /&gt;
Connect to [http://www.reaxys.com/ Reaxys]  as before, but now we are going to do a structure based search, using as examples structures  &#039;&#039;&#039;1-4&#039;&#039;&#039; above. If you click in the frame labelled  &#039;&#039;Double click this frame and draw structure query&#039;&#039; you will get a default structure editor called  ChemAxon MarvinSketch.  It is a little different from Chemdraw, but should not take too much time to master. &lt;br /&gt;
# Using the structure editor, draw one of the four molecules  1-4 and invoke &#039;&#039;&#039;search&#039;&#039;&#039;.&lt;br /&gt;
# If you think you know the name of your query, type that instead in the  &#039;&#039;Generate structure from name&#039;&#039; box (e.g. &#039;&#039;&#039;Taxol&#039;&#039;&#039;, which as you have seen earlier is a challenge to draw!). You can also paste a  SMILES or InChI key into this box (try any of the four above). &lt;br /&gt;
# Try hitting  &#039;&#039;&#039;Synthesize&#039;&#039;&#039;,  but expect to be overwhelmed by the number of hits!&lt;br /&gt;
&lt;br /&gt;
=== Dictionary of organic compounds ===&lt;br /&gt;
An alternative database which works in this way is  the  [http://doc.chemnetbase.com/ Dictionary of organic compounds].&lt;br /&gt;
&amp;lt;!-- === Mini Project ===&lt;br /&gt;
&lt;br /&gt;
Define a search for &#039;&#039;&#039;aspirin&#039;&#039;&#039; using any of the methods above. You should arrive at a single  &#039;&#039;&#039;hit&#039;&#039;&#039; (there is only one molecule that can be called aspirin). Some of the searches above may provide many more! You will need to use your own initiative to find out what the actual molecular structure of aspirin is. Once you have that single hit, find out how many times its  &#039;&#039;&#039;MP&#039;&#039;&#039; (melting point) has been reported, and view all the various values.  You should notice something very odd indeed!  Make a notice of what you observe, and return to this mini project later on. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Converting a 2D structure definition to a  3D set of coordinates ==&lt;br /&gt;
&lt;br /&gt;
The preceding searches were all effectively conducted on  two-dimensional molecules, where we only needed to know how the atoms were connected (in effect the  Lewis valence structure).  As a prelude to moving into three dimensions,  we will illustrate how a 2D search can be used to generate a  3D structure.&lt;br /&gt;
&lt;br /&gt;
* You can use the on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina service to convert a (1D) SMILES string to 3D molecular coordinates].&lt;br /&gt;
*# Under options, paste the SMILES string, enter a name, and select 3D structure viewer automatically loaded.&lt;br /&gt;
*# Click on Generate 3D structure. A window appears, and after about 20-30 seconds, a structure does as well. At the bottom, click on &amp;quot;Click to download this structure in PDB file format&amp;quot;, whereupon a full window diagram appears. Save the molecule as above.&lt;br /&gt;
&lt;br /&gt;
== 3D structure searching of the Cambridge Crystallographic database ==&lt;br /&gt;
&lt;br /&gt;
Our final search type is now of a database which stores &#039;&#039;&#039;three-dimensional&#039;&#039;&#039; information about molecules.  This is where you can infer all sorts of interesting properties about the bonding, the properties and the potential reactivities of molecules. You will be searching the &#039;&#039;&#039;Cambridge Crystal Structure Database&#039;&#039;&#039;. There are three entry points for this; one local, one via the  Web and one via the national &#039;&#039;&#039;chemical database service&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Local invocation of the Cambridge Crystal Structure Database ===&lt;br /&gt;
The local based search described below  is feature complete and fast. You may also want to try out the  [http://webcsd.ccdc.cam.ac.uk/ WebCSD service], which needs only a web-browser.&lt;br /&gt;
#[[Image:MgBr2.jpg|right|120px]][[Image:ti1.jpg|right|100px]][[Image:PtCl.jpg|right|100px]][[image:1-4.jpg|right|250px|Molecules 1-4]]Select &#039;&#039;&#039;Conquest&#039;&#039;&#039; from the &#039;&#039;&#039;Start/Programs&#039;&#039;&#039;  menu. You will have to reply:&lt;br /&gt;
##&#039;&#039;&#039;yes&#039;&#039;&#039; to the question about certificates,&lt;br /&gt;
##enter first your username, then &lt;br /&gt;
##your password at the two prompts (both of which appear to ask for a password!). &lt;br /&gt;
##Next, &#039;&#039;&#039;accept&#039;&#039;&#039; the license agreement and &lt;br /&gt;
##&#039;&#039;&#039;accept&#039;&#039;&#039; the suggested location for storing the directory. &lt;br /&gt;
##Enter the Site No. as &#039;&#039;&#039;183&#039;&#039;&#039; and the  confirm code as &#039;&#039;&#039;8FDCE4&#039;&#039;&#039; (2013 release)&lt;br /&gt;
##Click &#039;&#039;&#039;register online&#039;&#039;&#039;. &lt;br /&gt;
##These prompts are a one-off, and you will not need to do these steps again. &lt;br /&gt;
#In the {{Pdf|FoundationTutorialproblems09.pdf|foundation tutorial problems}},  question 2 asks you to arrow-push the reaction  Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O + MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; → Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O-MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. Here we will pose the question: what is the  3D geometry of the product of this reaction?  You will search for it using Conquest.   Does the result surprise you? (Hint: TOQKIT)&lt;br /&gt;
#Nucleophilic addition to an amide is the prototype of how peptides, proteins and enzymes are broken down in metabolic processes  (or using e.g. biological washing powders).  The mechanism involves a species known as a &#039;&#039;&#039;tetrahedral intermediate&#039;&#039;&#039; (right), which is normally considered so unstable that it is rarely detected during the reaction. Nevertheless, can you find any examples of such species in the Cambridge database? &lt;br /&gt;
#Cis-Platin is a well known anti-cancer drug. The &#039;&#039;active ingredient&#039;&#039; is the initial hydrolysis product, shown on the right. Can you find any examples of this  &#039;&#039;&#039;active intermediate&#039;&#039;&#039; in the  database which contain this sub-structure?  What happens if you change the  Pt to a &#039;&#039;&#039;wild-card&#039;&#039;&#039; indicating the central metal could be any of the group known as  &#039;&#039;&#039;8Z&#039;&#039;&#039; (from the &#039;&#039;&#039;more&#039;&#039;&#039; button of the editor, select &#039;&#039;&#039;other elements&#039;&#039;&#039;  and from there click on the orange box labelled  &#039;&#039;&#039;8Z&#039;&#039;&#039;). &lt;br /&gt;
#Are there any other  &#039;&#039;&#039;reactive intermediates&#039;&#039;&#039; you might have identified from your arrow-pushing workshop which you might search for?&lt;br /&gt;
#When you have finished the above examples, try entering one of the four lab-course molecules shown to the left, exactly as drawn above. For  &#039;&#039;&#039;3&#039;&#039;&#039; specifically, if you draw explicit hydrogens attached to the &#039;&#039;vinyl&#039;&#039; group at the top of the molecule and repeat the search, what difference is there? &lt;br /&gt;
#*How many hits do you get?  &lt;br /&gt;
#*Note the 6-8 letter identifier for the structure you are interested in (for example, for molecule  &#039;&#039;&#039;3&#039;&#039;&#039; above, it should be  XAYFEI, XAYFEI01 and  XAYFEI02).&lt;br /&gt;
#*Save the 3D coordinates in PDB or CIF format via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, decide how you want to select entries, specify one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;. Inspect the structure by double clicking the file created, to be found on drive &#039;&#039;&#039;L:&#039;&#039;&#039;&lt;br /&gt;
#You &#039;&#039;&#039;may&#039;&#039;&#039; now have two versions of any of these four molecules; one a direct experimental structure, and one assembled by the  [http://www.molecular-networks.com/online_demos/corina_demo.html Corina]  program.  How do these differ? Concentrate in particular on compounds &#039;&#039;&#039;1&#039;&#039;&#039; and  &#039;&#039;&#039;2&#039;&#039;&#039; above right!&lt;br /&gt;
#Later on in your course, you may use such coordinates to create an entry in a Wiki page, much like that rotating below.&lt;br /&gt;
&lt;br /&gt;
===An advanced 3D Search. ===&lt;br /&gt;
Try the following. The objective will be to find any short interactions between the H of an OH group and the centroid of a phenyl ring as the electron donor (a very unusual type of &amp;amp;pi;-facial hydrogen bond). Proceed as follows:&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
# Open Conquest and invoke the &#039;&#039;&#039;Build Queries/Draw&#039;&#039;&#039; option&lt;br /&gt;
# Deposit a benzene ring from the template which should appear on the left&lt;br /&gt;
# Click on &#039;&#039;&#039;ADD 3D&#039;&#039;&#039;, select all the six carbon atoms in turn (they will go green) and define a centroid.  A defined object labelled  &#039;&#039;&#039;CENT1&#039;&#039;&#039; now shows. Press Done.&lt;br /&gt;
# Back in &#039;&#039;&#039;Draw&#039;&#039;&#039; mode, select a  H and deposit it as an isolated atom. Then select O  and draw a bond from it to the H to get an OH. In this system, any undefined valence is &#039;&#039;&#039;wild&#039;&#039;&#039;, ie any group can be attached to the  O of the OH.&lt;br /&gt;
# In &#039;&#039;&#039;ADD 3D&#039;&#039;&#039; mode again, click first on the &#039;&#039;&#039;H&#039;&#039;&#039; of the OH group, then on &#039;&#039;&#039;CENT1&#039;&#039;&#039; in the list of defined objects. A green line connecting the two appears. When a &#039;&#039;&#039;Valid parameter&#039;&#039;&#039; entry named &#039;&#039;&#039;Distance&#039;&#039;&#039; appears, click on &#039;&#039;&#039;Define&#039;&#039;&#039;.&lt;br /&gt;
# Select &#039;&#039;&#039;Intramolecular&#039;&#039;&#039; from the &#039;&#039;&#039;Choose distance type&#039;&#039;&#039; menu, OK, then &#039;&#039;&#039;Options&#039;&#039;&#039;, enter 2.0 - 2.4 as the range of distances and &#039;&#039;&#039;Separated by 5 - 999&#039;&#039;&#039; bonds. Hit &#039;&#039;&#039;OK&#039;&#039;&#039; and then &#039;&#039;&#039;Done&#039;&#039;&#039;. Your search query is summarized in a cyan box at the top right of the draw window.&lt;br /&gt;
# Select &#039;&#039;&#039;Search&#039;&#039;&#039;, tick the 3D Coordinates determined box and &#039;&#039;&#039;Start Search&#039;&#039;&#039;. This search should proceed at the rate of about 1% per second. You should get 20 hits.&lt;br /&gt;
# View entries via &#039;&#039;&#039;3D Visualiser&#039;&#039;&#039;. Note the so-called &#039;&#039;&#039;REFCODES&#039;&#039;&#039;. Note &#039;&#039;&#039;[[Coursework#Enantiomers_vs_Diastereomers_Part_1:_Butanes_and__Helicenes.|CIYSIM]]&#039;&#039;&#039; in particular!&lt;br /&gt;
#A right-mouse click in the blue window of the 3D Visualiser will enable you to set  &#039;&#039;&#039;spacefill&#039;&#039;&#039; mode, and to inspect whether any two atom spheres inter-penetrate each-other indicating an attractive interaction between them.&lt;br /&gt;
# Save the coordinates of any selected hits via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, Select PDB or CIF as the format, all selected entries, one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;.&lt;br /&gt;
# The files will appear on your L: drive. Double click to open up the WebLab Viewer Pro or Mercury program, and resave them if you wish as an MDL Molfile rather than PDB.&lt;br /&gt;
# If you want to explore further, define an NH bond rather an OH bond (you might need to increase the distance range to eg 2.0 - 2.5).&lt;br /&gt;
# Try this with centroids to other &amp;amp;pi;-electron rich systems, such as an alkyne, alkene, or other rings such as cyclopentadienyl, etc.&lt;br /&gt;
#Go to your network drive N: or L: (i.e. username on neon.ch.ic.ac.uk) and double click any .PDB or .CFIF or .MOL files to view the molecule again. &lt;br /&gt;
# Or, instead of H-O,  just put e.g. Na (metal arene interactions are hugely important biologically).  You may need to define a rather longer distance range. Experiment  by trying various sets of values.&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&amp;lt;jmolApplet&amp;gt;&amp;lt;title&amp;gt;CIYSIM&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&lt;br /&gt;
&amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&amp;lt;script&amp;gt;zoom 150;spin 3;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== The National  Chemical Database Service ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;CDS&#039;&#039;&#039; is a national service (located as it happens in  Daresbury, near Warrington) which offers a range of database services to the  UK community.  To access this service, follow the [http://cds.dl.ac.uk/cgi-bin/reg/undergrad?sites=Select+Site&amp;amp;SITE=imperial-cds0091 instructions] here (this is necessary to ensure UK usage only and to monitor that usage as part of justifying a national resource).  You will be sent a  CDS registration account and password by email. You can then use this account in two ways&lt;br /&gt;
#Invoke  &#039;&#039;&#039;ConquestD&#039;&#039;&#039; (rather than Conquest) from the  Windows start menu and proceed as above, but supply your new  CDS account instead of your Imperial account.&lt;br /&gt;
#Invoke the CDS portal [https://cds.dl.ac.uk/ here] using your  CDS account to log in.   It offers many alternative services (including searches for spectral data) as well as a simplified crystal search. Explore in your own time!&lt;br /&gt;
&amp;lt;!--This part of the course shows you how you can create a Wiki(pedia)-like article on a chemical topic including some molecular information (such as &#039;&#039;e.g.&#039;&#039; coordinates for a rotatable model). The objectives in this part of the course are &lt;br /&gt;
* to learn how to create a simple Wiki page. This is &#039;&#039;&#039;much simpler and quicker&#039;&#039;&#039; than creating a Web page by writing HTML (Wiki is apparently the Hawaiian for &#039;&#039;quick&#039;&#039;). The Wiki is used by some laboratory courses for submitting student reports.&lt;br /&gt;
* to experiment with some simple  Wiki extensions as described in sections  3.2 - 3.8 below. There are of course many other features in the full  Wiki which you can also experiment with if you wish (including e.g. installing additional useful templates).&lt;br /&gt;
== Setting up FireFox and  Creating your own  Wiki page ==&lt;br /&gt;
#[[Image:report12345.jpg|left|thumb|The editing environment]][[Image:exception1.jpg|right|thumb|Security exception]]Start the process by opening Firefox as a Web browser, and install [https://addons.mozilla.org/en-US/firefox/addon/748 Greasemonkey For Firefox] (this is done on a per user basis, and is &#039;&#039;&#039;optional&#039;&#039;&#039; if you want to have your  Wiki interface look a little more similar to  Word) followed by an install of  [http://en.wikipedia.org/w/index.php?action=raw&amp;amp;ctype=text/javascript&amp;amp;title=User:Cacycle/wikEd.user.js wikEd].&lt;br /&gt;
*You will now need to create your own page on this Wiki. Firstly, [[special:userlogin|login]] to the  Wiki using your College ID and password.  &lt;br /&gt;
**If the  browser asks you to add a security exception, do so (this is induced in part by using  &#039;&#039;&#039;imperial&#039;&#039;&#039; rather than  &#039;&#039;&#039;ic&#039;&#039;&#039; in the URL &#039;&#039;https://www.ch.ic.ac.uk/wiki/&#039;&#039; used to start up the wiki page) and proceed to &#039;&#039;&#039;view/confirm&#039;&#039;&#039; the certificate. &lt;br /&gt;
**[[Image:mywiki.jpg|left|thumb|Starting your Wiki page]][[Image:wxyz1234.jpg|left|Creating a report page]]After login, the top right of the browser window will display your login ID. Click on this to start editing your page. If you chose to invoke the wikEd extra above, you should now get a richer additional toolbar along the top of the page which you can use for editing  (but only with Firefox;  it will not work with  Internet Explorer). &lt;br /&gt;
*If you want to create another empty page, then  on the address entry bar of the browser, enter something like the following: {{Fontcolor1|yellow|black|&amp;lt;nowiki&amp;gt;http://www.ch.ic.ac.uk/wiki/index.php/it08:wzyz1234&amp;lt;/nowiki&amp;gt;}} where  &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is unique to you. &#039;&#039;&#039;Do not forget this string&#039;&#039;&#039;. If &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is indeed unique (as it must be), the system will respond as shown on the right. If not, try another  (hopefully more unique) string.  When you succeed, proceed to edit the page.  If you forget the name of your page, invoke [[Special:Contributions|this page to find it]].&lt;br /&gt;
=== Preview/Save ===&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; When you want to see the effect of any particular edit, press &#039;&#039;&#039;preview&#039;&#039;&#039;.  But remember every 1-3 previews to  &#039;&#039;&#039;save&#039;&#039;&#039; the page.  This means that if the browser were to crash, you would not  have lost anything. This is the same good practice that one also follows when editing  conventional  documents.&lt;br /&gt;
&lt;br /&gt;
=== Simple Wiki Editing instructions ===&lt;br /&gt;
There are just a few simple rules for creating effects. In what follows below, anything appearing in a grey box can be copied and pasted into your own wiki. If you have logged in, each section will also have an edit button next to it, and by invoking this, you can always  &#039;&#039;&#039;reverse-engineer&#039;&#039;&#039; what you see and use it for your own purposes.&lt;br /&gt;
*# Headers are indicated by balanced = signs (one for a top level, two for the next, and so on)&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Bold is indicated by balanced &#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;signs&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Italic is indicated by balanced &#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;signs&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# You can use the little menu items at the top to achieve these effects&lt;br /&gt;
*# Each item in an intended list is prefaced by * or #&lt;br /&gt;
*# Chemical effects, i.e. &amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt; and &amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt; are done as: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; and &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; or by invoking the wikEd buttons on your browser.&lt;br /&gt;
* See the effects of what you have done by selecting &#039;&#039;&#039;Show Preview&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: Once satisfied the preview shows what you want, enter something descriptive into the &amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;Summary&#039;&#039;&#039; page. Once this is completed, click on &#039;&#039;&#039;Save Page&#039;&#039;&#039;. Your entry is now added to the &#039;&#039;&#039;History&#039;&#039;&#039; of the article.&lt;br /&gt;
* &#039;&#039;&#039;Images&#039;&#039;&#039;. These should be in GIF, JPG or PNG format only. Other formats (.bmp etc) are NOT allowed. They can be obtained by saving from Web pages, or taking a Screen snapshot. The latter is invoked by pressing the F13 (Print Screen) key (Windows, press ALT+F13 to snap only the active window and pasting the snapshot if necessary into an editing program (e.g. Microsoft PhotoEditor on Windows). Save the image with a sensible name (adding .gif, .jpg or .png to the name). Once created, you will need to &#039;&#039;&#039;upload (the) file&#039;&#039;&#039; to the Wiki. Click on &#039;&#039;&#039;upload file&#039;&#039;&#039; on the lhs of the Wiki page, and follow the instructions. Make a note of the name of the file (which has to be unique, and not the same as any other person&#039;s name. If you are asked to replace a file, err on the side of caution and instead rename it).&lt;br /&gt;
* To include that image in your page, navigate back to your page and enter the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Image:Nameofyourfile.jpg|thumb|right|200|Description of image]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;where left|right indicates the alignment you wish. Inclusion of &#039;&#039;&#039;thumb&#039;&#039;&#039; produces a thumbnail which can be expanded by clicking on it. The name should correspond to that of the file that you have &#039;&#039;&#039;uploaded&#039;&#039;&#039; using the Wiki menu on the left hand side.&lt;br /&gt;
* To add hyperlinks to other Web pages, paste the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.ch.ic.ac.uk/local/it/ CIT Web pages]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To add links to other pages in the departmental Wiki,&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Organic:pericyclic_historical|Description of page]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  Including  Molecules  ==&lt;br /&gt;
* To include molecule coordinates in a Wiki, save as a Molfile (.mol) or PDB (.pdb) or CIF (.cif) created using [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] or obtained from a [[It:coursework#3D_structure_searching_of_the_Cambridge_Crystallographic_database|Cambridge crystal structure database]]. Upload the file using the menu on the lhs of this display, and then invoke the name of the file as shown below: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;uploadedFileContents&amp;gt;name-of-your-uploaded-molecule-file.pdb&amp;lt;/uploadedFileContents&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; (or .mol or .cif).&lt;br /&gt;
=== Simple Molecule Display ===&lt;br /&gt;
Select and copy the text to the right of the molecule box and paste it into your own wiki page. then click preview to see if it works. Once you have gotten this working, you can try with your own molecule, and then your own scripts.  In the script below, &#039;&#039;&#039;cpk -25;&#039;&#039;&#039; sets the atom size to ball and stick instead of spacefilling. &#039;&#039;&#039;Important&#039;&#039;&#039;. Make sure when you paste the code below into your Wiki page that it is not corrupted in any way (ie that you miss a line off at the top or bottom).  If you only paste a part of the below in, you will get an  &#039;&#039;&#039;XML error&#039;&#039;&#039; which is not easy to recover from. You should carefully preview the page, and not save it until you are absolutely sure that the code below has been inserted correctly. It is not in general possible to include such rotatable molecules in e.g. Microsoft  Word.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
 &amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Advanced Molecule Display ===&lt;br /&gt;
For a manual of the complete Jmol commands [http://chemapps.stolaf.edu/jmol/docs/ see here]. The key line to edit is the text enclosed &amp;lt;script&amp;gt;as script&amp;lt;/script. For example, the script below turns the  CPK mode on and off, and measures the length between two atoms. To obtain the index number of the atoms you want to measure, hover the mouse cursor over the atom until a &#039;&#039;popup&#039;&#039; appears with the information. If you cite three or four atoms, the corresponding angle or torsion will be measured.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
    &amp;lt;jmolAppletButton&amp;gt;&amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
    &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
   &amp;lt;jmolAppletButton&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* A useful construct, a &#039;&#039;&#039;template&#039;&#039;&#039; to enter a DOI, is invoked thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{DOI|value-of-the-DOI}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
which produces the effect {{DOI|10.1021/ja9825332}}. If you have found an original reference to the literature, you should cite it via its DOI, as illustrated in the next section.&lt;br /&gt;
*Another useful template is that used to include {{pdf|groups.pdf|Acrobat}} documents within a Wiki using the template&amp;lt;br /&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{pdf|name-of-uploaded-acrobat.pdf|description-of-Acrobat-file}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Many other (chemical) templates have been developed in the Wiki communities, predominantly for expressing data and other information about molecules, and this is one aspect where older-style report writing formats such as  Microsoft Office are less effective.&lt;br /&gt;
&lt;br /&gt;
==References ==&lt;br /&gt;
*This shows how citations&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;W. T. Klooster, T. F. Koetzle, Per E. M. Siegbahn, T. B. Richardson, and R. H. Crabtree, &#039;&#039;J. Am. Chem. Soc.&#039;&#039;, &#039;&#039;&#039;1999&#039;&#039;&#039;, &#039;&#039;121&#039;&#039;, 6337–6343.  {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt; can be added to  text&amp;lt;ref&amp;gt;A. H. Lipkus, Q. Yuan, K. A. Lucas, S. A. Funk, W. F. Bartelt, R. J. Schenck, and A. J. Trippe, &#039;&#039;J. Org. Chem.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;73&#039;&#039;, 4443–4451.  {{DOI|10.1021/jo8001276}}&amp;lt;/ref&amp;gt; to produce a nice effect. To give a reference a unique identifier, use &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;None&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. You can then refer to the same footnote again by repeating the tag  with the same name.&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;none&amp;lt;/ref&amp;gt; The text inside the second tag doesn&#039;t matter, because the text already exists in the first reference (but it cannot be blank).  Collected citations appear below here:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example of adding a citation &amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;Traditional form, here, then {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To insert more examples of this code into your own page,  log-in to the Wiki, and select the link to the [edit] link that appears on the rhs of this page against this section.  Select/Copy the text that appears in the editing window, and paste it into  your own page.&lt;br /&gt;
*Although including citations in this manner  does not allow the powerful library features of  EndNote, more advanced versions of the  Wiki (the Semantic Wiki) do allow such components to be &#039;&#039;&#039;transcluded&#039;&#039;&#039; into a Wiki page (i.e. in effect the citations are generated dynamically from a separate database).&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Help:Table Tables] can be created thus:&lt;br /&gt;
 {| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&lt;br /&gt;
Copy the below into your page to create a Table template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
To access the code required to produce these tables,  you can also log-in to the  Wiki and click on the  &#039;&#039;&#039;Edit&#039;&#039;&#039; link that appears against this section on the rhs of the screen. Select/copy the text that appears in the editing window, and then paste it into your own window.&lt;br /&gt;
&lt;br /&gt;
== Math and Equations==&lt;br /&gt;
You may have need to express some simple [http://meta.wikimedia.org/wiki/Help:Formula equations] on the  Wiki. This is currently supported only using  a notation derived from &#039;&#039;&#039;LaTeX&#039;&#039;&#039;, and as with the  Jmol insertion above, is enabled within a &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; field inserted using the default editor (the SQRT(n) button), and producing  effects such as: &lt;br /&gt;
*&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;\begin{pmatrix}aa+bc &amp;amp; ac+cd \\ab+bd &amp;amp; bc+dd \end{pmatrix}&amp;lt;/math&amp;gt; &lt;br /&gt;
*&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;; &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;;  &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is possible to  produce the required  LateX markup using  GUI-editors such as  MathType etc.&lt;br /&gt;
&lt;br /&gt;
Trying combining some of the above by including a molecule and some  math and references  &#039;&#039;within a cell&#039;&#039; of a table.&lt;br /&gt;
&lt;br /&gt;
== Discussion and History ==&lt;br /&gt;
Each Wiki  page has a &#039;&#039;&#039;history&#039;&#039;&#039;.  If you make a mess of a page, you can always revert to an earlier version via the  History feature. Each page also has a discussion, where you and others can debate discuss some aspect of the topic.&lt;br /&gt;
&lt;br /&gt;
== Converters to the Wiki format: ==&lt;br /&gt;
&lt;br /&gt;
You can also convert a  Word document. Open it  in &#039;&#039;&#039;OpenOffice&#039;&#039;&#039; (rather than the Microsoft version) and &#039;&#039;&#039;export&#039;&#039;&#039; as Mediawiki. Open the resulting .txt file in eg  WordPad, select all the text, copy, and then paste this into the Wiki editing page. You will still have to upload the graphical images from the original  Word document separately.&lt;br /&gt;
#[http://download.openoffice.org/ OpenOffice 2.4/3.0] can read .doc documents and export them to MediaWiki.&lt;br /&gt;
#There is also a [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML to  Wiki] converter which you can use to import an existing  Web page into a  Wiki.&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
the following is a compilation of errors occasionally encountered.  We hope to add to this list.  If you encounter  &#039;&#039;&#039;reproducible&#039;&#039;&#039; error, and work out a fix for it, do please add it here yourself.&lt;br /&gt;
&lt;br /&gt;
*A frequent error is forgetting to go from &#039;&#039;&#039;preview&#039;&#039;&#039; to &#039;&#039;&#039;save&#039;&#039;&#039; before exiting the  browser.  When you return, all the un-saved content of the page will be lost.&lt;br /&gt;
*Sometimes in  Firefox, the  rotating molecule is replaced by a small {{fontcolor1|red|white|X}} instead. You should get the same if you go to this [http://java.com/en/download/help/testvm.xml test page]. If this is the case, you might find that pressing the  &#039;&#039;&#039;ctrl&#039;&#039;&#039; and &#039;&#039;&#039;F5&#039;&#039;&#039; keys simultaneously might clear the  error and restore the molecule to you. If that does not work, restart the  Firefox browser. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Further tutorials based on  3D crystal structures  ===&lt;br /&gt;
&lt;br /&gt;
These can be viewed [http://www.ccdc.cam.ac.uk/free_services/teaching/modules/teaching_webcsd/toc.html here].&lt;br /&gt;
&lt;br /&gt;
=Continuation of CIT skills=&lt;br /&gt;
The skills developed during these workshops will be in almost constant use throughout your course; you are encouraged to keep this up to date and to make use of these skills while writing lab reports and other coursework assignments.  As with anything in the digital world, progress is being made all the time with new search engines, new search algorithms, new software.  This also means that other searches and software are retired to make way for, newer more efficient tools.  This wiki will be a long-term reference which you can refer to and even update, and you are urged to keep it as a bookmark.&lt;br /&gt;
&lt;br /&gt;
== Software for your own computer ==&lt;br /&gt;
&lt;br /&gt;
*The department  has a  Site License for a program system called  [http://scistore.cambridgesoft.com/sitelicense.cfm?sid=948 ChemBio3D] (which includes ChemDraw for both  Windows and  Mac), the terms of which allow individual undergraduates to acquire a copy of the program and to install it on their personal  computer. The license is an annual one. &lt;br /&gt;
*[http://www.straightrunning.com/XmingNotes/ Xming] for accessing the Conquest data base.&lt;br /&gt;
*Programs such as  Microsoft  Office can be licensed via [http://www.microsoft.com/student/discounts/theultimatesteal-uk/default.aspx an academic license for £69.99].&lt;br /&gt;
*[https://directory.adeptscience.co.uk/products/search/1/1/474/cat474.html EndNote student edition] retails for  £85.00. Alternatively, try RefWorks (usually $100/year but &#039;&#039;&#039;free&#039;&#039;&#039; for Imperial students through [http://www3.imperial.ac.uk/library/digitallibrary/athensandukfed AthensDA]) It is a slightly simpler web-based program. A comparison between both can be found [http://library.princeton.edu/help/comparison.php here] (Princeton University). You should note that the  WOS system supports  Endnote directly, but requires a more complicated procedure for using  RefWorks or Mendeley.&lt;br /&gt;
*A further list of software may be found [[It:software-2011|here]], including other programs you can install on your personal computer which you may find useful.&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:searches-2011&amp;diff=442783</id>
		<title>It:searches-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:searches-2011&amp;diff=442783"/>
		<updated>2014-10-11T13:21:29Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=List of search facilities for CIT=&lt;br /&gt;
&lt;br /&gt;
==Web-based searches==&lt;br /&gt;
&lt;br /&gt;
* [http://wok.mimas.ac.uk WOK] (Web of Knowledge)&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha]&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] Register [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here] in order to use.&lt;br /&gt;
&lt;br /&gt;
Structure and property searches&lt;br /&gt;
* [http://www.reaxys.com Reaxys]&lt;br /&gt;
* [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS]&lt;br /&gt;
* [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook]&lt;br /&gt;
* [http://www.chemcalc.org/ ChemCalc]&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider]&lt;br /&gt;
* [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database]&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase]&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses]&lt;br /&gt;
* [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database]&lt;br /&gt;
** [http://webcsd.ccdc.cam.ac.uk/ WebCSD service]&lt;br /&gt;
* [http://www.rcsb.org/pdb/advSearch.do Protein Databank]&lt;br /&gt;
* [http://www.chemnetbase.com/scripts/pocweb.exe Dictionary of organic compounds]&lt;br /&gt;
* Chemical Database Service - [http://cds.dl.ac.uk/cgi-bin/reg/undergrad?sites=Select+Site&amp;amp;SITE=imperial-cds0091 registration instructions]&lt;br /&gt;
&lt;br /&gt;
Tools&lt;br /&gt;
* [http://www.molecular-networks.com/online_demos/corina_demo.html Corina]&lt;br /&gt;
* [http://www.proteinexplorer.org/ Protein Explorer]&lt;br /&gt;
&lt;br /&gt;
Safety data&lt;br /&gt;
* [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook]&lt;br /&gt;
* [http://www.sigmaaldrich.com/catalog/search/AdvancedSearchPage Aldrich] catalogue&lt;br /&gt;
&lt;br /&gt;
==Software-based searches==&lt;br /&gt;
To access these searches, load the respective package through the &amp;quot;Start menu&amp;quot; of cluster computers in the Chemistry department.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Conquest&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/conquest/ Search the Cambridge Structural Database (CSD)]&lt;br /&gt;
*&#039;&#039;&#039;IsoStar Client&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/isostar/ A Knowledge Base of Intermolecular Interactions]&lt;br /&gt;
*&#039;&#039;&#039;Mogul&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/mogul/ A Knowledge Base of Molecular Geometry]&lt;br /&gt;
*&#039;&#039;&#039;Prequest&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/prequest/ Creation of In-House Databases in CSD format]&lt;br /&gt;
*&#039;&#039;&#039;ChemBioFinder Std&#039;&#039;&#039; - [http://www.cambridgesoft.com/software/chembiofinder/ A chemically and biologically intelligent database manager and search engine]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:software-2011&amp;diff=442782</id>
		<title>It:software-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:software-2011&amp;diff=442782"/>
		<updated>2014-10-11T13:21:03Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
=Software for CIT=&lt;br /&gt;
&lt;br /&gt;
This is a non-exhaustive list of software, including software that you will find on cluster PCs and other software available for you to install and use on your own computer.  If there is anything you find useful, please add it to the list in the appropriate area, along with a brief description of what it does.  If you find anything which is so useful you think it should be installed on the cluster computers, please do speak to either Professor Henry Rzepa or Dr. Andrew McKinley and we can investigate any possibilities.&lt;br /&gt;
&lt;br /&gt;
=Software listed by category=&lt;br /&gt;
&lt;br /&gt;
==Spectroscopic software==&lt;br /&gt;
*&#039;&#039;&#039;gNMR5&#039;&#039;&#039; - NMR simulation software&lt;br /&gt;
* &#039;&#039;&#039;Mestrenova&#039;&#039;&#039; - NMR spectral analysis software&lt;br /&gt;
* &#039;&#039;&#039;mMass&#039;&#039;&#039; - Mass spectrometry software&lt;br /&gt;
* &#039;&#039;&#039;Spinworks 3&#039;&#039;&#039; - NMR analysis software&lt;br /&gt;
* &#039;&#039;&#039;Torganal&#039;&#039;&#039; - Spectroscopic training software&lt;br /&gt;
&lt;br /&gt;
==Molecular visualisation software==&lt;br /&gt;
*&#039;&#039;&#039;Avogadro&#039;&#039;&#039; - visualiser, multiplatform&lt;br /&gt;
*&#039;&#039;&#039;Gaussview&#039;&#039;&#039; - viewer for Gaussian output&lt;br /&gt;
* &#039;&#039;&#039;Mercury 2.3&#039;&#039;&#039; - CCDC visualisation application&lt;br /&gt;
*&#039;&#039;&#039;PyMOL tools&#039;&#039;&#039; - [http://www.pymol.org/ Molecular visualization system on an open-source foundation]&lt;br /&gt;
* &#039;&#039;&#039;VMD&#039;&#039;&#039; - Software for visualisation&lt;br /&gt;
* &#039;&#039;&#039;wxMacMolPlt&#039;&#039;&#039; - Simple molecular display, visualisation of symmetries&lt;br /&gt;
* &#039;&#039;&#039;Accelrys&#039;&#039;&#039; - [http://accelrys.com Visualisation software]&lt;br /&gt;
**&#039;&#039;&#039;Discovery Studio Visualiser&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;DS Visualiser&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Accelrys Viewer lite&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Hermes&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/life_sciences/hermes/ Comprehensive Protein Visualiser]&lt;br /&gt;
*&#039;&#039;&#039;ChemBio3D Ultra&#039;&#039;&#039; - [http://www.cambridgesoft.com/software/chembio3d/ Molecular graphics and  computational methods package]&lt;br /&gt;
*&#039;&#039;&#039;VMD&#039;&#039;&#039; - [http://www.ks.uiuc.edu/Research/vmd/ Visual Molecular Dynamics] - for analysing large biomolecular systems&lt;br /&gt;
&lt;br /&gt;
==Data mining software==&lt;br /&gt;
*&#039;&#039;&#039;Conquest&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/conquest/ Search the Cambridge Structural Database (CSD)]&lt;br /&gt;
*&#039;&#039;&#039;IsoStar Client&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/isostar/ A Knowledge Base of Intermolecular Interactions]&lt;br /&gt;
*&#039;&#039;&#039;Mogul&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/mogul/ A Knowledge Base of Molecular Geometry]&lt;br /&gt;
*&#039;&#039;&#039;Prequest&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/prequest/ Creation of In-House Databases in CSD format]&lt;br /&gt;
*&#039;&#039;&#039;ChemBioFinder Std&#039;&#039;&#039; - [http://www.cambridgesoft.com/software/chembiofinder/ A chemically and biologically intelligent database manager and search engine]&lt;br /&gt;
*&#039;&#039;&#039;Scifinder Scholar&#039;&#039;&#039; - [http://www.cas.org/products/sfacad/index.html Client software for SciFinder; redundant as of 2011]&lt;br /&gt;
&lt;br /&gt;
==Drawing packages==&lt;br /&gt;
*&#039;&#039;&#039;ChemBioOffice 2010&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;ChemBio3D Ultra&#039;&#039;&#039; - [http://www.cambridgesoft.com/software/chembio3d/ Molecular graphics and  computational methods package]&lt;br /&gt;
**&#039;&#039;&#039;ChemDraw Pro&#039;&#039;&#039; - [http://www.cambridgesoft.com/software/chemdraw/ Chemical structure drawing and more]&lt;br /&gt;
*&#039;&#039;&#039;DeLano Scientific&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Gimp&#039;&#039;&#039; - [http://www.gimp.org/ The GNU Image Manipulation Program]&lt;br /&gt;
&lt;br /&gt;
==Computational Chemistry Packages==&lt;br /&gt;
*&#039;&#039;&#039;Gold&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/life_sciences/gold/ program for calculating the docking modes of small molecules in protein binding sites]&lt;br /&gt;
*&#039;&#039;&#039;SuperStar&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/life_sciences/superstar/ Predicting Protein-Ligand Interactions Using Experimental Data ]&lt;br /&gt;
*&#039;&#039;&#039;Gabedit&#039;&#039;&#039; - [http://gabedit.sourceforge.net/ A graphical user interface for computational chemistry packages]&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Gaussian 03W&#039;&#039;&#039; - [http://www.gaussian.com/ Electronic structure modelling]&lt;br /&gt;
*&#039;&#039;&#039;Gaussian 09W&#039;&#039;&#039; - [http://www.gaussian.com/ Electronic structure modelling]&lt;br /&gt;
*&#039;&#039;&#039;GaussView 5.0&#039;&#039;&#039; - [http://www.gaussian.com/g_prod/gv5.htm Visualisation of Gaussian output]&lt;br /&gt;
*&#039;&#039;&#039;MATLAB&#039;&#039;&#039; - [http://www.mathworks.com/products/matlab/ Mathematical modelling and data analysis]&lt;br /&gt;
*&#039;&#039;&#039;OpenBabel&#039;&#039;&#039; - [http://openbabel.org/wiki/Main_Page Toolbox to use different languages of chemistry data]&lt;br /&gt;
*&#039;&#039;&#039;VMD&#039;&#039;&#039; - [http://www.ks.uiuc.edu/Research/vmd/ Visual Molecular Dynamics] - for analysing large biomolecular systems&lt;br /&gt;
&lt;br /&gt;
==Data Analysis software==&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;GnuPlot&#039;&#039;&#039; - [http://www.gnuplot.info/ Graphing utility]&lt;br /&gt;
*&#039;&#039;&#039;MATLAB&#039;&#039;&#039; - [http://www.mathworks.com/products/matlab/ Mathematical modelling and data analysis]&lt;br /&gt;
*&#039;&#039;&#039;OriginLab&#039;&#039;&#039; - [http://www.originlab.com/ Data analysis and graphing software]&lt;br /&gt;
&lt;br /&gt;
==Education and learning software==&lt;br /&gt;
*&#039;&#039;&#039;gNMR5&#039;&#039;&#039; - NMR simulation software&lt;br /&gt;
*&#039;&#039;&#039;Torganal2&#039;&#039;&#039; - [http://www.chem.utas.edu.au/torganal/ Spectroscopy training software]&lt;br /&gt;
&lt;br /&gt;
==Report writing tools==&lt;br /&gt;
*&#039;&#039;&#039;GnuPlot&#039;&#039;&#039; - [http://www.gnuplot.info/ Graphing utility]&lt;br /&gt;
*&#039;&#039;&#039;Microsoft Office&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;OpenOffice&#039;&#039;&#039; - [http://www.openoffice.org/ Free alternative to Microsoft Office]&lt;br /&gt;
*&#039;&#039;&#039;ChemDraw Pro&#039;&#039;&#039; - [http://www.cambridgesoft.com/software/chemdraw/ Chemical structure drawing and more]&lt;br /&gt;
&lt;br /&gt;
==Citation and document library software==&lt;br /&gt;
*&#039;&#039;&#039;Mendeley desktop&#039;&#039;&#039; - document library  manager&lt;br /&gt;
*&#039;&#039;&#039;Endnote&#039;&#039;&#039; - [http://www.endnote.com/ Citation management software]&lt;br /&gt;
*&#039;&#039;&#039;Refworks&#039;&#039;&#039; - [http://www.refworks.com/ Citation management] - Free for IC students&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
*&#039;&#039;&#039;Adobe Reader 9&#039;&#039;&#039; - PDF reader&lt;br /&gt;
* &#039;&#039;&#039;PuTTy&#039;&#039;&#039; - command line TelNet SSH tool&lt;br /&gt;
* &#039;&#039;&#039;XPS viewer&#039;&#039;&#039; - Tool for viewing XML files&lt;br /&gt;
*&#039;&#039;&#039;Filezilla FTP&#039;&#039;&#039; - [http://filezilla-project.org/ Free FTP software]&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Google Earth&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;iTunes&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;jDiskReport&#039;&#039;&#039; - [http://www.jgoodies.com/freeware/jdiskreport/ Monitor hard disk space usage]&lt;br /&gt;
*&#039;&#039;&#039;Mozilla Firefox&#039;&#039;&#039; - [http://www.firefox.com Extensible web browser]&lt;br /&gt;
*&#039;&#039;&#039;OpenBabel&#039;&#039;&#039; - [http://openbabel.org/wiki/Main_Page Toolbox to use different languages of chemistry data]&lt;br /&gt;
*&#039;&#039;&#039;PrimoPDF&#039;&#039;&#039; - [http://www.primopdf.com/index.aspx Free PDF virtual printing software]&lt;br /&gt;
*&#039;&#039;&#039;Quicktime&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;RealPlayer&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Winzip&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Xming&#039;&#039;&#039; - [http://www.straightrunning.com/XmingNotes/ X Window server for Windows]&lt;br /&gt;
==Software for Macintosh computers==&lt;br /&gt;
Both Mendeley and ChemDraw 3D are available free for Macintosh computers. You can get ChemDraw 3D for free by using the free license provided by the college, see below.&lt;br /&gt;
&lt;br /&gt;
==Software for mobile devices==&lt;br /&gt;
=== iOS devices ===&lt;br /&gt;
*&#039;&#039;&#039;ChemSpider&#039;&#039;&#039; - [http://itunes.apple.com/gb/app/chemspider/id458878661?mt=8]&lt;br /&gt;
*&#039;&#039;&#039;Mendeley&#039;&#039;&#039; - [http://itunes.apple.com/gb/app/mendeley-reference-manager/id380669300?mt=8]&lt;br /&gt;
*&#039;&#039;&#039;WolframAlpha&#039;&#039;&#039; - [http://itunes.apple.com/gb/app/wolframalpha/id334989259?mt=8]&lt;br /&gt;
*&#039;&#039;&#039;RSC Mobile&#039;&#039;&#039; - [http://itunes.apple.com/gb/app/rsc-mobile/id459371444?mt=8 Read the latest RSC papers on your device]&lt;br /&gt;
*&#039;&#039;&#039;ChemJuice&#039;&#039;&#039; - [http://itunes.apple.com/gb/app/chemjuice/id342895394?mt=8 Excellent and easy to use molecular drawing program] (there is a Grande version for iPad)&lt;br /&gt;
*&#039;&#039;&#039;iMoleBuilder&#039;&#039;&#039; - [http://itunes.apple.com/gb/app/imolecular-builder/id299032255?mt=8 Not so straightforward 3d drawing program, but good when you don&#039;t have your modelling kit handy]&lt;br /&gt;
*&#039;&#039;&#039;Molecules&#039;&#039;&#039; - [http://itunes.apple.com/gb/app/molecules/id284943090?mt=8 3d molecule viewing program, you can&#039;t draw but you can download molecules from PubChem or the Protein Data Bank, better than iMoleBuilder for more complex molecules]&lt;br /&gt;
&lt;br /&gt;
=== Android devices ===&lt;br /&gt;
(this needs expanding)&lt;br /&gt;
* No official Mendeley client exists yet, but [https://market.android.com/details?id=com.droideley&amp;amp;feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5kcm9pZGVsZXkiXQ.. Droidely], [https://market.android.com/details?id=com.kmk.Referey&amp;amp;feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5rbWsuUmVmZXJleSJd Referey] and [https://market.android.com/details?id=info.matthewwardrop.scholarley&amp;amp;feature=search_result#?t=W251bGwsMSwxLDEsImluZm8ubWF0dGhld3dhcmRyb3Auc2Nob2xhcmxleSJd Scholarley] are third-party alternatives&lt;br /&gt;
&lt;br /&gt;
=Software installed on Chemistry Cluster Computers=&lt;br /&gt;
&lt;br /&gt;
==Start menu items==&lt;br /&gt;
*&#039;&#039;&#039;Adobe Reader 9&#039;&#039;&#039; - PDF reader&lt;br /&gt;
*&#039;&#039;&#039;Avogadro&#039;&#039;&#039; - visualiser, multiplatform&lt;br /&gt;
*&#039;&#039;&#039;ChemDraw Pro 2013&#039;&#039;&#039; - ChemDraw&lt;br /&gt;
*&#039;&#039;&#039;Conquest&#039;&#039;&#039; - accessing Cambridge Structure DataBase&lt;br /&gt;
*&#039;&#039;&#039;Database of NMR Spectra&#039;&#039;&#039; - NMR Predictor&lt;br /&gt;
*&#039;&#039;&#039;Discovery Studio 3.5 Client&#039;&#039;&#039; - Discovery studio Visualiser &lt;br /&gt;
*&#039;&#039;&#039;Gabedit&#039;&#039;&#039; - GUI for various computational chemistry programs&lt;br /&gt;
*&#039;&#039;&#039;Gaussian 09&#039;&#039;&#039; - Molecular modelling&lt;br /&gt;
*&#039;&#039;&#039;Gaussview 5.0&#039;&#039;&#039; - viewer for Gaussian output&lt;br /&gt;
*&#039;&#039;&#039;GIMP 2&#039;&#039;&#039; - Photo editor&lt;br /&gt;
*&#039;&#039;&#039;gNMR5&#039;&#039;&#039; - NMR simulation software&lt;br /&gt;
*&#039;&#039;&#039;Lyx 2.0&#039;&#039;&#039; -  Document processing&lt;br /&gt;
*&#039;&#039;&#039;MATLAB R2013a&#039;&#039;&#039;  - Maths&lt;br /&gt;
*&#039;&#039;&#039;Mendeley desktop&#039;&#039;&#039; - document library  manager&lt;br /&gt;
* &#039;&#039;&#039;Mercury 2.3&#039;&#039;&#039; - CCDC visualisation application&lt;br /&gt;
* &#039;&#039;&#039;Mestrenova&#039;&#039;&#039; - NMR spectral analysis software&lt;br /&gt;
* &#039;&#039;&#039;mMass&#039;&#039;&#039; - Mass spectrometry software&lt;br /&gt;
*&#039;&#039;&#039;Mozilla Firefox&#039;&#039;&#039; - web browser&lt;br /&gt;
*&#039;&#039;&#039;OpenBabel&#039;&#039;&#039; - translates molecular file formats&lt;br /&gt;
*&#039;&#039;&#039;OpenOffice 4.0.0&#039;&#039;&#039; - free alternative to MS Office&lt;br /&gt;
*&#039;&#039;&#039;OriginPro 9&#039;&#039;&#039; - data analysis and graphing&lt;br /&gt;
*&#039;&#039;&#039;Paint.net&#039;&#039;&#039; - image editor&lt;br /&gt;
* &#039;&#039;&#039;PyMOL&#039;&#039;&#039; - Molecular graphics software&lt;br /&gt;
*&#039;&#039;&#039;reaxys&#039;&#039;&#039; - shortcut&lt;br /&gt;
*&#039;&#039;&#039;Scifinder&#039;&#039;&#039; - shortcut&lt;br /&gt;
* &#039;&#039;&#039;Spinworks 3&#039;&#039;&#039; - NMR analysis software&lt;br /&gt;
* &#039;&#039;&#039;Torganal&#039;&#039;&#039; - Spectroscopic training software&lt;br /&gt;
* &#039;&#039;&#039;VMD&#039;&#039;&#039; - Software for visualisation&lt;br /&gt;
* &#039;&#039;&#039;wxMacMolPlt&#039;&#039;&#039; - Simple molecular display, visualisation of symmetries&lt;br /&gt;
* &#039;&#039;&#039;XPS viewer&#039;&#039;&#039; - Tool for viewing XML files&lt;br /&gt;
&lt;br /&gt;
==Start menu folders==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Accelrys&#039;&#039;&#039; - [http://accelrys.com Visualisation software]&lt;br /&gt;
**&#039;&#039;&#039;Discovery Studio Visualiser&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;DS Visualiser&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Accelrys Viewer lite&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;CCDC&#039;&#039;&#039; - Software from the [http://www.ccdc.cam.ac.uk/ Cambridge Crystallographic Data Centre]&lt;br /&gt;
**&#039;&#039;&#039;CSD System Software -&amp;gt; Mercury&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;CSD System Software 2011&#039;&#039;&#039;&lt;br /&gt;
***&#039;&#039;&#039;Conquest&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/conquest/ Search the Cambridge Structural Database (CSD)]&lt;br /&gt;
***&#039;&#039;&#039;IsoStar Client&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/isostar/ A Knowledge Base of Intermolecular Interactions]&lt;br /&gt;
***&#039;&#039;&#039;Mercury&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/mercury/ Crystal Structure Visualisation]&lt;br /&gt;
***&#039;&#039;&#039;Mogul&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/mogul/ A Knowledge Base of Molecular Geometry]&lt;br /&gt;
***&#039;&#039;&#039;Prequest&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/csd_system/prequest/ Creation of In-House Databases in CSD format]&lt;br /&gt;
**&#039;&#039;&#039;Gold Suite&#039;&#039;&#039;&lt;br /&gt;
***&#039;&#039;&#039;Gold&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/life_sciences/gold/ program for calculating the docking modes of small molecules in protein binding sites]&lt;br /&gt;
***&#039;&#039;&#039;Hermes&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/life_sciences/hermes/ Comprehensive Protein Visualiser]&lt;br /&gt;
**&#039;&#039;&#039;SuperStar&#039;&#039;&#039; - [http://www.ccdc.cam.ac.uk/products/life_sciences/superstar/ Predicting Protein-Ligand Interactions Using Experimental Data ]&lt;br /&gt;
*&#039;&#039;&#039;ChemBioOffice 2010&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;ChemBio3D Ultra&#039;&#039;&#039; - [http://www.cambridgesoft.com/software/chembio3d/ Molecular graphics and  computational methods package]&lt;br /&gt;
**&#039;&#039;&#039;ChemBioFinder Std&#039;&#039;&#039; - [http://www.cambridgesoft.com/software/chembiofinder/ A chemically and biologically intelligent database manager and search engine]&lt;br /&gt;
**&#039;&#039;&#039;ChemDraw Pro&#039;&#039;&#039; - [http://www.cambridgesoft.com/software/chemdraw/ Chemical structure drawing and more]&lt;br /&gt;
*&#039;&#039;&#039;DeLano Scientific&lt;br /&gt;
**&#039;&#039;&#039;PyMOL tools&#039;&#039;&#039; - [http://www.pymol.org/ Molecular visualization system on an open-source foundation]&lt;br /&gt;
*&#039;&#039;&#039;Endnote&#039;&#039;&#039; - [http://www.endnote.com/ Citation managment software]&lt;br /&gt;
*&#039;&#039;&#039;Filezilla FTP&#039;&#039;&#039; - [http://filezilla-project.org/ Free FTP software]&lt;br /&gt;
*&#039;&#039;&#039;Gabedit&#039;&#039;&#039; - [http://gabedit.sourceforge.net/ A graphical user interface for computational chemistry packages]&lt;br /&gt;
*&#039;&#039;&#039;Gaussian 03W&#039;&#039;&#039; - [http://www.gaussian.com/ Electronic structure modelling]&lt;br /&gt;
*&#039;&#039;&#039;Gaussian 09W&#039;&#039;&#039; - [http://www.gaussian.com/ Electronic structure modelling]&lt;br /&gt;
*&#039;&#039;&#039;GaussView 5.0&#039;&#039;&#039; - [http://www.gaussian.com/g_prod/gv5.htm Visualisation of Gaussian output]&lt;br /&gt;
*&#039;&#039;&#039;Gimp&#039;&#039;&#039; - [http://www.gimp.org/ The GNU Image Manipulation Program]&lt;br /&gt;
*&#039;&#039;&#039;GnuPlot&#039;&#039;&#039; - [http://www.gnuplot.info/ Graphing utility]&lt;br /&gt;
*&#039;&#039;&#039;Google Earth&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;iTunes&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;jDiskReport&#039;&#039;&#039; - [http://www.jgoodies.com/freeware/jdiskreport/ Monitor hard disk space usage]&lt;br /&gt;
*&#039;&#039;&#039;MATLAB&#039;&#039;&#039; - [http://www.mathworks.com/products/matlab/ Mathematical modelling and data analysis]&lt;br /&gt;
*&#039;&#039;&#039;Microsoft Office&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Mozilla Firefox&#039;&#039;&#039; - [http://www.firefox.com Extensible web browser]&lt;br /&gt;
*&#039;&#039;&#039;OpenBabel&#039;&#039;&#039; - [http://openbabel.org/wiki/Main_Page Toolbox to use different languages of chemistry data]&lt;br /&gt;
*&#039;&#039;&#039;OpenOffice&#039;&#039;&#039; - [http://www.openoffice.org/ Free alternative to Microsoft Office]&lt;br /&gt;
*&#039;&#039;&#039;OriginLab&#039;&#039;&#039; - [http://www.originlab.com/ Data analysis and graphing software]&lt;br /&gt;
*&#039;&#039;&#039;PrimoPDF&#039;&#039;&#039; - [http://www.primopdf.com/index.aspx Free PDF virtual printing software]&lt;br /&gt;
*&#039;&#039;&#039;Quicktime&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;RealPlayer&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Refworks&#039;&#039;&#039; - [http://www.refworks.com/ Citation management] - Free for IC students&lt;br /&gt;
*&#039;&#039;&#039;Scifinder Scholar&#039;&#039;&#039; - [http://www.cas.org/products/sfacad/index.html Client software for SciFinder; redundant as of 2011]&lt;br /&gt;
*&#039;&#039;&#039;Torganal2&#039;&#039;&#039; - [http://www.chem.utas.edu.au/torganal/ Spectroscopy training software]&lt;br /&gt;
*&#039;&#039;&#039;University of Illinois&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;VMD&#039;&#039;&#039; - [http://www.ks.uiuc.edu/Research/vmd/ Visual Molecular Dynamics] - for analysing large biomolecular systems&lt;br /&gt;
*&#039;&#039;&#039;Winzip&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Xming&#039;&#039;&#039; - [http://www.straightrunning.com/XmingNotes/ X Window server for Windows]&lt;br /&gt;
&lt;br /&gt;
=Other useful software=&lt;br /&gt;
&lt;br /&gt;
=Software licensing=&lt;br /&gt;
&lt;br /&gt;
Software packages are available under a large range of licenses, varying between licenses that are free of charge up to those which cost a great deal.  For some software the department has a &#039;&#039;&#039;site license&#039;&#039;&#039; which allows the software to be used on any computer installed in the department, other software is licensed on a &#039;&#039;per seat&#039;&#039; basis, meaning that it may not be installed on every computer.&lt;br /&gt;
&lt;br /&gt;
In general, as undergraduate students, you are not permitted to run software on your own computer under any site license held by the Department or the College as a whole.  There are &#039;&#039;&#039;two&#039;&#039;&#039; exceptions to this:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;ChemBio3D&#039;&#039;&#039;, including ChemDraw Pro. To  register for a serial number visit [http://scistore.cambridgesoft.com/sitelicense.cfm?sid=948 this page]&lt;br /&gt;
* [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/softwarepurchase/softwareshop/priceindex/antivirus &#039;&#039;&#039;Norton anti-virus software&#039;&#039;&#039;] &lt;br /&gt;
&lt;br /&gt;
Both of these packages can be installed onto your personal computer at no cost to yourself.&lt;br /&gt;
&lt;br /&gt;
==Free software==&lt;br /&gt;
&lt;br /&gt;
The following list of software can be used to prepare reports and coursework, and are available at no charge for academic use (and in some cases are free of charge for general use!).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some software is free of charge, however the online service required to use them may not be; in these cases, unless there is a degree of &#039;free&#039; access to the online service, the software is not included on this list.&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org - Free alternative to Microsoft Office. Can produce MSOffice compatible files, but take care with formatting between the two systems.&lt;br /&gt;
* LaTeX (pronounced Lah-Tek) - A full typesetting system; documents are coded in a markup language (similar to HTML) and run through a processor to generate the finished document. Highly customisable, produces publication quality results, however steep learning curve.  Excellent for formatting mathematical equations.&lt;br /&gt;
* Mendeley - Document library software - library stored online, free for limited use; more storage incurs a charge.&lt;br /&gt;
* Filezilla FTP - program for uploading files to a web server or transferring between servers.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:assignment-2011&amp;diff=442781</id>
		<title>It:assignment-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:assignment-2011&amp;diff=442781"/>
		<updated>2014-10-11T13:20:45Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
=CIT Assignment 2012=&lt;br /&gt;
The CIT assignment is an exercise which is designed to help you gain experience in gathering information on a given molecule. This is something which you will need to be able to do in order to do well in coursework while studying Chemistry, and in a wider context, is a skill which will be invaluable to you should you decide to take up a career in research.&lt;br /&gt;
&lt;br /&gt;
There is no &#039;start time&#039; for this assignment, but you must present your poster at the presentation session at the time below:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Friday 9th November 2012, 2pm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;You are free to start your assignment as soon as you wish&#039;&#039;&#039;, and can work on it any time up to the deadline.&lt;br /&gt;
&lt;br /&gt;
You should work in your chosen groups of 6 students (you will sign up to your groups on Blackboard) to prepare your poster.  You will be provided with a poster board on which you can mount printouts, drawings, models, anything! The only limit is your own creativity!&lt;br /&gt;
&lt;br /&gt;
You will form into groups in your &#039;&#039;&#039;second CIT workshop&#039;&#039;&#039;; molecules will then be drawn from a hat and assigned to groups.&lt;br /&gt;
&lt;br /&gt;
=Presentation=&lt;br /&gt;
Your presentation will be made in the &#039;&#039;&#039;Perkin Laboratory&#039;&#039;&#039; from &#039;&#039;&#039;2-5pm&#039;&#039;&#039; on  &#039;&#039;&#039;Friday 9th November&#039;&#039;&#039;.  You must make sure that your poster is ready to be assessed &#039;&#039;&#039;by 2pm&#039;&#039;&#039;; you will be able to get into the lab at 1pm to commence setting up your poster.&lt;br /&gt;
&lt;br /&gt;
A sample poster board will be made available to you for a guide to size in the second CIT workshop you attend.&lt;br /&gt;
&lt;br /&gt;
=Details of the assignment=&lt;br /&gt;
&lt;br /&gt;
Your task is to produce a poster with your group on your assigned molecule. You should aim to describe what makes it interesting and an introduction to its chemistry. All information should be appropriately cited from a creditable &#039;&#039;primary&#039;&#039; or &#039;&#039;secondary&#039;&#039; resource.  You will most likely turn up a wealth of information on most of the molecules shown below; part of the task is deciding what is &#039;&#039;&#039;relevant&#039;&#039;&#039; information.&lt;br /&gt;
&lt;br /&gt;
==Structure of poster==&lt;br /&gt;
Your poster should include an introduction to the molecule of interest, explaining &#039;&#039;why&#039;&#039; it is of interest. Further information&lt;br /&gt;
Any synthetic route for making the molecule, if included, should include a brief discussion on the starting materials, where they are sourced (if they are natural products etc.).  Any schemes should be large enough to be readable.&lt;br /&gt;
&lt;br /&gt;
Physical data should be relevant to the &#039;story&#039; and not just included for the sake of including it, going some way towards backing up the statement of &#039;interest&#039; made in the introduction.&lt;br /&gt;
&lt;br /&gt;
Above all, your poster should be &#039;&#039;engaging and interesting to read&#039;&#039;; you should be writing in language intended for a general chemistry audience, rather than a technical discussion on the preparation of the molecule.&lt;br /&gt;
&lt;br /&gt;
You will be provided with a poster board on which to mount your materials - you should bring the materials with you to the presentation and mount them to the board from 1pm.  Your poster should be ready for presentation by 2pm on the 9th November.&lt;br /&gt;
&lt;br /&gt;
==A Book You Might Find Useful...==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Study and Communication Skills for the Chemical Sciences&#039;&#039;, Overton, Johnson and Scott - Oxford University Press, 2011.&lt;br /&gt;
&lt;br /&gt;
The whole book is useful, but for this assignment, particularly chapters &#039;&#039;&#039;5&#039;&#039;&#039;, &#039;&#039;&#039;6&#039;&#039;&#039;, &#039;&#039;&#039;7&#039;&#039;&#039;, &#039;&#039;&#039;9&#039;&#039;&#039; and &#039;&#039;&#039;10&#039;&#039;&#039; which relate to the finding of information, writing essays and preparing reports.&lt;br /&gt;
&lt;br /&gt;
Publisher&#039;s price is £20.99, you may be able to do better online.  Or check in the Library (bear in mind though that there are 150 of you, and there probably won&#039;t be 150 copies in the library!)&lt;br /&gt;
&lt;br /&gt;
=List of molecules=&lt;br /&gt;
&lt;br /&gt;
Choose one of the following molecules on which to base your report.  Be sure to study a different molecule from those around you - it would be awfully dull reading if everyone does the same molecule!  Alternatively, if there is another molecule which is of interest to you, please feel free to add it to this list and submit a report on that.&lt;br /&gt;
&lt;br /&gt;
#Thyroxine&lt;br /&gt;
#Quinine&lt;br /&gt;
#Ramipril&lt;br /&gt;
#Acetyl salicylic acid&lt;br /&gt;
#Minoxidil&lt;br /&gt;
#Riboflavin&lt;br /&gt;
#Aspartame&lt;br /&gt;
#Serotonin&lt;br /&gt;
#Capsaicin&lt;br /&gt;
#Ascorbic acid&lt;br /&gt;
#Sodium laureth sulfate&lt;br /&gt;
#Phenylalanine&lt;br /&gt;
#Sorbitol&lt;br /&gt;
#Methyl salicylate&lt;br /&gt;
#Methylene blue&lt;br /&gt;
#Warfarin&lt;br /&gt;
#Trimethyl arsenic&lt;br /&gt;
#DDT&lt;br /&gt;
#zinc dithiophosphate&lt;br /&gt;
#formic acid&lt;br /&gt;
#Betamethasone&lt;br /&gt;
#Carvone&lt;br /&gt;
#Fullerenes&lt;br /&gt;
#Adrenaline&lt;br /&gt;
&lt;br /&gt;
=Assessment criteria and Feedback=&lt;br /&gt;
In this assignment, you will be graded on the clarity of your message, the chemistry content, your editorial skill, and your use of CIT resources. You are free to compile your poster in whatever manner you see fit, and the absence of a framework for the poster is intended to stimulate your creativity!&lt;br /&gt;
&lt;br /&gt;
This assignment is a &#039;&#039;formative&#039;&#039; assignment; this means the assessment is not formal and does not contribute towards of honours. It does mean that you will be given feedback which you should expect to use in the preparation of lab reports and other assignments.&lt;br /&gt;
&lt;br /&gt;
Above all else, you &#039;&#039;&#039;must&#039;&#039;&#039; cite all your information sources, and all text must be written in your own words; any words which are not your own should be in quotation marks with appropriate citation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442780</id>
		<title>It:coursework-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:coursework-2011&amp;diff=442780"/>
		<updated>2014-10-11T13:20:26Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Overall Objectives of CIT workshops=&lt;br /&gt;
The workshop will take place in the Computer Lab at the following times:&lt;br /&gt;
* Group A1: Thursday 11th October and Friday 26th October 2012, 14:00-17:00&lt;br /&gt;
* Group A2: Thursday 18th October and Friday 2nd November 2012, 14:00-17:00&lt;br /&gt;
* Group B1: Monday 8th October and Monday 22nd October 2012, 13:00-16:00&lt;br /&gt;
* Group B2: Monday 15th October and Monday 29th October 2012, 13:00-16:00&lt;br /&gt;
&lt;br /&gt;
The Computer lab  (formally booked for your group, [[Media:Y1-labgroups-2011.pdf|A1, A2, B1, B2]]) is for your course work and you have priority over other users at these times.  You are of course free to use the computers outside these times for course work, but on a first-come-first served basis and only if another course is not running. You can also use the computers located in the study area and you have access to 24 hour opening in the central library, although you may find not all of the chemistry-related programs will be available there. During the lab time allocated for the IT course (two 3 hour sessions per group), you will be expected to achieve the following objectives:&lt;br /&gt;
# Accessing  course and laboratory notes and using scientific  journals to support lectures&lt;br /&gt;
# Using &#039;&#039;&#039;Word&#039;&#039;&#039; in combination with the &#039;&#039;&#039;EndNote&#039;&#039;&#039; bibliographic database and &#039;&#039;&#039;ChemDraw&#039;&#039;&#039; to write  laboratory reports and essays&lt;br /&gt;
# Learn to use various bibliographic chemistry search systems&lt;br /&gt;
# Learn to conduct molecular structure-based search systems&lt;br /&gt;
# Applying these searches to the requirements of a laboratory course&lt;br /&gt;
&lt;br /&gt;
You should of course appreciate that the distinction between lectures and labs is rather artificial, and any database which you might use for one is certainly useful for the other as well.&lt;br /&gt;
&lt;br /&gt;
=Software Familiarity=&lt;br /&gt;
&lt;br /&gt;
There are a number of programs with which you will use throughout your study at Imperial College, and the aim of these sessions is to give you an introduction to some of the packages, as well as explaining what the other packages do.  In order to gain the most from your two workshop sessions, you are urged to complete the following section &#039;&#039;&#039; &amp;lt;u&amp;gt;before you come to the workshop sessions&amp;lt;/u&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Before you come to the workshop sessions...==&lt;br /&gt;
&lt;br /&gt;
...there are a few exercises you should perform to ensure you are familiar with the operation of the computer systems available on campus.&lt;br /&gt;
* Check your login works; if you are browsing on a campus computer, then you will have already logged in. If you are accessing from your own computer, ensure that you can sign into your [https://exchange.imperial.ac.uk campus email account] through the [https://exchange.imperial.ac.uk web interface].&lt;br /&gt;
* Using the &#039;&#039;&#039;FireFox&#039;&#039;&#039; web browser (Firefox is better at handling chemistry search packages than Internet Explorer, and can be more reliable especially when running Java applets), you should be browsing this ChemWiki (home page URL of ChemWiki: &amp;lt;tt&amp;gt;http://www.ch.ic.ac.uk/wiki/&amp;lt;/tt&amp;gt;). It should be listed in the Bookmarks menu of department cluster computers; you may wish to add it to the bookmarks of your own computer also.&lt;br /&gt;
* You will be using  Firefox to browse the pages of a  [http://en.wikipedia.org/wiki/Wiki Wiki].  There is only one suggestion for browsing these pages that  you might wish to follow. When encountering a hyperlink, as in the preceding link describing what a Wiki is, you will probably want to open it in a separate window or tab from the  instruction page (so that you can refer to both if the need arises). If you just click the link, it will  &#039;&#039;&#039;replace&#039;&#039;&#039; the instruction window. So, get used to clicking on the link with the  &#039;&#039;&#039;right mouse button&#039;&#039;&#039; rather than the left one.  This will then give you the option of opening the link in either a new window or a new tab of the current window.&lt;br /&gt;
&lt;br /&gt;
===Computer, Browser and Wordprocessor familiarity===&lt;br /&gt;
*[[Image:login_window.jpg|right|thumb|login window]]Log-in.  There is one important difference between using a home computer and the ones here; you need to authenticate your session with the password issued to you at registration. Check the login window looks as shown on the right, and proceed to login.&lt;br /&gt;
*[[Image:home.jpg|left|thumb|Document home]]Perhaps the single most confusing aspect for most people is what the &#039;&#039;Home&#039;&#039; icon (left) means. So let&#039;s sort this out immediately. You are working in an &#039;&#039;enterprise&#039;&#039; environment, where a fast network connects each computer to a central area for storing files. When you log in, you are granted access to your files, and on the computer desktop, the &#039;&#039;Home&#039;&#039; icon means &amp;quot;the directory where the folders and documents associated specifically with the login account are stored&amp;quot;. This is because all computers work on the metaphor of a filing system with hierarchies. Home is the top of your personal file system!  If you double click this icon, you should see YOUR files. Check this! If you get lost navigating the hierarchical directories, &amp;quot;Home&amp;quot; is always a useful way of restoring a sense of orientation. Home also has a synonym, called &amp;quot;&#039;&#039;&#039;My Documents&#039;&#039;&#039;&amp;quot;, which the operating system can sometimes display instead of Home.&lt;br /&gt;
*[[Image:o2007.jpg|thumb|right|Office 2007]][[Image:subsuper.jpg|right|thumb|Subs and Superscripts]][[Image:o2007b.jpg|thumb|left||EndNote tab]]Start Microsoft &#039;&#039;&#039;Office 2007&#039;&#039;&#039; (we will assume you still have  FireFox running).  The basic (&#039;&#039;&#039;Home&#039;&#039;&#039;) Word document work area is shown to the in the thumnail to the right (click to expand it) and you should familiarise yourself with some of the palettes. This version of the program is somewhat different from earlier versions you may already be familiar with, such as Office 2003.  In particular, open/save/print dialogs are now to be found by pressing on the Icon highlighted here with a &#039;&#039;&#039;red&#039;&#039;&#039; circle. Copy/paste operations are invoked using the icon encircled in &#039;&#039;&#039;purple&#039;&#039;&#039;. Other common operations are found to the right of these two in the taskbar, including the chemically useful &#039;&#039;&#039;subscript&#039;&#039;&#039; and &#039;&#039;&#039;superscripts&#039;&#039;&#039; (right diagram). Note also the the default document saves invokes the new &#039;&#039;&#039;.docx&#039;&#039;&#039; format, which is an XML-based type with much interesting &#039;&#039;informatics&#039;&#039; potential. If you intend sending a document to someone who is still using Word 2003 or earlier, you should instead save your document in the older &#039;&#039;&#039;.doc&#039;&#039;&#039; format (although .doc to .docx converters are available). You can also save as PDF, which is useful for project/report submission.&lt;br /&gt;
*[[Image:o2007a.jpg|left|thumb|Insert tab]]There are two other task-bars you will find useful. the &#039;&#039;&#039;Insert&#039;&#039;&#039; bar inserts a variety of other content, including pictures, tables and the like. The &#039;&#039;&#039;EndNote&#039;&#039;&#039; tab invokes a citation and reference manager, which you will use as described below (&#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: If the Endnote ribbon does not show, do the following; Go to Programs/Additional Programs/EndNote/Configure EndNote and run this script, whereupon the EndNote ribbon should appear in Word 2007).&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Practice copying text from the Firefox Browser Window to the Word document. You can do this using the Copy/Paste metaphor, or you can try the drag-n-drop mode. You will notice that whilst the text itself comes over, any formatting associated with this text (size, colour, weight etc) might not. You may also get more than you bargained for (i.e. hidden browser instructions etc.) [This copy is a one-way operation, since the FireFox window is &amp;quot;read-only&amp;quot;].&lt;br /&gt;
*[[Image:FireFox_paste.jpg|thumb|right|Save Firefox image]] &#039;&#039;&#039;Images&#039;&#039;&#039; are special when it comes to copying. Proceed as follows:&lt;br /&gt;
*# Find an image in the browser you wish to copy, and with the cursor over the top, right click (Windows) to get a menu that looks like the one on the right:&lt;br /&gt;
*# If one of the options is &#039;&#039;&#039;Copy image&#039;&#039;&#039;, select it. Not all browsers support this, in which case instead invoke &#039;&#039;save this image as&#039;&#039; and save it in an appropriate directory (A suitable sub-directory of Home on Windows).&lt;br /&gt;
*# With an Office Word window open, paste the image (if you copied it) or &#039;&#039;&#039;Insert/Picture/from file&#039;&#039;&#039; (if you saved it). The image will come over as its &amp;quot;real size&amp;quot;. Word will allow you to rescale it, by dragging the bottom right corner of the image. Observe carefully what happens if you resize it to be larger as well as smaller.&lt;br /&gt;
*# Do remember how to change between windows (the technical term is that the active window is said to be &#039;&#039;on focus&#039;&#039;) by selecting the required window from its icon shown on the task bar/dock at the bottom of the screen.&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&lt;br /&gt;
&amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&amp;lt;size&amp;gt;150&amp;lt;/size&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;zoom 200; cpk -20;move 10 -20 10 0 0 0 0 0 3; delay 1;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|Not everything is always &amp;quot;copyable&amp;quot;. Some apparent images are in fact produced by an &amp;quot;applet&amp;quot; [http://wiki.jmol.org:81/index.php/MediaWiki embedded] in the browser. This includes most conspicuously chemical diagrams, such as may often be found on these course notes. Here a copy or a save operation may not produce the effect you desire.&lt;br /&gt;
|}&lt;br /&gt;
* Practice naming and saving document files to your &#039;&#039;Home&#039;&#039; (Drive H: on Windows) or a removable medium such as a FlashDrive.&lt;br /&gt;
* Practice finding files and documents from these various locations. [It frequently happens that they do not get saved where you think, and finding such lost files is skill you need to acquire rapidly!] Note however that finding  &#039;&#039;&#039;content&#039;&#039;&#039; of files may be very slow. Windows Desktop Search is  &#039;&#039;&#039;NOT&#039;&#039;&#039; activated on College systems.&lt;br /&gt;
* [http://www.ch.ic.ac.uk/local/email/ Practice setting up E-mail], sending a document as an attachment (to yourself) and good e-mail housekeeping and etiquette. &lt;br /&gt;
=== Configuring storage for your document libraries ===&lt;br /&gt;
&lt;br /&gt;
Programs such as  &#039;&#039;&#039;EndNote&#039;&#039;&#039;, &#039;&#039;&#039;Mendeley&#039;&#039;&#039;, &#039;&#039;&#039;iTunes&#039;&#039;&#039; store document collections in the form of libraries.  These can get quite big over the course of time, and so its important to store them correctly.&lt;br /&gt;
&lt;br /&gt;
==== EndNote ====&lt;br /&gt;
&lt;br /&gt;
When you open  EndNote for the first time, it will offer the opportunity to create a new library.  You should save it in the location e.g. Computer =&amp;gt;  &#039;&#039;&#039;userid(\\icfs18.cc.ic.ac.uk) (M:)&#039;&#039;&#039; Thereafter you can set it to open this library when the program starts.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley ====&lt;br /&gt;
&lt;br /&gt;
Open the program and invoke &#039;&#039;&#039;Tools/Options/File Organiser&#039;&#039;&#039; and  select drive  M: for the library.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Edit/Preferences/Advanced&#039;&#039;&#039;  and set the  iTunes Media folder location to M: (or other if  M: is already full). Also tick  &#039;&#039;&#039;Copy files to  iTunes Media folder when adding to library&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You may find it advantageous to start working through the Workshop material below in advance of your scheduled workshop as it will allow you to identify any problem areas upon which you can concentrate with a demonstrator.&lt;br /&gt;
&lt;br /&gt;
==Start of Workshop material==&lt;br /&gt;
The material which follows is intended to be the start of what is covered in the workshops and for which support will be available. This does not mean that the work cannot be done outside of the allocated workshop time; in fact you are &#039;&#039;&#039;positively encouraged to continue working through the material&#039;&#039;&#039; at your leisure.  The notes here are intended to be a continuous point of reference throughout your course as you will continue to use many of these software packages for the next 3-5 years at least!&lt;br /&gt;
&lt;br /&gt;
== Combined Word/ EndNote Familiarity  ==&lt;br /&gt;
This section will illustrate how the functionality of Word can be extended using a citation or reference manager. First, you will need to generate some citations, and this will be done using a  database known as  Web of Science, and with the objective of finding out a about &#039;&#039;&#039;&#039;&#039;penicillin&#039;&#039;&#039;&#039;&#039; and its &#039;&#039;&#039;&#039;&#039;conversion to cephalosporin&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== A Web of Knowledge Search ===&lt;br /&gt;
#[[Image:Endnote1e.jpg|thumb|left|WoK search]]  From the [http://wok.mimas.ac.uk/ Web-of-Knowledge] link (which you are advised to open in a separate window, using a right-click from the mouse), select the option to &lt;br /&gt;
#&#039;&#039;&#039;Connect to the ISI Web of Knowledge Service&#039;&#039;&#039;  and then select the  &lt;br /&gt;
#&#039;&#039;Web of Science&#039;&#039; tab from along the top and finally from the citation databases, narrow it down to the&lt;br /&gt;
# Science Citation Index expanded&lt;br /&gt;
#Try checking on the number of articles members of our staff (or your tutors) published in 2009 by entering their name into the  &#039;&#039;&#039;Author&#039;&#039;&#039; box. You almost certainly will need to know that first, and probably also their second initial for this to correctly identify them. Check its working by entering a string in the &#039;&#039;&#039;advanced&#039;&#039;&#039; search such as &amp;lt;tt&amp;gt;au=Spivey a* and og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
#When you have some hits, either tick individual citations, or &#039;&#039;&#039;All records on page&#039;&#039;&#039; or a span of records. &lt;br /&gt;
#Next, make sure you have  Microsoft Word running,  and  from the  &#039;&#039;&#039;EndNote X4&#039;&#039;&#039; taskbar of Word, click on &#039;&#039;&#039;Go to EndNote&#039;&#039;&#039;.  From the options offered (which you only see the first time you run  EndNote, and also, ignore prompts about EndNote Web for the time being), create a new  EndNote database, currently of course empty.&lt;br /&gt;
#[[Image:Endnote1b.jpg|right|saving a list for Endnote]]Return to the  Browser window displaying  WOS and  click on &#039;&#039;&#039;Save to EndNote&#039;&#039;&#039;.  An automated procedure should initiate, the end result of which will be that your EndNote library will now be populated by the references you have just found.    &lt;br /&gt;
#If the automated procedure does not initiate, the system will instead produce a file on your computer desktop (it may appear with the name &#039;&#039;&#039;uml_view.cgi&#039;&#039;&#039; on the desktop) which you can open directly with EndNote (see below).&lt;br /&gt;
&lt;br /&gt;
=== Inserting the citations just found into  Word using EndNote===&lt;br /&gt;
#[[Image:Endnote1a.jpg|thumb|right|Starting EndNote]]Go back to your bibliographic library in EndNote and before anything happens to it, save it to your M: drive as described above.&lt;br /&gt;
#Via &#039;&#039;&#039;Edit/preferences/Libraries&#039;&#039;&#039; select to load this database upon startup, thus dispensing with subsequent startup dialogs (it will in fact  default to opening the most recently used library).  &lt;br /&gt;
#[[Image:endnote-style.jpg|thumb|left|Checking the  style setting]]From &#039;&#039;&#039;Edit/Output style/Open Style Mananger&#039;&#039;&#039;, select the tick-box against  a template known as &#039;&#039;&#039;Royal Society of Chemistry&#039;&#039;&#039; (you may have to use &#039;&#039;&#039;Find by/Chemistry&#039;&#039;&#039; to locate it). From now on, always check that this style is correctly set when you open EndNote (arrow 1 to the left).&lt;br /&gt;
#If  you are importing a citation list  rather than relying on the automated procedure, then from &#039;&#039;&#039;File/Import&#039;&#039;&#039; of EndNote define the Import Option &#039;&#039;&#039;ISI-CE&#039;&#039;&#039; in the pull down menu, or &#039;&#039;&#039;Other Filters/SciFinder (CAS)&#039;&#039;&#039; if importing  SciFinder Scholar) and import any saved datasets you created earlier from WOS or SciFinder. &lt;br /&gt;
#[[Image:Endnote1c.jpg|thumb|right|]][[Image:Endnote1d.jpg|thumb|left|Word with citations showing|]]Go back to  Word 2007, and write some text.  At an appropriate point, from the &#039;&#039;&#039;Endnote X4 taskbar tab&#039;&#039;&#039;, press &#039;&#039;&#039;Go to  EndNote&#039;&#039;&#039; when your library should be revealed (in this case containing the references you have just imported). Select the one you want to insert, and press the &#039;&#039;&#039;Insert citation&#039;&#039;&#039; tab (arrow 2 to the left).  If everything has been set up correctly, Word should insert your desired reference from your bibliographic database, formatted according to the RSC guidelines. If you rearrange the order in which the references appear in the text by cutting/pasting, the numbering at the bottom should change accordingly. If you delete a reference, it should disappear from the numbered list.&lt;br /&gt;
#Save the  Word document for future reference.  It should serve to illustrate how you will write lab reports, and later in your degree, extended essays (where you may cite  between  50-100 references). The whole point of doing it this way is that all the otherwise arduous tasks of numbering and editing the references will be automated for you.&lt;br /&gt;
&lt;br /&gt;
==== Mendeley and other alternatives to  EndNote ====&lt;br /&gt;
[[image:refworks.jpg|thumb|right]]A significant problem with  EndNote is the cost.  This does not matter whilst you are using computers within the  College, but it does matter if  you want to use your own computer. Alternatives to using EndNote as shown above include [https://www.refworks.com/Refworks/login.asp?WNCLang=false RefWorks] (for which the client software can be downloaded without cost) and an innovative program called [http://www.mendeley.com/ Mendeley] which is available on the computers in the department. &lt;br /&gt;
&lt;br /&gt;
# If you do want to use  RefWorks, please ensure you login via the Shibboleth users option.&lt;br /&gt;
&lt;br /&gt;
==  Chemdraw Familiarity ==&lt;br /&gt;
*[[Image:unknown1.jpg|left|thumb|Click to expand image]] [[Image:taxolhsr.jpg|Taxol|right|300px]] &#039;&#039;&#039;Starting and using ChemDraw.&#039;&#039;&#039; Start Chemdraw icon from the &#039;&#039;&#039;Start/Programs menu&#039;&#039;&#039;. Practice by drawing Taxol (right). You many need a few hints and tips, and the demonstrators should be able to help  you with this.  Its easier than trying to describe the technique here (don&#039;t worry, everyone picks up Chemdraw by watching others use it!). &lt;br /&gt;
*Check that you have drawn it correctly by calculating its formula. To do this, Go to &#039;&#039;&#039;View/Show analysis&#039;&#039;&#039; window and record what you see (it should give you C&amp;lt;sub&amp;gt;47&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;51&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;14&amp;lt;/sub&amp;gt;. Mol. Weight 853.91). Do you get the same values? If you do not, you will have to try to find where the discrepancy is. Remember, if you cannot draw a structure reliably, you will not be able to search for it reliably. Using the ChemDraw application, select copy/paste the structure into a Microsoft Word window. Practice editing the structure inside the Word processor by double clicking its diagram. Practice re-scaling the ChemDraw diagram either within Word or within Chemdraw. Scaling is normally done by pointing the cursor at the bottom right hand corner (it should change shape at this point) and then &amp;quot;dragging&amp;quot; inwards or outwards to change the size. Try copying instead the Web picture (GIF format) from this Web page to Word. Put side by side with the picture of the same molecule derived from ChemDraw and experiment with scaling both. &#039;&#039;&#039;What is the difference in behaviour?&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
If you want more practice (with stereochemical wedges text positioning, etc), try the molecule on the left.  &#039;&#039;&#039;Can you identify what it is called?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Lecture  Support: Journal Familiarity ==&lt;br /&gt;
&lt;br /&gt;
You can go visit the databases of some major chemistry publishers, and track down any articles that members of this department (or other departments or your favourite Nobel prize lautreates) may have published there. You might try searching for your current lecturer, or one or more of your tutors. Go directly to one or more of the following:&lt;br /&gt;
* [http://pubs.acs.org/search/advanced The American Chemical  Society] (where you can subscribe to an  RSS feed of the search, which means you will be notified of new items)&lt;br /&gt;
* [http://www.rsc.org/Publishing/Journals/cc/index.asp The Royal Society of  Chemistry] and their premier journal  &#039;&#039;Chemical communications&#039;&#039;&lt;br /&gt;
* [http://www.nature.com/search/adv_search?sp-a=sp1001702d&amp;amp;sp-x-1=ujournal&amp;amp;sp-q-1=Nature%20Chemistry Nature  Chemistry] advanced search.&lt;br /&gt;
* [http://www3.interscience.wiley.com/journal/26737/home Wiley Interscience]  and their flagship chemistry journal  &#039;&#039;Angew. Chemie.&#039;&#039;&lt;br /&gt;
* [http://www.sciencedirect.com Science Direct]&lt;br /&gt;
&lt;br /&gt;
The navigation of these journals via their tables of contents is left for you to explore on your own. You can of course  go to an article directly by following any  DOI link that you might have found in your lecture notes or elsewhere. You should retrieve the  Acrobat  file corresponding to any articles you may have tracked down, and save them in a folder on your computer  H: drive for future use and analysis (for example with the program Mendeley). Later in your course, you may encounter lecture courses or laboratory courses which in fact require you to track down articles in the literature in this manner. It is good to start practising early.&lt;br /&gt;
&lt;br /&gt;
== Lecture Support: Named chemicals ==&lt;br /&gt;
&lt;br /&gt;
# To apply the above skills by using [http://wok.mimas.ac.uk/ WOS] to perform a comprehensive literature search on the &#039;&#039;&#039;molecule&#039;&#039;&#039; &#039;&#039;Penicillin&#039;&#039;, a &#039;&#039;&#039;reaction&#039;&#039;&#039; (&#039;&#039;its conversion to Cephalosporin&#039;&#039;), its &#039;&#039;properties&#039;&#039;, both physical (spectroscopic) and biological. Thus, type  &#039;&#039;penicillin and cephalosporin&#039;&#039; into the  &#039;&#039;&#039;Topic&#039;&#039;&#039; box and see if you can prune these down with a more elaborate search perhaps, using some of the Boolean logic shown in the lectures by invoking the  &#039;&#039;&#039;Advanced Search&#039;&#039;&#039; option. &lt;br /&gt;
#* &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (136)&lt;br /&gt;
#* &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2629)&lt;br /&gt;
##Or, try the drug &#039;&#039;&#039;Temozolomide&#039;&#039;&#039;, currently very much in the  [http://news.bbc.co.uk/1/hi/england/west_midlands/7675014.stm news] &lt;br /&gt;
##Tasimelteon ([http://news.bbc.co.uk/1/hi/health/7760105.stm time bending drug for jet lag]) or &lt;br /&gt;
##[http://news.bbc.co.uk/1/hi/health/8237530.stm Sulforaphane], which  occurs in broccoli and cauliflower and protects against heart attacks.&lt;br /&gt;
#Compare the results of one of these searches with  less specialised search engines such as &lt;br /&gt;
#*[http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar],   &lt;br /&gt;
#*[http://www.scirus.com/srsapp/advanced/index.jsp SciRus], &lt;br /&gt;
#*[http://www.bing.com/?scope=web&amp;amp;mkt=en-GB Microsoft Bing],&lt;br /&gt;
#*[http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha].  &lt;br /&gt;
&lt;br /&gt;
===  Lecture  Support: A SciFinder search instead ===&lt;br /&gt;
*The [https://scifinder.cas.org/ Scifinder Scholar] system  is available for general and student use.&lt;br /&gt;
** You cannot use your  College login for access, but must request your own login to be created.&lt;br /&gt;
*** [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar Go here to register]. You have to create yourself a login  ID.  This ID is quite independent of your College ID, and if you forget the password you  have set, you will have to recover it from the SciFinder site.   Where it asks you to identify your area of research interest, you may not want to reveal this  (we have been assured students will not get related spam sent to them) and  you might want to register an interest only in e.g. &#039;&#039;other field&#039;&#039;.&lt;br /&gt;
** Completing the registration will result in an email being sent to the email address you provide with activation instructions. &lt;br /&gt;
*** Once you have obtained an  ID,  at the [https://origin-scifinder.cas.org SciFinder site], click on  &#039;&#039;&#039;Explore References&#039;&#039;&#039; and in the  &#039;&#039;&#039;Research topic box&#039;&#039;&#039; enter  &amp;quot;Conversion of penicillin to cephalosporin&amp;quot;.  &lt;br /&gt;
** You will receive a request to accept an application digital signature at this stage, which you should accept.&lt;br /&gt;
You should get ~9 references for an exact match. This interface is supposed to use a more &#039;&#039;natural language&#039;&#039; for its search queries  (and it does not employ  Booleans). &lt;br /&gt;
** Tick the box with 9 hits and request the references. Tick the box against those you particularly wish to save for the future, and then  click on the &#039;&#039;&#039;Export&#039;&#039;&#039;  link near the top (next to print). From the dialog, set the  &#039;&#039;&#039;File Type&#039;&#039;&#039; to  &#039;&#039;&#039;Tagged Format&#039;&#039;&#039;. &lt;br /&gt;
*** You may need to allow the requested security settings in your browser (IE 8) to allow files to be saved locally. The default location for saving files is your &#039;&#039;&#039;download&#039;&#039;&#039; location. You can then import this into  EndNote using the &#039;&#039;&#039;SciFinder (CAS)&#039;&#039;&#039; import option.&lt;br /&gt;
**An alternative search might be the phrase &#039;&#039;&#039;arrow pushing formalism&#039;&#039;&#039; (can you learn about this topic from  the results found for this search?). A synonym might be  &#039;&#039;&#039;curly arrow formalism&#039;&#039;&#039;.  Does this find the same references, or a different set?&lt;br /&gt;
** You can comment on individual references and invite friends in to see your comments. This might be appropriate for when you are e.g. doing a lab experiment in pairs or groups, and wish to share a reference with them. Go to  &#039;&#039;&#039;My connections&#039;&#039;&#039; and invite the group, then add comments to relevant references.&lt;br /&gt;
** SciFinder supports more advanced features such as  Explore Substances and  Explore Reactions, but you should only investigate these when you are feeling adventurous.&lt;br /&gt;
&lt;br /&gt;
=Laboratory Support=&lt;br /&gt;
Here you will find out how to search for safety information about molecules, and then for their properties and reactions. There are two kinds of search for molecules you will have to make during lab courses.&lt;br /&gt;
# Where you have an unknown compound whose properties you have measured and you want to know if any known compound matches those properties.&lt;br /&gt;
# Where you (think you) know what the structure of your compound is, and you want to know if there are any other reports of this same compound (and whether the properties other have measured match your own).&lt;br /&gt;
&lt;br /&gt;
== A search for known physical properties using Reaxys ==&lt;br /&gt;
[[Image:Reaxys1.jpg|right|thumb|]]We will start with two examples of the first category and then move on to the rather more common second category.&lt;br /&gt;
&lt;br /&gt;
*Connect to the [http://www.reaxys.com/ Reaxys] system. You can carry out all the required course work as an &#039;&#039;anonymous user&#039;&#039;, but you will not be able to change/save any settings etc in this mode (such as e.g. changing the default structure editor to ChemDraw).&lt;br /&gt;
** If you do choose to register  at this point, be aware that if you lose/forget your password, you will need to contact  Reaxys and not local Imperial College support.&lt;br /&gt;
*Select &#039;&#039;substances and  Properties&#039;&#039;&lt;br /&gt;
**In the &#039;&#039;Properties (Advanced)&#039;&#039; box, enter the following, followed by  &#039;&#039;&#039;Search&#039;&#039;&#039;.&lt;br /&gt;
**&#039;&#039;&#039;MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200&#039;&#039;&#039;&lt;br /&gt;
This means in effect, show me ANY molecule which melts at a certain temperature range (determined using a melting point apparatus), which  has a given molecular formula (determined using mass spectrometry)  and an optical rotatory power between certain values  (determined using a polarimeter).  For this example you should get exactly 1 hit, which should be to a patent. Explore the options at this point, including viewing the original source of the data ( a patent in this case).&lt;br /&gt;
* There are about  500 different properties in total which you could specify in this manner. To explore them, click on &#039;&#039;Show Fields and  Operators&#039;&#039;. This type of technique is useful for identifying an  &#039;&#039;&#039;unknown&#039;&#039;&#039; compound purely from its physical properties (Forensic science, etc).&lt;br /&gt;
** Note that some features do not always produce the expected result.  For example, the icon labelled with the arrow (right) pulls down various options, one of which is &#039;&#039;copy structure to clipboard&#039;&#039;. The clipboard contents however are  &#039;&#039;&#039;not&#039;&#039;&#039; recognised by eg Chemdraw, Word etc.&lt;br /&gt;
&lt;br /&gt;
== A search for known spectroscopic properties ==&lt;br /&gt;
&lt;br /&gt;
[[image:spectra.jpg|240px|right]]It is routine when a compound is first made to record its spectroscopic properties.  This would include the characteristic  infra-red frequencies, and the &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H and &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts. These values are shown for an unknown compound. Your task is to use the  [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS]  to try to identify what the compound is (you could of course also do this entirely logically using just your brain).  &lt;br /&gt;
#Try first entering only the  &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C NMR chemical shifts (163, 141, 133, 130, 129, 128, 98 ppm, with an anticipated error of around  2ppm).  How many matches do you get? &lt;br /&gt;
#Add then the  &amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;H shifts (8.1,7.5,5.1,4.7 and there is an additional broad multiplet across the range 7.3-7.7 which is not entered) and see if the number of possibilities reduces.  &lt;br /&gt;
#Finally, enter the one characteristic  IR vibration (1733 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;).  Do you now get a unique answer?  Record any structure(s) you may get at this stage for future reference.&lt;br /&gt;
#Try changing the error limits for any of these properties. Thus reduce the  NMR limit from  2.0 to 1.5 to 1.0ppm, or the  IR limit to 5 or even 1 cm&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; (in future laboratory courses, you will learn how the way the instrument works determines at least in part the accuracy with which these spectroscopic properties can be measured).&lt;br /&gt;
&lt;br /&gt;
== Reagent/Product searches for  laboratory preparations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:1-4.jpg|right|250px|Molecules 1-4]]The theme of this section is going to be the following four molecules, which you will in fact encounter in a laboratory course later in the year.  You will search for known properties of these molecules, for comparison with those you might measure in the lab, or which may provide useful discussion material for your laboratory reports.  Your first task is to generate a so-called SMILES descriptor of the molecule.  This is done most simply by drawing the molecule in  ChemDraw and using the  &#039;&#039;&#039;Edit as/Copy&#039;&#039;&#039; menu produce the SMILES or InChI-key string onto the clipboard. Here are three SMILES strings and one InCHI-key string. Can you match them up to the structures shown on the right?&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;C=CC1=CC=C(C(O[H])=O)C=C1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;O[C@H]1[C@H](OCC)CCCC1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# &amp;lt;nowiki&amp;gt;VSIKJPJINIDELZ-UHFFFAOYSA-N&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Search the [http://www.chemspider.com/ ChemSpider] database using a SMILES or InChI-key string as above.  What sort of information is revealed about the compound?&lt;br /&gt;
*Try reversing the search terms above (instead of  SMILEs, try generating an  InChI key, or vice versa). &lt;br /&gt;
*Try next an advanced search from the same [http://www.chemspider.com/FullSearch.aspx database].   Explore for yourself how to enter the  SMILES string and perform the search.&lt;br /&gt;
*Search the [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] using a SMILES string. Select the &#039;&#039;&#039;substructure/superstructure&#039;&#039;&#039; or the &#039;&#039;&#039;Identity/Similarity&#039;&#039;&#039; option, and then the  &#039;&#039;&#039;CID, SMILES, InChI&#039;&#039;&#039; tab, and past in one of the strings above.  Try both  &#039;&#039;&#039;80% similar&#039;&#039;&#039; and &#039;&#039;&#039;identical&#039;&#039;&#039;  if using the Similarity option). Again, explore the properties associated with each hit.&lt;br /&gt;
**You might encounter &#039;&#039;&#039;artefacts&#039;&#039;&#039;.  Thus with  &#039;&#039;&#039;S=C=N[Ni]([P](C)(C)C)([P](C)(C)C)N=C=S&#039;&#039;&#039;, something slightly odd happens? &lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of Drugs, inorganic and organometallic and natural products which might prove useful to you for laboratories.&lt;br /&gt;
* The series [http://www.orgsyn.org/ Organic syntheses]  contains tried and tested procedures for the synthesis of many chemicals.  However, it is quite limited, and you would be lucky to find more obscure compounds listed here. &lt;br /&gt;
=== Sigma-Aldrich Catalogues and  MSDS (Safety) information ===&lt;br /&gt;
&lt;br /&gt;
If you know  (or suspect you know) what the identity of the molecules are that you will be  handling in the laboratory, the first task is to find out any known safety information.&lt;br /&gt;
The [http://www.sigmaaldrich.com/catalog/search/AdvancedSearchPage Aldrich] catalogues can be searched for  compounds and their  associated MSDS safety sheets. This is useful for completing  [http://www.hse.gov.uk/coshh/ COSHH] forms. If you were able to obtain a name (see previous section),  see if you can now find any information on it from the  Aldrich catalogue.&lt;br /&gt;
&lt;br /&gt;
=== Reaxys ===&lt;br /&gt;
Connect to [http://www.reaxys.com/ Reaxys]  as before, but now we are going to do a structure based search, using as examples structures  &#039;&#039;&#039;1-4&#039;&#039;&#039; above. If you click in the frame labelled  &#039;&#039;Double click this frame and draw structure query&#039;&#039; you will get a default structure editor called  ChemAxon MarvinSketch.  It is a little different from Chemdraw, but should not take too much time to master. &lt;br /&gt;
# Using the structure editor, draw one of the four molecules  1-4 and invoke &#039;&#039;&#039;search&#039;&#039;&#039;.&lt;br /&gt;
# If you think you know the name of your query, type that instead in the  &#039;&#039;Generate structure from name&#039;&#039; box (e.g. &#039;&#039;&#039;Taxol&#039;&#039;&#039;, which as you have seen earlier is a challenge to draw!). You can also paste a  SMILES or InChI key into this box (try any of the four above). &lt;br /&gt;
# Try hitting  &#039;&#039;&#039;Synthesize&#039;&#039;&#039;,  but expect to be overwhelmed by the number of hits!&lt;br /&gt;
&lt;br /&gt;
=== Dictionary of organic compounds ===&lt;br /&gt;
An alternative database which works in this way is  the  [http://doc.chemnetbase.com/ Dictionary of organic compounds].&lt;br /&gt;
&amp;lt;!-- === Mini Project ===&lt;br /&gt;
&lt;br /&gt;
Define a search for &#039;&#039;&#039;aspirin&#039;&#039;&#039; using any of the methods above. You should arrive at a single  &#039;&#039;&#039;hit&#039;&#039;&#039; (there is only one molecule that can be called aspirin). Some of the searches above may provide many more! You will need to use your own initiative to find out what the actual molecular structure of aspirin is. Once you have that single hit, find out how many times its  &#039;&#039;&#039;MP&#039;&#039;&#039; (melting point) has been reported, and view all the various values.  You should notice something very odd indeed!  Make a notice of what you observe, and return to this mini project later on. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Converting a 2D structure definition to a  3D set of coordinates ==&lt;br /&gt;
&lt;br /&gt;
The preceding searches were all effectively conducted on  two-dimensional molecules, where we only needed to know how the atoms were connected (in effect the  Lewis valence structure).  As a prelude to moving into three dimensions,  we will illustrate how a 2D search can be used to generate a  3D structure.&lt;br /&gt;
&lt;br /&gt;
* You can use the on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina service to convert a (1D) SMILES string to 3D molecular coordinates].&lt;br /&gt;
*# Under options, paste the SMILES string, enter a name, and select 3D structure viewer automatically loaded.&lt;br /&gt;
*# Click on Generate 3D structure. A window appears, and after about 20-30 seconds, a structure does as well. At the bottom, click on &amp;quot;Click to download this structure in PDB file format&amp;quot;, whereupon a full window diagram appears. Save the molecule as above.&lt;br /&gt;
&lt;br /&gt;
== 3D structure searching of the Cambridge Crystallographic database ==&lt;br /&gt;
&lt;br /&gt;
Our final search type is now of a database which stores &#039;&#039;&#039;three-dimensional&#039;&#039;&#039; information about molecules.  This is where you can infer all sorts of interesting properties about the bonding, the properties and the potential reactivities of molecules. You will be searching the &#039;&#039;&#039;Cambridge Crystal Structure Database&#039;&#039;&#039;. There are three entry points for this; one local, one via the  Web and one via the national &#039;&#039;&#039;chemical database service&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Local invocation of the Cambridge Crystal Structure Database ===&lt;br /&gt;
The local based search described below  is feature complete and fast. You may also want to try out the  [http://webcsd.ccdc.cam.ac.uk/ WebCSD service], which needs only a web-browser.&lt;br /&gt;
#[[Image:MgBr2.jpg|right|120px]][[Image:ti1.jpg|right|100px]][[Image:PtCl.jpg|right|100px]][[image:1-4.jpg|right|250px|Molecules 1-4]]Select &#039;&#039;&#039;Conquest&#039;&#039;&#039; from the &#039;&#039;&#039;Start/Programs&#039;&#039;&#039;  menu. You will have to reply:&lt;br /&gt;
##&#039;&#039;&#039;yes&#039;&#039;&#039; to the question about certificates,&lt;br /&gt;
##enter first your username, then &lt;br /&gt;
##your password at the two prompts (both of which appear to ask for a password!). &lt;br /&gt;
##Next, &#039;&#039;&#039;accept&#039;&#039;&#039; the license agreement and &lt;br /&gt;
##&#039;&#039;&#039;accept&#039;&#039;&#039; the suggested location for storing the directory. &lt;br /&gt;
##Enter the Site No. as &#039;&#039;&#039;183&#039;&#039;&#039; and the  confirm code as &#039;&#039;&#039;8FDCE4&#039;&#039;&#039; (2013 release)&lt;br /&gt;
##Click &#039;&#039;&#039;register online&#039;&#039;&#039;. &lt;br /&gt;
##These prompts are a one-off, and you will not need to do these steps again. &lt;br /&gt;
#In the {{Pdf|FoundationTutorialproblems09.pdf|foundation tutorial problems}},  question 2 asks you to arrow-push the reaction  Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O + MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; → Et&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O-MgBr&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. Here we will pose the question: what is the  3D geometry of the product of this reaction?  You will search for it using Conquest.   Does the result surprise you? (Hint: TOQKIT)&lt;br /&gt;
#Nucleophilic addition to an amide is the prototype of how peptides, proteins and enzymes are broken down in metabolic processes  (or using e.g. biological washing powders).  The mechanism involves a species known as a &#039;&#039;&#039;tetrahedral intermediate&#039;&#039;&#039; (right), which is normally considered so unstable that it is rarely detected during the reaction. Nevertheless, can you find any examples of such species in the Cambridge database? &lt;br /&gt;
#Cis-Platin is a well known anti-cancer drug. The &#039;&#039;active ingredient&#039;&#039; is the initial hydrolysis product, shown on the right. Can you find any examples of this  &#039;&#039;&#039;active intermediate&#039;&#039;&#039; in the  database which contain this sub-structure?  What happens if you change the  Pt to a &#039;&#039;&#039;wild-card&#039;&#039;&#039; indicating the central metal could be any of the group known as  &#039;&#039;&#039;8Z&#039;&#039;&#039; (from the &#039;&#039;&#039;more&#039;&#039;&#039; button of the editor, select &#039;&#039;&#039;other elements&#039;&#039;&#039;  and from there click on the orange box labelled  &#039;&#039;&#039;8Z&#039;&#039;&#039;). &lt;br /&gt;
#Are there any other  &#039;&#039;&#039;reactive intermediates&#039;&#039;&#039; you might have identified from your arrow-pushing workshop which you might search for?&lt;br /&gt;
#When you have finished the above examples, try entering one of the four lab-course molecules shown to the left, exactly as drawn above. For  &#039;&#039;&#039;3&#039;&#039;&#039; specifically, if you draw explicit hydrogens attached to the &#039;&#039;vinyl&#039;&#039; group at the top of the molecule and repeat the search, what difference is there? &lt;br /&gt;
#*How many hits do you get?  &lt;br /&gt;
#*Note the 6-8 letter identifier for the structure you are interested in (for example, for molecule  &#039;&#039;&#039;3&#039;&#039;&#039; above, it should be  XAYFEI, XAYFEI01 and  XAYFEI02).&lt;br /&gt;
#*Save the 3D coordinates in PDB or CIF format via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, decide how you want to select entries, specify one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;. Inspect the structure by double clicking the file created, to be found on drive &#039;&#039;&#039;L:&#039;&#039;&#039;&lt;br /&gt;
#You &#039;&#039;&#039;may&#039;&#039;&#039; now have two versions of any of these four molecules; one a direct experimental structure, and one assembled by the  [http://www.molecular-networks.com/online_demos/corina_demo.html Corina]  program.  How do these differ? Concentrate in particular on compounds &#039;&#039;&#039;1&#039;&#039;&#039; and  &#039;&#039;&#039;2&#039;&#039;&#039; above right!&lt;br /&gt;
#Later on in your course, you may use such coordinates to create an entry in a Wiki page, much like that rotating below.&lt;br /&gt;
&lt;br /&gt;
===An advanced 3D Search. ===&lt;br /&gt;
Try the following. The objective will be to find any short interactions between the H of an OH group and the centroid of a phenyl ring as the electron donor (a very unusual type of &amp;amp;pi;-facial hydrogen bond). Proceed as follows:&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
# Open Conquest and invoke the &#039;&#039;&#039;Build Queries/Draw&#039;&#039;&#039; option&lt;br /&gt;
# Deposit a benzene ring from the template which should appear on the left&lt;br /&gt;
# Click on &#039;&#039;&#039;ADD 3D&#039;&#039;&#039;, select all the six carbon atoms in turn (they will go green) and define a centroid.  A defined object labelled  &#039;&#039;&#039;CENT1&#039;&#039;&#039; now shows. Press Done.&lt;br /&gt;
# Back in &#039;&#039;&#039;Draw&#039;&#039;&#039; mode, select a  H and deposit it as an isolated atom. Then select O  and draw a bond from it to the H to get an OH. In this system, any undefined valence is &#039;&#039;&#039;wild&#039;&#039;&#039;, ie any group can be attached to the  O of the OH.&lt;br /&gt;
# In &#039;&#039;&#039;ADD 3D&#039;&#039;&#039; mode again, click first on the &#039;&#039;&#039;H&#039;&#039;&#039; of the OH group, then on &#039;&#039;&#039;CENT1&#039;&#039;&#039; in the list of defined objects. A green line connecting the two appears. When a &#039;&#039;&#039;Valid parameter&#039;&#039;&#039; entry named &#039;&#039;&#039;Distance&#039;&#039;&#039; appears, click on &#039;&#039;&#039;Define&#039;&#039;&#039;.&lt;br /&gt;
# Select &#039;&#039;&#039;Intramolecular&#039;&#039;&#039; from the &#039;&#039;&#039;Choose distance type&#039;&#039;&#039; menu, OK, then &#039;&#039;&#039;Options&#039;&#039;&#039;, enter 2.0 - 2.4 as the range of distances and &#039;&#039;&#039;Separated by 5 - 999&#039;&#039;&#039; bonds. Hit &#039;&#039;&#039;OK&#039;&#039;&#039; and then &#039;&#039;&#039;Done&#039;&#039;&#039;. Your search query is summarized in a cyan box at the top right of the draw window.&lt;br /&gt;
# Select &#039;&#039;&#039;Search&#039;&#039;&#039;, tick the 3D Coordinates determined box and &#039;&#039;&#039;Start Search&#039;&#039;&#039;. This search should proceed at the rate of about 1% per second. You should get 20 hits.&lt;br /&gt;
# View entries via &#039;&#039;&#039;3D Visualiser&#039;&#039;&#039;. Note the so-called &#039;&#039;&#039;REFCODES&#039;&#039;&#039;. Note &#039;&#039;&#039;[[Coursework#Enantiomers_vs_Diastereomers_Part_1:_Butanes_and__Helicenes.|CIYSIM]]&#039;&#039;&#039; in particular!&lt;br /&gt;
#A right-mouse click in the blue window of the 3D Visualiser will enable you to set  &#039;&#039;&#039;spacefill&#039;&#039;&#039; mode, and to inspect whether any two atom spheres inter-penetrate each-other indicating an attractive interaction between them.&lt;br /&gt;
# Save the coordinates of any selected hits via &#039;&#039;&#039;File/Export&#039;&#039;&#039;, Select PDB or CIF as the format, all selected entries, one file per entry and &#039;&#039;&#039;SAVE&#039;&#039;&#039;.&lt;br /&gt;
# The files will appear on your L: drive. Double click to open up the WebLab Viewer Pro or Mercury program, and resave them if you wish as an MDL Molfile rather than PDB.&lt;br /&gt;
# If you want to explore further, define an NH bond rather an OH bond (you might need to increase the distance range to eg 2.0 - 2.5).&lt;br /&gt;
# Try this with centroids to other &amp;amp;pi;-electron rich systems, such as an alkyne, alkene, or other rings such as cyclopentadienyl, etc.&lt;br /&gt;
#Go to your network drive N: or L: (i.e. username on neon.ch.ic.ac.uk) and double click any .PDB or .CFIF or .MOL files to view the molecule again. &lt;br /&gt;
# Or, instead of H-O,  just put e.g. Na (metal arene interactions are hugely important biologically).  You may need to define a rather longer distance range. Experiment  by trying various sets of values.&lt;br /&gt;
|&amp;lt;jmol&amp;gt;&amp;lt;jmolApplet&amp;gt;&amp;lt;title&amp;gt;CIYSIM&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;white&amp;lt;/color&amp;gt;&lt;br /&gt;
&amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&amp;lt;script&amp;gt;zoom 150;spin 3;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
&amp;lt;/jmolApplet&amp;gt;&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== The National  Chemical Database Service ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;CDS&#039;&#039;&#039; is a national service (located as it happens in  Daresbury, near Warrington) which offers a range of database services to the  UK community.  To access this service, follow the [http://cds.dl.ac.uk/cgi-bin/reg/undergrad?sites=Select+Site&amp;amp;SITE=imperial-cds0091 instructions] here (this is necessary to ensure UK usage only and to monitor that usage as part of justifying a national resource).  You will be sent a  CDS registration account and password by email. You can then use this account in two ways&lt;br /&gt;
#Invoke  &#039;&#039;&#039;ConquestD&#039;&#039;&#039; (rather than Conquest) from the  Windows start menu and proceed as above, but supply your new  CDS account instead of your Imperial account.&lt;br /&gt;
#Invoke the CDS portal [https://cds.dl.ac.uk/ here] using your  CDS account to log in.   It offers many alternative services (including searches for spectral data) as well as a simplified crystal search. Explore in your own time!&lt;br /&gt;
&amp;lt;!--This part of the course shows you how you can create a Wiki(pedia)-like article on a chemical topic including some molecular information (such as &#039;&#039;e.g.&#039;&#039; coordinates for a rotatable model). The objectives in this part of the course are &lt;br /&gt;
* to learn how to create a simple Wiki page. This is &#039;&#039;&#039;much simpler and quicker&#039;&#039;&#039; than creating a Web page by writing HTML (Wiki is apparently the Hawaiian for &#039;&#039;quick&#039;&#039;). The Wiki is used by some laboratory courses for submitting student reports.&lt;br /&gt;
* to experiment with some simple  Wiki extensions as described in sections  3.2 - 3.8 below. There are of course many other features in the full  Wiki which you can also experiment with if you wish (including e.g. installing additional useful templates).&lt;br /&gt;
== Setting up FireFox and  Creating your own  Wiki page ==&lt;br /&gt;
#[[Image:report12345.jpg|left|thumb|The editing environment]][[Image:exception1.jpg|right|thumb|Security exception]]Start the process by opening Firefox as a Web browser, and install [https://addons.mozilla.org/en-US/firefox/addon/748 Greasemonkey For Firefox] (this is done on a per user basis, and is &#039;&#039;&#039;optional&#039;&#039;&#039; if you want to have your  Wiki interface look a little more similar to  Word) followed by an install of  [http://en.wikipedia.org/w/index.php?action=raw&amp;amp;ctype=text/javascript&amp;amp;title=User:Cacycle/wikEd.user.js wikEd].&lt;br /&gt;
*You will now need to create your own page on this Wiki. Firstly, [[special:userlogin|login]] to the  Wiki using your College ID and password.  &lt;br /&gt;
**If the  browser asks you to add a security exception, do so (this is induced in part by using  &#039;&#039;&#039;imperial&#039;&#039;&#039; rather than  &#039;&#039;&#039;ic&#039;&#039;&#039; in the URL &#039;&#039;https://www.ch.ic.ac.uk/wiki/&#039;&#039; used to start up the wiki page) and proceed to &#039;&#039;&#039;view/confirm&#039;&#039;&#039; the certificate. &lt;br /&gt;
**[[Image:mywiki.jpg|left|thumb|Starting your Wiki page]][[Image:wxyz1234.jpg|left|Creating a report page]]After login, the top right of the browser window will display your login ID. Click on this to start editing your page. If you chose to invoke the wikEd extra above, you should now get a richer additional toolbar along the top of the page which you can use for editing  (but only with Firefox;  it will not work with  Internet Explorer). &lt;br /&gt;
*If you want to create another empty page, then  on the address entry bar of the browser, enter something like the following: {{Fontcolor1|yellow|black|&amp;lt;nowiki&amp;gt;http://www.ch.ic.ac.uk/wiki/index.php/it08:wzyz1234&amp;lt;/nowiki&amp;gt;}} where  &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is unique to you. &#039;&#039;&#039;Do not forget this string&#039;&#039;&#039;. If &#039;&#039;&#039;wzyz1234&#039;&#039;&#039; is indeed unique (as it must be), the system will respond as shown on the right. If not, try another  (hopefully more unique) string.  When you succeed, proceed to edit the page.  If you forget the name of your page, invoke [[Special:Contributions|this page to find it]].&lt;br /&gt;
=== Preview/Save ===&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; When you want to see the effect of any particular edit, press &#039;&#039;&#039;preview&#039;&#039;&#039;.  But remember every 1-3 previews to  &#039;&#039;&#039;save&#039;&#039;&#039; the page.  This means that if the browser were to crash, you would not  have lost anything. This is the same good practice that one also follows when editing  conventional  documents.&lt;br /&gt;
&lt;br /&gt;
=== Simple Wiki Editing instructions ===&lt;br /&gt;
There are just a few simple rules for creating effects. In what follows below, anything appearing in a grey box can be copied and pasted into your own wiki. If you have logged in, each section will also have an edit button next to it, and by invoking this, you can always  &#039;&#039;&#039;reverse-engineer&#039;&#039;&#039; what you see and use it for your own purposes.&lt;br /&gt;
*# Headers are indicated by balanced = signs (one for a top level, two for the next, and so on)&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Bold is indicated by balanced &#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;signs&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# &amp;lt;nowiki&amp;gt;Italic is indicated by balanced &#039;&#039;&amp;lt;/nowiki&amp;gt;&#039;&#039;signs&#039;&#039;&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*# You can use the little menu items at the top to achieve these effects&lt;br /&gt;
*# Each item in an intended list is prefaced by * or #&lt;br /&gt;
*# Chemical effects, i.e. &amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt; and &amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt; are done as: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sup&amp;gt;superscripts&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; and &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sub&amp;gt;subscripts&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; or by invoking the wikEd buttons on your browser.&lt;br /&gt;
* See the effects of what you have done by selecting &#039;&#039;&#039;Show Preview&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Important&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;: Once satisfied the preview shows what you want, enter something descriptive into the &amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;Summary&#039;&#039;&#039; page. Once this is completed, click on &#039;&#039;&#039;Save Page&#039;&#039;&#039;. Your entry is now added to the &#039;&#039;&#039;History&#039;&#039;&#039; of the article.&lt;br /&gt;
* &#039;&#039;&#039;Images&#039;&#039;&#039;. These should be in GIF, JPG or PNG format only. Other formats (.bmp etc) are NOT allowed. They can be obtained by saving from Web pages, or taking a Screen snapshot. The latter is invoked by pressing the F13 (Print Screen) key (Windows, press ALT+F13 to snap only the active window and pasting the snapshot if necessary into an editing program (e.g. Microsoft PhotoEditor on Windows). Save the image with a sensible name (adding .gif, .jpg or .png to the name). Once created, you will need to &#039;&#039;&#039;upload (the) file&#039;&#039;&#039; to the Wiki. Click on &#039;&#039;&#039;upload file&#039;&#039;&#039; on the lhs of the Wiki page, and follow the instructions. Make a note of the name of the file (which has to be unique, and not the same as any other person&#039;s name. If you are asked to replace a file, err on the side of caution and instead rename it).&lt;br /&gt;
* To include that image in your page, navigate back to your page and enter the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Image:Nameofyourfile.jpg|thumb|right|200|Description of image]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;where left|right indicates the alignment you wish. Inclusion of &#039;&#039;&#039;thumb&#039;&#039;&#039; produces a thumbnail which can be expanded by clicking on it. The name should correspond to that of the file that you have &#039;&#039;&#039;uploaded&#039;&#039;&#039; using the Wiki menu on the left hand side.&lt;br /&gt;
* To add hyperlinks to other Web pages, paste the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.ch.ic.ac.uk/local/it/ CIT Web pages]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To add links to other pages in the departmental Wiki,&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;[[Organic:pericyclic_historical|Description of page]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==  Including  Molecules  ==&lt;br /&gt;
* To include molecule coordinates in a Wiki, save as a Molfile (.mol) or PDB (.pdb) or CIF (.cif) created using [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] or obtained from a [[It:coursework#3D_structure_searching_of_the_Cambridge_Crystallographic_database|Cambridge crystal structure database]]. Upload the file using the menu on the lhs of this display, and then invoke the name of the file as shown below: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;uploadedFileContents&amp;gt;name-of-your-uploaded-molecule-file.pdb&amp;lt;/uploadedFileContents&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; (or .mol or .cif).&lt;br /&gt;
=== Simple Molecule Display ===&lt;br /&gt;
Select and copy the text to the right of the molecule box and paste it into your own wiki page. then click preview to see if it works. Once you have gotten this working, you can try with your own molecule, and then your own scripts.  In the script below, &#039;&#039;&#039;cpk -25;&#039;&#039;&#039; sets the atom size to ball and stick instead of spacefilling. &#039;&#039;&#039;Important&#039;&#039;&#039;. Make sure when you paste the code below into your Wiki page that it is not corrupted in any way (ie that you miss a line off at the top or bottom).  If you only paste a part of the below in, you will get an  &#039;&#039;&#039;XML error&#039;&#039;&#039; which is not easy to recover from. You should carefully preview the page, and not save it until you are absolutely sure that the code below has been inserted correctly. It is not in general possible to include such rotatable molecules in e.g. Microsoft  Word.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
 &amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;yellow&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;cpk -25;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;Pentahelicene.mol&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Advanced Molecule Display ===&lt;br /&gt;
For a manual of the complete Jmol commands [http://chemapps.stolaf.edu/jmol/docs/ see here]. The key line to edit is the text enclosed &amp;lt;script&amp;gt;as script&amp;lt;/script. For example, the script below turns the  CPK mode on and off, and measures the length between two atoms. To obtain the index number of the atoms you want to measure, hover the mouse cursor over the atom until a &#039;&#039;popup&#039;&#039; appears with the information. If you cite three or four atoms, the corresponding angle or torsion will be measured.&lt;br /&gt;
{|&lt;br /&gt;
| &amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;200&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
    &amp;lt;jmolAppletButton&amp;gt;&amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
    &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;jmol&amp;gt;&lt;br /&gt;
   &amp;lt;jmolApplet&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Pentahelicene&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;pink&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;size&amp;gt;300&amp;lt;/size&amp;gt;&lt;br /&gt;
      &amp;lt;script&amp;gt;spin on;delay 5;cpk on;delay 5;cpk off;spin off;zoom 160;measure  45 18;&amp;lt;/script&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
   &amp;lt;/jmolApplet&amp;gt;&lt;br /&gt;
   &amp;lt;jmolAppletButton&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Popup molecule&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;color&amp;gt;cyan&amp;lt;/color&amp;gt;&lt;br /&gt;
      &amp;lt;uploadedFileContents&amp;gt;CIYSIM.cif&amp;lt;/uploadedFileContents&amp;gt;&lt;br /&gt;
    &amp;lt;/jmolAppletButton&amp;gt;&lt;br /&gt;
&amp;lt;/jmol&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* A useful construct, a &#039;&#039;&#039;template&#039;&#039;&#039; to enter a DOI, is invoked thus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{DOI|value-of-the-DOI}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
which produces the effect {{DOI|10.1021/ja9825332}}. If you have found an original reference to the literature, you should cite it via its DOI, as illustrated in the next section.&lt;br /&gt;
*Another useful template is that used to include {{pdf|groups.pdf|Acrobat}} documents within a Wiki using the template&amp;lt;br /&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{pdf|name-of-uploaded-acrobat.pdf|description-of-Acrobat-file}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Many other (chemical) templates have been developed in the Wiki communities, predominantly for expressing data and other information about molecules, and this is one aspect where older-style report writing formats such as  Microsoft Office are less effective.&lt;br /&gt;
&lt;br /&gt;
==References ==&lt;br /&gt;
*This shows how citations&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;W. T. Klooster, T. F. Koetzle, Per E. M. Siegbahn, T. B. Richardson, and R. H. Crabtree, &#039;&#039;J. Am. Chem. Soc.&#039;&#039;, &#039;&#039;&#039;1999&#039;&#039;&#039;, &#039;&#039;121&#039;&#039;, 6337–6343.  {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt; can be added to  text&amp;lt;ref&amp;gt;A. H. Lipkus, Q. Yuan, K. A. Lucas, S. A. Funk, W. F. Bartelt, R. J. Schenck, and A. J. Trippe, &#039;&#039;J. Org. Chem.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;73&#039;&#039;, 4443–4451.  {{DOI|10.1021/jo8001276}}&amp;lt;/ref&amp;gt; to produce a nice effect. To give a reference a unique identifier, use &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;None&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;. You can then refer to the same footnote again by repeating the tag  with the same name.&amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;none&amp;lt;/ref&amp;gt; The text inside the second tag doesn&#039;t matter, because the text already exists in the first reference (but it cannot be blank).  Collected citations appear below here:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example of adding a citation &amp;lt;ref name=&amp;quot;Blogs&amp;quot;&amp;gt;Traditional form, here, then {{DOI|10.1021/ja9825332}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To insert more examples of this code into your own page,  log-in to the Wiki, and select the link to the [edit] link that appears on the rhs of this page against this section.  Select/Copy the text that appears in the editing window, and paste it into  your own page.&lt;br /&gt;
*Although including citations in this manner  does not allow the powerful library features of  EndNote, more advanced versions of the  Wiki (the Semantic Wiki) do allow such components to be &#039;&#039;&#039;transcluded&#039;&#039;&#039; into a Wiki page (i.e. in effect the citations are generated dynamically from a separate database).&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Help:Table Tables] can be created thus:&lt;br /&gt;
 {| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&lt;br /&gt;
Copy the below into your page to create a Table template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 | Entry 1 || Entry 2 || Entry 3&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |+ A more elaborate example of a table&lt;br /&gt;
 ! Column heading 1 !! Column heading 2 !! Column heading 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading 1&lt;br /&gt;
 | Cell 2 || Cell 3&lt;br /&gt;
 |-&lt;br /&gt;
 ! Row heading A&lt;br /&gt;
 |Cell B ||Cell C&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
To access the code required to produce these tables,  you can also log-in to the  Wiki and click on the  &#039;&#039;&#039;Edit&#039;&#039;&#039; link that appears against this section on the rhs of the screen. Select/copy the text that appears in the editing window, and then paste it into your own window.&lt;br /&gt;
&lt;br /&gt;
== Math and Equations==&lt;br /&gt;
You may have need to express some simple [http://meta.wikimedia.org/wiki/Help:Formula equations] on the  Wiki. This is currently supported only using  a notation derived from &#039;&#039;&#039;LaTeX&#039;&#039;&#039;, and as with the  Jmol insertion above, is enabled within a &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; field inserted using the default editor (the SQRT(n) button), and producing  effects such as: &lt;br /&gt;
*&amp;lt;math&amp;gt;\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}&amp;lt;/math&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;\begin{pmatrix}aa+bc &amp;amp; ac+cd \\ab+bd &amp;amp; bc+dd \end{pmatrix}&amp;lt;/math&amp;gt; &lt;br /&gt;
*&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;; &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;\widehat{\beta_1}=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sum(x_i-\bar{x})^2}&amp;lt;/math&amp;gt;;  &amp;lt;math&amp;gt;\hat{\beta_0}=\bar{y}-\widehat{\beta_1}\bar{x}&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is possible to  produce the required  LateX markup using  GUI-editors such as  MathType etc.&lt;br /&gt;
&lt;br /&gt;
Trying combining some of the above by including a molecule and some  math and references  &#039;&#039;within a cell&#039;&#039; of a table.&lt;br /&gt;
&lt;br /&gt;
== Discussion and History ==&lt;br /&gt;
Each Wiki  page has a &#039;&#039;&#039;history&#039;&#039;&#039;.  If you make a mess of a page, you can always revert to an earlier version via the  History feature. Each page also has a discussion, where you and others can debate discuss some aspect of the topic.&lt;br /&gt;
&lt;br /&gt;
== Converters to the Wiki format: ==&lt;br /&gt;
&lt;br /&gt;
You can also convert a  Word document. Open it  in &#039;&#039;&#039;OpenOffice&#039;&#039;&#039; (rather than the Microsoft version) and &#039;&#039;&#039;export&#039;&#039;&#039; as Mediawiki. Open the resulting .txt file in eg  WordPad, select all the text, copy, and then paste this into the Wiki editing page. You will still have to upload the graphical images from the original  Word document separately.&lt;br /&gt;
#[http://download.openoffice.org/ OpenOffice 2.4/3.0] can read .doc documents and export them to MediaWiki.&lt;br /&gt;
#There is also a [http://diberri.dyndns.org/wikipedia/html2wiki/ HTML to  Wiki] converter which you can use to import an existing  Web page into a  Wiki.&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
the following is a compilation of errors occasionally encountered.  We hope to add to this list.  If you encounter  &#039;&#039;&#039;reproducible&#039;&#039;&#039; error, and work out a fix for it, do please add it here yourself.&lt;br /&gt;
&lt;br /&gt;
*A frequent error is forgetting to go from &#039;&#039;&#039;preview&#039;&#039;&#039; to &#039;&#039;&#039;save&#039;&#039;&#039; before exiting the  browser.  When you return, all the un-saved content of the page will be lost.&lt;br /&gt;
*Sometimes in  Firefox, the  rotating molecule is replaced by a small {{fontcolor1|red|white|X}} instead. You should get the same if you go to this [http://java.com/en/download/help/testvm.xml test page]. If this is the case, you might find that pressing the  &#039;&#039;&#039;ctrl&#039;&#039;&#039; and &#039;&#039;&#039;F5&#039;&#039;&#039; keys simultaneously might clear the  error and restore the molecule to you. If that does not work, restart the  Firefox browser. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Further tutorials based on  3D crystal structures  ===&lt;br /&gt;
&lt;br /&gt;
These can be viewed [http://www.ccdc.cam.ac.uk/free_services/teaching/modules/teaching_webcsd/toc.html here].&lt;br /&gt;
&lt;br /&gt;
=Continuation of CIT skills=&lt;br /&gt;
The skills developed during these workshops will be in almost constant use throughout your course; you are encouraged to keep this up to date and to make use of these skills while writing lab reports and other coursework assignments.  As with anything in the digital world, progress is being made all the time with new search engines, new search algorithms, new software.  This also means that other searches and software are retired to make way for, newer more efficient tools.  This wiki will be a long-term reference which you can refer to and even update, and you are urged to keep it as a bookmark.&lt;br /&gt;
&lt;br /&gt;
== Software for your own computer ==&lt;br /&gt;
&lt;br /&gt;
*The department  has a  Site License for a program system called  [http://scistore.cambridgesoft.com/sitelicense.cfm?sid=948 ChemBio3D] (which includes ChemDraw for both  Windows and  Mac), the terms of which allow individual undergraduates to acquire a copy of the program and to install it on their personal  computer. The license is an annual one. &lt;br /&gt;
*[http://www.straightrunning.com/XmingNotes/ Xming] for accessing the Conquest data base.&lt;br /&gt;
*Programs such as  Microsoft  Office can be licensed via [http://www.microsoft.com/student/discounts/theultimatesteal-uk/default.aspx an academic license for £69.99].&lt;br /&gt;
*[https://directory.adeptscience.co.uk/products/search/1/1/474/cat474.html EndNote student edition] retails for  £85.00. Alternatively, try RefWorks (usually $100/year but &#039;&#039;&#039;free&#039;&#039;&#039; for Imperial students through [http://www3.imperial.ac.uk/library/digitallibrary/athensandukfed AthensDA]) It is a slightly simpler web-based program. A comparison between both can be found [http://library.princeton.edu/help/comparison.php here] (Princeton University). You should note that the  WOS system supports  Endnote directly, but requires a more complicated procedure for using  RefWorks or Mendeley.&lt;br /&gt;
*A further list of software may be found [[It:software-2011|here]], including other programs you can install on your personal computer which you may find useful.&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442779</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442779"/>
		<updated>2014-10-11T13:19:54Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Workshops&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Self Study - Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Workshop material - Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wos.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus] with [http://www.scirus.com/html/help/advanced.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the &#039;&#039;&#039;only&#039;&#039;&#039; formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=Workshop Exercises - IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
=Extra Material for Future Reference - 3D Structure based searches=&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Workshops&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:intro-2011&amp;diff=442778</id>
		<title>It:intro-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:intro-2011&amp;diff=442778"/>
		<updated>2014-10-11T13:19:29Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
[[Image:Logo.gif|thumb|154| ]]&lt;br /&gt;
&#039;&#039;A series of lecture demonstrations and workshops by Dr. Andrew McKinley and Dr. Paul Wilde&#039;&#039; [email a.mckinley, p.wilde]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Course Overview==&lt;br /&gt;
The CIT course is designed to give you an introduction to using information services in your pursuit of your studies and to give you grounding in the tools used by the chemistry sector at large.&lt;br /&gt;
&lt;br /&gt;
New services are being implemented all the time, and new features added to existing services; these pages are to serve as a guide to services, and the Wiki format allows anyone (with an IC login) to edit and update - this allows you to update the pages if you spot a mistake or become aware of a useful resource to share with others.  Please do feel free to log in and annotate the pages if you see areas for improvement (though be aware that this cannot be done anonymously!)&lt;br /&gt;
&lt;br /&gt;
As of October 2014 [http://www.cas.org/index there were]:&lt;br /&gt;
* 90,094,287 organic and inorganic molecules and substances (and increasing by the minute!)&lt;br /&gt;
* 65,925,835 biological sequences&lt;br /&gt;
* undertaking 57,830,398 described reactions&lt;br /&gt;
* for which there are &amp;gt;2 billion reported experimental properties&lt;br /&gt;
* described in &amp;gt;1 million scientific articles, 250,000 patents and 4,500 books published each year across 10,000 chemistry journals and databases.&lt;br /&gt;
&lt;br /&gt;
Finding information is less like finding a &amp;quot;&#039;&#039;needle in a haystack&#039;&#039;&amp;quot;; more like finding a *&#039;&#039;&#039;specific piece of hay&#039;&#039;&#039;* across &#039;&#039;&#039;100 haystacks&#039;&#039;&#039;!&lt;br /&gt;
&lt;br /&gt;
==Intended Learning Outcomes==&lt;br /&gt;
By the end of the course, students should:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Recognise&#039;&#039;&#039; the wide availability of chemistry search tools.&lt;br /&gt;
# &#039;&#039;&#039;Understand&#039;&#039;&#039; the importance of correctly citing information sources.&lt;br /&gt;
# &#039;&#039;&#039;Identify&#039;&#039;&#039; appropriate search tools for a given task.&lt;br /&gt;
# &#039;&#039;&#039;Implement&#039;&#039;&#039; searches of the scientific literature to find information.&lt;br /&gt;
# &#039;&#039;&#039;Employ&#039;&#039;&#039; bibliographic tools to store information.&lt;br /&gt;
# &#039;&#039;&#039;Demonstrate&#039;&#039;&#039; appropriate citation of information sources.&lt;br /&gt;
# &#039;&#039;&#039;Generate&#039;&#039;&#039; enthusiasm for chemistry in a wider context through related reading.&lt;br /&gt;
&lt;br /&gt;
Use these learning outcomes as a framework to measure your progress through the course - as you write your report, reflect upon these outcomes and ask yourself if you have achieved them!&lt;br /&gt;
&lt;br /&gt;
==Structure of the course==&lt;br /&gt;
&lt;br /&gt;
# [[It:lectures-2011|Self Study]] - Resources for you to use for your self study and exploration&lt;br /&gt;
#* [[It:lectures-2011#IT_for_lecture_courses.2C_tutorials_and_set_projects|&#039;&#039;&#039;IT for lecture courses, tutorials and set projects&#039;&#039;&#039;]]&lt;br /&gt;
#** [[It:lectures-2011#Managing_your_location |Managing your computer desktop and location]]&lt;br /&gt;
#** [[It:lectures-2011#Accessing_lecture_notes_and_submission_of_assignments |Accessing lecture notes and submission of assignments]]&lt;br /&gt;
#** [[It:lectures-2011#Accessing_scientific_journals_and_Bibliographic_Searches |Bibliographic searches and accessing scientific journals]]&lt;br /&gt;
#** [[It:lectures-2011#Using_software_for_preparation_of_reports_and_assignments |Using software for preparation of reports and assignments]]&lt;br /&gt;
# [[It:coursework-2011|Coursework classes]] Run in Week 2 of Term 1.&lt;br /&gt;
# [[It:assignment-2011|Assignment]]&lt;br /&gt;
&lt;br /&gt;
Your CIT skills will also be employed all throughout your course, and you will be able to use skills in the following areas.&lt;br /&gt;
# [[It:lectures-2011#IT_for_Laboratories_and_Reports |&#039;&#039;&#039;IT for laboratories and reports&#039;&#039;&#039;]]&lt;br /&gt;
#* [[It:lectures-2011#MSDS_Safety_Sheets|MSDS Safety sheets]]&lt;br /&gt;
#* [[It:lectures-2011#Property_based_searches |Property based searches]]&lt;br /&gt;
#* [[It:lectures-2011#Using_ChemDraw_for_2D_searches |Using ChemDraw (and others) for 2D structure based searches]]&lt;br /&gt;
#* [[It:lectures-2011#3D_Structure_based_searches |3D Structure-based searches and Molecular Biology]]&lt;br /&gt;
&lt;br /&gt;
===Workshop slots===&lt;br /&gt;
You will undertake your work in the allocated workshop slots on Thursday 16th October (A1, A2, B1) and Friday 17th October (B2, C1, C2)&lt;br /&gt;
&lt;br /&gt;
During these hours the computer suites (Room 232 and Room 135) are reserved for your group and we will be available to answer your questions in the class. Please do feel free to work on this course outside of these hours - students doing course and study work always have priority over students using the computers for non-chemistry related uses.&lt;br /&gt;
&lt;br /&gt;
===Lab Coursework===&lt;br /&gt;
&lt;br /&gt;
You are encouraged to work through the examples in this course at your own pace, and you should not feel that everything must be completed in the scheduled sessions.&amp;lt;br&amp;gt;&lt;br /&gt;
There is one assignment provided for this course, and details may be found [[It:assignment-2011|here]].  There is no &#039;start time&#039; for this, but all projects must be submitted online using the TurnItIn gateway by 5pm Friday of Week 6 (5pm, Friday 14th November).  You will obtain feedback on your report, and you will also be able to see the TurnItIn &amp;quot;Originality report&amp;quot; for your submission.&lt;br /&gt;
The coursework is entirely formative; this means that it is used solely for feedback and does not contribute to your degree total. However, as discussed during Induction Week, such coursework is vital for developing skills that you will use in the future, and this is your opportunity for gaining feedback.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Course History===&lt;br /&gt;
This course is heavily based on that delivered by Professor Henry Rzepa from 1995 to 2010; the notes presented for this course are derived from those written by Prof. Rzepa, and much of the content is directly taken from his notes which are still available for reference on this wiki.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Workshops]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442777</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442777"/>
		<updated>2014-10-11T13:18:55Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Workshop Exercises - IT for Laboratories and Reports */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Self Study - Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Workshop material - Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wos.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus] with [http://www.scirus.com/html/help/advanced.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the &#039;&#039;&#039;only&#039;&#039;&#039; formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=Workshop Exercises - IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
=Extra Material for Future Reference - 3D Structure based searches=&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442776</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442776"/>
		<updated>2014-10-11T13:18:16Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* 3D Structure based searches */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Self Study - Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Workshop material - Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wos.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus] with [http://www.scirus.com/html/help/advanced.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the &#039;&#039;&#039;only&#039;&#039;&#039; formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=Workshop Exercises - IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
==Extra Material for Future Reference - 3D Structure based searches==&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442775</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442775"/>
		<updated>2014-10-11T13:17:45Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Workshop demonstrations - IT for Laboratories and Reports */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Self Study - Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Workshop material - Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wos.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus] with [http://www.scirus.com/html/help/advanced.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the &#039;&#039;&#039;only&#039;&#039;&#039; formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=Workshop Exercises - IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
==3D Structure based searches==&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442774</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442774"/>
		<updated>2014-10-11T13:16:25Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* IT for Laboratories and Reports */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Self Study - Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Workshop material - Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wos.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus] with [http://www.scirus.com/html/help/advanced.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the &#039;&#039;&#039;only&#039;&#039;&#039; formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=Workshop demonstrations - IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
==3D Structure based searches==&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442773</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442773"/>
		<updated>2014-10-11T13:15:07Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Using software for preparation of reports and assignments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Self Study - Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Workshop material - Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wos.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus] with [http://www.scirus.com/html/help/advanced.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the &#039;&#039;&#039;only&#039;&#039;&#039; formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
==3D Structure based searches==&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442772</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442772"/>
		<updated>2014-10-11T13:12:25Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Accessing scientific journals and Bibliographic Searches */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Self Study - Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Workshop material - Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wos.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus] with [http://www.scirus.com/html/help/advanced.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the only formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
==3D Structure based searches==&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442771</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442771"/>
		<updated>2014-10-11T13:11:56Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Accessing lecture notes and submission of assignments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Self Study - Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wos.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus] with [http://www.scirus.com/html/help/advanced.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the only formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
==3D Structure based searches==&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442770</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442770"/>
		<updated>2014-10-11T13:11:39Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Managing your location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Self Study - Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wos.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus] with [http://www.scirus.com/html/help/advanced.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the only formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
==3D Structure based searches==&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442769</id>
		<title>It:lectures-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:lectures-2011&amp;diff=442769"/>
		<updated>2014-10-11T13:10:50Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Chemical Information Technology 2012-2013 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
&lt;br /&gt;
=IT for lecture courses, tutorials and set projects=&lt;br /&gt;
&lt;br /&gt;
Two pages available for general IT skills; not fully part of this course, but important for reference&lt;br /&gt;
* General [[It:it_facillities|IT facilities]]&lt;br /&gt;
* General [[It:it_files|file management]]&lt;br /&gt;
&lt;br /&gt;
==Managing your location==&lt;br /&gt;
It is important to manage your location while accessing scientific journals as access to almost every electronic resource is controlled by your internet (IP) address.  You will not need to worry about this when you are connecting to your resources on campus (which by definition also includes South Kensington  Halls of residence). If you are outside this catchment area however, some  IT services will not work  unless you enter the campus  &#039;&#039;virtually&#039;&#039; by switching on something called a  [http://www3.imperial.ac.uk/ict/services/personalcomputersupportandmobileservices/mobileaccessservices VPN], or &#039;&#039;Virtual Private Network&#039;&#039;. It allows you to access resources through the campus network from your own internet connection.&lt;br /&gt;
&lt;br /&gt;
==Accessing lecture notes and submission of assignments==&lt;br /&gt;
&lt;br /&gt;
===Lecture materials online===&lt;br /&gt;
[[Image:blackboard1.png|thumb|107px|[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard VLE] ]]Course notes may be found either using the College &#039;&#039;Virtual Learning Environment&#039;&#039;, called &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039; or using the Chemistry Wiki (which you are using now).  Most lecture notes will be available as a Portable Document Format (a &#039;&#039;&#039;PDF&#039;&#039;&#039; document) or, less commonly, a Powerpoint slide show. These may be downloaded to your computer and stored in a document library  (e.g., &#039;&#039;&#039;EndNote&#039;&#039;&#039; or &#039;&#039;&#039;Mendeley&#039;&#039;&#039;), printed or viewed on the computer.  You are encouraged to annotate lecture notes during the lecture and to review them afterwards, rather than simply filing them away until to Revision Week!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Lecture notes are &amp;lt;u&amp;gt;not intended to be exhaustive in their content&amp;lt;/u&amp;gt; and you are encouraged to support them with further information from textbooks and other sources as appropriate.&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lecture notes will be placed on Blackboard by the lecturers for your convenience, however the PDF document alone will not necessarily contain all the content required for understanding; in the event of missing a lecture you should go over the content with the aid of textbooks to ensure you understand the concepts.&lt;br /&gt;
&lt;br /&gt;
===Online submission of assignments===&lt;br /&gt;
Almost all  assignments are now submitted electronically through &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard].&#039;&#039;&#039;  Submissions will be then be checked by Turn-It-In, a software package designed to &#039;read&#039; assignments and, through comparison with a huge number of resources, will assign it an &amp;quot;&#039;&#039;originality score&#039;&#039;&amp;quot;. This is also known as &amp;quot;&#039;&#039;Plagiarism Detection Software&#039;&#039;&amp;quot;.  Instructions for the submission of assignments can be found within each module on &#039;&#039;&#039;[http://www3.imperial.ac.uk/ict/services/e-learning/vle Blackboard]&#039;&#039;&#039;.  &#039;&#039;&#039;Always ask in advance&#039;&#039;&#039; if you are unsure how any course submission works, or if you are having problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you know you will not be able to submit work on time, &amp;lt;u&amp;gt;contact your tutor or course leader&amp;lt;/u&amp;gt; as soon as possible&#039;&#039;&#039; - the sooner we know if you are having problems the more we can do to help you find a solution.  If you miss a deadline for whatever reason, you &#039;&#039;&#039;must&#039;&#039;&#039; contact the course leader as soon as possible or you will not receive a mark for that assignment.&lt;br /&gt;
&lt;br /&gt;
===Plagiarism===&lt;br /&gt;
The College has a simple attitude towards plagiarism; &#039;&#039;&#039; &amp;quot;Do not plagiarise&amp;quot; &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The College&#039;s official statement on plagiarism is thus:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Plagiarism is interpreted by the College as &#039;&#039;&#039;the act of presenting the work of others as one&#039;s own work, without acknowledgement&#039;&#039;&#039;. Plagiarism is considered as academically fraudulent, and an offence against College discipline. &#039;&#039;&#039;The College considers plagiarism to be a major offence&#039;&#039;&#039;, and subject to the disciplinary procedures of the College. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Plagiarism can arise from deliberate actions and also through careless thinking and/or methodology. The offence lies &#039;&#039;&#039;not in the attitude or intention&#039;&#039;&#039; of the perpetrator, but &#039;&#039;&#039;in the action and in its consequences&#039;&#039;&#039;.&amp;quot;&amp;lt;ref name=humhandbook1&amp;gt; &#039;&#039;Humanities Student Handbook&#039;&#039;, Imperial College London, 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Library has extensive information on plagiarism and how to avoid it [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here]: you are encouraged to read and learn about plagiarism [http://www3.imperial.ac.uk/library/subjectsandsupport/plagiarism here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Accessing scientific journals and Bibliographic Searches==&lt;br /&gt;
The world&#039;s scientific and chemical data, information and knowledge resides in the following types of [http://en.wikipedia.org/wiki/Wikipedia:Reliable_source_examples reliable resources]:&lt;br /&gt;
# [https://vle.imperial.ac.uk/  &#039;&#039;&#039;Course Notes&#039;&#039;&#039;], written by experts in their field, which will often themselves cite:&lt;br /&gt;
# Primary &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Peer_review Peer-reviewed]&#039;&#039;&#039; scientific journals ([http://rstl.royalsocietypublishing.org/content/6/69-80/3075.full.pdf+html 1665] - onwards), as  &#039;&#039;articles&#039;&#039; with identified authors and hence provenance;&lt;br /&gt;
# Secondary &#039;&#039;&#039;Peer-reviewed&#039;&#039;&#039; scientific journals, as  &#039;&#039;review articles/books&#039;&#039; with identified authors&lt;br /&gt;
# Tertiary sources such as &#039;&#039;abstracts&#039;&#039; gleaned from the above two sources,  collaboratively authored (peer review by a different name)  &#039;&#039;wikipedia&#039;&#039;-like entries, some blogs and curated/edited database collections. &lt;br /&gt;
&#039;&#039;&#039;Golden rule:&#039;&#039;&#039; Always cite your sources, and if possible always cite a &#039;&#039;&#039;primary&#039;&#039;&#039; source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Silver rule:&#039;&#039;  If you cite something, it means you have read it - do not cite something you haven&#039;t read first hand. (If &amp;quot;Smith et al&amp;quot; tell you that &amp;quot;Jones et al. tell us that oranges actually smell of peas&amp;quot;, do not cite Jones yourself unless you have read that paper. If you cite Smith, you should say &amp;quot;Smith et al. report Jones&#039; findings that oranges smell of peas&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bronze rule:&#039;&#039;  Don&#039;t cite Wikipedia. It is far too transient to be a reliable resource.&lt;br /&gt;
&lt;br /&gt;
===Scientific Journals (Primary and Secondary sources)===&lt;br /&gt;
Journals and books are identified using a formal citation within the article (or course notes).  The style of this citation varies according to publication, but within chemistry it traditionally takes the form of a numeric superscript&amp;lt;ref name=&amp;quot;scott&amp;quot;&amp;gt;S. D. Rychnovsky, &#039;&#039;Org. Lett.,&#039;&#039; &#039;&#039;&#039;2006&#039;&#039;&#039;, &#039;&#039;13&#039;&#039;, 2895-2898. {{DOI|10.1021/ol0611346}}&amp;lt;/ref&amp;gt;. Most journals are available online and, as long as the institution has paid for access, are readily available for viewing and searching. It has become almost universal to add the citation to a &#039;&#039;digital object identifier&#039;&#039;, or &#039;&#039;&#039;DOI&#039;&#039;&#039; link which allows you to visit the journal directly&amp;lt;ref&amp;gt;N. Paski, Digital Object Identifiers for scientific data, &#039;&#039;Data Science Journal&#039;&#039;, &#039;&#039;&#039;2005&#039;&#039;&#039;, 12-20. {{DOI|10.2481/dsj.4.12 }}&amp;lt;/ref&amp;gt;.  Clicking the DOI link will take you directly to the journal page, presenting you with an abstract. Such links can be embedded in HTML or in PDF files.  If only the DOI is given, it can be linked to by typing http://dx.doi.org/the-DOI-itself into the browser window (or it can be found [http://www.crossref.org/SimpleTextQuery/ here] if you know the author and title).  The article can then be viewed in either HTML or PDF format.&lt;br /&gt;
&lt;br /&gt;
# HTML (Hypertext markup language) &#039;&#039;vs&#039;&#039; PDF (Portable document format)&lt;br /&gt;
#* PDF is the format preferred for producing printed copies, and is just starting to be deployed in new Bibliographic database systems such as  [http://www.mendeley.com Mendeley] and in  3D forms&amp;lt;ref&amp;gt;P. Kumar, A. Ziegler,  J.  Ziegler, B. Uchanska-Ziegler and A. Ziegler, &#039;&#039;Trend.  Biochem. Sci.&#039;&#039;, &#039;&#039;&#039;2008&#039;&#039;&#039;, &#039;&#039;33&#039;&#039;,  408-412. {{DOI|10.1016/j.tibs.2008.06.004}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#* HTML is nowadays viewed by an increasing number of publishers as the medium best suited for  &#039;&#039;&#039;enhancing&#039;&#039;&#039; the journal article beyond the printable form.  Many articles nowadays include rotatable molecules, and other interactive media. &lt;br /&gt;
#Journals themselves divide into those published by &#039;&#039;&#039;learned societies&#039;&#039;&#039;  and by purely commercial organisations.  Between them, the four below should cover perhaps 90% of the journals that you will need to access.&lt;br /&gt;
#*The  [http://pubs.acs.org/journals/jacsat/index.html  American Chemical Society (ACS)] hosts many of the most useful articles quoted in lectures, and it also has some of the best examples of [http://pubs.acs.org/doi/media/10.1021/jp902176a/index.html enhanced] articles&amp;lt;ref&amp;gt;C. S. Wannere, H. S. Rzepa, B. C. Rinderspacher, A. Paul, H. F. Schaefer III, P. v. R. Schleyer and C. S. M. Allan, &#039;&#039;J. Phys. Chem.&#039;&#039;, &#039;&#039;&#039;2009&#039;&#039;&#039;, {{DOI|10.1021/jp902176a}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
#*The  [http://www.rsc.org/Publishing/Journals/Index.asp  Royal Society of Chemistry (RSC)] and its innovative [http://www.rsc.org/Publishing/Journals/ProjectProspect/index.asp Project Prospect] are another useful source.  &lt;br /&gt;
#*[http://www.sciencedirect.com/ Science Direct]  and [http://info.onlinelibrary.wiley.com/view/0/index.html Wiley online library] represent two major commercial publishers, each offering an aggregation of journals (a shopping mall if you like).&lt;br /&gt;
#*Most publishers now offer e.g. iPhone and iPad  &#039;&#039;&#039;[[it:apps|apps]]&#039;&#039;&#039; to facilitate reading journals in this manner.&lt;br /&gt;
#The above represent the primary literature, and the articles there designed primarily for researchers.  An excellent journal which addresses the more [http://en.wikipedia.org/wiki/Pedagogy pedagogic] aspects of chemistry is the  [http://pubs.acs.org/journal/jceda8 Journal of  Chemical  Education] (abbreviated to &#039;&#039;J. Chem. Ed.&#039;&#039;) which not only covers aspects of lectures, but also describes new and interesting laboratory experiments (some of which materialise in our own labs!). &lt;br /&gt;
#The central library has a chemistry librarian (&#039;&#039;&#039;Katharine Thompson&#039;&#039;&#039;) and many chemistry [http://www3.imperial.ac.uk/library/subjectsandsupport/chemistry collections] and a complete alphabetic list of [http://www3.imperial.ac.uk/library/find/ejournals Journals], together with an [http://www3.imperial.ac.uk/library/find/documentdelivery Inter-library] loan (ILL) system for requesting reprints of journal and [http://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/0/0/0/57/64/BOOKILL books] not held on campus. A [http://www3.imperial.ac.uk/library/find/documentdelivery/secureelectronicdelivery fully digital version of the  ILL] has recently been introduced ([https://unicorn.lib.ic.ac.uk/uhtbin/cgisirsi/oVGWvTH7co/0/0/57/64/JOURILL try this direct link here]), although (unlike most digital music) this has  DRM (digital rights management).  &amp;lt;!--{{DOI|/10.1016/j.tetlet.2005.09.104}}  {{DOI|10.1016/j.tetlet.2005.09.104}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When writing a laboratory report (and in later years literature reports, essays and perhaps even your own published article), you will be expected to cite your sources, in the manner shown below.&lt;br /&gt;
&lt;br /&gt;
===Tertiary sources (Wikipedia and others)===&lt;br /&gt;
Wikipedia and scientific blogs are very good sources of information, however be aware that these may be skewed by opinion, and facts may be distorted (though Wikipedia tries very hard to balance its articles for neutrality). Most chemistry sources tend to be fairly good as a first point of reference, but do not always assume it is correct; aim to back up the information with primary sources such as textbooks (particularly for equations), and cite the primary source.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Do not think that Wikipedia is bad &#039;&#039;&#039; - on the contrary, Wikipedia is a marvelous resource, and its culture of knowledge philanthropy is something of which it should be rightfully proud. It is an excellent place to &#039;&#039;start&#039;&#039; your reading on a given subject, but when it comes to your authoritative writing &#039;&#039;&#039;you should cite a permanent&#039;&#039;&#039;, peer-reviewed primary or secondary source, &#039;&#039;&#039;not&#039;&#039;&#039; Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Bibliographic Searches===&lt;br /&gt;
[[Image:penicillin1.png|thumb|250px| Conversion of a penicillin core to a cephalosporin core ]]This part of the course deals with how to find information using &#039;&#039;search strings&#039;&#039;  To illustrate this, we will define the following search:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The conversion of penicillin to cephalosporin.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to locate information, we need to introduce a few concepts:&lt;br /&gt;
&lt;br /&gt;
* Boolean logical operators: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;SAME&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;XOR&#039;&#039;&#039;&lt;br /&gt;
* Wildcard (Stemming) characters: &#039;&#039;&#039;?&#039;&#039;&#039; vs &#039;&#039;&#039;*&#039;&#039;&#039; vs &#039;&#039;&#039;$&#039;&#039;&#039;, &#039;&#039;&#039;*SULPHUR&#039;&#039;&#039; vs &#039;&#039;&#039;SUL*UR&#039;&#039;&#039;&lt;br /&gt;
* Grouping: &#039;&#039;&#039;A AND (B OR C)&#039;&#039;&#039; vs &#039;&#039;&#039;(A AND B) OR C&#039;&#039;&#039;&lt;br /&gt;
* Metadata-driven searches (fielded searches): &#039;&#039;&#039;author&#039;&#039;&#039;, &#039;&#039;&#039;year-of-publication&#039;&#039;&#039; with the syntax &#039;&#039;&#039;author:Bloggs&#039;&#039;&#039; or &#039;&#039;&#039;au=Bloggs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A summary of these features for hte four main search engines can be found [http://www.websearchguide.ca/research/guifram.htm here]&lt;br /&gt;
&lt;br /&gt;
====Web of Science, WOS====&lt;br /&gt;
[http://wos.mimas.ac.uk WOS] (Web of Science) uses:&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/h_advanced_fieldtags.html field tags] (such as title, author, publication name or organization)&lt;br /&gt;
* [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html Booleans]: AND, OR, NOT, SAME = Proximity operator,&lt;br /&gt;
* ? = [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_wildcd.html 1 wild character], SUL*UR and BIOLOG* (but not *NATAL, ie middle and right) = 1 or more wild character,&lt;br /&gt;
* (...) for [http://images.isiknowledge.com/WOKRS410B4/help/WOS/ht_operators.html grouped expressions], i.e. A NOT (B OR C). Examples:&lt;br /&gt;
** &#039;&#039;&#039;au=Welton t* and  og=imperial and py=2001-2010 and SO=(CHEMICAL COMMUNICATIONS)&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;TI=Reaction AND (TI=penicillin OR TI=cephalosporin)&#039;&#039;&#039; (141)&lt;br /&gt;
** &#039;&#039;&#039;(TI=Reaction AND TI=Penicillin) OR Ti=cephalosporin&#039;&#039;&#039; (2683)&lt;br /&gt;
** &#039;&#039;&#039;TI=Carbapenem AND TI=Penicillin and ti=synthesis&#039;&#039;&#039;  (8)&lt;br /&gt;
&lt;br /&gt;
====Other Search Engines====&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Web_search_engine &#039;&#039;&#039;Robot Based Internet Indices&#039;&#039;&#039;]&lt;br /&gt;
* [http://scholar.google.com/advanced_scholar_search?hl=en&amp;amp;lr= Google Scholar] with [http://scholar.google.com/intl/en/scholar/refinesearch.html advanced search tips]&lt;br /&gt;
* [http://www.scirus.com/srsapp/advanced/index.jsp SciRus] with [http://www.scirus.com/html/help/advanced.html advanced search tips]&lt;br /&gt;
* [http://academic.research.microsoft.com/ Microsoft Academic] with [http://academic.research.microsoft.com/About/Help.htm advanced search tips]&lt;br /&gt;
* [http://www.wolframalpha.com/examples/Chemistry.html Wolfram Alpha] accessed via their &#039;&#039;&#039; &#039;&#039;advanced search&#039;&#039; &#039;&#039;&#039; option&lt;br /&gt;
* [https://scifinder.cas.org/ SciFinder] natural language search (You will need to &#039;&#039;&#039;register for use&#039;&#039;&#039; [http://www3.imperial.ac.uk/library/find/databases/scifinderscholar here])&lt;br /&gt;
&lt;br /&gt;
==Using software for preparation of reports and assignments==&lt;br /&gt;
&lt;br /&gt;
There are a great deal of software combinations out there for preparing reports, however we shall only deal here with the most common combination.&lt;br /&gt;
&lt;br /&gt;
===Using Microsoft Office with Endnote: Bibliographic Citation Software===&lt;br /&gt;
Many source of bibliographic information allow the export of the  &#039;&#039;&#039;hit list&#039;&#039;&#039; to citation management software.  Here the use of just one combination: WOS  and Word+EndNote will be demonstrated, and you will have a chance to try it for yourselves in the lab sessions.&lt;br /&gt;
&lt;br /&gt;
===Using Mendeley as an organiser===&lt;br /&gt;
Mendeley is a document organiser and knowledge mining system.  The inputs to the program are citation lists obtained from bibliographic searches, and the associated  Acrobat files for the documents themselves. Mendeley will index these, and allow  you to search a collection of documents in a very similar manner to the  &#039;&#039;&#039;iTunes&#039;&#039;&#039; music tracks.  It also has a feature similar in concept to the  iTunes &#039;&#039;&#039;Genius bar&#039;&#039;&#039;, whereby articles in your collection can be compared with related articles found by others.  For example, you could add a reprint associated with a lab course, and find  similar articles which may provide you with additional information.&lt;br /&gt;
&lt;br /&gt;
===Document submission through Blackboard and Turn-It-In===&lt;br /&gt;
When submitting a document through the online system, the only formats available are to submit as a PDF or as a Microsoft word document (.doc or .docx).  Windows does not have the ability to produce a PDF without dedicated software, but [http://www.primopdf.com/ PrimoPDF] is a package that is available free of charge and behaves as a &#039;&#039;&#039;virtual printer&#039;&#039;&#039;, delivering any document to a PDF format through the &amp;quot;print document&amp;quot; dialog box.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Print to PDF&amp;quot; is readily available in Mac OS-X through the &amp;quot;print document&amp;quot; dialog box without installing additional software.&lt;br /&gt;
&lt;br /&gt;
Submissions in Microsoft Word format are preferable as documents can be annotated by markers for delivering feedback, however conversion to PDF means that a wider range of softwares can be used, e.g., LaTeX, OpenOffice, Microsoft Works, Apple&#039;s Pages etc...&lt;br /&gt;
&lt;br /&gt;
=IT for Laboratories and Reports=&lt;br /&gt;
Within the laboratory, many of the same skills are used as for lecture support with regard to bibliographic searches, however in a laboratory we are more interested in locating physical properties, synthetic routes and safety data.&lt;br /&gt;
&lt;br /&gt;
==MSDS Safety Sheets==&lt;br /&gt;
The [http://www.sigmaaldrich.com Aldrich] catalogues can be searched for compounds and their MSDS safety sheets.  These are useful for completing [http://www.hse.gov.uk/coshh/ COSHH] forms (Control of Substances Hazardous to Health). It is also useful for searching to find an Aldrich catalogue number  (e.g. &#039;&#039;&#039;254738&#039;&#039;&#039;) to acquire an  MSDS data sheet which can then be stored in your Mendeley library for future access (e.g. using a mobile device).&lt;br /&gt;
&lt;br /&gt;
==Property based searches==&lt;br /&gt;
&lt;br /&gt;
A number of search tools can be used to find properties of compounds:&lt;br /&gt;
&lt;br /&gt;
# Reaxys&lt;br /&gt;
#* &amp;quot;penicillin &#039;&#039;&#039;AND&#039;&#039;&#039; cephalosporin&amp;quot; as a &#039;&#039;&#039;text authors and more&#039;&#039;&#039; search. [https://www.reaxys.com/reaxys/WebHelp/All_Files/Text_Searching.htm Available Booleans]: &#039;&#039;&#039;AND&#039;&#039;&#039;, &#039;&#039;&#039;NOT&#039;&#039;&#039;, &#039;&#039;&#039;OR&#039;&#039;&#039;, &#039;&#039;&#039;PROXIMITY&#039;&#039;&#039;, &#039;&#039;&#039;NEAR&#039;&#039;&#039; and &#039;&#039;&#039;NEXT&#039;&#039;&#039; with * as a wildcard anywhere in the query (unlike WOS). Grouping not supported.&lt;br /&gt;
#* MP.MP=155-156 and IDE.MF=C29H28N2O6S1 and ORP.ORP=190-200 as a &#039;&#039;&#039;field search&#039;&#039;&#039; using &#039;&#039;&#039;Properties (Advanced)&#039;&#039;&#039; from the &#039;&#039;&#039; Substances and Properties&#039;&#039;&#039; option and illustrating &#039;&#039;&#039;property ranges&#039;&#039;&#039; (which implies you have to be aware of the typical errors in many of the experimental measurements made on chemical instrumentation, such as  melting points, optical rotations or as below  NMR chemical shifts).&lt;br /&gt;
# The [http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi Spectral Database for Organic Compounds SDBS] can be searched  for matching observed spectral peaks (with estimated errors).&lt;br /&gt;
#* &amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;C peaks: 163, 141, 133, 130, 129, 128, 98 (how big is the error?)&lt;br /&gt;
#* &amp;lt;sup&amp;gt;H&amp;lt;/sup&amp;gt; peaks: 8.1,7.5,5.1,4.7 (how big is the error?&lt;br /&gt;
#* IR peak: 1733 (how big is the error?)&lt;br /&gt;
# The [http://webbook.nist.gov/chemistry/ NIST Chemistry WebBook] can be searched for thermodynamic and spectral properties&lt;br /&gt;
# Use of &amp;quot;added-value&amp;quot; properties such as [http://www.chemcalc.org/ ChemCalc] for molecular mass  calculations as either &#039;&#039;&#039;C47H51NO14&#039;&#039;&#039; (Taxol), which predicts how the  mass spectrum (MS) may look given a formula, or as input of a (MS-derived) &#039;&#039;&#039;accurate mass&#039;&#039;&#039; (say 148.052±0.0005) which is converted to the most likely formula.&lt;br /&gt;
&lt;br /&gt;
==Using ChemDraw for 2D searches==&lt;br /&gt;
Using ChemDraw we can produce simple, tidy chemical structures for use in reports; it also has the very powerful tool that it can produce a &#039;&#039;&#039;SMILES&#039;&#039;&#039; string.  This string is a way of &#039;encoding&#039; chemical structure information e.g. &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To output a SMILES string, select a structure in ChemDraw, and go to &amp;quot;Edit&amp;quot;-&amp;gt;&amp;quot;Copy as&amp;quot;-&amp;gt;SMILES.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another type of string which encodes structural information is an &#039;&#039;&#039;InChI&#039;&#039;&#039; string; this can be copied out of ChemDraw in a very similar manner.&lt;br /&gt;
&lt;br /&gt;
These strings can then be used to search structural databases:&lt;br /&gt;
&lt;br /&gt;
* [http://www.chemspider.com/FullSearch.aspx ChemSpider] from the RSC can take a SMILES string and deliver information on that compound.&lt;br /&gt;
* The [http://pubchem.ncbi.nlm.nih.gov/search/ PubChem database] can be searched using a &#039;&#039;&#039;SMILES&#039;&#039;&#039; or &#039;&#039;&#039;InChI&#039;&#039;&#039; string from ChemDraw; &#039;&#039;&#039;O=C1C(N)C2N1C(C(O)=O)C(C)(C)S2&#039;&#039;&#039; or &#039;&#039;&#039;InChI=1S/C8H12N2O3S/c1-8(2)4(7(12)13)10-5(11)3(9)6(10)14-8/h3-4,6H,9H2,1-2H3,(H,12,13)&#039;&#039;&#039; for &amp;quot;95% similar&amp;quot; (XX Hits)&lt;br /&gt;
* [http://www.chemnetbase.com/ ChemNetBase] has compilations of drugs, inorganic and organometallic and natural products which might prove useful for laboratories&lt;br /&gt;
* [http://www.orgsyn.org/ Organic syntheses] for specific molecule queries.&lt;br /&gt;
* Application of [http://www.reaxys.com Reaxys] for specific molecule queries: search for the melting point of aspirin.&lt;br /&gt;
&lt;br /&gt;
==3D Structure based searches==&lt;br /&gt;
Smiles strings are a 1D way of encoding 2D information; when we start to consider larger molecules, and particularly biological molecules, consideration of the three dimensional properties becomes important, particularly within medicinal chemistry.&lt;br /&gt;
&lt;br /&gt;
* The on-line [http://www.molecular-networks.com/online_demos/corina_demo.html Corina] service will take and convert a 1D SMILES string into 3D molecular coordinates - a 1D to 3D conversion!&lt;br /&gt;
*Substructure searching of the [http://www.portlandpress.com/pp/books/online/tiepac/session6/ch2.htm Cambridge Crystal Database] of organic and organometallic molecules for specific molecules and intermolecular interactions (e.g. unusual π-H-O hydrogen bonds).  Using the ConQuest program:&lt;br /&gt;
** Name based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;, 34.&lt;br /&gt;
** 2D structure based search: &#039;&#039;&#039;penicillin&#039;&#039;&#039;,  54 (SMILES string is  NOT accepted by this program)&lt;br /&gt;
** 2D structure based search for  one of the four molecules shown above&lt;br /&gt;
** 3D structure based search for hydrogen bonds is shown in the lab course pages.&lt;br /&gt;
* Use of JMol to [http://www.rcsb.org/pdb/static.do?p=explorer/viewers/jmol.jsp?structureId=1w0e display complex protein structures]; there is also a demo page and Nanotech model for use.&lt;br /&gt;
* The [http://www.rcsb.org/pdb/advSearch.do Protein Databank] ([http://dx.doi.org/10.1107/S0108767307035623 DOI:10.1107/S0108767307035623]) can be used to locate many protein structures - keywords penicillin and tetrahedral should reveal any enzyme inhibited with an analogue of a transition state and relating to penicillin&lt;br /&gt;
* Also [http://www.proteinexplorer.org/ Protein Explorer] ([http://molvis.sdsc.edu/fgij/index.htm direct entry] and trying entering 1blh).&lt;br /&gt;
* Finally, there are [http://ndbserver.rutgers.edu/NDB/structure-finder/index.html alternate searches of  biomolecules, including  DNA] availble.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The materials presented here are by no means exhaustive, and there are many more search engines out there - if you find any good ones, feel free to add to this Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | &#039;&#039;&#039;Go to Lectures&#039;&#039;&#039; | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:intro-2011&amp;diff=442768</id>
		<title>It:intro-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:intro-2011&amp;diff=442768"/>
		<updated>2014-10-11T13:09:56Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Structure of the course */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Lectures]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
[[Image:Logo.gif|thumb|154| ]]&lt;br /&gt;
&#039;&#039;A series of lecture demonstrations and workshops by Dr. Andrew McKinley and Dr. Paul Wilde&#039;&#039; [email a.mckinley, p.wilde]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Course Overview==&lt;br /&gt;
The CIT course is designed to give you an introduction to using information services in your pursuit of your studies and to give you grounding in the tools used by the chemistry sector at large.&lt;br /&gt;
&lt;br /&gt;
New services are being implemented all the time, and new features added to existing services; these pages are to serve as a guide to services, and the Wiki format allows anyone (with an IC login) to edit and update - this allows you to update the pages if you spot a mistake or become aware of a useful resource to share with others.  Please do feel free to log in and annotate the pages if you see areas for improvement (though be aware that this cannot be done anonymously!)&lt;br /&gt;
&lt;br /&gt;
As of October 2014 [http://www.cas.org/index there were]:&lt;br /&gt;
* 90,094,287 organic and inorganic molecules and substances (and increasing by the minute!)&lt;br /&gt;
* 65,925,835 biological sequences&lt;br /&gt;
* undertaking 57,830,398 described reactions&lt;br /&gt;
* for which there are &amp;gt;2 billion reported experimental properties&lt;br /&gt;
* described in &amp;gt;1 million scientific articles, 250,000 patents and 4,500 books published each year across 10,000 chemistry journals and databases.&lt;br /&gt;
&lt;br /&gt;
Finding information is less like finding a &amp;quot;&#039;&#039;needle in a haystack&#039;&#039;&amp;quot;; more like finding a *&#039;&#039;&#039;specific piece of hay&#039;&#039;&#039;* across &#039;&#039;&#039;100 haystacks&#039;&#039;&#039;!&lt;br /&gt;
&lt;br /&gt;
==Intended Learning Outcomes==&lt;br /&gt;
By the end of the course, students should:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Recognise&#039;&#039;&#039; the wide availability of chemistry search tools.&lt;br /&gt;
# &#039;&#039;&#039;Understand&#039;&#039;&#039; the importance of correctly citing information sources.&lt;br /&gt;
# &#039;&#039;&#039;Identify&#039;&#039;&#039; appropriate search tools for a given task.&lt;br /&gt;
# &#039;&#039;&#039;Implement&#039;&#039;&#039; searches of the scientific literature to find information.&lt;br /&gt;
# &#039;&#039;&#039;Employ&#039;&#039;&#039; bibliographic tools to store information.&lt;br /&gt;
# &#039;&#039;&#039;Demonstrate&#039;&#039;&#039; appropriate citation of information sources.&lt;br /&gt;
# &#039;&#039;&#039;Generate&#039;&#039;&#039; enthusiasm for chemistry in a wider context through related reading.&lt;br /&gt;
&lt;br /&gt;
Use these learning outcomes as a framework to measure your progress through the course - as you write your report, reflect upon these outcomes and ask yourself if you have achieved them!&lt;br /&gt;
&lt;br /&gt;
==Structure of the course==&lt;br /&gt;
&lt;br /&gt;
# [[It:lectures-2011|Self Study]] - Resources for you to use for your self study and exploration&lt;br /&gt;
#* [[It:lectures-2011#IT_for_lecture_courses.2C_tutorials_and_set_projects|&#039;&#039;&#039;IT for lecture courses, tutorials and set projects&#039;&#039;&#039;]]&lt;br /&gt;
#** [[It:lectures-2011#Managing_your_location |Managing your computer desktop and location]]&lt;br /&gt;
#** [[It:lectures-2011#Accessing_lecture_notes_and_submission_of_assignments |Accessing lecture notes and submission of assignments]]&lt;br /&gt;
#** [[It:lectures-2011#Accessing_scientific_journals_and_Bibliographic_Searches |Bibliographic searches and accessing scientific journals]]&lt;br /&gt;
#** [[It:lectures-2011#Using_software_for_preparation_of_reports_and_assignments |Using software for preparation of reports and assignments]]&lt;br /&gt;
# [[It:coursework-2011|Coursework classes]] Run in Week 2 of Term 1.&lt;br /&gt;
# [[It:assignment-2011|Assignment]]&lt;br /&gt;
&lt;br /&gt;
Your CIT skills will also be employed all throughout your course, and you will be able to use skills in the following areas.&lt;br /&gt;
# [[It:lectures-2011#IT_for_Laboratories_and_Reports |&#039;&#039;&#039;IT for laboratories and reports&#039;&#039;&#039;]]&lt;br /&gt;
#* [[It:lectures-2011#MSDS_Safety_Sheets|MSDS Safety sheets]]&lt;br /&gt;
#* [[It:lectures-2011#Property_based_searches |Property based searches]]&lt;br /&gt;
#* [[It:lectures-2011#Using_ChemDraw_for_2D_searches |Using ChemDraw (and others) for 2D structure based searches]]&lt;br /&gt;
#* [[It:lectures-2011#3D_Structure_based_searches |3D Structure-based searches and Molecular Biology]]&lt;br /&gt;
&lt;br /&gt;
===Workshop slots===&lt;br /&gt;
You will undertake your work in the allocated workshop slots on Thursday 16th October (A1, A2, B1) and Friday 17th October (B2, C1, C2)&lt;br /&gt;
&lt;br /&gt;
During these hours the computer suites (Room 232 and Room 135) are reserved for your group and we will be available to answer your questions in the class. Please do feel free to work on this course outside of these hours - students doing course and study work always have priority over students using the computers for non-chemistry related uses.&lt;br /&gt;
&lt;br /&gt;
===Lab Coursework===&lt;br /&gt;
&lt;br /&gt;
You are encouraged to work through the examples in this course at your own pace, and you should not feel that everything must be completed in the scheduled sessions.&amp;lt;br&amp;gt;&lt;br /&gt;
There is one assignment provided for this course, and details may be found [[It:assignment-2011|here]].  There is no &#039;start time&#039; for this, but all projects must be submitted online using the TurnItIn gateway by 5pm Friday of Week 6 (5pm, Friday 14th November).  You will obtain feedback on your report, and you will also be able to see the TurnItIn &amp;quot;Originality report&amp;quot; for your submission.&lt;br /&gt;
The coursework is entirely formative; this means that it is used solely for feedback and does not contribute to your degree total. However, as discussed during Induction Week, such coursework is vital for developing skills that you will use in the future, and this is your opportunity for gaining feedback.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Course History===&lt;br /&gt;
This course is heavily based on that delivered by Professor Henry Rzepa from 1995 to 2010; the notes presented for this course are derived from those written by Prof. Rzepa, and much of the content is directly taken from his notes which are still available for reference on this wiki.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Lectures]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:intro-2011&amp;diff=442767</id>
		<title>It:intro-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:intro-2011&amp;diff=442767"/>
		<updated>2014-10-11T13:09:22Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Structure of the course */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Lectures]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
[[Image:Logo.gif|thumb|154| ]]&lt;br /&gt;
&#039;&#039;A series of lecture demonstrations and workshops by Dr. Andrew McKinley and Dr. Paul Wilde&#039;&#039; [email a.mckinley, p.wilde]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Course Overview==&lt;br /&gt;
The CIT course is designed to give you an introduction to using information services in your pursuit of your studies and to give you grounding in the tools used by the chemistry sector at large.&lt;br /&gt;
&lt;br /&gt;
New services are being implemented all the time, and new features added to existing services; these pages are to serve as a guide to services, and the Wiki format allows anyone (with an IC login) to edit and update - this allows you to update the pages if you spot a mistake or become aware of a useful resource to share with others.  Please do feel free to log in and annotate the pages if you see areas for improvement (though be aware that this cannot be done anonymously!)&lt;br /&gt;
&lt;br /&gt;
As of October 2014 [http://www.cas.org/index there were]:&lt;br /&gt;
* 90,094,287 organic and inorganic molecules and substances (and increasing by the minute!)&lt;br /&gt;
* 65,925,835 biological sequences&lt;br /&gt;
* undertaking 57,830,398 described reactions&lt;br /&gt;
* for which there are &amp;gt;2 billion reported experimental properties&lt;br /&gt;
* described in &amp;gt;1 million scientific articles, 250,000 patents and 4,500 books published each year across 10,000 chemistry journals and databases.&lt;br /&gt;
&lt;br /&gt;
Finding information is less like finding a &amp;quot;&#039;&#039;needle in a haystack&#039;&#039;&amp;quot;; more like finding a *&#039;&#039;&#039;specific piece of hay&#039;&#039;&#039;* across &#039;&#039;&#039;100 haystacks&#039;&#039;&#039;!&lt;br /&gt;
&lt;br /&gt;
==Intended Learning Outcomes==&lt;br /&gt;
By the end of the course, students should:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Recognise&#039;&#039;&#039; the wide availability of chemistry search tools.&lt;br /&gt;
# &#039;&#039;&#039;Understand&#039;&#039;&#039; the importance of correctly citing information sources.&lt;br /&gt;
# &#039;&#039;&#039;Identify&#039;&#039;&#039; appropriate search tools for a given task.&lt;br /&gt;
# &#039;&#039;&#039;Implement&#039;&#039;&#039; searches of the scientific literature to find information.&lt;br /&gt;
# &#039;&#039;&#039;Employ&#039;&#039;&#039; bibliographic tools to store information.&lt;br /&gt;
# &#039;&#039;&#039;Demonstrate&#039;&#039;&#039; appropriate citation of information sources.&lt;br /&gt;
# &#039;&#039;&#039;Generate&#039;&#039;&#039; enthusiasm for chemistry in a wider context through related reading.&lt;br /&gt;
&lt;br /&gt;
Use these learning outcomes as a framework to measure your progress through the course - as you write your report, reflect upon these outcomes and ask yourself if you have achieved them!&lt;br /&gt;
&lt;br /&gt;
==Structure of the course==&lt;br /&gt;
&lt;br /&gt;
# [[It:lectures-2011|Self Study]] - Resources for you to use for your self study and exploration&lt;br /&gt;
#* [[It:lectures-2011#IT_for_lecture_courses.2C_tutorials_and_set_projects|&#039;&#039;&#039;IT for lecture courses, tutorials and set projects&#039;&#039;&#039;]]&lt;br /&gt;
#** [[It:lectures-2011#Managing_your_location |Managing your computer desktop and location]]&lt;br /&gt;
#** [[It:lectures-2011#Accessing_lecture_notes_and_submission_of_assignments |Accessing lecture notes and submission of assignments]]&lt;br /&gt;
#** [[It:lectures-2011#Accessing_scientific_journals_and_Bibliographic_Searches |Bibliographic searches and accessing scientific journals]]&lt;br /&gt;
#** [[It:lectures-2011#Using_software_for_preparation_of_reports_and_assignments |Using software for preparation of reports and assignments]]&lt;br /&gt;
&lt;br /&gt;
# [[It:coursework-2011|Coursework classes]] Run in Week 2 of Term 1.&lt;br /&gt;
# [[It:assignment-2011|Assignment]]&lt;br /&gt;
&lt;br /&gt;
Your CIT skills will also be employed all throughout your course, and you will be able to use skills in the following areas.&lt;br /&gt;
# [[It:lectures-2011#IT_for_Laboratories_and_Reports |&#039;&#039;&#039;IT for laboratories and reports&#039;&#039;&#039;]]&lt;br /&gt;
#* [[It:lectures-2011#MSDS_Safety_Sheets|MSDS Safety sheets]]&lt;br /&gt;
#* [[It:lectures-2011#Property_based_searches |Property based searches]]&lt;br /&gt;
#* [[It:lectures-2011#Using_ChemDraw_for_2D_searches |Using ChemDraw (and others) for 2D structure based searches]]&lt;br /&gt;
#* [[It:lectures-2011#3D_Structure_based_searches |3D Structure-based searches and Molecular Biology]]&lt;br /&gt;
&lt;br /&gt;
===Workshop slots===&lt;br /&gt;
You will undertake your work in the allocated workshop slots on Thursday 16th October (A1, A2, B1) and Friday 17th October (B2, C1, C2)&lt;br /&gt;
&lt;br /&gt;
During these hours the computer suites (Room 232 and Room 135) are reserved for your group and we will be available to answer your questions in the class. Please do feel free to work on this course outside of these hours - students doing course and study work always have priority over students using the computers for non-chemistry related uses.&lt;br /&gt;
&lt;br /&gt;
===Lab Coursework===&lt;br /&gt;
&lt;br /&gt;
You are encouraged to work through the examples in this course at your own pace, and you should not feel that everything must be completed in the scheduled sessions.&amp;lt;br&amp;gt;&lt;br /&gt;
There is one assignment provided for this course, and details may be found [[It:assignment-2011|here]].  There is no &#039;start time&#039; for this, but all projects must be submitted online using the TurnItIn gateway by 5pm Friday of Week 6 (5pm, Friday 14th November).  You will obtain feedback on your report, and you will also be able to see the TurnItIn &amp;quot;Originality report&amp;quot; for your submission.&lt;br /&gt;
The coursework is entirely formative; this means that it is used solely for feedback and does not contribute to your degree total. However, as discussed during Induction Week, such coursework is vital for developing skills that you will use in the future, and this is your opportunity for gaining feedback.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Course History===&lt;br /&gt;
This course is heavily based on that delivered by Professor Henry Rzepa from 1995 to 2010; the notes presented for this course are derived from those written by Prof. Rzepa, and much of the content is directly taken from his notes which are still available for reference on this wiki.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Lectures]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:intro-2011&amp;diff=442766</id>
		<title>It:intro-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:intro-2011&amp;diff=442766"/>
		<updated>2014-10-11T12:59:34Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Course Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Lectures]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
[[Image:Logo.gif|thumb|154| ]]&lt;br /&gt;
&#039;&#039;A series of lecture demonstrations and workshops by Dr. Andrew McKinley and Dr. Paul Wilde&#039;&#039; [email a.mckinley, p.wilde]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Course Overview==&lt;br /&gt;
The CIT course is designed to give you an introduction to using information services in your pursuit of your studies and to give you grounding in the tools used by the chemistry sector at large.&lt;br /&gt;
&lt;br /&gt;
New services are being implemented all the time, and new features added to existing services; these pages are to serve as a guide to services, and the Wiki format allows anyone (with an IC login) to edit and update - this allows you to update the pages if you spot a mistake or become aware of a useful resource to share with others.  Please do feel free to log in and annotate the pages if you see areas for improvement (though be aware that this cannot be done anonymously!)&lt;br /&gt;
&lt;br /&gt;
As of October 2014 [http://www.cas.org/index there were]:&lt;br /&gt;
* 90,094,287 organic and inorganic molecules and substances (and increasing by the minute!)&lt;br /&gt;
* 65,925,835 biological sequences&lt;br /&gt;
* undertaking 57,830,398 described reactions&lt;br /&gt;
* for which there are &amp;gt;2 billion reported experimental properties&lt;br /&gt;
* described in &amp;gt;1 million scientific articles, 250,000 patents and 4,500 books published each year across 10,000 chemistry journals and databases.&lt;br /&gt;
&lt;br /&gt;
Finding information is less like finding a &amp;quot;&#039;&#039;needle in a haystack&#039;&#039;&amp;quot;; more like finding a *&#039;&#039;&#039;specific piece of hay&#039;&#039;&#039;* across &#039;&#039;&#039;100 haystacks&#039;&#039;&#039;!&lt;br /&gt;
&lt;br /&gt;
==Intended Learning Outcomes==&lt;br /&gt;
By the end of the course, students should:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Recognise&#039;&#039;&#039; the wide availability of chemistry search tools.&lt;br /&gt;
# &#039;&#039;&#039;Understand&#039;&#039;&#039; the importance of correctly citing information sources.&lt;br /&gt;
# &#039;&#039;&#039;Identify&#039;&#039;&#039; appropriate search tools for a given task.&lt;br /&gt;
# &#039;&#039;&#039;Implement&#039;&#039;&#039; searches of the scientific literature to find information.&lt;br /&gt;
# &#039;&#039;&#039;Employ&#039;&#039;&#039; bibliographic tools to store information.&lt;br /&gt;
# &#039;&#039;&#039;Demonstrate&#039;&#039;&#039; appropriate citation of information sources.&lt;br /&gt;
# &#039;&#039;&#039;Generate&#039;&#039;&#039; enthusiasm for chemistry in a wider context through related reading.&lt;br /&gt;
&lt;br /&gt;
Use these learning outcomes as a framework to measure your progress through the course - as you write your report, reflect upon these outcomes and ask yourself if you have achieved them!&lt;br /&gt;
&lt;br /&gt;
==Structure of the course==&lt;br /&gt;
&lt;br /&gt;
# [[It:lectures-2011|Lecture classes]] (Pippard LT, Level 5, Sherfield Building)&lt;br /&gt;
#* [[It:lectures-2011#IT_for_lecture_courses.2C_tutorials_and_set_projects|&#039;&#039;&#039;IT for lecture courses, tutorials and set projects&#039;&#039;&#039;]]&lt;br /&gt;
#** [[It:lectures-2011#Managing_your_location |Managing your computer desktop and location]]&lt;br /&gt;
#** [[It:lectures-2011#Accessing_lecture_notes_and_submission_of_assignments |Accessing lecture notes and submission of assignments]]&lt;br /&gt;
#** [[It:lectures-2011#Accessing_scientific_journals_and_Bibliographic_Searches |Bibliographic searches and accessing scientific journals]]&lt;br /&gt;
#** [[It:lectures-2011#Using_software_for_preparation_of_reports_and_assignments |Using software for preparation of reports and assignments]]&lt;br /&gt;
#* [[It:lectures-2011#IT_for_Laboratories_and_Reports |&#039;&#039;&#039;IT for laboratories and reports&#039;&#039;&#039;]]&lt;br /&gt;
#** [[It:lectures-2011#MSDS_Safety_Sheets|MSDS Safety sheets]]&lt;br /&gt;
#** [[It:lectures-2011#Property_based_searches |Property based searches]]&lt;br /&gt;
#** [[It:lectures-2011#Using_ChemDraw_for_2D_searches |Using ChemDraw (and others) for 2D structure based searches]]&lt;br /&gt;
#** [[It:lectures-2011#3D_Structure_based_searches |3D Structure-based searches and Molecular Biology]]&lt;br /&gt;
# [[It:coursework-2011|Coursework classes]]&lt;br /&gt;
# [[It:assignment-2011|Assignment]]&lt;br /&gt;
&lt;br /&gt;
===Workshop slots===&lt;br /&gt;
You will be allocated one of four groups (A1, A2, B1 and B2, &#039;&#039;&#039;listings can be found [[Media:Y1-labgroups-2011.pdf|here]]&#039;&#039;&#039;). Workshops take place in the &#039;&#039;&#039;Computing Room&#039;&#039;&#039; on the First floor of &#039;&#039;&#039;Chemistry C1, room 135&#039;&#039;&#039; in your usual lab groups with two 3hr sessions per student.&lt;br /&gt;
&lt;br /&gt;
* Group A1: Thursday 11th October and Friday 26th October 2012, 14:00-17:00&lt;br /&gt;
* Group A2: Thursday 18th October and Friday 2nd November 2012, 14:00-17:00&lt;br /&gt;
* Group B1: Monday 8th October and Monday 22nd October 2012, 13:00-16:00&lt;br /&gt;
* Group B2: Monday 15th October and Monday 29th October 2012, 13:00-16:00&lt;br /&gt;
&lt;br /&gt;
During these hours the computer suite is reserved for your group and demonstrators will be available to answer your questions in the class. Please do feel free to work on this course outside of these hours - students doing course and study work always have priority over students using the computers for non-chemistry related uses.&lt;br /&gt;
&lt;br /&gt;
===Lab Coursework===&lt;br /&gt;
&lt;br /&gt;
You are encouraged to work through the examples in this course at your own pace, and you should not feel that everything must be completed in the scheduled sessions.&amp;lt;br&amp;gt;&lt;br /&gt;
There is one assignment provided for this course, and details may be found [[It:assignment-2011|here]].  There is no &#039;start time&#039; for this, but all projects must be ready for presentation by the 9th November:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Presentations will be made at 14:00, Friday 9th November&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Everyone will be encouraged to participate and you will be presenting not only to staff, but also to your peers!&lt;br /&gt;
&lt;br /&gt;
===Course History===&lt;br /&gt;
This course is heavily based on that delivered by Professor Henry Rzepa from 1995 to 2010; the notes presented for this course are derived from those written by Prof. Rzepa, and much of the content is directly taken from his notes which are still available for reference on this wiki.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Lectures]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=It:intro-2011&amp;diff=442765</id>
		<title>It:intro-2011</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=It:intro-2011&amp;diff=442765"/>
		<updated>2014-10-11T12:56:21Z</updated>

		<summary type="html">&lt;p&gt;Amckinle: /* Chemical Information Technology 2014-2015 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Lectures]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;br /&gt;
&lt;br /&gt;
=Chemical Information Technology 2014-2015=&lt;br /&gt;
[[Image:Logo.gif|thumb|154| ]]&lt;br /&gt;
&#039;&#039;A series of lecture demonstrations and workshops by Dr. Andrew McKinley and Dr. Paul Wilde&#039;&#039; [email a.mckinley, p.wilde]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Course Overview==&lt;br /&gt;
The CIT course is designed to give you an introduction to using information services in your pursuit of your studies and to give you grounding in the tools used by the chemistry sector at large.&lt;br /&gt;
&lt;br /&gt;
New services are being implemented all the time, and new features added to existing services; these pages are to serve as a guide to services, and the Wiki format allows anyone (with an IC login) to edit and update - this allows you to update the pages if you spot a mistake or become aware of a useful resource to share with others.  Please do feel free to log in and annotate the pages if you see areas for improvement (though be aware that this cannot be done anonymously!)&lt;br /&gt;
&lt;br /&gt;
As of August 2012 [http://www.cas.org/cgi-bin/cas/regreport.pl there were]:&lt;br /&gt;
* 69,068,881 organic and inorganic molecules and substances&lt;br /&gt;
* 63,925,835 biological sequences&lt;br /&gt;
* undertaking 57,830,398 described reactions&lt;br /&gt;
* for which there are &amp;gt;2 billion reported experimental properties&lt;br /&gt;
* described in &amp;gt;1 million scientific articles, 250,000 patents and 4,500 books published each year across 10,000 chemistry journals and databases.&lt;br /&gt;
&lt;br /&gt;
Finding information is less like finding a &amp;quot;&#039;&#039;needle in a haystack&#039;&#039;&amp;quot;; more like finding a *&#039;&#039;&#039;specific piece of hay&#039;&#039;&#039;* across &#039;&#039;&#039;100 haystacks&#039;&#039;&#039;!&lt;br /&gt;
&lt;br /&gt;
==Intended Learning Outcomes==&lt;br /&gt;
By the end of the course, students should:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Recognise&#039;&#039;&#039; the wide availability of chemistry search tools.&lt;br /&gt;
# &#039;&#039;&#039;Understand&#039;&#039;&#039; the importance of correctly citing information sources.&lt;br /&gt;
# &#039;&#039;&#039;Identify&#039;&#039;&#039; appropriate search tools for a given task.&lt;br /&gt;
# &#039;&#039;&#039;Implement&#039;&#039;&#039; searches of the scientific literature to find information.&lt;br /&gt;
# &#039;&#039;&#039;Employ&#039;&#039;&#039; bibliographic tools to store information.&lt;br /&gt;
# &#039;&#039;&#039;Demonstrate&#039;&#039;&#039; appropriate citation of information sources.&lt;br /&gt;
# &#039;&#039;&#039;Generate&#039;&#039;&#039; enthusiasm for chemistry in a wider context through related reading.&lt;br /&gt;
&lt;br /&gt;
Use these learning outcomes as a framework to measure your progress through the course - as you write your report, reflect upon these outcomes and ask yourself if you have achieved them!&lt;br /&gt;
&lt;br /&gt;
==Structure of the course==&lt;br /&gt;
&lt;br /&gt;
# [[It:lectures-2011|Lecture classes]] (Pippard LT, Level 5, Sherfield Building)&lt;br /&gt;
#* [[It:lectures-2011#IT_for_lecture_courses.2C_tutorials_and_set_projects|&#039;&#039;&#039;IT for lecture courses, tutorials and set projects&#039;&#039;&#039;]]&lt;br /&gt;
#** [[It:lectures-2011#Managing_your_location |Managing your computer desktop and location]]&lt;br /&gt;
#** [[It:lectures-2011#Accessing_lecture_notes_and_submission_of_assignments |Accessing lecture notes and submission of assignments]]&lt;br /&gt;
#** [[It:lectures-2011#Accessing_scientific_journals_and_Bibliographic_Searches |Bibliographic searches and accessing scientific journals]]&lt;br /&gt;
#** [[It:lectures-2011#Using_software_for_preparation_of_reports_and_assignments |Using software for preparation of reports and assignments]]&lt;br /&gt;
#* [[It:lectures-2011#IT_for_Laboratories_and_Reports |&#039;&#039;&#039;IT for laboratories and reports&#039;&#039;&#039;]]&lt;br /&gt;
#** [[It:lectures-2011#MSDS_Safety_Sheets|MSDS Safety sheets]]&lt;br /&gt;
#** [[It:lectures-2011#Property_based_searches |Property based searches]]&lt;br /&gt;
#** [[It:lectures-2011#Using_ChemDraw_for_2D_searches |Using ChemDraw (and others) for 2D structure based searches]]&lt;br /&gt;
#** [[It:lectures-2011#3D_Structure_based_searches |3D Structure-based searches and Molecular Biology]]&lt;br /&gt;
# [[It:coursework-2011|Coursework classes]]&lt;br /&gt;
# [[It:assignment-2011|Assignment]]&lt;br /&gt;
&lt;br /&gt;
===Workshop slots===&lt;br /&gt;
You will be allocated one of four groups (A1, A2, B1 and B2, &#039;&#039;&#039;listings can be found [[Media:Y1-labgroups-2011.pdf|here]]&#039;&#039;&#039;). Workshops take place in the &#039;&#039;&#039;Computing Room&#039;&#039;&#039; on the First floor of &#039;&#039;&#039;Chemistry C1, room 135&#039;&#039;&#039; in your usual lab groups with two 3hr sessions per student.&lt;br /&gt;
&lt;br /&gt;
* Group A1: Thursday 11th October and Friday 26th October 2012, 14:00-17:00&lt;br /&gt;
* Group A2: Thursday 18th October and Friday 2nd November 2012, 14:00-17:00&lt;br /&gt;
* Group B1: Monday 8th October and Monday 22nd October 2012, 13:00-16:00&lt;br /&gt;
* Group B2: Monday 15th October and Monday 29th October 2012, 13:00-16:00&lt;br /&gt;
&lt;br /&gt;
During these hours the computer suite is reserved for your group and demonstrators will be available to answer your questions in the class. Please do feel free to work on this course outside of these hours - students doing course and study work always have priority over students using the computers for non-chemistry related uses.&lt;br /&gt;
&lt;br /&gt;
===Lab Coursework===&lt;br /&gt;
&lt;br /&gt;
You are encouraged to work through the examples in this course at your own pace, and you should not feel that everything must be completed in the scheduled sessions.&amp;lt;br&amp;gt;&lt;br /&gt;
There is one assignment provided for this course, and details may be found [[It:assignment-2011|here]].  There is no &#039;start time&#039; for this, but all projects must be ready for presentation by the 9th November:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Presentations will be made at 14:00, Friday 9th November&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Everyone will be encouraged to participate and you will be presenting not only to staff, but also to your peers!&lt;br /&gt;
&lt;br /&gt;
===Course History===&lt;br /&gt;
This course is heavily based on that delivered by Professor Henry Rzepa from 1995 to 2010; the notes presented for this course are derived from those written by Prof. Rzepa, and much of the content is directly taken from his notes which are still available for reference on this wiki.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[It:intro-2011|Go to Introduction]] | [[It:lectures-2011|Go to Lectures]] | [[It:coursework-2011|Go to Coursework]] | [[It:assignment-2011|Go to Assignment]]  | [[It:software-2011|List of Software]] | [[It:searches-2011|List of Searches]]&lt;/div&gt;</summary>
		<author><name>Amckinle</name></author>
	</entry>
</feed>