都丸雅敏
Tomaru Masatoshi

個人のページです。
研究については、ショウジョウバエ遺伝資源センターの ページへどうぞ。 もっとも同じ内容がこのページの下にありますが。
京都工芸繊維大学のトップページへ。

Email: tomaru AT kit.jp <-- スパムメール対策のつもり
☆2004年4月からメールアドレスから「ipc」が抜けました (京都工芸繊維大学の「総合情報処理センター」が「情報科学センター」に 改組されて、ipcの略がヘンになったため、削ることになったそうです)。 「ac」はあってもなくてもOKです。
Web page: http://www.cis.kit.ac.jp/~tomaru/
photo tomaru
photo by たくみ
日経サイエンスに載せたもの。
クリックすると大きくなります
(誰も見ないような気も)。

らてふ LaTeX

今年度(2002年度)、応用生物学科の生物学基礎実験(2回生対象)を 1回担当することになりました。
担当教官毎にテキストを作るのですが、 フォーマットに合わせなければなりません。 文字フォントは明朝の系列のもの、 サイズは12ポイントを使い、 フッタ部分に担当者の名前とページ番号を入れなければなりません。 これに対応したのが、下です。 ページ番号の触り方は、
http://www.geocities.co.jp/SiliconValley/7231/geobook.html を参考にしました。 なお、このまま使うと、フッタは「都丸−○」(○は数字) となりますので、書き替えて使って下さい。 LaTeX2e 用です。

\documentclass[a4p,12pt]{jarticle}
\usepackage{times}
\usepackage{graphicx}
 
\makeatletter
  \def\ps@tomarupage{\let\ps@jpl@in\ps@headnombre
    \def\@oddfoot{\hfil 都丸−\thepage \hfil} % センタリングするために、両側を空白(\hfil)で埋める。
  }
  \pagestyle{tomarupage}
\makeatother
 
\begin{document} \pagestyle{tomarupage}  
% ここに本文  
\end{document}

図も入れて、コンパイルすれば出来上り。 松ヶ崎はちょっと遠いので、 印刷用の原稿をメールの添付ファイルで送りました。 テキストはpdfファイルにすると、 文書が崩れずに、しかも誰でも扱えるので、pdfにしました。

$platex text2002.tex; platex text2002.tex; dvipsk text2002 ← 図が入るので二度コンパイル
$ps2pdf text2002.ps text2002.pdf

今、同じことをするなら、
$platex text2002; platex text2002; dvipdfm text2002
とします(08 Augsut 2004)


php: hypertext processor

ショウジョウバエ遺伝資源センターでは、 ユーザがのストックリストを検索して、 必要なショウジョウバエの系統をリクエストする ページを提供しています。
検索し、そのなかから複数の系統を一時的に記憶し、 最後に確認の後にリクエストする、ということを行います。 お買い物サイトと同じです。
ストックリストは、リレーショナルデータベースの postgreSQL を使い、 その操作とweb インタフェイスには、phpを使いました。 ページが変わっても情報を保持しつづけるために、 セッションを使っています。 セッションを使えばクッキーを使わずにすむし、 いろいろ複雑なことも出来て便利なようです(使いこなせていませんが)。 慣れれば簡単なのでしょうけれども、セッションには ちょいと苦しめられました。 ソースコードは下に。

Under construction (ちょっと待ってて)

そのほかのことも。

  1. ブラウザの判定:<button> </button> が使えるブラウザを判定する。 使えるのは、マイクロソフトインターネットエクスプローラとネットスケープ6。
    $str = $HTTP_USER_AGENT;
    $dgrc_browser;
    if(eregi("MSIE", $str) || eregi("Netscape6", $str)) {
         $dgrc_browser="IENN6";
    } else {
         $dgrc_browser="NN4";
    }


html tips

