Difference between revisions of "Team:Tokyo Tech/Team"

Line 144: Line 144:
 
     text-align:right;
 
     text-align:right;
 
     color: #000000;
 
     color: #000000;
 +
}
 +
.table{
 +
    font-size: 18px;
 
}
 
}
 
.table_left{
 
.table_left{
Line 392: Line 395:
 
     // The function to write profile
 
     // The function to write profile
 
     function write_profile(index){
 
     function write_profile(index){
/*
 
var out = '<table rules="none">'
 
+ '<tr><td class="profile_header">Name:</td><td>' + profiles[index][0] + '</td></tr>'
 
+ '<tr><td class="profile_header">School:</td><td>' + profiles[index][1] + '</td></tr>'
 
+ '<tr><td class="profile_header">Department:</td><td>' + profiles[index][2] + '</td></tr>';
 
if(profiles[index][3] != null){
 
    out += '<tr><td class="profile_header">Course:</td><td>' + profiles[index][3] + '</td></tr>';
 
}
 
out += '</table>';
 
*/
 
 
 
 
// Despite table, use div  
 
// Despite table, use div  
 
var has_course = (profiles[index][3] != null);
 
var has_course = (profiles[index][3] != null);
/*
 
var out = '<div class="table">'
 
+ '<div class="table_left">Name:<br />School:<br />Department:';
 
*/
 
 
var out = '<div class="table"><p class="name">' + profiles[index][0]
 
var out = '<div class="table"><p class="name">' + profiles[index][0]
 
+ '</p><div class="table_left">School:<br />Department:';
 
+ '</p><div class="table_left">School:<br />Department:';
Line 415: Line 404:
 
}
 
}
 
out += '</div><!-- /table_left -->';
 
out += '</div><!-- /table_left -->';
/*
 
out += '<div class="table_right">'
 
    +  profiles[index][0] + '<br />' + profiles[index][1] + '<br />' + profiles[index][2];
 
*/
 
 
out += '<div class="table_right">'
 
out += '<div class="table_right">'
 
    +  profiles[index][1] + '<br />' + profiles[index][2];
 
    +  profiles[index][1] + '<br />' + profiles[index][2];

Revision as of 05:34, 13 October 2016

About Us

Team Members

Instructors

Yoichi Tagawa

Nobuhiro Hayashi

Nobutaka Nakashima

Masayuki Yamamura

Advisor

Daisuke Kiga

College

As one of Japan's top universities, Tokyo Institute of Technology seeks to contribute to civilization, peace and prosperity in the world, and aims at developing global human capabilities par excellence through pioneering research and education in science and technology, including industrial andsocial management. To achieve this mission, we have an eye on educating highly moral students to acquire not only scientific expertise but also expertise in the liberal arts, and a balanced knowledge of the social sciences and humanities, all while researching deeply from basics to practice with academic mastery. Through these activities, we wish to contribute to global sustainability of the natural world and the support of human life.

About Tokyo Tech