文書の過去の版を表示しています。


目次

2020

<script type=“text/javascript” language=“JavaScript”><!––><![CDATA[><!– function CountdownTimer(elm,tl,mes){ this.initialize.apply(this,arguments); } CountdownTimer.prototype={ initialize:function(elm,tl,mes) {

this.elem = document.getElementById(elm);
this.tl = tl;
this.mes = mes;

},countDown:function(){

var timer='';
var today=new Date();
var day=Math.floor((this.tl-today)/(24*60*60*1000));
var hour=Math.floor(((this.tl-today)%(24*60*60*1000))/(60*60*1000));
var min=Math.floor(((this.tl-today)%(24*60*60*1000))/(60*1000))%60;
var sec=Math.floor(((this.tl-today)%(24*60*60*1000))/1000)%60%60;
var milli=Math.floor(((this.tl-today)%(24*60*60*1000))/10)%100;
var me=this;
if( ( this.tl - today ) > 0 ){
 if (day) timer += '<span class="day">'+day+'日</span>';
 if (hour) timer += '<span class="hour">'+hour+'時間</span>';
 timer += '<span class="min">'+this.addZero(min)+'分</span><span class="sec">'+this.addZero(sec)+'秒</span><span class="milli">'+this.addZero(milli)+'</span>';
 this.elem.innerHTML = timer;
 tid = setTimeout( function(){me.countDown();},10 );
}else{
 this.elem.innerHTML = this.mes;
 return;
}

},addZero:function(num){ return ('0'+num).slice(-2); } } function CDT(){ var tl = new Date('2036/1/1 00:00:00'); var timer = new CountdownTimer('CDT',tl,'終了しました'); timer.countDown(); } window.onload=function(){ CDT(); } –><!]]></script> === M2 === * 18511 (13222) 日後に タイトル登録 (修士論文中間発表) (2020年09月07日) * 18518 (13227) 日後に 要旨提出 (修士論文中間発表) (2020年09月14日) * 18527 (13234) 日後に 修士論文中間発表 (2020年09月23日) 修士論文の中間発表は、研究の中間報告です。 学会等で既に発表している内容の報告と、修士論文提出までの遂行課題の紹介です。要旨提出までに、内容を整理して、執筆し、推敲を終えることが望まれます。 === B4 === * 18519 (13228) 日後に タイトル登録 (卒業研究中間発表) (2020年09月15日) * 18528 (13235) 日後に 要旨提出 (卒業研究中間発表) (2020年09月24日) * 18533 (13238) 日後に 卒業研究中間発表 (2020年09月29日) 卒業研究の中間発表は、研究計画の承認から、既に遂行している研究の中間報告まで、少し幅広く位置付けられています。これは、4年生は研究室での初年度に当たるためです。 要旨提出までに、研究の方針を固めておき、試行をするなど、少なくとも研究の見通しを立てて、内容をまとめて、執筆し、推敲を終えることが望まれます。 === JSQCで発表する人 === * 18532 (13237) 日後に 発表申し込み (2020年09月28日) * 18562 (13259) 日後に 予稿提出 (2020年10月28日) * 18593 (13281) 日後に 第50回年次大会 (2020年11月28日) === REAJで発表する人 === * 18534 (13239) 日後に 発表申し込み (2020年09月30日) * 18562 (13259) 日後に 予稿提出 (2020年10月28日) * 18571 (13266) 日後に 第33回秋季信頼性シンポジウム (2020年11月06日)