上のようにして、ストックを検索するページを作るときに、 結果的に html のちょっとしたこと(小技?)を 学んでしまいました(無用な知識?が増えてしまった……)。

  1. 別なサイトから呼び出されたときに、フレームの中では開かないようにする。 下のコードを <head> </head> の中に書いておけばよい。
    <script language="JavaScript">
    <!--
    if(self != top){
    top.location.href = self.location.href;
    }
    //-->
    </script>

  2. 文字セットをISO 8859-1(=Latin1)にする。 下のコードを <head> </head> の中に書いておけばよい。 こうしておくと日本語は確実に読めません (^^;
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

  3. ○秒後に別なページへ飛ぶ。 下のコードを <head> </head> の中に書いておけばよい。
    <meta http-equiv="Refresh" content="3; URL="移動先のURL"">
    この例では3秒後に移動する。

  4. プロポーショナルフォントを使わないようにする。 <tt> と </tt> で囲む。
    <tt>non proportional</tt> ← プロポーショナルフォントにならない。
    proportional ← プロポーショナルフォントになる(tとiとoの文字の間隔に注目!)。
    プロポーショナルフォントを使わないようにブラウザを設定しているときは、 プロポーショナルフォントを使うようにはなりません。


CV

ここに書いてみようかな、という気持あり。しかし……


研究テーマ Research Interests:

貯精機構、精子間競争、性淘汰
Sperm storage, sperm competition, sexual selection

原著論文 Recent Publications:

  1. Tomaru, M., Oguma, Y. & Watada, M. 2005. Courtship in Drosophila quadrilineata with a unique male behavioral element, abdomen bending. Journal of Ethology in press.
  2. Tomaru, M., Yamada, H. & Oguma, Y. 2004. Female mate recognition and sexual isolation depending on courtship song in Drosophila sechellia and its siblings. Genes and Genetic System 79: 145 -- 150.
  3. Sakai, T., Isono, K., Tomaru, M., Fukatami, A., & Oguma, Y. 2002. Light wavelength dependency of mating activity in the Drosophila melanogaster species subgroup. Genes and Genetic System 77: 187 -- 195.
  4. Yamada, H., Sakai, T., Tomaru, M., Doi, M., Matsuda, M., & Oguma, Y. 2002. Search for species-specific mating signal in courtship songs of sympatric sibling species, Drosophila ananassae and D. pallidosa. Genes and Genetic System 77: 97 -- 106.
  5. Doi, M., Matsuda, M., Tomaru, M., Matsubayashi, H., & Oguma, Y. A locus for female discrimination behavior causing sexual isolation in Drosophila. Proceedings of the National Academy of Sciences in the United States of America 2001 98: 6714 -- 6719
  6. Tomaru, M & Oguma, Y. Mate choice in Drosophila melanogaster and D. sechellia: criteria and their variation depending on courtship song. Animal Behaviour 2000 60: 797 -- 804
  7. Tomaru, M, Doi, M, Higuchi, H. & Oguma, Y. Courtship song recognition in the Drosophila melanogaster complex: Heterospecific songs makes females receptive in D. melanogaster but not in D. sechellia. Evolution 2000 54: 1286 -- 1294
  8. Tomaru, M., Matsubayashi, H. & Oguma, Y. Effects of courtship song in inter-specific crosses among the species of the Drosophila auraria complex (Diptera: Drosophilidae). Journal of Insect Behavior 1998 11: 383 -- 398
  9. Omura, T., Yan, J., Zhong, B., Wada, M., Zhu, Y., Tomaru, M, Maruyama, W., Kikuchi, A., Watanabe, Y., Kimura, I. & Hibino, H. The P2 protein of rice dwarf phytoreovirus is required for adsorption of the virus to cells of the insect vector. Journal of Virology 1998 72: 9370 -- 9373
  10. Tomaru, M, Maruyama, W., Kikuchi, A., Yan, J., Zhu, Y., Suzuki, N., Isogai, M., Oguma, Y, Kimura, I. & Omura, T. The loss of outer capsid protein P2 results in nontransmissibility by the insect vector of rice dwarf phytoreovirus. Journal of Virology 1997 71: 8019 -- 8023
  11. Sakai, T., Isono, K., Tomaru, M & Oguma, Y. Contribution by males to intraspecific variation of the light dependency of mating in the Drosophila melanogaster species subgroup. Genes and Genetic System 1997 72: 269 -- 274
  12. Sakai, T., Isono, K., Tomaru, M. & Oguma, Y. Light-affected male following behavior is involved in light-dependent mating in Drosophila melanogaster. Genes & Genet. Systems 1997 72: 275--281
  13. Yan, J., Tomaru, M, Takahashi, A., Kimura, I., Hibino, H. & Omura, T. P2 protein encoded by genome segment S2 of rice dwarf phytoreovirus is essential for virus infection. Virology 1996 224: 539 -- 541
  14. Doi, M, Tomaru, M, Matsubayashi, H., Yamanoi, K. & Oguma, Y. Genetic analysis of Drosophila virilis sex pheromone: genetic mapping of the locus producing Z-(11)-pentacosene. Genetical Research 1996 68: 17--21
  15. Oguma, Y, Jallon, J.-M. Tomaru, M & Matsubayashi, H. Courtship behavior and sexual isolation between Drosophila auraria and D. triauraria in darkness and light. Journal of Evolutionary Biology 1996 9: 803--815
  16. Tomaru, M, Matsubayashi, H. & Oguma, Y. Heterospecific inter-pulse intervals of courtship song elicit female rejection in Drosophila biauraria. Animal Behaviour 1995 50: 905--914
  17. Oguma, Y, Sawa, M., Matsubayashi, H., Nonaka, M. & Tomaru, M. P element-induced high interspecific crossability between Drosophila melanogaster females and D. simulans males. Japanese Journal of Genetics 1995 70: 197--209
  18. Matsubayashi, H., Tomaru, M, Sawa, M., Nonaka, M. & Oguma, Y. Epistatic interactions among the P element-induced high interspecific crossability strains in Drosophila melanogaster. Japanese Journal of Genetics 1995 70: 211--221
  19. Oguma, Y, Wen, S., Tomaru, M, Matsubayashi, H. & Peng, T. Reproductive isolation between Drosophila lini and its siblings. Japanese Journal of Genetics 1995 70: 311--320
  20. Isono, K., Lazarova, G., Sakai, T., Tomaru, M, Matsubayashi, H. & Oguma, Y. Excitatory and inhibitory control of mating activity in Drosophila auraria and D. biauraria by light. Naturewissenschaften 1995 82: 241--242
  21. Tomaru, M. & Oguma, Y. Genetic basis and evolution of species-specific courtship song in the Drosophila auraria complex. Genetical Research 1994 63: 11--17
  22. Tomaru, M. & Oguma, Y. Differences in courtship song in the species of the Drosophila auraria complex. Animal Behaviour 1994 47: 133--140

原著論文(投稿中) Publications in submitted:

総説 Reviews:

  1. 都丸雅敏、小熊譲。 2003. ショウジョウバエの配偶行動と求愛歌. 遺伝 7月号(57巻4号): 80 -- 84.
  2. Sawamura, K. & Tomaru, M. 2002. Biology of reproductive isolation in Drosophila: toward a better understanding of speciation. Population Ecology 44: 209 -- 219.
  3. 都丸雅敏 ショウジョウバエの恋の歌. 日経サイエンス 11月号: 130--132. 2001.

Last modified at $Date: Wed Jun 22 01:26:59 2005 $