差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
en:links [2014/09/13 22:57] kazen:links [2024/02/06 10:27] Hideaki IIDUKA
行 1: 行 1:
 +====== Links ======
 +  * [[http://www.sci.keio.ac.jp/en/people/detail.php?eid=00119|Prof. Wataru TAKAHASHI's web page]] 
 +  * [[http://www-optima.amp.i.kyoto-u.ac.jp/~fuku/fuku-e.html|Prof. Masao FUKUSHIMA's website]]
 +  * [[http://www.mi.kagu.tus.ac.jp/yabe/|Prof. Hiroshi YABE lab's website]]
 +  * [[http://www.sp.ict.e.titech.ac.jp|Prof. Isao YAMADA lab's website]]
  
 +
 +  * [[http://www.ndrc.kyutech.ac.jp/index_e.php|Network Design Research Center, Kyushu Instituite of Technology]]
 +    * [[http://netm.cse.kyutech.ac.jp/|Prof. Masato TSURU lab's website]]
 +    * [[http://www.uchida-lab.com/index-e.html|Prof. Masato UCHIDA's website]]
 +
 +
 +  * [[http://www.le.chiba-u.jp/~aoyama/|Prof. Koji AOYAMA's website]]
 +  * [[http://www.lab2.toho-u.ac.jp/sci/is/kimura/yasunori/en/|Prof. Yasunori KIMURA lab's website]]
 +  * [[http://www.lab2.toho-u.ac.jp/sci/is/toyoda/index_e.html|Prof. Masashi TOYODA lab's website]]
 +  * [[https://sites.google.com/site/fumiakikohsaka/home-jpn|Prof. Fumiaki KOHSAKA's website]]
 +  * [[http://www.akita-pu.ac.jp/system/elect/sce/matsushita/index-e.html|Prof. Shin-ya MATSUSHITA's website]] 
 +  * [[http://www2.kaiyodai.ac.jp/~yoshi-s/|Prof. Yoshiyuki SEKIGUCHI's website]]
 +  * [[https://sites.google.com/site/narushimalab/home|Prof. Yasushi NARUSHIMA's website]]
 +  * [[https://c-research.chuo-u.ac.jp/html/100004544_en.html|Prof. Shigeru IEMOTO's website]]
 +
 +----
 +  * [[https://proceedings.mlr.press/|JMLR]]
 +  * [[http://www.ams.org/mathscinet/index.html|MathSciNet]]
 +  * [[https://ieeexplore.ieee.org/Xplore/home.jsp|IEEE Xplore]]
 +  * [[http://www.siam.org/journals/siopt.php|SIAM Journal on Optimization]]
 +  * [[http://www.springer.com/mathematics/journal/10107|Mathematical Programming]]
 +  * [[http://www.journals.elsevier.com/european-journal-of-operational-research/|European Journal of Operational Research]]
 +  * [[http://yokohamapublishers.jp/index.html|Yokohama Publishers]]
 +
 +      
 +
 +<html><script type="text/javascript">/*<![CDATA[*/
 +jQuery(function()
 +{
 +  jQuery(".rainbow").each (function()
 +  {
 +    var procedure;
 +    var target = this;
 +    var clock = Math.floor ( Math.random ( ) * 360 );
 +    var text = jQuery(this).text ( );
 +    var i;
 +
 +    jQuery(target).empty ( );
 +    for ( i = 0; i < text.length; ++i )
 +      jQuery(target).append ( "<span>" + text[ i ] + "</span>" );
 +
 +    procedure = (function()
 +    {
 +      var children = jQuery(target).children ( );
 +      for ( i = 0; i < children.length; ++i )
 +        jQuery(children.get(i)).css ( "color", "hsl(" + ( ( clock + i * 60 ) % 360 ) + ",50%,50%)" );
 +      clock = ( clock + 30 ) % 360;
 +      setTimeout ( procedure, 100 );
 +    });
 +    procedure ( );
 +  });
 +});
 +/*]]>*/</script></html>
  • en/links.txt
  • 最終更新: 2024/02/06 10:29
  • by Hideaki IIDUKA