파일:Eicosanoid synthesis.svg

문서 내용이 다른 언어로는 지원되지 않습니다.
위키백과, 우리 모두의 백과사전.

원본 파일(SVG 파일, 실제 크기 512 × 403 픽셀, 파일 크기: 9 KB)

설명 Ghost of w:Image:Eicosanoid_synthesis.png, as requested.
날짜
출처 w:Image:Eicosanoid_synthesis.png
저자 Jfdwolff, whitespace removed by Fvasconcellos, recreated with editable text by Krishnavedala.
저작권
(이 파일을 인용하기)
GNU head GNU 자유 문서 사용 허가서 1.2판 또는 자유 소프트웨어 재단에서 발행한 이후 판의 규정에 따라 본 문서를 복제하거나 개작 및 배포할 수 있습니다. 본 문서에는 변경 불가 부분이 없으며, 앞 표지 구절과 뒷 표지 구절도 없습니다. 본 사용 허가서의 전체 내용은 GNU 자유 문서 사용 허가서 부분에 포함되어 있습니다.
w:ko:크리에이티브 커먼즈
저작자표시 동일조건변경허락
이 파일은 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 Unported 라이선스로 배포됩니다.
이용자는 다음의 권리를 갖습니다:
  • 공유 및 이용 – 저작물의 복제, 배포, 전시, 공연 및 공중송신
  • 재창작 – 저작물의 개작, 수정, 2차적저작물 창작
다음과 같은 조건을 따라야 합니다:
  • 저작자표시 – 적절한 저작자 표시를 제공하고, 라이센스에 대한 링크를 제공하고, 변경사항이 있는지를 표시해야 합니다. 당신은 합리적인 방식으로 표시할 수 있지만, 어떤 방식으로든 사용권 허가자가 당신 또는 당신의 사용을 지지하는 방식으로 표시할 수 없습니다.
  • 동일조건변경허락 – 만약 당신이 이 저작물을 리믹스 또는 변형하거나 이 저작물을 기반으로 제작하는 경우, 당신은 당신의 기여물을 원저작물과 동일하거나 호환 가능한 라이선스에 따라 배포하여야 합니다.
이 라이선스 틀은 GFDL 라이선스 변경의 일부로 이 파일에 추가되었습니다.
다른 버전 이 파일은 다음으로 파생됨:  Eicosanoid synthesis pl.svg, Eicosanoid_synthesis_arm.png
SVG 발전
InfoField
 
SVG 파일의 소스 코드 문법이 올바릅니다.
 
벡터 그림LaTeX(으)로 제작되었습니다, converted to SVG using dvisvgm and manually edited using text editor.
이 파일을 번역

이 SVG 파일은 편집 가능한 문자를 사용하므로 Inkscape나 Adobe Illustrator를 사용하여 쉽게 다른 언어로 번역할 수 있습니다. 여기를 참고하세요.

또한 텍스트 편집기를 이용하여 수동으로 파일을 번역할 수도 있습니다.

소스 코드
InfoField

LaTeX code

Source code
\documentclass[10pt,border=0pt,crop,multi=false,tikz,class=scrartcl]{standalone}
\usepackage[T1]{fontenc}
\usepackage{DejaVuSans}
\usepackage{amsmath}
\usetikzlibrary{positioning, calc}

\renewcommand*{\familydefault}{\sfdefault}
 
\begin{document}
\begin{tikzpicture}[
    >=latex,
    arrow/.style={->,thick},
    cat2/.style={color=blue,font=\footnotesize, minimum width=1.5cm},
    cat/.style={cat2, font=\itshape\footnotesize},
    every node/.style={minimum width=1cm, align=center}
]
\node (d1) {Diacylglycerol or phospholipid};
\node[below=1.5cm of d1,font=\large] (d2) {Arachidonic acid};
\node[right=3cm of d2] (d22) {HPETE (hydroperoxy-\\eicosatetraenoic acid)};
\node[below=2cm of d2,font=\large] (d3) {Prostaglandin H\({}_\text{2}\) (PGH\({}_\text {2}\))};
\node[below=1.25cm of d22] (d32) {Leukotriene A\(_\text 4\)};
\node[left=1.7cm of d32] (d33) {LTB\(_4\)};
\node[below=1.25cm of d32] (d42) {Leukotriene C\(_\text 4\)};
\node[below=1cm of d42] (d52) {Leukotriene D\(_\text 4\)};
\node[below=1cm of d52] (d62) {Leukotriene E\(_\text 4\)};
\node[below=4.5cm of d3,anchor=65] (d501) {Prostacyclin\\(PGI\({}_\text2\))};
\node[below right=4.5cm and -1.5cm of d3,anchor=155] (d502) {Thromboxane\\(TXA\({}_\text2\))};
\draw[arrow] (d1) -- 
    node[pos=.5,left,cat] {Phospho-\\lipase C} 
    node[pos=.5,right,cat] {Phospho-\\lipase A\({}_{\textit2}\)} 
    (d2);
\draw[arrow] (d2) -- 
    node[pos=.5,below,cat] {Lipooxygenase\\(FLAP, Alox5)} 
    (d22);
\draw[arrow] (d2) -- 
    node[pos=.5,left,cat,align=right] {PGH\({}_{\textit2}\) synthase\\ (cox--1 or cox--2 and\\ peroxidase)}
    (d3);
\draw [arrow] (d22) -- (d32);
\draw[arrow]
    (d32) ++(-1.75,.75) node (h2o) {H\(_\text 2\)O} 
    (h2o) to [out=-90,in=0] (d33)
    (d32) -- (d33)
    ;
\draw[arrow]
    (d32) -- node [pos=.5,above left=.15cm and .5cm] (glut1) {Glutathione}
    node[pos=.5,right,cat] {Glutathione-\\S-transferase}
    (d42)
    (glut1) to [out=0,in=90] (d42)
    ;
\draw[arrow]
    (d42) -- node [pos=.5,below left=.1cm and .75cm] (glut2) {Glutatmic acid}
    (d52)
    ;
\draw [arrow] (d42) to [out=-90,in=0] (glut2);
\draw [arrow] (d52) -- (d62);
\draw [arrow] (d3) to [out=180,in=90] node[pos=.5,above left,cat2] {PGD\\synthase} ++(-3.25,-.75) 
    node [anchor=north] {PGD\(_\text 2\)}
    ;
\draw [arrow] (d3.south) ++(-1.75,0) 
    -- node[pos=.5,right,cat2,align=left] {PGE\\synthase} 
    ++(0,-2) node[anchor=north] (d41) {PGE\(_\text2\)};
\draw [arrow] (d41) to [out=-90,in=0] ++(-1,-1) node [anchor=east] {PGF\(_\text2\)};
\draw [arrow] (d3) -- node[pos=.5,rotate=90,cat2,below] {Prostacyclin synthase}
    (d501.north -| d3);
\draw [arrow] (d3.south -| d502) -- node[pos=.5,rotate=90,cat2,below] {Thromboxane synthase}
    (d502);
\draw [arrow] (d501) -- node[pos=.5,below,cat2] {endothelium}
    ++(-2.8,0)
    node[anchor=east] {6-keto-\\PGF\(_{\text1\mathrm\alpha}\)};
\draw [arrow] (d502) -- node[pos=.5,below,cat2] {platelets}
    ++(2.8,0)
    node[anchor=west] {Thromboxane\\(TXA\(_\text2\))};
\end{tikzpicture}
\end{document}

설명

이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다

이 파일에 묘사된 항목

다음을 묘사함

파일 역사

날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.

날짜/시간섬네일크기사용자설명
현재2020년 5월 14일 (목) 03:102020년 5월 14일 (목) 03:10 판의 섬네일512 × 403 (9 KB)Krishnavedalafixed margin on the right hand side
2020년 5월 14일 (목) 03:082020년 5월 14일 (목) 03:08 판의 섬네일512 × 405 (9 KB)Krishnavedalarecreated using TEX, converted using dvisvgm and manually tweaked
2009년 8월 24일 (월) 07:352009년 8월 24일 (월) 07:35 판의 섬네일320 × 285 (244 KB)QuibikReduced file size.
2009년 7월 28일 (화) 01:422009년 7월 28일 (화) 01:42 판의 섬네일320 × 285 (440 KB)Fvasconcellostext to paths
2009년 7월 26일 (일) 07:482009년 7월 26일 (일) 07:48 판의 섬네일320 × 285 (31 KB)BdonlanReupload an unchanged copy in hopes of regenerating the broken thumbnail.
2007년 1월 31일 (수) 07:522007년 1월 31일 (수) 07:52 판의 섬네일320 × 285 (35 KB)Fvasconcellos{{Information |Description= Ghost of w:Image:Eicosanoid_synthesis.png, as requested. |Source= w:Image:Eicosanoid_synthesis.png |Date= January 30, 2007 |Author= Jfdwolff, whitespace removed by {{U|Fvasconcellos}} |Permission

다음 문서 2개가 이 파일을 사용하고 있습니다:

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다:

이 파일의 더 많은 사용 내역을 봅니다.

메타데이터