File:Visual cycle.svg

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

原始檔案(SVG 檔案,表面大小:841 × 750 像素,檔案大小:19 KB)


摘要

描述
English: The chemical reactions involved in a visual cycle. Image generated as PDF using LaTeX and then converted to SVG using dvisvgm. The resulting SVG was manually edited.
日期
來源 自己的作品
作者 Krishnavedala
SVG開發
InfoField
 
SVG檔案的原始碼通過W3C驗證
 
Translate this file This SVG file contains embedded text that can be translated into your language, using any capable SVG editor, text editor or the SVG Translate tool. For more information see: About translating SVG files.

LaTeX Source Code

Click to the right to expand
\documentclass[12pt,border=0pt,tikz,class=scrartcl]{standalone}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{lmodern}
\usepackage{mathtools,amssymb}
\usepackage{pgfplots}
\pgfplotsset{compat=1.10}
\usetikzlibrary{positioning,calc,arrows,fit,backgrounds,decorations.text,shapes}

\usepackage{chemfig,chemmacros}
\renewcommand*{\familydefault}{\sfdefault}
\renewcommand*\printatom[1]{\ensuremath{\mathsf{#1}}}
\setatomsep{1.5em}
\setdoublesep{.6ex}
\setarrowdefault{,1,ultra thick}
\setbondstyle{thick,cap=round}

\pagestyle{empty}
\begin{document}
\begin{tikzpicture}
	\node (n1) {
		\chemfig{*6(--(-)=(
		-=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]=^[::-60]N(-[6,.6,,1,draw=none]H|^{\scriptstyle+})-[::60,,,1]R|hodopsin
		)-(-[::-30])(-[::-90])--)}
	};
	\node at ($(n1)-(25em,0)$) (n2) {
		\chemfig{*6(--(-)=(
		-=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]=_[::-60]O
		)-(-[::-30])(-[::-90])--)}
	};
	\node at ($(n2)-(2,4.8)$) (n3) {
		\chemfig{*6(--(-)=(
		-=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]-[::-60]OH
		)-(-[::-30])(-[::-90])--)}
	};
	\node at ($(n3)-(0,3.8)$) (n4) {
		\chemfig{*6(--(-)=(
		-=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]-[::-60]OH
		)-(-[:120])(-[:60])--)}
	};
	\node at ($(n4.west)-(0,4)$) (n5) [anchor=west] {
		\chemfig{*6(--(-)=(
		-=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]-[::-60]O-[::60](=[2]O)-[::-60]R
		)-(-[:120])(-[:60])--)}
	};
	\node at ($(n5)+(34em,0)$) (n6) {
		\chemfig{*6(--(-)=(
		-=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]=_[::-60]-[6](-[::-60])=^[::60]-[::-60]-[::60]OH
		)-(-[:120])(-[:60])--)}
	};
	\node at ($(n6)+(0,4)$) (n7) {
		\chemfig{*6(--(-)=(
		-=_[::-60]-[::60](-[2])
		=_[::-60]-[::60]=_[::-60]-[6](-[::-60])=^[::60]-[::-60]=^[::60]O
		)-(-[:120])(-[:60])--)}
	};
	\node at ($(n7.east)+(.1,2.9)$) (n8) [anchor=south east] {
		\chemfig{*6(--(-)=(
			-=_[::-60]-[::60](-[2])
			=_[::-60]-[::60]=_[::-60]-[6](-[::-60])=^[::60]-[::-60]=^[::60]
			N(-[6,.6,,1,draw=none]H|^{\scriptstyle+})-[::60,,,1]R|hodopsin
			)-(-[:120])(-[:60])--)}
	};
	\node at ($(n5.east)!.5!(n6.west)-(3.7,4)$) (n9) {
		\chemfig{*6(--(-)=(
			-=_[::-60]-[::60](-[2])
			=_[::-60]-[::60]=_[::-60]-[6](-[::-60])=^[::60]-[::-60]-[::60]OH
			)-(-[:120])(-[:60])--)}
	};
	\node at ($(n5.east)!.5!(n6.west)+(3.7,-4.5)$) (n10) {
		\chemfig{*6(--(-)=(
			-=_[::-60]-[::60](-[2])
			=_[::-60]-[::60]=_[::-60]-[6](-[::-60])=^[::60]-[::-60]-[::60]O-[::-60] (-[::60]R)=[::-60]O
			)-(-[:120])(-[:60])--)}
	};
	\begin{pgfonlayer}{background} 
		\node [rounded corners=2em,draw=green,fill=yellow!30,line width=6pt,fit=(n1) (n2) (n3) (n8),inner sep=8pt] (big1) {};
		\node [rounded corners=2em,draw=green,fill=cyan!30,line width=6pt,fit=(n4) (n5) (n6) (n7) (n9) (n10),inner sep=8pt] (big2) {};
	\end{pgfonlayer}
	\draw [-latex,ultra thick] 
		(n1.west) -- (n2.east) 
		node [pos=.5,above] {\large\chemfig[green!50!black]{H_2O}};
	\draw [-latex,ultra thick] 
		(n2.south) node [above right] {\large all-trans retinal} 
		-- (n3.north) 
		node [pos=.5,left] {\large\color{green!50!black}all-trans RDH};
	\draw [-latex,ultra thick] 
		(n3.south) node [above right] {\large all-trans retinol} 
		-- (n4.north);
	\draw [-latex,ultra thick] 
		(n4.south) node [above right] {\large all-trans retinol} 
		-- (n4.north |- n5.north) 
		node [pos=.5,right] {\large\color{green!50!black}LRAT};
	\draw [-latex,ultra thick] 
		node at ($(n5)+(1,-1)$) {\large all-trans retinyl ester} 
		(n5.east) -- (n6.west) 
		node [pos=.5,above] {\large\color{green!50!black}RPE65};
	\draw [very thick] 
		(n9.north) .. controls ++(0,1.5) and ++(-1.5,0) .. ($(n5.east)!.5!(n6.west)$);
	\draw [-latex,very thick] 
		($(n5.east)!.5!(n6.west)$) .. controls ++(1.5,0) and ++(0,1.5) .. (n10.north);
	\draw [-latex,ultra thick] 
		node at ($(n6)+(0,-1)$) {\large 11-cis retinol} 
		(n6.north) -- ($(n7.south)+(0,.45)$) 
		node [pos=.5,left] {\large\color{green!50!black}11-cis RDH} 
		node [pos=1,above] {\large 11-cis retinal};
	\draw [-latex,ultra thick]
		(n7.north) -- (n7.north |- n8.south)
		node [pos=1,left] {\large 11-cis retinilidene};
	\draw [-latex,ultra thick]
		(n8.north) -- ($(n1.south)-(0,.1)$)
		node [pos=1,above] {\large all-trans retinilidene}
		node [pos=.5,right,inner xsep=8pt] {\large\color{green!50!black}h$\nu$};
	\draw [decorate, decoration={brace,amplitude=2em}, ultra thick]
		(big1.south west) -- (big1.north west)
		node [pos=.5,anchor=south,xshift=-20pt,rotate=90] {\Large Rod outer segment};
	\draw [decorate, decoration={brace,amplitude=2em}, ultra thick]
		(big2.south west) -- (big2.north west)
		node [pos=.5,anchor=south,xshift=-20pt,rotate=90] {\Large Retinal pigment epithelium};
\end{tikzpicture}
\end{document}

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
w:zh:創用CC
姓名標示 相同方式分享
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

檔案來源 Chinese (Taiwan) (已轉換拼寫)

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2016年3月30日 (三) 02:13於 2016年3月30日 (三) 02:13 版本的縮圖841 × 750(19 KB)KrishnavedalaMuch reduced and text is now translatable
2015年4月11日 (六) 07:34於 2015年4月11日 (六) 07:34 版本的縮圖824 × 748(82 KB)KrishnavedalaPDF conversion using {{w|dvisvgm}} giving a much optimized SVG
2015年4月10日 (五) 17:59於 2015年4月10日 (五) 17:59 版本的縮圖829 × 748(121 KB)KrishnavedalaUser created page with UploadWizard

下列頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

詮釋資料