Merge branch 'master' into topic/pedigree_upload_fix
[sgn.git] / cgi-bin / community / feature / 200407.pl
blob0c96d9fcc799ebde55f7200279a8e142c3afecf1
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('200407.html','html2pl converter');
4 my $stylesheet=<<END_STYLESHEET;
5 <style type="text/css">
6 <!--
7 body {
8 color: #000000;
9 background-color: #ffffff;
12 p {
13 margin-left: 40px;
14 text-align: justify;
17 .footnote {
18 font-size: small;
19 /*width: 700px;*/
20 text-align:center;
23 .bibliography {
24 text-indent: -20px;
26 -->
27 </style>
28 END_STYLESHEET
30 $page->header('The Kim Lab', undef, $stylesheet);
31 print<<END_HEREDOC;
33 <center>
34 <h1>The Kim lab</h1>
36 <p class="footnote"><img src="/static_content/community/feature/200407-1.jpg" width="720" height=
37 "540" border="0" alt="Members of the Kim lab" /> B. D. Kim Lab
38 members in the middle yard of the new CALS building in Seoul
39 campus (as of March 16, 2004, from left to right) Top line - D.
40 H. Kim (PhD), C. H. Chang, H. J. Noh, W. K. Min, I. Lambein
41 (PhD), J. H. Kim Middle line - S. Lee, M. S. Han, J. Y. Lee, B.
42 D. Kim (PhD), H. J. Kim, E. Y. Yoo (PhD), O. R. Kim, H. J. Kim,
43 J. H. Sung Bottom line - J. S. Shin, J. H. Han (PhD), W. H.
44 Kang, H. R. Lee, J. M. Lee, S. I. Yeom, M. G. Park</p>
45 </center>
47 <h2>Research interests</h2>
49 <p>The focus of research in our laboratory is molecular and
50 genetic analysis of pepper (Capsicum spp.) for useful traits,
51 especially pungency, disease resistance, fruit color, and male
52 sterility. Experimental approaches for investigating pepper genes
53 are 1) development of high-resolution genetic maps using RFLP,
54 SSR and AFLP, 2) BAC library construction for physical mapping
55 and map-based cloning, 3) QTL mapping of disease resistance, 4)
56 comparative genomics in Solanaceae, 5) identification of genes
57 related to pungency, fruit color, fruit quality, and disease
58 resistance 6) generation of male sterile plants.</p>
60 <p>Dr. Kim is a professor of Dept. Plant Science (<a href=
61 "http://plaza.snu.ac.kr/~mglab/ko_frame.htm">http://plaza.snu.ac.kr/~mglab/ko_frame.htm</a>)
62 and a director of Center for Plant Molecular Genetics and
63 Breeding Research (CPMGBR) (<a href=
64 "http://pmgb.snu.ac.kr/">http://pmgb.snu.ac.kr/</a>) at Seoul
65 National University. CPMGBR was established in 1999 as one of the
66 excellent science research centers designed and funded by the
67 Ministry of Science and Technology (MOST) and the Korea Science
68 and Engineering Foundation (KOSEF). The objective of the CPMGBR
69 is to bridge the science of plant molecular genetics and the
70 technology breeding with the goals of advancing science and
71 developing new hot pepper plants with better quality and
72 resistances to plant pathogens.</p>
74 <h2>Selected Publications</h2>
76 <p>Lee, J.M., Nahm, S.H., Kim, Y.M., and Kim, B.D. (2004)
77 Characterization and molecular genetic mapping of microsatellite
78 loci in pepper. Theor. Appl. Genet. 108: 619-627</p>
80 <p>Yoo, E.Y., Kim, S., Kim, Y.H., Lee, C.J., and Kim, B.D. (2003)
81 Construction of a deep coverage BAC library from Capsicum annuum,
82 'CM334'. Theor. Appl. Genet. 107: 540-543</p>
84 <p>Huh, J.H., Kang, B.C., Nahm, S.H., Kim, S., Ha, K. S., Lee,
85 M.H., and Kim, B.D. (2001) A candidate gene approach identified
86 phytoene synthase as the locus for mature fruit color in red
87 pepper (Capsicum spp.). Theor. Appl. Genet. 102: 524-530</p>
89 <p>Kang, B.C., Nahm, S.H., Huh, J.H., Yoo, H.S., Yu, J.W., Lee,
90 M.H., and Kim B.D. (2001) An Interspecific (Capsicum annuum x C.
91 chinense) F2 Linkage Map in Pepper Using RFLP and AFLP Markers.
92 Theor. Appl. Genet. 102: 531-539</p>
94 <p>Kim, M., Kim, S., Kim, S., and Kim B.D. (2001) Isolation of
95 cDNA clones differentially accumulated in the placenta of pungent
96 pepper by suppression subtractive hybridization. Mol. Cells.
97 11:213-219</p>
99 <p>Lee, S.J., Suh, M.C., Kim, S., Kwon, J.K., Kim, M., Paek,
100 K.H., Choi, D., and Kim, B.D. (2001) Molecular cloning of a novel
101 pathogen-inducible cDNA encoding a putative acyl-CoA synthetase
102 from Capsicum annuum L. Plant Mol Biol. 46: 661-671</p>
104 <p>Cho, H.J., Kim, S., Kim, M., Kim, B.D. (2001) Production of
105 transgenic male sterile tobacco plants with the cDNA encoding a
106 ribosome inactivating protein in Dianthus sinensis L. Mol Cells.
107 11:326-333</p>
109 <h2>Contact</h2>
111 <p>Byung-Dong KIM<br />
112 Professor and Director<br />
113 Center for Plant Molecular Genetics and Breeding Research<br />
114 Seoul National University<br />
115 San 56-1 Shinlim-dong, Gwanak-gu<br />
116 Seoul 151-742, Korea<br />
117 E-mail: <a href=
118 "mailto:kimbd\@snu.ac.kr">kimbd\@snu.ac.kr</a><br />
119 Phone: +82-2-880-4933, Fax: +82-2-873-5410<br /></p>
120 END_HEREDOC
121 $page->footer();