⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mt_invitro_drug.cix

📁 Digital Notebook for MacOS X v1.1.0
💻 CIX
字号:
<?xml version="1.0"?>
<xdma>
  <config type="mt_invitro_drug" 
          version="1" 
          description="For MT images." />


	<widget>
		<label>Imaging date</label>
        <description>Date the image was taken</description>
		<type formelement="dateedit" />
		<value autofill="date_time"></value>
		<tag_name>image_date</tag_name>
	</widget>
	
	<widget>
		<label>Experimenter</label>
        <description>
           Who performed the experiment
         </description>
		<type formelement="combobox" />
		<value></value>
		<tag_name>experimenter</tag_name>
	</widget>

 	<widget>
		<label>File Name</label>
		<type formelement="lineedit">
			<type_conf>
				<maxlength>2000</maxlength>
			</type_conf>
		</type>
		<value></value>
		<tag_name>FileName</tag_name>
	</widget>
	
	<widget>
		<label>Assay</label>
		<description>Constant for this Template</description>		
		<type formelement="combobox">
			<type_conf>
				<item>in vitro</item>
			</type_conf>
		</type>
		<value>in vitro</value>
		<tag_name>assay</tag_name>
	</widget>
	
	<widget>
		<label>Assembly Technique</label>
		<description>nucleation source</description>		
		<type formelement="combobox">
			<type_conf>
				<item>Axoneme</item>
				<item>Glycerol Seed</item>
			</type_conf>
		</type>
		<value>Axoneme</value>
		<tag_name>assembly_technique</tag_name>
	</widget>
	
	<widget>
		<label>Microscope</label>
		<description>Microscope</description>		
		<type formelement="combobox">
			<type_conf>
				<item>Epifluorescence</item>
				<item>Spinning Disc Confocal</item>
				<item>Scanning Laser Confocal</item>
				<item>Differential Interference Contrast (DIC)</item>
				<item>Darkfield</item>
			</type_conf>
		</type>
		<value>Differential Interference Contrast (DIC)</value>
		<tag_name>microscope</tag_name>
	</widget>

	<widget>
	  <label>Magnification</label>
          <description>Magnification in natural units</description>
          
          <type formelement="doublespinbox">
            <type_conf>
              <minvalue>0.0</minvalue>            
              <singlestep>0.0001</singlestep>   
              <decimals>8</decimals>                             
            </type_conf>
          </type>	  
	  <tag_name>magnification</tag_name>
	  <value autofill="pixel_resolution_x">0.0</value>
	</widget>
	
	<widget>
		<label>Binning</label>
		<description>Binning</description>		
		<type formelement="combobox">
			<type_conf>
				<item>Yes</item>
				<item>No</item>
			</type_conf>
		</type>
		<value>Yes</value>
		<tag_name>binning</tag_name>
	</widget>
	
	<widget>
		<label>Visualization Protein</label>
		<type formelement="combobox">
			<type_conf>
				<item>Microinjection (Rhodamine Tubulin)</item>
			</type_conf>
		</type>
		<value></value>
		<tag_name>protein_illumination</tag_name>
	</widget>
	
	<widget>
		<label>Test Drug</label>
		<type formelement="combobox">
			<type_conf>
				<item>Taxol</item>
				<item>Sulphorophane</item>
			</type_conf>
		</type>
		<value>Taxol</value>
		<tag_name>test_drug</tag_name>
	</widget>
	
	
	<widget>
		<label>Drug Formulation</label>
		<description>how is the drug solubilized</description>
		<type formelement="combobox">
			<type_conf>
				<item>DMSO</item>
				<item>Water</item>
			</type_conf>
		</type>
		<value>DMSO</value>
		<tag_name>test_formulation</tag_name>
	</widget>
	
	<widget>
		<label>Drug Application Method</label>
		<type formelement="combobox">
			<type_conf>
				<item>Bath Incubation</item>
				<item>Injection</item>
			</type_conf>
		</type>
		<value>Bath Incubation</value>
		<tag_name>test_application</tag_name>
	</widget>
	
	<widget>
		<label>Drug Concentration (M)</label>
		<description>units in Mol</description>
		<type formelement="combobox">
			<type_conf>
				<item></item>
				<item></item>
			</type_conf>
		</type>
		<value></value>
		<tag_name>test_concentration</tag_name>
	</widget>
	
	<widget>
		<label>Incubation Time</label>
		<description>In Hours</description>
		<type formelement="combobox">
			<type_conf>
				<item>0</item>
				<item>1</item>
				<item>2</item>
				<item>4</item>
				<item>8</item>
				<item>12</item>
				<item>24</item>
			</type_conf>
		</type>
		<value>2 Hours</value>
		<tag_name>incubate_time</tag_name>
	</widget>
	
	<widget>
		<label>Steady State</label>
		<type formelement="combobox">
			<type_conf>
				<item>Yes</item>
				<item>No</item>
			</type_conf>
		</type>
		<value>Yes</value>
		<tag_name>steady_state</tag_name>
	</widget>
</xdma>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -