<p>课程设置:</p><p>该项目的课程在MIS里偏硬核。is项目8门课,需要完成32学分,coop 8个月左右的时间。在Boston/Seattle/SV三个校区都开了。适合想转码的同学。课程都是编程相关的,is有点类似mini cs吧。第一学期的课程会学java和算法2门课,所以建议无码背景的同学打好java, web的javascript的knowledge base。如果完全无码来学,会非常痛苦。因为Java课上老师讲的很快,基础的东西老师直接就不讲了,而算法课老师会默认大家已经熟练掌握Java.另外,IS项目压力大小和选课关系很大。</p><p>录取方面:</p><p>东北大学信息系统MS in Information Systems三维bar低,对转专业友好,cs,mis,ee的,商科、人文社科都可。</p><p>就业方面:</p><p>找工性价比高,有Career Studio,更重要的是还有co-op项目,可以为学生提供带薪实习的机会,也有可能拿到return offer,对于想要在美国就业的同学来说这无疑是很好的选择,也有去flag的!neu有三个校区:硅谷、西雅图和波士顿。西雅图和硅谷校区的优势在于就业氛围,波士顿校区的优势在于学校硬件和资源。</p>
SHOW FULL COLUMNS FROM `tb_univ_majorinfo` [ RunTime:0.005799s ]
SELECT `univ_col_id` FROM `tb_univ_majorinfo` WHERE `id` = 65564 LIMIT 1 [ RunTime:0.004884s ]
SHOW FULL COLUMNS FROM `tb_univ_collegeinfo` [ RunTime:0.005611s ]
SELECT `country_id` FROM `tb_univ_collegeinfo` WHERE `id` = 170 LIMIT 1 [ RunTime:0.006225s ]
SHOW FULL COLUMNS FROM `tb_track` [ RunTime:0.006152s ]
SELECT * FROM `tb_track` WHERE `majr_track` = 65564 AND `show_track` = 1 ORDER BY `id` ASC [ RunTime:0.011399s ]
SHOW FULL COLUMNS FROM `tb_univ_majorinfo_us` [ RunTime:0.006644s ]
SELECT `uc`.`country_id`,`uc`.`univ_name`,`uc`.`univ_ename`,`univ_col_id`,`umu`.`id`,`major_cname`,`major_ename`,`toefl_ac`,`toefl_total`,`toefl_min`,`toefl_send`,`ielts_ac`,`ielts_total`,`ielts_min`,`ielts_send`,`gmat_ac`,`gmat_total`,`gmat_min`,`gmat_send`,`gre_ac`,`gre_total`,`gre_min`,`gre_send`,`edu_ddl`,`viewpoint`,`pre_course`,`major_detail_id`,`major_detail_cname`,`uc`.`is_njstar`,`track`,major_detail_cname as major_detail_name,`major_id` FROM `tb_univ_majorinfo_us` `umu` LEFT JOIN `tb_univ_collegeinfo` `uc` ON `uc`.`id`=`umu`.`univ_col_id` WHERE `umu`.`id` = '65564' AND `umu`.`status` = '0' LIMIT 1 [ RunTime:0.005500s ]
SELECT `id`,`id_schl`,`school_id`,`cname_schl`,`mianshi`,`major_ename` FROM `tb_univ_majorinfo` LEFT JOIN `tb_school` `sch` ON `school_id`=`id_schl` WHERE ( id=65564 ) LIMIT 1 [ RunTime:0.005479s ]
SHOW FULL COLUMNS FROM `tb_univ_collegeinfo_sort` [ RunTime:0.006201s ]
SELECT `sort` FROM `tb_univ_collegeinfo_sort` WHERE `univ_col_id` = 170 AND `is_new` = 1 AND `sort_type` = 1 AND `sort_name` = '859' LIMIT 1 [ RunTime:0.005220s ]
SELECT `sort` FROM `tb_univ_collegeinfo_sort` WHERE `univ_col_id` = 170 AND `is_new` = 1 AND `sort_type` = 1 AND `sort_name` = '860' LIMIT 1 [ RunTime:0.004767s ]
SELECT `ucs`.`sort`,`umt`.`major_detail_cname`,`umt`.`tier`,`n`.`tier_desc` FROM `tb_univ_majorinfo_us` `umu` INNER JOIN `tb_univ_majorinfo_tier` `umt` ON `umu`.`id`=`umt`.`major_id` LEFT JOIN `tb_univ_collegeinfo_sort` `ucs` ON `umt`.`major_detail_id`=ucs.univ_major_class and umu.univ_col_id = ucs.univ_col_id and ucs.is_new = 1 and ucs.sort_type = 2 and ucs.sort_name = 862 LEFT JOIN `tb_newclass` `n` ON `n`.`class_cc`=umt.major_detail_id and n.ctry_cc = 12 WHERE `umu`.`id` = '65564' [ RunTime:0.006036s ]
SELECT `is_stem`,`season`,`edu_years`,`edu_fee`,`class_size`,`avg_gpa`,`avg_g`,`per_inter`,`per_sex`,`per_work`,`salary`,`per_stay` FROM `tb_univ_majorinfo_us` WHERE `id` = 65564 AND `status` = 0 LIMIT 1 [ RunTime:0.004568s ]
SELECT `major_id`,`major_detail_name` FROM `tb_univ_majorinfo` WHERE ( id=65564 ) LIMIT 1 [ RunTime:0.005866s ]
SHOW FULL COLUMNS FROM `tb_news` [ RunTime:0.005817s ]
SELECT distinct `id_news`,`title_news`,`time_news`,`cname_news`,`cuniv_news`,`cmajr_news`,`detail_news`,`id_univ`,`newsid` FROM `tb_news` LEFT JOIN `tb_advisernews` ON `id_news`=`newsid` WHERE `id_univ` = 170 AND `major_news` = 65564 AND `cname_news` NOT IN ('0','') AND `type_news` = 'succ' ORDER BY `time_news` DESC,`id_news` DESC LIMIT 4 [ RunTime:0.006613s ]
select distinct cover,hot_cover,c.id,title,create_at,m_reading,school_id,video,c.type,create_at as time,c.level_limit,c.cate_id
from tb_article_content c,tb_major_information d,tb_information_count a
left join tb_univ_majorinfo_us b on a.major_id =b.id and a.school_id=b.univ_col_id
where d.information_id=a.id
and d.article_id=c.id
and d.information_id=a.id
and school_id=170
and a.major_id=65564 and video!=''
order by c.create_at desc
limit 2 [ RunTime:0.006763s ]
select distinct cover,hot_cover,c.id,title,create_at,m_reading,school_id,video,c.type,create_at as time,c.level_limit,c.cate_id
from tb_article_content c,tb_major_information d,tb_information_count a
left join tb_univ_majorinfo_us b on a.major_id =b.id and a.school_id=b.univ_col_id
where d.information_id=a.id
and d.article_id=c.id
and d.information_id=a.id
and school_id=170
and a.major_id=65564 and video=''
order by c.create_at desc
limit 3 [ RunTime:0.005102s ]
SHOW FULL COLUMNS FROM `tb_article_category` [ RunTime:0.006642s ]
SELECT * FROM `tb_univ_majorinfo` WHERE `id` = 65564 LIMIT 1 [ RunTime:0.007878s ]
SHOW FULL COLUMNS FROM `tb_mianshi` [ RunTime:0.007843s ]
SELECT distinct
`id_mianshi`,`avatar`,content_mianshi AS content,c.apyear_cust AS year,`month_mianshi`,type_mianshi AS type,add_mianshi AS address,length_mianshi AS length,cinterviewer_mianshi count,join_time_mianshi AS jointime,`m`.`major_mianshi`,`m`.`cust_mianshi`,`show_mianshi`,`majrshow_mianshi`,`cust_mianshi`,`c`.`name_cust`,`lang_mianshi` FROM `tb_mianshi` `m` LEFT JOIN `tb_univ_majorinfo` `um` ON `m`.`major_mianshi`=`um`.`id` LEFT JOIN `tb_register` `r` ON `m`.`cust_mianshi`=r.uid and r.app=1 LEFT JOIN `tb_custom` `c` ON `c`.`id_cust`=`m`.`cust_mianshi` WHERE `show_mianshi` = 1 AND `majrshow_mianshi` <> 0 AND `major_mianshi` = 65564 AND `cust_mianshi` > 0 ORDER BY field(majrshow_mianshi,1,2),`join_time_mianshi` DESC [ RunTime:0.009830s ]
SHOW FULL COLUMNS FROM `tb_apply_ranking_ds` [ RunTime:0.006584s ]
SELECT * FROM `tb_apply_ranking_ds` WHERE `aply_year` = '2023' AND `country_id` = 12 AND `major_aply` = 65564 ORDER BY `apply_rank` ASC,`type` ASC LIMIT 2 [ RunTime:0.007601s ]
SHOW FULL COLUMNS FROM `tb_univ_monitored` [ RunTime:0.006113s ]
SELECT * FROM `tb_univ_monitored` WHERE `univ_id` = 170 LIMIT 1 [ RunTime:0.006480s ]
SHOW FULL COLUMNS FROM `tb_handbook` [ RunTime:0.006493s ]
SELECT * FROM `tb_handbook` WHERE `type_hb` = 2 AND `relatedid_hb` = 170 AND `show_hb` = 1 LIMIT 1 [ RunTime:0.007554s ]