<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bionmr.unl.edu/mediawiki/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Acrook</id>
	<title>Powers Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://bionmr.unl.edu/mediawiki/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Acrook"/>
	<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php/Special:Contributions/Acrook"/>
	<updated>2026-05-02T21:28:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=PCA_Classify_Example_Script&amp;diff=761</id>
		<title>PCA Classify Example Script</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=PCA_Classify_Example_Script&amp;diff=761"/>
		<updated>2021-01-07T17:13:17Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;== PCA Classify Function ==   Project new samples into PCA model using appropriate scaling.      Xtest = test/second dataset;clsRtest = test/second class.    result = PCA mode...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PCA Classify Function == &lt;br /&gt;
&lt;br /&gt;
Project new samples into PCA model using appropriate scaling. &lt;br /&gt;
&lt;br /&gt;
   Xtest = test/second dataset;clsRtest = test/second class.&lt;br /&gt;
   result = PCA model (MVApack)  &lt;br /&gt;
   mn = result.mean.X;sd = result.scale.X;&lt;br /&gt;
   X_g1a = Xtest;%X_g2a = Xtrain;&lt;br /&gt;
   X_g2new = (X_g1a-(repmat(mn,[size(X_g1a,1),1])))./(repmat(sd,[size(X_g1a,1),1]));%size(X_g2new)&lt;br /&gt;
   T_g2new = X_g2new*result.P;&lt;br /&gt;
   scores = T_g2new;&lt;br /&gt;
   S = boxplot(X_g2new&#039;);&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=760</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=760"/>
		<updated>2021-01-07T17:10:39Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
*[[Lab Notebook Guidelines]]&lt;br /&gt;
*[[Sample Barcoding]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[2D NMR Processing in Linux and Windows]]&lt;br /&gt;
*[[2D Metabolomics NMRPipe Processing]]&lt;br /&gt;
*[[1D NMR Processing in Linux and Windows Example Script]]&lt;br /&gt;
*[[NMR Batch Correction Example Script]]&lt;br /&gt;
*[[PCA Classify Example Script]]&lt;br /&gt;
*[[Sample Collection and Processing for Protein Backbone Assignments]]&lt;br /&gt;
*[[Example Scripts for NMRPipe Processing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
*[[Setting Up &amp;amp; Running MD Simulations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[Metabolite Extraction]]&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Whole Blood Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
*[[Cell Culture Preparation for 1D NMR]]&lt;br /&gt;
*[[LC-MS metabolomics guide-CIBC collaborations]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Lava Lamps]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=NMR_Batch_Correction_Example_Script&amp;diff=759</id>
		<title>NMR Batch Correction Example Script</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=NMR_Batch_Correction_Example_Script&amp;diff=759"/>
		<updated>2021-01-07T17:09:22Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;== PLS Fit Model ==     X = whole dataset (first &amp;amp; second);clsD = class info (dummy matrix).    result = pls(X, clsD, @suv, [7,1], 1);    mn = result.mean.X;sd = result.scale....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PLS Fit Model == &lt;br /&gt;
   X = whole dataset (first &amp;amp; second);clsD = class info (dummy matrix).&lt;br /&gt;
   result = pls(X, clsD, @suv, [7,1], 1);&lt;br /&gt;
   mn = result.mean.X;sd = result.scale.X;&lt;br /&gt;
   Xscaled = (X-(repmat(mn,[size(X,1),1])))./(repmat(sd,[size(X,1),1]));%size(Xscaled)&lt;br /&gt;
   XPLSfit = result.T*result.P&#039;;&lt;br /&gt;
   XscaledNew = Xscaled - XPLSfit;&lt;br /&gt;
   XNew = (XscaledNew.*(repmat(sd,[size(XscaledNew,1),1]))) + (repmat(mn,[size(XscaledNew,1),1]));&lt;br /&gt;
&lt;br /&gt;
== Mean of Mean Model == &lt;br /&gt;
&lt;br /&gt;
   Xall = [Xtrain;Xtest];&lt;br /&gt;
   refX = median(median(Xall));&lt;br /&gt;
   mnXtrain = mean(mean(Xtrain));&lt;br /&gt;
   newXtrain = Xtrain/repmat(mnXtrain, [size(Xtrain, 1), size(Xtrain, 2)]);&lt;br /&gt;
   newXtrain = newXtrain*repmat(refX, [size(Xtrain, 1), size(Xtrain, 2)]);&lt;br /&gt;
   mnXtest = mean(mean(Xtest));&lt;br /&gt;
   newXtest = Xtest/repmat(mnXtest, [size(Xtest, 1), size(Xtest, 2)]);&lt;br /&gt;
   newXtest = newXtest*repmat(refX, [size(Xtest, 1), size(Xtest, 2)]);&lt;br /&gt;
&lt;br /&gt;
Note: mean can be replaced with median in a median of median model.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=758</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=758"/>
		<updated>2021-01-07T17:05:09Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
*[[Lab Notebook Guidelines]]&lt;br /&gt;
*[[Sample Barcoding]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[2D NMR Processing in Linux and Windows]]&lt;br /&gt;
*[[2D Metabolomics NMRPipe Processing]]&lt;br /&gt;
*[[1D NMR Processing in Linux and Windows Example Script]]&lt;br /&gt;
*[[NMR Batch Correction Example Script]]&lt;br /&gt;
*[[Sample Collection and Processing for Protein Backbone Assignments]]&lt;br /&gt;
*[[Example Scripts for NMRPipe Processing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
*[[Setting Up &amp;amp; Running MD Simulations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[Metabolite Extraction]]&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Whole Blood Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
*[[Cell Culture Preparation for 1D NMR]]&lt;br /&gt;
*[[LC-MS metabolomics guide-CIBC collaborations]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Lava Lamps]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=747</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=747"/>
		<updated>2021-01-06T20:28:41Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
*[[Lab Notebook Guidelines]]&lt;br /&gt;
*[[Sample Barcoding]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[2D NMR Processing in Linux and Windows]]&lt;br /&gt;
*[[1D NMR Processing in Linux and Windows Example Script]]&lt;br /&gt;
*[[Sample Collection and Processing for Protein Backbone Assignments]]&lt;br /&gt;
*[[Example Scripts for NMRPipe Processing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Whole Blood Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
*[[Cell Culture Preparation for 1D NMR]]&lt;br /&gt;
*[[LC-MS metabolomics guide-CIBC collaborations]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Lava Lamps]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=746</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=746"/>
		<updated>2021-01-06T20:27:24Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
*[[Lab Notebook Guidelines]]&lt;br /&gt;
*[[Sample Barcoding]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[NMR Processing in Linux and Windows]]&lt;br /&gt;
*[[1D NMR Processing in Linux and Windows Example Script]]&lt;br /&gt;
*[[Sample Collection and Processing for Protein Backbone Assignments]]&lt;br /&gt;
*[[Example Scripts for NMRPipe Processing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Whole Blood Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
*[[Cell Culture Preparation for 1D NMR]]&lt;br /&gt;
*[[LC-MS metabolomics guide-CIBC collaborations]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Lava Lamps]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=1D_NMR_Processing_in_Linux_and_Windows_Example_Script&amp;diff=744</id>
		<title>1D NMR Processing in Linux and Windows Example Script</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=1D_NMR_Processing_in_Linux_and_Windows_Example_Script&amp;diff=744"/>
		<updated>2021-01-06T20:03:49Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Load MVAPACK&amp;#039;&amp;#039;&amp;#039;       addpath(&amp;#039;/opt/mvapack/&amp;#039;);  &amp;#039;&amp;#039;&amp;#039;Load Data&amp;#039;&amp;#039;&amp;#039;     F.dirs = glob(&amp;#039;???&amp;#039;);    [F.data, F.parms, F.t] = loadnmr(F.dirs);  &amp;#039;&amp;#039;&amp;#039;Add Classes and Labels&amp;#039;&amp;#039;&amp;#039;      c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Load MVAPACK&#039;&#039;&#039;   &lt;br /&gt;
   addpath(&#039;/opt/mvapack/&#039;);&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Load Data&#039;&#039;&#039; &lt;br /&gt;
   F.dirs = glob(&#039;???&#039;);&lt;br /&gt;
   [F.data, F.parms, F.t] = loadnmr(F.dirs);&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Add Classes and Labels&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
   cls.Y = classes([7,8,6,8,8,8,7,8,7,8,8,8,8,8,8]);&lt;br /&gt;
   cls.labels = {&#039;1&#039;,&#039;2&#039;,&#039;3&#039;,&#039;4&#039;,&#039;5&#039;,&#039;6&#039;,&#039;7&#039;,&#039;8&#039;,&#039;9&#039;,&#039;10&#039;,&#039;11&#039;,&#039;12&#039;,&#039;13&#039;,&#039;14&#039;,&#039;15&#039;};&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zerofills&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   F.data = zerofill(F.data, F.parms, 2); #number of zerofills can be adjusted&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Build the Spectra/FT&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   [S.data, S.ppm] = nmrft(F.data, F.parms);&lt;br /&gt;
&lt;br /&gt;
Note: Check out the Quality (spit out a couple plots)&lt;br /&gt;
&lt;br /&gt;
   #plot(S.ppm,S.data(1,:)) - Change 1 to a different number to inspect that spectrum.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Autophase the Spectra&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#Note, some users run this ~2-3 times for convergence&lt;br /&gt;
&lt;br /&gt;
   [S.data, S.phc0, S.phc1] = autophase(S.data, F.parms); &lt;br /&gt;
   [S.data, S.phc0, S.phc1] = autophase(S.data, F.parms); &lt;br /&gt;
   [S.data, S.phc0, S.phc1] = autophase(S.data, F.parms); &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Extract the Real Spectral Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   XF.data = realnmr(S.data, F.parms);&lt;br /&gt;
   XF.ppm = S.ppm;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Check Plot to Find Reference Standard&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   plot(XF.ppm, XF.data)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reference Adjustment&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   XF.ppm = refadj(XF.ppm, -0.160, 0.0);&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Icoshift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   XF.data = icoshift(XF.data, XF.ppm);&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remove Undesired Regions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   r0= findnearest(XF.ppm, min(XF.ppm));&lt;br /&gt;
   r1=findnearest(XF.ppm, 0.4);&lt;br /&gt;
   r2=findnearest(XF.ppm, 0.97);&lt;br /&gt;
   r3=findnearest(XF.ppm, 1.33); &lt;br /&gt;
   r4=findnearest(XF.ppm, 4.5);&lt;br /&gt;
   r5=findnearest(XF.ppm, 5.2);&lt;br /&gt;
   r6=findnearest(XF.ppm, 8.5);&lt;br /&gt;
   r7=findnearest(XF.ppm, max(XF.ppm));&lt;br /&gt;
   X.rm.var = [r7:r6,r5:r4,r3:r2,r1:r0];&lt;br /&gt;
   [XF.data, XF.ppm] = rmvar(XF.data, XF.ppm, X.rm.var);&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Normalize Data&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   X1.data= pqnorm(XF.data);&lt;br /&gt;
   X1.ppm=XF.ppm&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Binning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   [B.data, B.ppm, B.widths]=binadapt(XF.data,XF.ppm,F.parms);&lt;br /&gt;
&lt;br /&gt;
== Build Models ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;Principle Component Analysis&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   mdlpca= pca(X1.data); &lt;br /&gt;
   mdlpca = addclasses(mdlpca, cls.Z); &lt;br /&gt;
   scoresplot(mdlpca, 2, [], true);&lt;br /&gt;
   print -deps -color &#039;FB-2-mdlPCA.eps&#039;&lt;br /&gt;
   print -dpdf -color &#039;Fb-2-mdlPCA.pdf&#039;&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;RQ Plot&#039;&#039;&#039;&lt;br /&gt;
   rqplot(mdlpca)&lt;br /&gt;
   print -deps -color &#039;FB-2-rqmdlPCA.eps&#039;&lt;br /&gt;
   print -dpdf -color &#039;Fb-2-rqmdlPCA.pdf&#039;&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Save Scores&#039;&#039;&#039;&lt;br /&gt;
   savescores (mdlpca,FB-2-scoresPCA,3,cls.Y,cls.labels)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;Orthogonal Projection to Latent Squares (OPLS)&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Note: no seperation with binned data&lt;br /&gt;
&lt;br /&gt;
   mdlopls = opls(X1.data, cls.Y);&lt;br /&gt;
   mdlopls = addlabels(mdlopls, cls.labels);&lt;br /&gt;
   print -deps -color &#039;FB-2-mdlOPLS.eps&#039;&lt;br /&gt;
   print -dpdf -color &#039;Fb-2-mdlOPLS.pdf&#039;&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;&#039;Validation Stages for OPLS Models&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
    &#039;&#039;RQ Plot&#039;&#039;&lt;br /&gt;
   rqplot(mdlopls);&lt;br /&gt;
   &lt;br /&gt;
   &#039;&#039;Permutation Test&#039;&#039;&lt;br /&gt;
   mdl.cv.perm = permtest(mdlopls);&lt;br /&gt;
   permscatter(mdl.cv.perm) &lt;br /&gt;
  &lt;br /&gt;
   &#039;&#039;CV Anova&#039;&#039;&lt;br /&gt;
   mdl.cv.anova = cvanova(mdlopls);&lt;br /&gt;
   mdl.cv.anova&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=741</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=741"/>
		<updated>2021-01-06T19:32:11Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
*[[Lab Notebook Guidelines]]&lt;br /&gt;
*[[Sample Barcoding]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[NMR Processing in Linux and Windows]]&lt;br /&gt;
*[[1D NMR Processing in Linux and Windows Example Script]]&lt;br /&gt;
*[[Sample Collection and Processing for Protein Backbone Assignments]]&lt;br /&gt;
*[[Example Scripts for NMRPipe Processing]]&lt;br /&gt;
*[[2D Metabolomics NMRPipe Processing]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Whole Blood Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
*[[Cell Culture Preparation for 1D NMR]]&lt;br /&gt;
*[[LC-MS metabolomics guide-CIBC collaborations]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Lava Lamps]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=2D_Metabolomics_NMRPipe_Processing&amp;diff=740</id>
		<title>2D Metabolomics NMRPipe Processing</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=2D_Metabolomics_NMRPipe_Processing&amp;diff=740"/>
		<updated>2021-01-06T19:22:01Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== NMRPipe Processing to obtain .ft2 and .nv files ==&lt;br /&gt;
1. The data files from ICONNMR can be used directly by NMRPipe to process the 2D 1H–13C-HSQC spectra.&lt;br /&gt;
&lt;br /&gt;
2. On a Linux workstation, open a terminal and go to the directory that contains the NMR data. Type bruker to start the NMRpipe software.&lt;br /&gt;
&lt;br /&gt;
3. Read in the experimental parameters file by clicking Read Parameters and verify that all the parameters have been correctly updated. Confirm that the mode of data collection has been set to echo-antiecho if the NMR spectrum was collected with the hsqcetgpsisp2 pulse program.&lt;br /&gt;
&lt;br /&gt;
4. Click Update Script to save an NMRPipe processing script fid.com file in the working directory.&lt;br /&gt;
&lt;br /&gt;
5. Type ./fid.com to start the NMRPipe processing script.&lt;br /&gt;
&lt;br /&gt;
6. When the NMRPipe processing has finished, type nmrDraw to view the processed NMR spectrum. &lt;br /&gt;
&lt;br /&gt;
7. Phase the NMR spectrum in NMRpipe and note the p0 and p1 values for both the 1H and 13C dimensions.&lt;br /&gt;
&lt;br /&gt;
8. Edit the NMRPipe processing script hsqcproc.com and replace the parameters associated with the NMRPipe phase correction command, ps, with the p0 and p1 values obtained from step 7.&lt;br /&gt;
&lt;br /&gt;
9. Type ./hsqcproc.com to start the NMRPipe processing script.&lt;br /&gt;
&lt;br /&gt;
10. Repeat steps 3–9 for each 2D 1H–13C-HSQC NMR spectrum in the dataset. This produces a set .ft2 files. One .ft2 file is created for each 2D 1H–13C-HSQC NMR spectrum collected for each replicate from each group.&lt;br /&gt;
&lt;br /&gt;
11. Copy all of the .ft2 files into a new folder and use the NMRPipe script addnmr.com to generate NMRviewJ files from the .ft2 files. A .nv file will be generated for each individual spectrum (.ft2 file) with a numerically incremented root name of Final_. In addition, the script will combine all of the NMR spectra together into a single file called results.nv. The script will also generate the text file, rate.txt, which lists all of the individual. nv files (Final_).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Peak Picking and Peak Integration of 2D 1H–13C-HSQC Spectra in NMRviewJ ==&lt;br /&gt;
&lt;br /&gt;
1. Type nmrviewj to start NMRviewJ. &lt;br /&gt;
&lt;br /&gt;
2. From the Dataset toolbar in the main window, use the Open and Draw Datasets function to select the result.nv file.&lt;br /&gt;
&lt;br /&gt;
3. Right click and select attributes to open the attributes window.&lt;br /&gt;
&lt;br /&gt;
4. In the attributes window, select the PeakPick tab.&lt;br /&gt;
&lt;br /&gt;
5. In the blank Lists field in the attribute window, type a filename (i.e., lists) for the new peak pick list. Click the Pick button. The software will automatically peak pick the displayed spectrum and populate lists with the peak ID number, chemical shifts, and intensity.&lt;br /&gt;
&lt;br /&gt;
6. Choose Show Peak Table from the Peak toolbar on the main window. A peak table window will open that lists the peak ID, peak intensity, and the peak chemical shifts.&lt;br /&gt;
&lt;br /&gt;
7. Manually edit the peak list and remove solvent peaks, noise peaks, or other spectral artifacts. Peaks are deleted from the peak table by using the delete function in the PeakPick tab in the attributes window along with the spectrum display window. In the spectrum display window, use the mouse to position the two cursors around any peak or spectral region to form a box. Then, click the Delete button under the PeakPick tab in the attributes window to remove the peak(s).&lt;br /&gt;
&lt;br /&gt;
8. After the peak table has been completely edited, on the peak table window, choose the Edit tab and select Compress and Degap. Answer yes to the pop-up question. This will finalize changes to the peak list and prevent any further edits.&lt;br /&gt;
&lt;br /&gt;
9. On the peak table window, choose the Edit tab and then select Save Table. A file browser window will open in order to choose a name and location to save the new peak list file. The saved peak pick file can be viewed and edited in Excel.&lt;br /&gt;
&lt;br /&gt;
10. In order to obtain peak intensities across the entire set of NMR spectra in the dataset, click on the Analysis tab on the main window and select Rate Analysis. A setup window for the Rate Analysis will open.&lt;br /&gt;
&lt;br /&gt;
11. In the Rate Analysis setup window:&lt;br /&gt;
&lt;br /&gt;
(a) Set the Prefix for matrix numbers field to Final_.&lt;br /&gt;
&lt;br /&gt;
(b) Set the Peaklist field to lists (defined in step 5).&lt;br /&gt;
&lt;br /&gt;
(c) Make sure Auto fit is checked.&lt;br /&gt;
&lt;br /&gt;
(d) Use all other default settings.&lt;br /&gt;
&lt;br /&gt;
(e) Click Load time file.&lt;br /&gt;
&lt;br /&gt;
(f) In the file browser window, select rate.txt (created in NMRPipe Processing, step 11).&lt;br /&gt;
&lt;br /&gt;
(g) Click Measure All. The software automatically populates the table in the Rate Analysis setup window with all of the peak intensities across the entire NMR dataset.&lt;br /&gt;
&lt;br /&gt;
(h) Click Save Table. In the file browser window, save the peak intensities table to a new filename (i.e., intensities).&lt;br /&gt;
&lt;br /&gt;
12. The peak list (i.e., list) and the peak intensities (i.e., intensities) files are merged in Microsoft Excel using the common peak ID column. The ppm1 (1H ppm) and ppm2 (13C ppm) columns are added to the peak intensities columns to generate a complete matrix of NMR peaks and intensities across the entire dataset.&lt;br /&gt;
&lt;br /&gt;
13. The merged Excel file is saved to a new filename.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Metabolite Assignments from 2D 1H–13C-HSQC Peak Lists ==&lt;br /&gt;
&lt;br /&gt;
1. The complete list of peaks obtained from the NMRviewJ analyses is searched using NMR metabolomics databases such as HMDB, BMRB, or other databases.&lt;br /&gt;
&lt;br /&gt;
2. On the HMDB homepage, choose the Search tab and select 2D NMR Search.&lt;br /&gt;
&lt;br /&gt;
3. From the Spectra Library pull-down menu, choose 13C HSQC.&lt;br /&gt;
&lt;br /&gt;
4. Cut and paste the 2D 1H–13C-HSQC peak lists into the Peak List field. One set of 1H and 13C chemical shifts, respectively,per line. Chemical shift values should only be separated by white space.&lt;br /&gt;
&lt;br /&gt;
5. Set the 1H chemical shift error tolerance to 0.05 ppm (X-axis Peak Tolerance +/- field) and the 13C chemical shift error tolerance to 0.10 ppm (Y-axis Peak Tolerance +/- field).&lt;br /&gt;
&lt;br /&gt;
6. Click the Search button. Depending on the size of the peak list,the software will return a ranked-order list of possible metabolites based on the number of chemical shift matches to reference spectrum.&lt;br /&gt;
&lt;br /&gt;
7. Manually curate the list of potential metabolite assignments based on the number of chemical shift assignments, the quality of the spectral overlap (i.e., chemical shift match), the number of other metabolites in the same metabolic pathway, and the biological system (i.e., is it a reasonable or possible metabolitefor the organism).&lt;br /&gt;
&lt;br /&gt;
8. Obtain additional NMR (e.g., HMBC, HSQC-TOCSY) and/or MS spectral data to confirm or refute the assignment.&lt;br /&gt;
&lt;br /&gt;
9. An assigned 2D 1H–13C-HSQC spectrum&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=2D_Metabolomics_NMRPipe_Processing&amp;diff=739</id>
		<title>2D Metabolomics NMRPipe Processing</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=2D_Metabolomics_NMRPipe_Processing&amp;diff=739"/>
		<updated>2021-01-06T19:18:38Z</updated>

		<summary type="html">&lt;p&gt;Acrook: /* NMRPipe Processing to obtain .ft2 and .nv files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== NMRPipe Processing to obtain .ft2 and .nv files ==&lt;br /&gt;
1. The data files from ICONNMR can be used directly by NMRPipe to process the 2D 1H–13C-HSQC spectra.&lt;br /&gt;
&lt;br /&gt;
2. On a Linux workstation, open a terminal and go to the directory that contains the NMR data. Type bruker to start the NMRpipe software.&lt;br /&gt;
&lt;br /&gt;
3. Read in the experimental parameters file by clicking Read Parameters and verify that all the parameters have been correctly updated. Confirm that the mode of data collection has been set to echo-antiecho if the NMR spectrum was collected with the hsqcetgpsisp2 pulse program.&lt;br /&gt;
&lt;br /&gt;
4. Click Update Script to save an NMRPipe processing script fid.com file in the working directory.&lt;br /&gt;
&lt;br /&gt;
5. Type ./fid.com to start the NMRPipe processing script.&lt;br /&gt;
&lt;br /&gt;
6. When the NMRPipe processing has finished, type nmrDraw to view the processed NMR spectrum. Please see the NMRPipe and nmrDraw tutorials at [spin.niddk.nih.gov/NMRPipe/doc1/] for detailed instructions.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=2D_Metabolomics_NMRPipe_Processing&amp;diff=738</id>
		<title>2D Metabolomics NMRPipe Processing</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=2D_Metabolomics_NMRPipe_Processing&amp;diff=738"/>
		<updated>2021-01-06T19:14:49Z</updated>

		<summary type="html">&lt;p&gt;Acrook: /* NMRPipe Processing to obtain .ft2 and .nv files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== NMRPipe Processing to obtain .ft2 and .nv files ==&lt;br /&gt;
1. The data files from ICONNMR can be used directly by NMRPipe to process the 2D 1H–13C-HSQC spectra.&lt;br /&gt;
&lt;br /&gt;
2. On a Linux workstation, open a terminal and go to the directory that contains the NMR data. Type bruker to start the NMRpipe software.&lt;br /&gt;
&lt;br /&gt;
3. Read in the experimental parameters file by clicking Read Parameters and verify that all the parameters have been correctly updated. Confirm that the mode of data collection has been set to echo-antiecho if the NMR spectrum was collected with the hsqcetgpsisp2 pulse program.&lt;br /&gt;
&lt;br /&gt;
4. Click Update Script to save an NMRPipe processing script fid.com file in the working directory.&lt;br /&gt;
&lt;br /&gt;
5. Type ./fid.com to start the NMRPipe processing script.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=2D_Metabolomics_NMRPipe_Processing&amp;diff=737</id>
		<title>2D Metabolomics NMRPipe Processing</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=2D_Metabolomics_NMRPipe_Processing&amp;diff=737"/>
		<updated>2021-01-06T19:14:30Z</updated>

		<summary type="html">&lt;p&gt;Acrook: /* NMRPipe Processing to obtain .ft2 and .nv files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== NMRPipe Processing to obtain .ft2 and .nv files ==&lt;br /&gt;
1. The data files from ICONNMR can be used directly by NMRPipe to process the 2D 1H–13C-HSQC spectra.&lt;br /&gt;
&lt;br /&gt;
2. On a Linux workstation, open a terminal and go to the directory that contains the NMR data. Type bruker to start the NMRpipe software.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=2D_Metabolomics_NMRPipe_Processing&amp;diff=736</id>
		<title>2D Metabolomics NMRPipe Processing</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=2D_Metabolomics_NMRPipe_Processing&amp;diff=736"/>
		<updated>2021-01-06T19:14:04Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;== NMRPipe Processing to obtain .ft2 and .nv files ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== NMRPipe Processing to obtain .ft2 and .nv files ==&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Women_in_Science:_Checklist&amp;diff=735</id>
		<title>Women in Science: Checklist</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Women_in_Science:_Checklist&amp;diff=735"/>
		<updated>2021-01-06T19:09:48Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;- Two table (provided by hotel)    1 for demostrations and 1 for recruiting material - Recruiting material    Powerpoint slide/video (from Robert), extension cords, power stri...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;- Two table (provided by hotel)&lt;br /&gt;
   1 for demostrations and 1 for recruiting material&lt;br /&gt;
- Recruiting material&lt;br /&gt;
   Powerpoint slide/video (from Robert), extension cords, power strip, projector (Cluster Room)&lt;br /&gt;
- Demonstration (request material from undergrad stock room two weeks before event)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Demonstrations ==&lt;br /&gt;
&lt;br /&gt;
Oscillating clock&lt;br /&gt;
Stop light reaction (can put more NaOH in)&lt;br /&gt;
Orange Juice Clock &lt;br /&gt;
Liquid Nitrogen Gummy Bear&lt;br /&gt;
Lava lamps&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous Items ==&lt;br /&gt;
A big empty used chemical container with cap&lt;br /&gt;
A big beaker (1L)&lt;br /&gt;
Nitrile glove (small)&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Lava_Lamps&amp;diff=734</id>
		<title>Lava Lamps</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Lava_Lamps&amp;diff=734"/>
		<updated>2021-01-06T19:02:17Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Supplies ==&lt;br /&gt;
 &lt;br /&gt;
Oil (veg oil)(1/3)&lt;br /&gt;
&lt;br /&gt;
Water(2/3)&lt;br /&gt;
&lt;br /&gt;
Alka saltzer tablets&lt;br /&gt;
&lt;br /&gt;
Food coloring&lt;br /&gt;
&lt;br /&gt;
Several empty soda bottles (20/16 OZ plastic)&lt;br /&gt;
&lt;br /&gt;
Flashlight or search light under the bottle&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Procedure ==&lt;br /&gt;
&lt;br /&gt;
Mix all ingredients in the empy soad bottles.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Lava_Lamps&amp;diff=733</id>
		<title>Lava Lamps</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Lava_Lamps&amp;diff=733"/>
		<updated>2021-01-06T19:01:59Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot; == Supplies ==   Oil (veg oil)(1/3) Water(2/3) Alka saltzer tablets Food coloring Several empty soda bottles (20/16 OZ plastic) Flashlight or search light under the bottle...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Supplies ==&lt;br /&gt;
 &lt;br /&gt;
Oil (veg oil)(1/3)&lt;br /&gt;
Water(2/3)&lt;br /&gt;
Alka saltzer tablets&lt;br /&gt;
Food coloring&lt;br /&gt;
Several empty soda bottles (20/16 OZ plastic)&lt;br /&gt;
Flashlight or search light under the bottle&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Procedure ==&lt;br /&gt;
&lt;br /&gt;
Mix all ingredients in the empy soad bottles.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=732</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=732"/>
		<updated>2021-01-06T19:00:51Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
*[[Lab Notebook Guidelines]]&lt;br /&gt;
*[[Sample Barcoding]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[NMR Processing in Linux and Windows]]&lt;br /&gt;
*[[Sample Collection and Processing for Protein Backbone Assignments]]&lt;br /&gt;
*[[Example Scripts for NMRPipe Processing]]&lt;br /&gt;
*[[2D Metabolomics NMRPipe Processing]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Whole Blood Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
*[[Cell Culture Preparation for 1D NMR]]&lt;br /&gt;
*[[LC-MS metabolomics guide-CIBC collaborations]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Lava Lamps]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Gummy_Bear_Freeze&amp;diff=731</id>
		<title>Gummy Bear Freeze</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Gummy_Bear_Freeze&amp;diff=731"/>
		<updated>2021-01-06T18:59:40Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot; == Supplies ==   - Liquid nitrogen - Gummy bears - Hammer - A folded box as supporter of smashing - Tong to hold gummy bear  - Safety glasses, thermal gloves - Bucket (hold l...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Supplies ==&lt;br /&gt;
 &lt;br /&gt;
- Liquid nitrogen&lt;br /&gt;
- Gummy bears&lt;br /&gt;
- Hammer&lt;br /&gt;
- A folded box as supporter of smashing&lt;br /&gt;
- Tong to hold gummy bear &lt;br /&gt;
- Safety glasses, thermal gloves&lt;br /&gt;
- Bucket (hold liquid N2), &lt;br /&gt;
- Tape&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Procedure==&lt;br /&gt;
&lt;br /&gt;
Bring all supplies to demo and set up for gummy bear smashing. Make sure to clean up bummy bears immediately after demo is finished - much harder to clean after gummy bears have thawed.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Orange_Juice_Clock&amp;diff=730</id>
		<title>Orange Juice Clock</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Orange_Juice_Clock&amp;diff=730"/>
		<updated>2021-01-06T18:57:28Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot; == Supplies ==  -Clock connected with two alligator clips - Electrodes:Mg (negative end) and Cu (positive end) - Ring stand+clampe - Two beakers (250ml) - Orange juice bottle...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Supplies ==&lt;br /&gt;
&lt;br /&gt;
-Clock connected with two alligator clips&lt;br /&gt;
- Electrodes:Mg (negative end) and Cu (positive end)&lt;br /&gt;
- Ring stand+clampe&lt;br /&gt;
- Two beakers (250ml)&lt;br /&gt;
- Orange juice bottle&lt;br /&gt;
&lt;br /&gt;
== Procedure ==&lt;br /&gt;
&lt;br /&gt;
Put the two electrodes into a beaker with orange juice.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Traffic_Light_Reaction&amp;diff=729</id>
		<title>Traffic Light Reaction</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Traffic_Light_Reaction&amp;diff=729"/>
		<updated>2021-01-06T18:55:48Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot; == Supplies ==  - Glucose:0.1M,250ml (take Glucose bottle)  - NaOH:3M,10ml (take NaOH bottle)  - Indicator: Indigo carmine  - 500ml Flask with a stopper (good stopper!) and g...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Supplies ==&lt;br /&gt;
&lt;br /&gt;
- Glucose:0.1M,250ml (take Glucose bottle)&lt;br /&gt;
&lt;br /&gt;
- NaOH:3M,10ml (take NaOH bottle)&lt;br /&gt;
&lt;br /&gt;
- Indicator: Indigo carmine&lt;br /&gt;
&lt;br /&gt;
- 500ml Flask with a stopper (good stopper!) and glass rod for stiring&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Procedure ==&lt;br /&gt;
&lt;br /&gt;
In a beaker containing 250 ml of distilled water, add 3 g of dextrose and stir until it dissolves. Next, add 5 g of sodium hydroxide pellets into the same beaker, and use a stirring rod to break apart the pellets so that they will dissolve quickly. Once this is done, pour the contents of the beaker into the glass flask, and add between 5-10 ml of the indigo carmine indicator. Enough should be added to the solution so that it turns a yellow color. Put the stopper in the flask, and let it sit for ten minutes. After ten minutes, the solution should be ready for the demonstration. Shake the flask once or twice, and it should turn a red color. Shake once or twice again, and it should turn green. Then, if it sits, it should turn back to the yellow color.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Peroxide_Clock&amp;diff=728</id>
		<title>Peroxide Clock</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Peroxide_Clock&amp;diff=728"/>
		<updated>2021-01-06T18:53:52Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;1. Solution A: Prepare 100 mL of 9% H2O2 by diluting 30 mL of 30% H2O2 with 70 mL of deionized H2O.  2. Solution B: Prepare an acidified 0.2 M KIO3 solution by adding 10 mL of...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Solution A: Prepare 100 mL of 9% H2O2 by diluting 30 mL of 30% H2O2 with 70 mL of deionized H2O.&lt;br /&gt;
&lt;br /&gt;
2. Solution B: Prepare an acidified 0.2 M KIO3 solution by adding 10 mL of 1.0 M H2SO4 to 80 mL of deionized water. Dissolve 4.3 g KIO3 in this solution and dilute to 100 mL.&lt;br /&gt;
&lt;br /&gt;
3. Solution C: Prepare starch solution by dissolving 0.1 g of soluble starch in 90 mL of boiling deionized water. When cool, add 1.5 g malonic acid, 0.4 g MnSO4·H2O, stir and dilute to 100 mL.&lt;br /&gt;
&lt;br /&gt;
4. Add 50 mL of Solution A to a clean beaker fitted with a stir bar. Next add 50 mL of Solution B and let solutions mix thoroughly. Once complete, add 50 mL of Solution C and let reaction stir. Upon addition of the final solution, bubbles should appear. The solution will turn yellow then blue, then colorless. This reaction will oscillate for 5-10 minutes.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Maxey_Day:_Checklist&amp;diff=727</id>
		<title>Maxey Day: Checklist</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Maxey_Day:_Checklist&amp;diff=727"/>
		<updated>2021-01-06T18:45:18Z</updated>

		<summary type="html">&lt;p&gt;Acrook: /* Demos for Dr. Powers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Demos for Dr. Powers ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.	OJ clock&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Clock set up, 500ML beaker, (x3) and electrodes (x2) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.	Elephants toothpaste&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
-Hydrogen peroxide(500mL 30%) , dish soap and KI (500 mL), Long cyclinder (x2), and a Nalgene tray to catch the foam &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.	Red Cabbage and solid CO2&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Gallon of juice, a cooler of dry ice (night before), Large cyclinder with wooden base, and giant stir bar&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.	Peroxide clock&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Hydrogen peroxide KIO3 and starch solutions with beakers (100mLx3), beakers (50mLx3), stir plate, and stir bar &lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
5.	Glowing pickles&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Power supply and pickle &lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
6.	Slides&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Projector, screen, extension cord, and power strips (Dr. Powers’ laptop)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.	Cryogens with banana and gummy bears&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Liq Nitrogen in 4L carrier, two foam buckets, a hammer, and cardboard set up to catch fly-away (Dr. J Powers brings the gummy bears and banana) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;8.	Stop light&#039;&#039;&#039;  (We make these solutions)&lt;br /&gt;
&lt;br /&gt;
- Glucose, Indigo Carmine, and NaOH. Get three 500mL Erlenmeyer flasks with good rubber stoppers from stock room. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Outdoor Demos for Dr. Powers ==&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;1.	Mentos and Coke&#039;&#039;&#039; (Dr. J Powers brings these supplies)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.	Potato Launcher&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.	Isopropanol Rocket&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
-Demo room for 109/110 has this set up. Bring the Ignition &lt;br /&gt;
&lt;br /&gt;
-Handwashing Station Demo for Dr. Joan Powers &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.	Non-Newtonian fluids&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
-Corn Starch and water with drops of food color (make on site)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hands-on Stations ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.	Nylon Experiment&#039;&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
-hexamethylenediamine and sebacic acid; (from Bob) &lt;br /&gt;
&lt;br /&gt;
-10ml measuring cylinders (x50) atleast and 10mL beakers or paper cups (x100) &lt;br /&gt;
&lt;br /&gt;
-Hooks to draw out the nylon polymer&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.	Vitamin C in Juice&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
-Fruit Juices (Dr. J Powers brings these) &lt;br /&gt;
&lt;br /&gt;
-Starch solution (1 gallon) (make the night before)&lt;br /&gt;
 &lt;br /&gt;
-Iodine solution ++ (1-2 L) &lt;br /&gt;
&lt;br /&gt;
-10mL beakers (x50) and 50mL beakers (x20) plastic droppers (x1 box) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.	Batteries&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
-Pennies &lt;br /&gt;
&lt;br /&gt;
-Meters (as many as working) &lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
4.	Blue Dye UV-Vis &lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
-Spec 20s (from 109 Labs ask Lab manager for these) &lt;br /&gt;
&lt;br /&gt;
-Plastic cuvettes &lt;br /&gt;
&lt;br /&gt;
-Blue dye and their dilutions (1L) each &lt;br /&gt;
&lt;br /&gt;
-Beakers (10mL x 20) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.	Computer Stations&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Printer &lt;br /&gt;
&lt;br /&gt;
- Paper &lt;br /&gt;
&lt;br /&gt;
- Laptops (x5) &lt;br /&gt;
&lt;br /&gt;
- Cords and extension cables &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.	Slime making&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Glue (2 gallons 50%) &lt;br /&gt;
&lt;br /&gt;
- Borax saturated (1 gallon)&lt;br /&gt;
 &lt;br /&gt;
- Paper cups &lt;br /&gt;
&lt;br /&gt;
- Wipes &lt;br /&gt;
&lt;br /&gt;
- Zip lock bags to take along &lt;br /&gt;
&lt;br /&gt;
- Food colors&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Maxey_Day:_Checklist&amp;diff=726</id>
		<title>Maxey Day: Checklist</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Maxey_Day:_Checklist&amp;diff=726"/>
		<updated>2021-01-06T18:44:45Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Demos for Dr. Powers ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.	OJ clock&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Clock set up, 500ML beaker, (x3) and electrodes (x2) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.	Elephants toothpaste&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
-Hydrogen peroxide(500mL 30%) , dish soap and KI (500 mL), Long cyclinder (x2), and a Nalgene tray to catch the foam &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.	Red Cabbage and solid CO2&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Gallon of juice, a cooler of dry ice (night before), Large cyclinder with wooden base, and giant stir bar&lt;br /&gt;
 &#039;&#039;&#039;&lt;br /&gt;
4.	Peroxide clock&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Hydrogen peroxide KIO3 and starch solutions with beakers (100mLx3), beakers (50mLx3), stir plate, and stir bar &lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
5.	Glowing pickles&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Power supply and pickle &lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
6.	Slides&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Projector, screen, extension cord, and power strips (Dr. Powers’ laptop)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.	Cryogens with banana and gummy bears&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Liq Nitrogen in 4L carrier, two foam buckets, a hammer, and cardboard set up to catch fly-away (Dr. J Powers brings the gummy bears and banana) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;8.	Stop light&#039;&#039;&#039;  (We make these solutions)&lt;br /&gt;
&lt;br /&gt;
- Glucose, Indigo Carmine, and NaOH. Get three 500mL Erlenmeyer flasks with good rubber stoppers from stock room. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Outdoor Demos for Dr. Powers ==&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;1.	Mentos and Coke&#039;&#039;&#039; (Dr. J Powers brings these supplies)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.	Potato Launcher&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.	Isopropanol Rocket&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
-Demo room for 109/110 has this set up. Bring the Ignition &lt;br /&gt;
&lt;br /&gt;
-Handwashing Station Demo for Dr. Joan Powers &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.	Non-Newtonian fluids&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
-Corn Starch and water with drops of food color (make on site)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hands-on Stations ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.	Nylon Experiment&#039;&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
-hexamethylenediamine and sebacic acid; (from Bob) &lt;br /&gt;
&lt;br /&gt;
-10ml measuring cylinders (x50) atleast and 10mL beakers or paper cups (x100) &lt;br /&gt;
&lt;br /&gt;
-Hooks to draw out the nylon polymer&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.	Vitamin C in Juice&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
-Fruit Juices (Dr. J Powers brings these) &lt;br /&gt;
&lt;br /&gt;
-Starch solution (1 gallon) (make the night before)&lt;br /&gt;
 &lt;br /&gt;
-Iodine solution ++ (1-2 L) &lt;br /&gt;
&lt;br /&gt;
-10mL beakers (x50) and 50mL beakers (x20) plastic droppers (x1 box) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.	Batteries&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
-Pennies &lt;br /&gt;
&lt;br /&gt;
-Meters (as many as working) &lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
4.	Blue Dye UV-Vis &lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
-Spec 20s (from 109 Labs ask Lab manager for these) &lt;br /&gt;
&lt;br /&gt;
-Plastic cuvettes &lt;br /&gt;
&lt;br /&gt;
-Blue dye and their dilutions (1L) each &lt;br /&gt;
&lt;br /&gt;
-Beakers (10mL x 20) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.	Computer Stations&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Printer &lt;br /&gt;
&lt;br /&gt;
- Paper &lt;br /&gt;
&lt;br /&gt;
- Laptops (x5) &lt;br /&gt;
&lt;br /&gt;
- Cords and extension cables &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.	Slime making&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
- Glue (2 gallons 50%) &lt;br /&gt;
&lt;br /&gt;
- Borax saturated (1 gallon)&lt;br /&gt;
 &lt;br /&gt;
- Paper cups &lt;br /&gt;
&lt;br /&gt;
- Wipes &lt;br /&gt;
&lt;br /&gt;
- Zip lock bags to take along &lt;br /&gt;
&lt;br /&gt;
- Food colors&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Maxey_Day:_Checklist&amp;diff=725</id>
		<title>Maxey Day: Checklist</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Maxey_Day:_Checklist&amp;diff=725"/>
		<updated>2021-01-06T18:43:11Z</updated>

		<summary type="html">&lt;p&gt;Acrook: /* Demos for Dr. Powers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Demos for Dr. Powers ==&lt;br /&gt;
&lt;br /&gt;
1.	OJ clock &lt;br /&gt;
&lt;br /&gt;
- Clock set up, 500ML beaker, (x3) and electrodes (x2) &lt;br /&gt;
&lt;br /&gt;
2.	Elephants toothpaste &lt;br /&gt;
&lt;br /&gt;
-Hydrogen peroxide(500mL 30%) , dish soap and KI (500 mL), Long cyclinder (x2), and a Nalgene tray to catch the foam &lt;br /&gt;
&lt;br /&gt;
3.	Red Cabbage and solid CO2 &lt;br /&gt;
&lt;br /&gt;
- Gallon of juice, a cooler of dry ice (night before), Large cyclinder with wooden base, and giant stir bar&lt;br /&gt;
 &lt;br /&gt;
4.	Peroxide clock &lt;br /&gt;
&lt;br /&gt;
- Hydrogen peroxide KIO3 and starch solutions with beakers (100mLx3), beakers (50mLx3), stir plate, and stir bar &lt;br /&gt;
&lt;br /&gt;
5.	Glowing pickles &lt;br /&gt;
&lt;br /&gt;
- Power supply and pickle &lt;br /&gt;
&lt;br /&gt;
6.	Slides &lt;br /&gt;
&lt;br /&gt;
- Projector, screen, extension cord, and power strips (Dr. Powers’ laptop)&lt;br /&gt;
&lt;br /&gt;
7.	Cryogens with banana and gummy bears &lt;br /&gt;
&lt;br /&gt;
- Liq Nitrogen in 4L carrier, two foam buckets, a hammer, and cardboard set up to catch fly-away (Dr. J Powers brings the gummy bears and banana) &lt;br /&gt;
&lt;br /&gt;
8.	Stop light  (We make these solutions)&lt;br /&gt;
&lt;br /&gt;
- Glucose, Indigo Carmine, and NaOH. Get three 500mL Erlenmeyer flasks with good rubber stoppers from stock room. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Outdoor Demos for Dr. Powers ==&lt;br /&gt;
 &lt;br /&gt;
1.	Mentos and Coke (Dr. J Powers brings these supplies)&lt;br /&gt;
&lt;br /&gt;
2.	Potato Launcher &lt;br /&gt;
&lt;br /&gt;
3.	Isopropanol Rocket &lt;br /&gt;
&lt;br /&gt;
-Demo room for 109/110 has this set up. Bring the Ignition &lt;br /&gt;
&lt;br /&gt;
-Handwashing Station Demo for Dr. Joan Powers &lt;br /&gt;
&lt;br /&gt;
1.	Non-Newtonian fluids &lt;br /&gt;
&lt;br /&gt;
-Corn Starch and water with drops of food color (make on site)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hands-on Stations ==&lt;br /&gt;
&lt;br /&gt;
1.	Nylon Experiment  &lt;br /&gt;
&lt;br /&gt;
-hexamethylenediamine and sebacic acid; (from Bob) &lt;br /&gt;
&lt;br /&gt;
-10ml measuring cylinders (x50) atleast and 10mL beakers or paper cups (x100) &lt;br /&gt;
&lt;br /&gt;
-Hooks to draw out the nylon polymer&lt;br /&gt;
&lt;br /&gt;
2.	Vitamin C in Juice &lt;br /&gt;
&lt;br /&gt;
-Fruit Juices (Dr. J Powers brings these) &lt;br /&gt;
&lt;br /&gt;
-Starch solution (1 gallon) (make the night before)&lt;br /&gt;
 &lt;br /&gt;
-Iodine solution ++ (1-2 L) &lt;br /&gt;
&lt;br /&gt;
-10mL beakers (x50) and 50mL beakers (x20) plastic droppers (x1 box) &lt;br /&gt;
&lt;br /&gt;
3.	Batteries &lt;br /&gt;
&lt;br /&gt;
-Pennies &lt;br /&gt;
&lt;br /&gt;
-Meters (as many as working) &lt;br /&gt;
&lt;br /&gt;
4.	Blue Dye UV-Vis &lt;br /&gt;
&lt;br /&gt;
-Spec 20s (from 109 Labs ask Lab manager for these) &lt;br /&gt;
&lt;br /&gt;
-Plastic cuvettes &lt;br /&gt;
&lt;br /&gt;
-Blue dye and their dilutions (1L) each &lt;br /&gt;
&lt;br /&gt;
-Beakers (10mL x 20) &lt;br /&gt;
&lt;br /&gt;
5.	Computer Stations &lt;br /&gt;
&lt;br /&gt;
- Printer &lt;br /&gt;
&lt;br /&gt;
- Paper &lt;br /&gt;
&lt;br /&gt;
- Laptops (x5) &lt;br /&gt;
&lt;br /&gt;
- Cords and extension cables &lt;br /&gt;
&lt;br /&gt;
6.	Slime making &lt;br /&gt;
&lt;br /&gt;
- Glue (2 gallons 50%) &lt;br /&gt;
&lt;br /&gt;
- Borax saturated (1 gallon)&lt;br /&gt;
 &lt;br /&gt;
- Paper cups &lt;br /&gt;
&lt;br /&gt;
- Wipes &lt;br /&gt;
&lt;br /&gt;
- Zip lock bags to take along &lt;br /&gt;
&lt;br /&gt;
 Food colors&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Maxey_Day:_Checklist&amp;diff=724</id>
		<title>Maxey Day: Checklist</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Maxey_Day:_Checklist&amp;diff=724"/>
		<updated>2021-01-06T18:42:36Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot; == Demos for Dr. Powers ==  1.	OJ clock   - Clock set up, 500ML beaker, (x3) and electrodes (x2)   2.	Elephants toothpaste   -Hydrogen peroxide(500mL 30%) , dish soap and KI...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Demos for Dr. Powers ==&lt;br /&gt;
&lt;br /&gt;
1.	OJ clock &lt;br /&gt;
&lt;br /&gt;
- Clock set up, 500ML beaker, (x3) and electrodes (x2) &lt;br /&gt;
&lt;br /&gt;
2.	Elephants toothpaste &lt;br /&gt;
&lt;br /&gt;
-Hydrogen peroxide(500mL 30%) , dish soap and KI (500 mL), Long cyclinder (x2), and a Nalgene tray to catch the foam &lt;br /&gt;
&lt;br /&gt;
3.	Red Cabbage and solid CO2 &lt;br /&gt;
&lt;br /&gt;
- Gallon of juice, a cooler of dry ice (night before), Large cyclinder with wooden base, and giant stir bar&lt;br /&gt;
 &lt;br /&gt;
4.	Peroxide clock &lt;br /&gt;
&lt;br /&gt;
- Hydrogen peroxide KIO3 and starch solutions with beakers (100mLx3), beakers (50mLx3), stir plate, and stir bar &lt;br /&gt;
&lt;br /&gt;
5.	Glowing pickles &lt;br /&gt;
&lt;br /&gt;
- Power supply and pickle &lt;br /&gt;
&lt;br /&gt;
6.	Slides &lt;br /&gt;
&lt;br /&gt;
- Projector, screen, extension cord, and power strips (Dr. Powers’ laptop)&lt;br /&gt;
&lt;br /&gt;
7.	Cryogens with banana and gummy bears &lt;br /&gt;
&lt;br /&gt;
- Liq Nitrogen in 4L carrier, two foam buckets, a hammer, and cardboard set up to catch fly-away (Dr. J Powers brings the gummy bears and banana) &lt;br /&gt;
&lt;br /&gt;
8.	Stop light  (We make these solutions)&lt;br /&gt;
&lt;br /&gt;
- Glucose, Indigo Carmine, and NaOH. Get three 500mL Erlenmeyer flasks with good rubber stoppers from stock room. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outdoor Demos for Dr. Powers ==&lt;br /&gt;
 &lt;br /&gt;
1.	Mentos and Coke (Dr. J Powers brings these supplies)&lt;br /&gt;
&lt;br /&gt;
2.	Potato Launcher &lt;br /&gt;
&lt;br /&gt;
3.	Isopropanol Rocket &lt;br /&gt;
&lt;br /&gt;
-Demo room for 109/110 has this set up. Bring the Ignition &lt;br /&gt;
&lt;br /&gt;
-Handwashing Station Demo for Dr. Joan Powers &lt;br /&gt;
&lt;br /&gt;
1.	Non-Newtonian fluids &lt;br /&gt;
&lt;br /&gt;
-Corn Starch and water with drops of food color (make on site)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hands-on Stations ==&lt;br /&gt;
&lt;br /&gt;
1.	Nylon Experiment  &lt;br /&gt;
&lt;br /&gt;
-hexamethylenediamine and sebacic acid; (from Bob) &lt;br /&gt;
&lt;br /&gt;
-10ml measuring cylinders (x50) atleast and 10mL beakers or paper cups (x100) &lt;br /&gt;
&lt;br /&gt;
-Hooks to draw out the nylon polymer&lt;br /&gt;
&lt;br /&gt;
2.	Vitamin C in Juice &lt;br /&gt;
&lt;br /&gt;
-Fruit Juices (Dr. J Powers brings these) &lt;br /&gt;
&lt;br /&gt;
-Starch solution (1 gallon) (make the night before)&lt;br /&gt;
 &lt;br /&gt;
-Iodine solution ++ (1-2 L) &lt;br /&gt;
&lt;br /&gt;
-10mL beakers (x50) and 50mL beakers (x20) plastic droppers (x1 box) &lt;br /&gt;
&lt;br /&gt;
3.	Batteries &lt;br /&gt;
&lt;br /&gt;
-Pennies &lt;br /&gt;
&lt;br /&gt;
-Meters (as many as working) &lt;br /&gt;
&lt;br /&gt;
4.	Blue Dye UV-Vis &lt;br /&gt;
&lt;br /&gt;
-Spec 20s (from 109 Labs ask Lab manager for these) &lt;br /&gt;
&lt;br /&gt;
-Plastic cuvettes &lt;br /&gt;
&lt;br /&gt;
-Blue dye and their dilutions (1L) each &lt;br /&gt;
&lt;br /&gt;
-Beakers (10mL x 20) &lt;br /&gt;
&lt;br /&gt;
5.	Computer Stations &lt;br /&gt;
&lt;br /&gt;
- Printer &lt;br /&gt;
&lt;br /&gt;
- Paper &lt;br /&gt;
&lt;br /&gt;
- Laptops (x5) &lt;br /&gt;
&lt;br /&gt;
- Cords and extension cables &lt;br /&gt;
&lt;br /&gt;
6.	Slime making &lt;br /&gt;
&lt;br /&gt;
- Glue (2 gallons 50%) &lt;br /&gt;
&lt;br /&gt;
- Borax saturated (1 gallon)&lt;br /&gt;
 &lt;br /&gt;
- Paper cups &lt;br /&gt;
&lt;br /&gt;
- Wipes &lt;br /&gt;
&lt;br /&gt;
- Zip lock bags to take along &lt;br /&gt;
&lt;br /&gt;
 Food colors&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=723</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=723"/>
		<updated>2021-01-06T18:15:20Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
*[[Lab Notebook Guidelines]]&lt;br /&gt;
*[[Sample Barcoding]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[NMR Processing in Linux and Windows]]&lt;br /&gt;
*[[Sample Collection and Processing for Protein Backbone Assignments]]&lt;br /&gt;
*[[Example Scripts for NMRPipe Processing]]&lt;br /&gt;
*[[2D Metabolomics NMRPipe Processing]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Whole Blood Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
*[[Cell Culture Preparation for 1D NMR]]&lt;br /&gt;
*[[LC-MS metabolomics guide-CIBC collaborations]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=722</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=722"/>
		<updated>2021-01-06T17:49:55Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
*[[Lab Notebook Guidelines]]&lt;br /&gt;
*[[Sample Barcoding]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[NMR Processing in Linux and Windows]]&lt;br /&gt;
*[[Sample Collection and Processing for Protein Backbone Assignments]]&lt;br /&gt;
*[[Example Scripts for NMRPipe Processing]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Whole Blood Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
*[[Cell Culture Preparation for 1D NMR]]&lt;br /&gt;
*[[LC-MS metabolomics guide-CIBC collaborations]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Cell_Culture_Preparation_for_1D_NMR&amp;diff=721</id>
		<title>Cell Culture Preparation for 1D NMR</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Cell_Culture_Preparation_for_1D_NMR&amp;diff=721"/>
		<updated>2021-01-06T17:48:27Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;All samples should be kept on ice or at 4 oC during sample preparation or handling. Samples should be stored at -80 oC, but, ideally, samples should be immediately analyzed. I...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All samples should be kept on ice or at 4 oC during sample preparation or handling. Samples should be stored at -80 oC, but, ideally, samples should be immediately analyzed. In addition to keeping samples cold, there are four other issues that are critical to the successful preparation of metabolomics samples: (1) speed, (2) consistency, (3) random processing of samples, and (4) the efficient removal of all biomolecules and cell debris [8]. The processing of all metabolomics samples should proceed as quickly as possible while minimizing any loss in quality. Metabolites can chemically degrade or transform within milliseconds due to enzymatic activity, oxidation, chemical instability, or any number of other chemical processes [35]. Accordingly, rapidly inactivating and removing all biomolecules and cell debris (usually through methanol/ethanol precipitation) that may transform or bind a metabolite is a necessary step of the protocol (see Notes 9). &lt;br /&gt;
Note: Keep methanol and water on ice throughout procedure!! Keep samples on ice as much as possible. &lt;br /&gt;
----&lt;br /&gt;
1.	All media is collected. Media is spun at 300g for 5 min to pellet any derby or cells and transfered to new tube(s). 500uL of the media is reserved for metabolomic analysis. Save 1mL media separately for reserve analysis.  &lt;br /&gt;
&lt;br /&gt;
2.	Cells are washed twice with 5 mL of PBS to remove debris. Discard the wash.&lt;br /&gt;
&lt;br /&gt;
3.	Lyse and quench cells with 1 mL of pre-chilled methanol at -20 oC. Incubate cells at -80 °C for 15 min.&lt;br /&gt;
&lt;br /&gt;
4.	Using a cell scraper, cell debris and methanol is detached and collected in a 2 mL microcentrifuge tube. Confirm cell detachment using a microscope and repeat lyse and quenching if necessary.&lt;br /&gt;
&lt;br /&gt;
5.	2 mL microcentrifuge tube is centrifuged for 5 min at 15,000 g and 4 °C to pellet the cell debris.&lt;br /&gt;
&lt;br /&gt;
6.	Supernatant collected and transfered to a new 2 mL microcentrifuge tube.&lt;br /&gt;
&lt;br /&gt;
7.	Metabolome extraction is repeated by adding 0.5 mL of an 80%/20% mixture of methanol/water kept at -20°C to the cell pellet. &lt;br /&gt;
&lt;br /&gt;
8.	Centrifuge the cell pellet with the extraction solvent for 5 min at 15,000 g at 4 °C to pellet the cell debris.&lt;br /&gt;
&lt;br /&gt;
9.	Supernatant collected and transfered it to the 2 mL microcentrifuge tube containing the original methanol extract. Combine the two extraction supernatants into a single tube. &lt;br /&gt;
&lt;br /&gt;
10.	Metabolome extraction is repeated a third time by adding 0.5 mL of ice cold water to the cell pellet.&lt;br /&gt;
&lt;br /&gt;
11.	Cell pellet is centrifuged with the extraction solvent for 5 min at 15,000 g at 4 °C to pellet the cell debris.&lt;br /&gt;
&lt;br /&gt;
12.	Supernatant collected and transfered it to the 2 mL microcentrifuge tube containing the two previous extraction supernatants. Combine the three extraction supernatants into a single tube.&lt;br /&gt;
&lt;br /&gt;
Note: If supernatant exceeds 1.5mL keep samples split and concentrate sample down in liophilizer and combining before either is fully dry (partially lyophile) &lt;br /&gt;
&lt;br /&gt;
13.	Sample split into two 2 mL Eppendorf tube. Aliquot 100 uL for MS analysis and the remainder of the sample is used for NMR analysis.&lt;br /&gt;
&lt;br /&gt;
14.	Pellet stored. &lt;br /&gt;
&lt;br /&gt;
15. Samples are snap frozen in Liquid Nitrogen and freeze dried to remove methanol by speed vacuum centrifugation (SpeedVac R Plus, Savant) and water by lyophilization using FreeZone™ (Labconco, Kansas City, MO) for 24 hours and stored at -20°C until NMR analysis.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=720</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=720"/>
		<updated>2021-01-06T17:40:59Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
*[[Lab Notebook Guidelines]]&lt;br /&gt;
*[[Sample Barcoding]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[NMR Processing in Linux and Windows]]&lt;br /&gt;
*[[Sample Collection and Processing for Protein Backbone Assignments]]&lt;br /&gt;
*[[Example Scripts for NMRPipe Processing]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[Metabolite Extraction]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Whole Blood Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
*[[Cell Culture Preparation for 1D NMR]]&lt;br /&gt;
*[[LC-MS metabolomics guide-CIBC collaborations]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Whole_Blood_Preparation_for_1D_NMR&amp;diff=719</id>
		<title>Whole Blood Preparation for 1D NMR</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Whole_Blood_Preparation_for_1D_NMR&amp;diff=719"/>
		<updated>2021-01-06T17:39:08Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;1. Blood samples are first aliquoted  2. Proteins are precipitated by the addition of twice the amount of cold methanol purged of oxygen for 30 minutes by nitrogen gas.   3. A...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Blood samples are first aliquoted&lt;br /&gt;
&lt;br /&gt;
2. Proteins are precipitated by the addition of twice the amount of cold methanol purged of oxygen for 30 minutes by nitrogen gas. &lt;br /&gt;
&lt;br /&gt;
3. Antibacterial NaN3 is added 2.0% by volume to avoid any bacterial growth&lt;br /&gt;
&lt;br /&gt;
4. The 1:2 mixture of serum: solvent is then vortexed for 10 seconds&lt;br /&gt;
&lt;br /&gt;
5. Samples are then sonicated in a water bath for 10 min at 4°C, followed by incubation at -20°C for 20 minutes&lt;br /&gt;
&lt;br /&gt;
6. Samples are diluted with 600 μL H2O and thoroughly mixed by pipette followed by centrifugation at 14,000 rpm for 30 min at 4°C to pellet cell debris&lt;br /&gt;
&lt;br /&gt;
7. Supernatant is collected and divided for NMR and MS analysis, 80/20% respectively. Samples are snap frozen in Liquid Nitrogen and freeze dried to remove methanol by speed vacuum centrifugation (SpeedVac R Plus, Savant) and water by lyophilization using FreeZone™ (Labconco, Kansas City, MO) for 24 hours and stored at -20°C until NMR analysis.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=718</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=718"/>
		<updated>2021-01-06T17:37:27Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
*[[Lab Notebook Guidelines]]&lt;br /&gt;
*[[Sample Barcoding]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[NMR Processing in Linux and Windows]]&lt;br /&gt;
*[[Sample Collection and Processing for Protein Backbone Assignments]]&lt;br /&gt;
*[[Example Scripts for NMRPipe Processing]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[Metabolite Extraction]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Whole Blood Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
*[[LC-MS metabolomics guide-CIBC collaborations]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Urine_Preparation_for_1D_NMR&amp;diff=717</id>
		<title>Urine Preparation for 1D NMR</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Urine_Preparation_for_1D_NMR&amp;diff=717"/>
		<updated>2021-01-06T17:36:42Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;1. Urine samples are aliquoted and centrifuged at 14,000 × rpm for 10 min to pellet debris  2. Supernatant samples are collected and snap frozen in Liquid Nitrogen and freeze...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Urine samples are aliquoted and centrifuged at 14,000 × rpm for 10 min to pellet debris&lt;br /&gt;
&lt;br /&gt;
2. Supernatant samples are collected and snap frozen in Liquid Nitrogen and freeze dried to remove methanol by speed vacuum centrifugation (SpeedVac R Plus, Savant) and water by lyophilization using FreeZone™ (Labconco, Kansas City, MO) for 24 hours and stored at -20°C until NMR and MS analysis. &lt;br /&gt;
&lt;br /&gt;
Note: Methanol extration used in serum preperation can be used to minimize protein content and urea peak in NMR analysis.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Serum_Preparation_for_1D_NMR&amp;diff=716</id>
		<title>Serum Preparation for 1D NMR</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Serum_Preparation_for_1D_NMR&amp;diff=716"/>
		<updated>2021-01-06T17:34:36Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;1. Serum sample are first aliquoted  2. Proteins are precipitated by the addition of twice the amount of methanol as sample  3. Antibacterial NaN3 is added 2.0% by volume to a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Serum sample are first aliquoted&lt;br /&gt;
&lt;br /&gt;
2. Proteins are precipitated by the addition of twice the amount of methanol as sample&lt;br /&gt;
&lt;br /&gt;
3. Antibacterial NaN3 is added 2.0% by volume to avoid any bacterial growth&lt;br /&gt;
&lt;br /&gt;
4. The 1:2 mixture of serum: solvent is then vortexed for 10 seconds&lt;br /&gt;
&lt;br /&gt;
5. Samples are incubated at 4°C for 10 minutes&lt;br /&gt;
&lt;br /&gt;
6. Next, the samples are centrifuged at 14,000 rpm for 20 mins at 4°C to pellet the proteins&lt;br /&gt;
&lt;br /&gt;
7. The supernatant is collected and centrifuged at 14,000 rpm for 5 min a 4°C to pellet any leftover protein&lt;br /&gt;
&lt;br /&gt;
8. At this point, the supernatant samples are collected and snap frozen in Liquid Nitrogen and freeze dried to remove  methanol by speed vacuum centrifugation (SpeedVac R Plus, Savant) and water by lyophilization using FreeZone™ (Labconco, Kansas City, MO) for at least 24 hours and stored at -20°C until NMR analysis.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Cell_Culturing_Dr._Franco_Lab&amp;diff=715</id>
		<title>Cell Culturing Dr. Franco Lab</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Cell_Culturing_Dr._Franco_Lab&amp;diff=715"/>
		<updated>2021-01-06T17:13:51Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot; Important notes:  1.	Always wear gloves and lab coat while working with cells  2.	Spray ethanol on the gloves before you will contact culture wares  3.	After warming up and b...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Important notes:&lt;br /&gt;
&lt;br /&gt;
1.	Always wear gloves and lab coat while working with cells&lt;br /&gt;
&lt;br /&gt;
2.	Spray ethanol on the gloves before you will contact culture wares&lt;br /&gt;
&lt;br /&gt;
3.	After warming up and before opening up, the bottles for medium, PBS, antibiotics etc. should be sprayed with ethanol&lt;br /&gt;
&lt;br /&gt;
4.	 Before and after using the biosafety hood, spray ethanol, and especially spray disinfectant after working with virus&lt;br /&gt;
&lt;br /&gt;
5.	Always use filtered pipet tips for cells &lt;br /&gt;
&lt;br /&gt;
6.	Avoid creating aerosols, especially while transferring the cells&lt;br /&gt;
&lt;br /&gt;
7.	Try to use long serological pipets or glass transfer pipets while aspirating medium from culture flasks or 15/50ml centrifuge tubes, or adding medium into, or resuspensing the cells&lt;br /&gt;
&lt;br /&gt;
8.	Your own clothes sleeve should be shorter than lab coat &lt;br /&gt;
&lt;br /&gt;
9.	Cells/virus/medium contaminated pipet tips or pipets or culture wares go to the biohazard waste bags, and non-contaminated waste go to general trash can&lt;br /&gt;
&lt;br /&gt;
10.	Tape the culture wares bag after using it&lt;br /&gt;
&lt;br /&gt;
11.	Do not warm trypsin, leave it at room temperature for 20min; warm medium no more than 20min &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Medium: &lt;br /&gt;
&lt;br /&gt;
Base medium DMEM : F12 medium supplement with 10% fetal bovine serum and 1% antibiotics (penicillin-streptomycin (10,000units/ml) and 1% glutamine  2mM final concentration (200mM stock in -20oC, Invitrogen, cat#25030)&lt;br /&gt;
5% CO2 and 37oC incubator&lt;br /&gt;
&lt;br /&gt;
Initial growth from frozen vial:&lt;br /&gt;
&lt;br /&gt;
1.	Take one vial of frozen cells from liquid nitrogen tank, thaw it in 37oC and transfer the cells into 10ml pre-warmed medium in a 15ml centrifuge tube before totally thawed. DO NOT ALLOW VIAL TO REMAIN THWAWED FOR LONG PERIODS OF TIME&lt;br /&gt;
&lt;br /&gt;
2.	Spin at 1300rpm x 5min, room temperature&lt;br /&gt;
&lt;br /&gt;
3.	Discard the supernatant and resuspend cells in 1ml medium with gently pipet up and down for 4-6 times&lt;br /&gt;
&lt;br /&gt;
4.	Then transfer cells to a T25 flask with 10ml complete medium &lt;br /&gt;
&lt;br /&gt;
5.	Change medium every 2 to 3 days&lt;br /&gt;
&lt;br /&gt;
6.	Wait and see until 80% confluence, then trypsinize and split&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Splitting&lt;br /&gt;
&lt;br /&gt;
7.	Wash cells twice with PBS, then remove&lt;br /&gt;
&lt;br /&gt;
8.	Add 1x trypsin-EDTA (0.25% trypsin-0.53mM EDTA) diluted 1:1 with PBS and incubate at 37oC for 3-5min until detach. DO NOT LEAVE CELLS WITH TRYPSIN AFTER THEY HAVE BEEN DETACHED OR OVER 5 MIN&lt;br /&gt;
&lt;br /&gt;
9.	Add two times the amount of trypsin in fresh medium to neutralize trypsin and gently pipet up and down cells several times&lt;br /&gt;
&lt;br /&gt;
10.	Transfer cells to a  centrifuge tube,  and spin down at 1300rpm x 5min&lt;br /&gt;
&lt;br /&gt;
11.	Discard medium, add 1ml fresh medium and resuspend cells using p1000 pipette. Determine cell density and seed according to the table below.&lt;br /&gt;
&lt;br /&gt;
12.	Incubate at 37oC culture&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Freezing cells&lt;br /&gt;
&lt;br /&gt;
13.	Trypsinize cells as above and determine cell density&lt;br /&gt;
&lt;br /&gt;
14.	Resuspend cells in 10% DMSO 90% fresh medium to adensity of 2 x 106 cells/ml.&lt;br /&gt;
&lt;br /&gt;
15.	Aliquot 1ml to each cryogenic vial, put in the freeze box (with isopropanol), -80oC for 24hours, then transfer to liquid nitrogen tank for long storage&lt;br /&gt;
Counting cells (with trypan blue exclusion)&lt;br /&gt;
&lt;br /&gt;
16.	After resuspending  cells take 20ul cells and transfer them to a clean 0.5ml tube, mix with 20ul trypan blue (dilution factor)&lt;br /&gt;
&lt;br /&gt;
17.	Take 10-20ul mixture, and add from the gap between cover glass and hemocytometer chamber, until the cells fill the counting area. AVOID BUBBLES&lt;br /&gt;
&lt;br /&gt;
18.	Count 4 big 16-well squares, get a total number A, then cell density will be:&lt;br /&gt;
(A/4) x dilution factor =***x104 cells/ml&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Lab_Notebook_Guidelines&amp;diff=700</id>
		<title>Lab Notebook Guidelines</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Lab_Notebook_Guidelines&amp;diff=700"/>
		<updated>2019-09-30T22:45:52Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Rules and Regulations ==&lt;br /&gt;
&lt;br /&gt;
A lab notebook is a legal document! &lt;br /&gt;
* All work must be thoroughly and accurately recorded&lt;br /&gt;
* Keep the notebook current and up to date&lt;br /&gt;
* Lab notebook should be a complete record of ALL of your research efforts&lt;br /&gt;
** Include both successful and unsuccessful experiments or data analysis&lt;br /&gt;
** Even seemingly trivial work done in the lab must be properly recorded&lt;br /&gt;
** Detailed experimental methods only need to be entered ONCE into the lab notebook&lt;br /&gt;
*** When repeating the experiment, just refer to the lab notebook page containing the original methods and simply note all modifications to the original protocol.&lt;br /&gt;
** Lab notebooks are not a personal diary&lt;br /&gt;
* Lab notebooks should not leave the office or lab &lt;br /&gt;
* Lab notebooks do not belong to you. They are the property of the university.&lt;br /&gt;
Everything must be neatly written in ink and legible to all readers &lt;br /&gt;
* Experiments and analysis should be easily reproducible from only the notebook &lt;br /&gt;
Maintain a Table of Contents in the front of each lab notebook  &lt;br /&gt;
&lt;br /&gt;
All documents and figures must be secured on a lab notebook page and within the defined page’s boarders&lt;br /&gt;
&lt;br /&gt;
All reports, notes, raw data, software, and received samples should be documented and date stamped in the notebook or appendix&lt;br /&gt;
* All large results should be included in an appendix (software output or source code, detailed reports, processing scripts, etc.)&lt;br /&gt;
*A three-ring binder is an acceptable appendix. &lt;br /&gt;
**The binder should be labeled with Name, lab notebook number and appendix number. &lt;br /&gt;
**The binder should include paper inserts to provide page numbers, project titles and dates for each appendix entry.&lt;br /&gt;
*Location of large results in appendix should be documented in the lab notebook (i.e., page and appendix number should be cross-listed in both lab notebook and appendix)&lt;br /&gt;
*A reference to the location (i.e., directory path, instrument, specific computer name) of ALL raw data and digital documentation should be included in the lab notebook &lt;br /&gt;
*Physical description and location of ALL samples should be referenced in the lab notebook (including location (i.e, room number, freezer name, dates, name, and abbreviations). &lt;br /&gt;
All digital data should be backed up and archived&lt;br /&gt;
* Location of archived data should be noted in the lab notebook&lt;br /&gt;
As appropriate, a separate notebook may be used for each individual projects&lt;br /&gt;
&lt;br /&gt;
Every completed lab notebook page must include a signature by the inventor, recorder, and witness&lt;br /&gt;
*Inventor and recorder is the person who did the work and recorded the work&lt;br /&gt;
*Witness is the person who read, understood, and reviewed the work&lt;br /&gt;
Significant unused space should be crossed out with X, initialed and dated&lt;br /&gt;
&lt;br /&gt;
No pages should be left blank&lt;br /&gt;
*All entries should be recorded in chronological order  &lt;br /&gt;
Outcomes, conclusions, and results of any project good or bad need to be recorded! &lt;br /&gt;
*Your documented and dated insights, interpretations or hypothesis are critical to supporting any patents or intellectual property.&lt;br /&gt;
*Also critical to establishing your ownership of your thesis work &lt;br /&gt;
&lt;br /&gt;
== Lab Notebook Violations == &lt;br /&gt;
&lt;br /&gt;
*Do not tear out pages &lt;br /&gt;
*Do not leave blank pages between entries &lt;br /&gt;
*Everything should be recorded in chorological order  &lt;br /&gt;
*Do not use white out or anything erasable &lt;br /&gt;
*Strike through all mistakes, do not make the mistake illegible&lt;br /&gt;
*Do not write sloppily, or use vague terms&lt;br /&gt;
**What is written in the notebook should be legible and understandable to anyone reading the notebook; and the experiments easily reproduced by reading the lab notebook &lt;br /&gt;
*Do not make changes to a lab notebook after it has been signed and witnessed.&lt;br /&gt;
**If a mistake needs to be corrected, then the change should be dated and initialed &lt;br /&gt;
*Do not keep loose paper consisting of notes, data or figures shoved between notebook pages&lt;br /&gt;
*Do not make entries into your lab notebook weeks or months after you actually completed the experiments or data analysis&lt;br /&gt;
**Record your experiments and data analysis as you are doing the work and obtaining the results &lt;br /&gt;
*Avoid spills, ripping or tearing pages, or anything that makes the lab notebook page unreadable&lt;br /&gt;
*Do not write long rambling entries, be succinct and precise. &lt;br /&gt;
**A series of numbered steps or bullet points is preferable&lt;br /&gt;
*Do not include confusing or uninterpretable figures or tables&lt;br /&gt;
**Make sure all tables and figures are properly, labeled, annotated and explained&lt;br /&gt;
***Axis labels with units&lt;br /&gt;
***All sample symbols/colors identified&lt;br /&gt;
***Quality factors are included (R2, Q2, p-values, etc.)&lt;br /&gt;
***Explain how the data was fit or modeled, the validity of the fit/model &lt;br /&gt;
&lt;br /&gt;
== Completed lab notebook page should contain == &lt;br /&gt;
&lt;br /&gt;
All sections should be labeled, separated and easily distinguishable &lt;br /&gt;
&lt;br /&gt;
*Title &lt;br /&gt;
*Purpose or Objective &lt;br /&gt;
*Description of Experiment (i.e., methods and materials)&lt;br /&gt;
**Note the name and versions of any software or instrumentation used&lt;br /&gt;
*Sample preparation &lt;br /&gt;
*Instrument description and set up&lt;br /&gt;
*Results&lt;br /&gt;
**Appendix may be added for extended results including ligand libraries, metabolite lists, software code, software output, processing scripts, peak lists, chemical shift assignments, PDB files reports, or published work&lt;br /&gt;
**Essentially, any result or outcome that needs to be recorded, but cannot easily fit on a single lab notebook page.   &lt;br /&gt;
*Figures and figure legends  &lt;br /&gt;
*Preliminary conclusions and comments&lt;br /&gt;
**Record any insights, thoughts or hypothesis&lt;br /&gt;
**Include any relevant literature citations &lt;br /&gt;
*Author Signature and date &lt;br /&gt;
*Witness Signature and date&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Lab_Notebook_Guidelines&amp;diff=699</id>
		<title>Lab Notebook Guidelines</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Lab_Notebook_Guidelines&amp;diff=699"/>
		<updated>2019-09-30T22:34:30Z</updated>

		<summary type="html">&lt;p&gt;Acrook: /* Completed Lab notebook page should contain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A lab notebook is a legal document! &lt;br /&gt;
* All work must be thoroughly and accurately recorded&lt;br /&gt;
* Keep the notebook current and up to date&lt;br /&gt;
* Lab notebook should be a complete record of ALL of your research efforts&lt;br /&gt;
** Include both successful and unsuccessful experiments or data analysis&lt;br /&gt;
** Even seemingly trivial work done in the lab must be properly recorded&lt;br /&gt;
** Detailed experimental methods only need to be entered ONCE into the lab notebook&lt;br /&gt;
*** When repeating the experiment, just refer to the lab notebook page containing the original methods and simply note all modifications to the original protocol.&lt;br /&gt;
** Lab notebooks are not a personal diary&lt;br /&gt;
* Lab notebooks should not leave the office or lab &lt;br /&gt;
* Lab notebooks do not belong to you. They are the property of the university.&lt;br /&gt;
Everything must be neatly written in ink and legible to all readers &lt;br /&gt;
* Experiments and analysis should be easily reproducible from only the notebook &lt;br /&gt;
Maintain a Table of Contents in the front of each lab notebook  &lt;br /&gt;
&lt;br /&gt;
All documents and figures must be secured on a lab notebook page and within the defined page’s boarders&lt;br /&gt;
&lt;br /&gt;
All reports, notes, raw data, software, and received samples should be documented and date stamped in the notebook or appendix&lt;br /&gt;
* All large results should be included in an appendix (software output or source code, detailed reports, processing scripts, etc.)&lt;br /&gt;
*A three-ring binder is an acceptable appendix. &lt;br /&gt;
**The binder should be labeled with Name, lab notebook number and appendix number. &lt;br /&gt;
**The binder should include paper inserts to provide page numbers, project titles and dates for each appendix entry.&lt;br /&gt;
*Location of large results in appendix should be documented in the lab notebook (i.e., page and appendix number should be cross-listed in both lab notebook and appendix)&lt;br /&gt;
*A reference to the location (i.e., directory path, instrument, specific computer name) of ALL raw data and digital documentation should be included in the lab notebook &lt;br /&gt;
*Physical description and location of ALL samples should be referenced in the lab notebook (including location (i.e, room number, freezer name, dates, name, and abbreviations). &lt;br /&gt;
All digital data should be backed up and archived&lt;br /&gt;
* Location of archived data should be noted in the lab notebook&lt;br /&gt;
As appropriate, a separate notebook may be used for each individual projects&lt;br /&gt;
&lt;br /&gt;
Every completed lab notebook page must include a signature by the inventor, recorder, and witness&lt;br /&gt;
*Inventor and recorder is the person who did the work and recorded the work&lt;br /&gt;
*Witness is the person who read, understood, and reviewed the work&lt;br /&gt;
Significant unused space should be crossed out with X, initialed and dated&lt;br /&gt;
&lt;br /&gt;
No pages should be left blank&lt;br /&gt;
*All entries should be recorded in chronological order  &lt;br /&gt;
Outcomes, conclusions, and results of any project good or bad need to be recorded! &lt;br /&gt;
*Your documented and dated insights, interpretations or hypothesis are critical to supporting any patents or intellectual property.&lt;br /&gt;
*Also critical to establishing your ownership of your thesis work &lt;br /&gt;
&lt;br /&gt;
== Lab Notebook Violations == &lt;br /&gt;
*Do not tear out pages &lt;br /&gt;
*Do not leave blank pages between entries &lt;br /&gt;
*Everything should be recorded in chorological order  &lt;br /&gt;
*Do not use white out or anything erasable &lt;br /&gt;
*Strike through all mistakes, do not make the mistake illegible&lt;br /&gt;
*Do not write sloppily, or use vague terms&lt;br /&gt;
**What is written in the notebook should be legible and understandable to anyone reading the notebook; and the experiments easily reproduced by reading the lab notebook &lt;br /&gt;
*Do not make changes to a lab notebook after it has been signed and witnessed.&lt;br /&gt;
**If a mistake needs to be corrected, then the change should be dated and initialed &lt;br /&gt;
*Do not keep loose paper consisting of notes, data or figures shoved between notebook pages&lt;br /&gt;
*Do not make entries into your lab notebook weeks or months after you actually completed the experiments or data analysis&lt;br /&gt;
**Record your experiments and data analysis as you are doing the work and obtaining the results &lt;br /&gt;
*Avoid spills, ripping or tearing pages, or anything that makes the lab notebook page unreadable&lt;br /&gt;
*Do not write long rambling entries, be succinct and precise. &lt;br /&gt;
**A series of numbered steps or bullet points is preferable&lt;br /&gt;
*Do not include confusing or uninterpretable figures or tables&lt;br /&gt;
**Make sure all tables and figures are properly, labeled, annotated and explained&lt;br /&gt;
***Axis labels with units&lt;br /&gt;
***All sample symbols/colors identified&lt;br /&gt;
***Quality factors are included (R2, Q2, p-values, etc.)&lt;br /&gt;
***Explain how the data was fit or modeled, the validity of the fit/model &lt;br /&gt;
&lt;br /&gt;
== Completed lab notebook page should contain == &lt;br /&gt;
All sections should be labeled, separated and easily distinguishable &lt;br /&gt;
&lt;br /&gt;
*Title &lt;br /&gt;
*Purpose or Objective &lt;br /&gt;
*Description of Experiment (i.e., methods and materials)&lt;br /&gt;
**Note the name and versions of any software or instrumentation used&lt;br /&gt;
*Sample preparation &lt;br /&gt;
*Instrument description and set up&lt;br /&gt;
*Results&lt;br /&gt;
**Appendix may be added for extended results including ligand libraries, metabolite lists, software code, software output, processing scripts, peak lists, chemical shift assignments, PDB files reports, or published work&lt;br /&gt;
**Essentially, any result or outcome that needs to be recorded, but cannot easily fit on a single lab notebook page.   &lt;br /&gt;
*Figures and figure legends  &lt;br /&gt;
*Preliminary conclusions and comments&lt;br /&gt;
**Record any insights, thoughts or hypothesis&lt;br /&gt;
**Include any relevant literature citations &lt;br /&gt;
*Author Signature and date &lt;br /&gt;
*Witness Signature and date&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Lab_Notebook_Guidelines&amp;diff=698</id>
		<title>Lab Notebook Guidelines</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Lab_Notebook_Guidelines&amp;diff=698"/>
		<updated>2019-09-30T22:34:08Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;A lab notebook is a legal document!  * All work must be thoroughly and accurately recorded * Keep the notebook current and up to date * Lab notebook should be a complete recor...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A lab notebook is a legal document! &lt;br /&gt;
* All work must be thoroughly and accurately recorded&lt;br /&gt;
* Keep the notebook current and up to date&lt;br /&gt;
* Lab notebook should be a complete record of ALL of your research efforts&lt;br /&gt;
** Include both successful and unsuccessful experiments or data analysis&lt;br /&gt;
** Even seemingly trivial work done in the lab must be properly recorded&lt;br /&gt;
** Detailed experimental methods only need to be entered ONCE into the lab notebook&lt;br /&gt;
*** When repeating the experiment, just refer to the lab notebook page containing the original methods and simply note all modifications to the original protocol.&lt;br /&gt;
** Lab notebooks are not a personal diary&lt;br /&gt;
* Lab notebooks should not leave the office or lab &lt;br /&gt;
* Lab notebooks do not belong to you. They are the property of the university.&lt;br /&gt;
Everything must be neatly written in ink and legible to all readers &lt;br /&gt;
* Experiments and analysis should be easily reproducible from only the notebook &lt;br /&gt;
Maintain a Table of Contents in the front of each lab notebook  &lt;br /&gt;
&lt;br /&gt;
All documents and figures must be secured on a lab notebook page and within the defined page’s boarders&lt;br /&gt;
&lt;br /&gt;
All reports, notes, raw data, software, and received samples should be documented and date stamped in the notebook or appendix&lt;br /&gt;
* All large results should be included in an appendix (software output or source code, detailed reports, processing scripts, etc.)&lt;br /&gt;
*A three-ring binder is an acceptable appendix. &lt;br /&gt;
**The binder should be labeled with Name, lab notebook number and appendix number. &lt;br /&gt;
**The binder should include paper inserts to provide page numbers, project titles and dates for each appendix entry.&lt;br /&gt;
*Location of large results in appendix should be documented in the lab notebook (i.e., page and appendix number should be cross-listed in both lab notebook and appendix)&lt;br /&gt;
*A reference to the location (i.e., directory path, instrument, specific computer name) of ALL raw data and digital documentation should be included in the lab notebook &lt;br /&gt;
*Physical description and location of ALL samples should be referenced in the lab notebook (including location (i.e, room number, freezer name, dates, name, and abbreviations). &lt;br /&gt;
All digital data should be backed up and archived&lt;br /&gt;
* Location of archived data should be noted in the lab notebook&lt;br /&gt;
As appropriate, a separate notebook may be used for each individual projects&lt;br /&gt;
&lt;br /&gt;
Every completed lab notebook page must include a signature by the inventor, recorder, and witness&lt;br /&gt;
*Inventor and recorder is the person who did the work and recorded the work&lt;br /&gt;
*Witness is the person who read, understood, and reviewed the work&lt;br /&gt;
Significant unused space should be crossed out with X, initialed and dated&lt;br /&gt;
&lt;br /&gt;
No pages should be left blank&lt;br /&gt;
*All entries should be recorded in chronological order  &lt;br /&gt;
Outcomes, conclusions, and results of any project good or bad need to be recorded! &lt;br /&gt;
*Your documented and dated insights, interpretations or hypothesis are critical to supporting any patents or intellectual property.&lt;br /&gt;
*Also critical to establishing your ownership of your thesis work &lt;br /&gt;
&lt;br /&gt;
== Lab Notebook Violations == &lt;br /&gt;
*Do not tear out pages &lt;br /&gt;
*Do not leave blank pages between entries &lt;br /&gt;
*Everything should be recorded in chorological order  &lt;br /&gt;
*Do not use white out or anything erasable &lt;br /&gt;
*Strike through all mistakes, do not make the mistake illegible&lt;br /&gt;
*Do not write sloppily, or use vague terms&lt;br /&gt;
**What is written in the notebook should be legible and understandable to anyone reading the notebook; and the experiments easily reproduced by reading the lab notebook &lt;br /&gt;
*Do not make changes to a lab notebook after it has been signed and witnessed.&lt;br /&gt;
**If a mistake needs to be corrected, then the change should be dated and initialed &lt;br /&gt;
*Do not keep loose paper consisting of notes, data or figures shoved between notebook pages&lt;br /&gt;
*Do not make entries into your lab notebook weeks or months after you actually completed the experiments or data analysis&lt;br /&gt;
**Record your experiments and data analysis as you are doing the work and obtaining the results &lt;br /&gt;
*Avoid spills, ripping or tearing pages, or anything that makes the lab notebook page unreadable&lt;br /&gt;
*Do not write long rambling entries, be succinct and precise. &lt;br /&gt;
**A series of numbered steps or bullet points is preferable&lt;br /&gt;
*Do not include confusing or uninterpretable figures or tables&lt;br /&gt;
**Make sure all tables and figures are properly, labeled, annotated and explained&lt;br /&gt;
***Axis labels with units&lt;br /&gt;
***All sample symbols/colors identified&lt;br /&gt;
***Quality factors are included (R2, Q2, p-values, etc.)&lt;br /&gt;
***Explain how the data was fit or modeled, the validity of the fit/model &lt;br /&gt;
&lt;br /&gt;
== Completed Lab notebook page should contain == &lt;br /&gt;
All sections should be labeled, separated and easily distinguishable &lt;br /&gt;
&lt;br /&gt;
*Title &lt;br /&gt;
*Purpose or Objective &lt;br /&gt;
*Description of Experiment (i.e., methods and materials)&lt;br /&gt;
**Note the name and versions of any software or instrumentation used&lt;br /&gt;
*Sample preparation &lt;br /&gt;
*Instrument description and set up&lt;br /&gt;
*Results&lt;br /&gt;
**Appendix may be added for extended results including ligand libraries, metabolite lists, software code, software output, processing scripts, peak lists, chemical shift assignments, PDB files reports, or published work&lt;br /&gt;
**Essentially, any result or outcome that needs to be recorded, but cannot easily fit on a single lab notebook page.   &lt;br /&gt;
*Figures and figure legends  &lt;br /&gt;
*Preliminary conclusions and comments&lt;br /&gt;
**Record any insights, thoughts or hypothesis&lt;br /&gt;
**Include any relevant literature citations &lt;br /&gt;
*Author Signature and date &lt;br /&gt;
*Witness Signature and date&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=697</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=697"/>
		<updated>2019-09-30T22:17:31Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
*[[Lab Notebook Guidelines]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[NMR Processing in Linux and Windows]]&lt;br /&gt;
*[[Sample Collection and Processing for Protein Backbone Assignments]]&lt;br /&gt;
*[[Example Scripts for NMRPipe Processing]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[Metabolite Extraction]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=696</id>
		<title>-80 Freezer Storage and Maintenance</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=696"/>
		<updated>2019-09-13T12:23:22Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Freezer Storage ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Every lab member is assigned a section of 10x10 freezer boxes on shelves 1 and 4. In addition, every member has an assigned overflow box for all samples on shelves 2 or 3. All samples and the sample container should be labeled with the owner’s initials, date, and sample contents. Be cautious and quick when opening the freezer door, best practice for retrieving samples is to keep the freezer door open less then 2 min at a time. This helps to keep a consistent temperature in the freezer and keep the frost levels to a minimum.    &lt;br /&gt;
&lt;br /&gt;
== -80 Freezer Logbook ==&lt;br /&gt;
&lt;br /&gt;
All boxes stored in the -80 Freezer should be identified in the “-80 Freezer Logbook”. When a box is added to either of the freezer racks 1 or 4, mark the corresponding spot with the appropriate color assigned to that lab member. All empty boxes can be left blank. The link for the “-80 Freezer Logbook” can be found here [https://docs.google.com/spreadsheets/d/1fgMQraoWun8AAsPiXyh6hMHEwWZ25V5aJiSUR2LW17k/edit#gid=0].     &lt;br /&gt;
&lt;br /&gt;
== General Rules of the -80 Freezer == &lt;br /&gt;
&lt;br /&gt;
•	Close the freezer door immediately when the alarm go off. &lt;br /&gt;
&lt;br /&gt;
•	Do not relocate boxes or samples of other lab members without their consent.&lt;br /&gt;
 &lt;br /&gt;
•	Do not leave loose samples or boxes in open spaces of the fridge or freezer (they will get lost)&lt;br /&gt;
&lt;br /&gt;
•	Do not store bulk chemicals in the -80 freezer. All chemicals should be stored in the chemical fridge and freezer only.&lt;br /&gt;
   &lt;br /&gt;
== Freezer Maintenance == &lt;br /&gt;
&lt;br /&gt;
The -80 Freezer in lab will be emptied and defrosted once a year for routine maintenance. All samples not located in the proper locations specified above with be discarded. Please check the maintenance log located on the door of the freezer for date of the next defrost. If there are any issues or concerns occur while using the freezer contact the freezer manager immediately.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Main_Page&amp;diff=694</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Main_Page&amp;diff=694"/>
		<updated>2019-08-26T13:54:30Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to the BioNMR Wiki Page.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This wiki exists to provide better access to lab protocols for the Powers lab. It is not a replacement for lab notebooks. Feel free to begin documenting new lab protocols or procedures here, or even moving old protocols onto this wiki.&lt;br /&gt;
&lt;br /&gt;
[[Special:Categories|View All Categories]]&lt;br /&gt;
&lt;br /&gt;
Commonly used categories:&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Protocols|Protocols]]&lt;br /&gt;
* [[:Category:Bioscreen|Bioscreen]]&lt;br /&gt;
* [[:Category:FAST-NMR|FAST-NMR]]&lt;br /&gt;
* [[:Category:Molecular Docking|Molecular Docking]]&lt;br /&gt;
* [[:Category:Metabolomics|Metabolomics]]&lt;br /&gt;
* [[:Category:Maxey Demos|Maxey Demos]]&lt;br /&gt;
* [[:Category:Protein expression|Protein expression]]&lt;br /&gt;
* [[:Category:SMACMS|SMACMS]]&lt;br /&gt;
* [[:Category:Lab Safety | Lab Safety]]&lt;br /&gt;
* [[:Category:Cell culture | culture and passage cells]]&lt;br /&gt;
* [[:Protein Software]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And, very likely, an unpopular category:&lt;br /&gt;
* [[:Category:Sysadmin | System Administration]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Freeze_Dryer_Maintenance&amp;diff=693</id>
		<title>Freeze Dryer Maintenance</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Freeze_Dryer_Maintenance&amp;diff=693"/>
		<updated>2019-08-26T13:35:37Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot; == Maintenance for Freeze Dryer System ==   When the Freeze Dryer has accumulated 1000 operating hours, an alarm will flash on the display menu. Press and hold SELECT for 5 s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Maintenance for Freeze Dryer System ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When the Freeze Dryer has accumulated 1000 operating hours, an alarm will flash on the display menu. Press and hold SELECT for 5 seconds until the error has cleared. Check the oil at this point, if the oil is clean and clean then the system is fine to operate as usual. If the oil is cloudy and/or contains particles replace the pump oil. &lt;br /&gt;
&lt;br /&gt;
== Replacing Pump Oil ==&lt;br /&gt;
&lt;br /&gt;
Use Edwards Ultra Grad Pump Oil (Catalog Number H11025015) to ensure an efficient system. Open the exit valve located on the lower right-hand side of the pump and allow the used pump oil to drain into a sealable receptacle. This receptacle will need to be stored and disposed of through EHS. Once the pump is empty of used oil flush the system will new oil and run the pump for 5 to 10 minutes to allow the oil in the pump to warm up.  Empty the oil again into the used oil container and seal up the exit value. Fill the pump with clean oil past the safety line and seal up the pump. Ensure that the filter is clean of dried oil and working properly. Filter is located on the upper left-hand corner of the pump.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=692</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=692"/>
		<updated>2019-08-26T13:34:30Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
*[[Freeze Dryer Maintenance]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[NMR Processing in Linux and Windows]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[Metabolite Extraction]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=689</id>
		<title>-80 Freezer Storage and Maintenance</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=689"/>
		<updated>2019-07-31T16:45:24Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Freezer Storage ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Every lab member is assigned a section of 10x10 freezer boxes on shelves 1 and 4. In addition, every member has an assigned overflow box for all samples on shelves 2 or 3. All samples and the sample container should be labeled with the owner’s initials, date, and sample contents. Be cautious and quick when opening the freezer door, best practice for retrieving samples is to keep the freezer door open less then 2 min at a time. This helps to keep a consistent temperature in the freezer and keep the frost levels to a minimum.    &lt;br /&gt;
&lt;br /&gt;
== -80 Freezer User Logbook ==&lt;br /&gt;
&lt;br /&gt;
All boxes stored in the -80 Freezer should be identified in the “-80 Freezer Logbook”. When a box is added to either of the freezer racks 1 or 4, mark the corresponding spot with the appropriate color assigned to that lab member. All empty boxes can be left blank. The link for the “-80 Freezer Logbook” can be found here [https://docs.google.com/spreadsheets/d/1fgMQraoWun8AAsPiXyh6hMHEwWZ25V5aJiSUR2LW17k/edit#gid=0].     &lt;br /&gt;
&lt;br /&gt;
== General Rules of the -80 Freezer == &lt;br /&gt;
&lt;br /&gt;
•	Close the freezer door immediately when the alarm go off. &lt;br /&gt;
&lt;br /&gt;
•	Do not relocate boxes or samples of other lab members without their consent.&lt;br /&gt;
 &lt;br /&gt;
•	Do not leave loose samples or boxes in open spaces of the fridge or freezer (they will get lost)&lt;br /&gt;
&lt;br /&gt;
•	Do not store bulk chemicals in the -80 freezer. All chemicals should be stored in the chemical fridge and freezer only.&lt;br /&gt;
   &lt;br /&gt;
== Freezer Maintenance == &lt;br /&gt;
&lt;br /&gt;
The -80 Freezer in lab will be emptied and defrosted once a year for routine maintenance. All samples not located in the proper locations specified above with be discarded. Please check the maintenance log located on the door of the freezer for date of the next defrost. If there are any issues or concerns occur while using the freezer contact the freezer manager immediately.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=688</id>
		<title>-80 Freezer Storage and Maintenance</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=688"/>
		<updated>2019-07-31T16:44:22Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Freezer Storage ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Every lab member is assigned a section of 10x10 freezer boxes on shelves 1 and 4. In addition, every member has an assigned overflow box for all samples on shelves 2 or 3. All samples and the sample container should be labeled with the owner’s initials, date, and sample contents. Be cautious and quick when opening the freezer door, best practice for retrieving samples is to keep the freezer door open less then 2 min at a time. This helps to keep a consistent temperature in the freezer and keep the frost levels to a minimum.    &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;-80 Freezer User Logbook&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All boxes stored in the -80 Freezer should be identified in the “-80 Freezer Logbook”. When a box is added to either of the freezer racks 1 or 4, mark the corresponding spot with the appropriate color assigned to that lab member. All empty boxes can be left blank. The link for the “-80 Freezer Logbook” can be found here [https://docs.google.com/spreadsheets/d/1fgMQraoWun8AAsPiXyh6hMHEwWZ25V5aJiSUR2LW17k/edit#gid=0].     &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;General Rules of the -80 Freezer&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
•	Close the freezer door immediately when the alarm go off. &lt;br /&gt;
&lt;br /&gt;
•	Do not relocate boxes or samples of other lab members without their consent.&lt;br /&gt;
 &lt;br /&gt;
•	Do not leave loose samples or boxes in open spaces of the fridge or freezer (they will get lost)&lt;br /&gt;
&lt;br /&gt;
•	Do not store bulk chemicals in the -80 freezer. All chemicals should be stored in the chemical fridge and freezer only.&lt;br /&gt;
   &lt;br /&gt;
&#039;&#039;&#039;Freezer Maintenance&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
The -80 Freezer in lab will be emptied and defrosted once a year for routine maintenance. All samples not located in the proper locations specified above with be discarded. Please check the maintenance log located on the door of the freezer for date of the next defrost. If there are any issues or concerns occur while using the freezer contact the freezer manager immediately.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=687</id>
		<title>-80 Freezer Storage and Maintenance</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=687"/>
		<updated>2019-07-31T16:43:53Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Freezer Storage ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Every lab member is assigned a section of 10x10 freezer boxes on shelves 1 and 4. In addition, every member has an assigned overflow box for all samples on shelves 2 or 3. All samples and the sample container should be labeled with the owner’s initials, date, and sample contents. Be cautious and quick when opening the freezer door, best practice for retrieving samples is to keep the freezer door open less then 2 min at a time. This helps to keep a consistent temperature in the freezer and keep the frost levels to a minimum.    &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;-80 Freezer User Logbook&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All boxes stored in the -80 Freezer should be identified in the “-80 Freezer Logbook”. When a box is added to either of the freezer racks 1 or 4, mark the corresponding spot with the appropriate color assigned to that lab member. All empty boxes can be left blank. The link for the “-80 Freezer Logbook” can be found here [https://docs.google.com/spreadsheets/d/1fgMQraoWun8AAsPiXyh6hMHEwWZ25V5aJiSUR2LW17k/edit#gid=0].     &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;General Rules of the -80 Freezer&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
•	Close the freezer door immediately when the alarm go off. &lt;br /&gt;
•	Do not relocate boxes or samples of other lab members without their consent &lt;br /&gt;
•	Do not leave loose samples or boxes in open spaces of the fridge or freezer (they will get lost)&lt;br /&gt;
•	Do not store bulk chemicals in the -80 freezer. All chemicals should be stored in the chemical fridge and freezer only.&lt;br /&gt;
   &lt;br /&gt;
&#039;&#039;&#039;Freezer Maintenance&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
The -80 Freezer in lab will be emptied and defrosted once a year for routine maintenance. All samples not located in the proper locations specified above with be discarded. Please check the maintenance log located on the door of the freezer for date of the next defrost. If there are any issues or concerns occur while using the freezer contact the freezer manager immediately.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=686</id>
		<title>-80 Freezer Storage and Maintenance</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=686"/>
		<updated>2019-07-31T16:43:36Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Freezer Storage ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Every lab member is assigned a section of 10x10 freezer boxes on shelves 1 and 4. In addition, every member has an assigned overflow box for all samples on shelves 2 or 3. All samples and the sample container should be labeled with the owner’s initials, date, and sample contents. Be cautious and quick when opening the freezer door, best practice for retrieving samples is to keep the freezer door open less then 2 min at a time. This helps to keep a consistent temperature in the freezer and keep the frost levels to a minimum.    &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;-80 Freezer User Logbook&#039;&#039;&#039;&lt;br /&gt;
All boxes stored in the -80 Freezer should be identified in the “-80 Freezer Logbook”. When a box is added to either of the freezer racks 1 or 4, mark the corresponding spot with the appropriate color assigned to that lab member. All empty boxes can be left blank. The link for the “-80 Freezer Logbook” can be found here [https://docs.google.com/spreadsheets/d/1fgMQraoWun8AAsPiXyh6hMHEwWZ25V5aJiSUR2LW17k/edit#gid=0].     &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;General Rules of the -80 Freezer&#039;&#039;&#039; &lt;br /&gt;
•	Close the freezer door immediately when the alarm go off. &lt;br /&gt;
•	Do not relocate boxes or samples of other lab members without their consent &lt;br /&gt;
•	Do not leave loose samples or boxes in open spaces of the fridge or freezer (they will get lost)&lt;br /&gt;
•	Do not store bulk chemicals in the -80 freezer. All chemicals should be stored in the chemical fridge and freezer only.&lt;br /&gt;
   &lt;br /&gt;
&#039;&#039;&#039;Freezer Maintenance&#039;&#039;&#039; &lt;br /&gt;
The -80 Freezer in lab will be emptied and defrosted once a year for routine maintenance. All samples not located in the proper locations specified above with be discarded. Please check the maintenance log located on the door of the freezer for date of the next defrost. If there are any issues or concerns occur while using the freezer contact the freezer manager immediately.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=685</id>
		<title>-80 Freezer Storage and Maintenance</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=685"/>
		<updated>2019-07-31T16:43:10Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Freezer Storage ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Every lab member is assigned a section of 10x10 freezer boxes on shelves 1 and 4. In addition, every member has an assigned overflow box for all samples on shelves 2 or 3. All samples and the sample container should be labeled with the owner’s initials, date, and sample contents. Be cautious and quick when opening the freezer door, best practice for retrieving samples is to keep the freezer door open less then 2 min at a time. This helps to keep a consistent temperature in the freezer and keep the frost levels to a minimum.    &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;-80 Freezer User Logbook&#039;&#039;&#039;&lt;br /&gt;
All boxes stored in the -80 Freezer should be identified in the “-80 Freezer Logbook”. When a box is added to either of the freezer racks 1 or 4, mark the corresponding spot with the appropriate color assigned to that lab member. All empty boxes can be left blank. The link for the “-80 Freezer Logbook” can be found [here: https://docs.google.com/spreadsheets/d/1fgMQraoWun8AAsPiXyh6hMHEwWZ25V5aJiSUR2LW17k/edit#gid=0].     &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;General Rules of the -80 Freezer&#039;&#039;&#039; &lt;br /&gt;
•	Close the freezer door immediately when the alarm go off. &lt;br /&gt;
•	Do not relocate boxes or samples of other lab members without their consent &lt;br /&gt;
•	Do not leave loose samples or boxes in open spaces of the fridge or freezer (they will get lost)&lt;br /&gt;
•	Do not store bulk chemicals in the -80 freezer. All chemicals should be stored in the chemical fridge and freezer only.&lt;br /&gt;
   &lt;br /&gt;
&#039;&#039;&#039;Freezer Maintenance&#039;&#039;&#039; &lt;br /&gt;
The -80 Freezer in lab will be emptied and defrosted once a year for routine maintenance. All samples not located in the proper locations specified above with be discarded. Please check the maintenance log located on the door of the freezer for date of the next defrost. If there are any issues or concerns occur while using the freezer contact the freezer manager immediately.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=684</id>
		<title>-80 Freezer Storage and Maintenance</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=-80_Freezer_Storage_and_Maintenance&amp;diff=684"/>
		<updated>2019-07-31T16:41:22Z</updated>

		<summary type="html">&lt;p&gt;Acrook: Created page with &amp;quot;Freezer Storage   Every lab member is assigned a section of 10x10 freezer boxes on shelves 1 and 4. In addition, every member has an assigned overflow box for all samples on s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Freezer Storage &lt;br /&gt;
&lt;br /&gt;
Every lab member is assigned a section of 10x10 freezer boxes on shelves 1 and 4. In addition, every member has an assigned overflow box for all samples on shelves 2 or 3. All samples and the sample container should be labeled with the owner’s initials, date, and sample contents. Be cautious and quick when opening the freezer door, best practice for retrieving samples is to keep the freezer door open less then 2 min at a time. This helps to keep a consistent temperature in the freezer and keep the frost levels to a minimum.    &lt;br /&gt;
&lt;br /&gt;
-80 Freezer User Logbook&lt;br /&gt;
All boxes stored in the -80 Freezer should be identified in the “-80 Freezer Logbook”. When a box is added to either of the freezer racks 1 or 4, mark the corresponding spot with the appropriate color assigned to that lab member. All empty boxes can be left blank. The link for the “-80 Freezer Logbook” can be found [https://docs.google.com/spreadsheets/d/1fgMQraoWun8AAsPiXyh6hMHEwWZ25V5aJiSUR2LW17k/edit#gid=0].     &lt;br /&gt;
&lt;br /&gt;
General Rules of the -80 Freezer &lt;br /&gt;
•	Close the freezer door immediately when the alarm go off. &lt;br /&gt;
•	Do not relocate boxes or samples of other lab members without their consent &lt;br /&gt;
•	Do not leave loose samples or boxes in open spaces of the fridge or freezer (they will get lost)&lt;br /&gt;
•	Do not store bulk chemicals in the -80 freezer. All chemicals should be stored in the chemical fridge and freezer only.   &lt;br /&gt;
Freezer Maintenance &lt;br /&gt;
The -80 Freezer in lab will be emptied and defrosted once a year for routine maintenance. All samples not located in the proper locations specified above with be discarded. Please check the maintenance log located on the door of the freezer for date of the next defrost. If there are any issues or concerns occur while using the freezer contact the freezer manager immediately.&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=683</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=683"/>
		<updated>2019-07-31T16:39:19Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using and Maintaining pH Meter]]&lt;br /&gt;
*[[-80 Freezer Storage and Maintenance]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[NMR Processing in Linux and Windows]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[Metabolite Extraction]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=682</id>
		<title>Category:Protocols</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Category:Protocols&amp;diff=682"/>
		<updated>2019-07-31T16:38:53Z</updated>

		<summary type="html">&lt;p&gt;Acrook: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;General Maintenance&#039;&#039;&lt;br /&gt;
*[[Changing the high pressure dewar]]&lt;br /&gt;
*[[Filling a Magnet with Nitrogen]]&lt;br /&gt;
*[[Autoclaving Laboratory Glassware and Media]]&lt;br /&gt;
*[[Chemical Disinfection of Glassware]]&lt;br /&gt;
*[[Requesting Balance Calibration]]&lt;br /&gt;
*[[Requesting Pipette Calibration]]&lt;br /&gt;
*[[Using the UV-Vis]]&lt;br /&gt;
*[[Using/Maintaining pH Meter]]&lt;br /&gt;
*[[Using/-80 Freezer Storage and Maintenance]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Protein Preparation&#039;&#039;&lt;br /&gt;
*[[Buffer Exchange and Solution Concentration]]&lt;br /&gt;
*[[Finding a Protein Target on the NESG website]]&lt;br /&gt;
*[[Choosing a Plasmid]]&lt;br /&gt;
*[[Plasmid Purification and Transformation Protocol]]&lt;br /&gt;
*[[Creating Stock Cultures of Bacteria]]&lt;br /&gt;
*[[Luria-Bertani Media]]&lt;br /&gt;
*[[M9 Minimal Media]]&lt;br /&gt;
*[[Protein Overexpression and Extraction]]&lt;br /&gt;
*[[SDS-PAGE Protocol]]&lt;br /&gt;
*[[Running a Cobalt Affinity Column]]&lt;br /&gt;
*[[Dialysis]]&lt;br /&gt;
*[[Centrifugal Protein Concentration and Buffer Exchange]]&lt;br /&gt;
*[[Using the Stirred Cell Concentrator]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Collection&#039;&#039;&lt;br /&gt;
*[[Gap Sampling]]&lt;br /&gt;
*[[Water Suppression with presaturation pulses (zgpr/zgcppr]]&lt;br /&gt;
*[[Non-uniform Sampling]]&lt;br /&gt;
*[[Collecting a 15N Edited HSQC]]&lt;br /&gt;
*[[Collecting CEST Data]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Data Processing and Analysis&#039;&#039;&lt;br /&gt;
*[[Analysis of 1D Line-Broadening Screen]]&lt;br /&gt;
*[[FastModelFree]]&lt;br /&gt;
*[[2D NMR Analysis (CCPNMR)]]&lt;br /&gt;
*[[1H NMR Analysis (SIMCA)]]&lt;br /&gt;
*[[1H NMR Analysis (ACDLab)]]&lt;br /&gt;
*[[Processing CEST Data]]&lt;br /&gt;
*[[Titration Data Analysis in nmrPipe]]&lt;br /&gt;
*[[Non-Uniform Sampling]]&lt;br /&gt;
*[[NMRFAM-SPARKY Guide]]&lt;br /&gt;
*[[NMRFAM-SPARKY: Automated Peak Assignment]]&lt;br /&gt;
*[[NMR Processing in Linux and Windows]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Miscellaneous&#039;&#039;&lt;br /&gt;
*[[Agarose Gel]]&lt;br /&gt;
*[[700 MHz NMR checklist]]&lt;br /&gt;
*[[500 MHz NMR checklist]]&lt;br /&gt;
*[[1D Macro]]&lt;br /&gt;
*[[Setting Up a Virtual Screen with AutoDock]]&lt;br /&gt;
*[[Simple Protein Crosslinking]]&lt;br /&gt;
*[[1D NMR Titrations]]&lt;br /&gt;
&lt;br /&gt;
Cell Culturing&lt;br /&gt;
*[[Cell Culturing Dr. Franco Lab]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Metabolomics&#039;&#039;&lt;br /&gt;
*[[MetPa for metabolomics]]&lt;br /&gt;
*[[Making Heatmaps]]&lt;br /&gt;
*[[Metabolite Extraction]]&lt;br /&gt;
*[[One way ANOVA in R]]&lt;br /&gt;
*[[P-Value adjustment for multiple comparisons]]&lt;br /&gt;
*[[PCA-Utils]]&lt;br /&gt;
*[[NMR Tube Deep Cleaning]]&lt;br /&gt;
*[[Noise Removal for PCA]]&lt;br /&gt;
*[[Weighted Linear Least Squares]]&lt;br /&gt;
*[[Serum Preparation for 1D NMR]]&lt;br /&gt;
*[[Urine Preparation for 1D NMR]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safety and Inspections&#039;&#039;&lt;br /&gt;
*[[Lab Responsibilities]]&lt;br /&gt;
*[[Inspection Checklist]]&lt;br /&gt;
*[[Safety Contacts, Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Demos&#039;&#039;&lt;br /&gt;
*[[Peroxide Clock]]&lt;br /&gt;
*[[Traffic Light Reaction]]&lt;br /&gt;
*[[Orange Juice Clock]]&lt;br /&gt;
*[[Gummy Bear Freeze]]&lt;br /&gt;
*[[Batteries]]&lt;br /&gt;
*[[Rocket Launcher]]&lt;br /&gt;
*[[Women in Science: Checklist]]&lt;br /&gt;
*[[Maxey Day: Checklist]]&lt;/div&gt;</summary>
		<author><name>Acrook</name></author>
	</entry>
</feed>