($sid) { session_delete(array('sid' => $sid)); session_data_delete(array('sid' => $sid)); return TRUE; } function sess_gc($maxlifetime) { global $time; $expiry = $time - $maxlifetime; $arrlist = session_find(array('last_date' => array('<' => $expiry)), array(), 1, 10000, '', array('sid', 'bigdata', 'last_date')); if (!$arrlist) return TRUE; $expiry = $time - 21600; // 超6小时未提交丢弃上传图片和附件 $sidarr = array(); foreach ($arrlist as $val) { if ($val['last_date'] > $expiry && $val['bigdata']) continue; $sidarr[] = $val['sid']; } if (empty($sidarr)) return TRUE; session_delete(array('sid' => $sidarr)); session_data_delete(array('sid' => $sidarr)); return TRUE; } function sess_start() { global $conf, $sid, $g_session; ini_set('session.name', $conf['cookie_pre'] . 'sid'); ini_set('session.use_cookies', TRUE); ini_set('session.use_only_cookies', TRUE); ini_set('session.cookie_domain', $conf['cookie_domain']); // 为空则表示当前目录和子目录 ini_set('session.cookie_path', $conf['cookie_path']); // 打开后只有通过 https 才有效 ini_set('session.cookie_secure', FALSE); ini_set('session.cookie_lifetime', 8640000); // 打开后 js 获取不到 HTTP 设置的 cookie, 有效防止 XSS,对于安全很重要,除非有 BUG,否则不要关闭。 ini_set('session.cookie_httponly', TRUE); // 活动时间 ini_set('session.gc_maxlifetime', $conf['online_hold_time']); // 垃圾回收概率 = gc_probability/gc_divisor ini_set('session.gc_probability', 1); // 垃圾回收时间 5 秒,在线人数 * 10 / 每1000个请求回收一次垃圾 ini_set('session.gc_divisor', 1000); session_set_save_handler('sess_open', 'sess_close', 'sess_read', 'sess_write', 'sess_destroy', 'sess_gc'); // register_shutdown_function 会丢失当前目录,需要 chdir(APP_PATH) $conf['url_rewrite_on'] > 1 and function_exists('chdir') and chdir(APP_PATH); // 这个必须有,否则 ZEND 会提前释放 $db 资源 register_shutdown_function('session_write_close'); session_start(); $sid = session_id(); return $sid; } // 刷新页面清理附件缓存 废弃 function sess_clear_attach() { global $sid, $time; $arr = session_read($sid); if (!$arr || 0 == $arr['bigdata']) return TRUE; session_update($sid, array('bigdata' => 0, 'last_date' => $time)); session_data_delete(array('sid' => $sid)); return TRUE; } function online_count() { return session_count(); } function online_list_cache() { static $cache = array(); $key = 'online_list'; if (isset($cache[$key])) return $cache[$key]; $cache[$key] = cache_get($key); if (NULL === $cache[$key]) { $cache[$key] = session_find(array('uid' => array('>' => 0)), array('last_date' => -1), 1, 1000); foreach ($cache[$key] as &$online) { $user = user_read_cache($online['uid']); $online['username'] = $user['username']; $online['gid'] = $user['gid']; $online['ip_fmt'] = safe_long2ip($online['ip']); $online['last_date_fmt'] = date('Y-n-j H:i', $online['last_date']); } cache_set('online_list', $cache[$key], 300); } return $cache[$key]; } function online_user_list_cache() { static $cache = array(); $key = 'online_user_list'; if (isset($cache[$key])) return $cache[$key]; $cache[$key] = cache_get($key); if (NULL === $cache[$key]) { $cache[$key] = session_find(array('uid' => array('>' => 0)), array(), 1, 1000, 'uid', array('uid')); cache_set('online_user_list', $cache[$key], 300); } return $cache[$key]; } ?>英文简历必备:教育背景|江阴雨辰互联

英文简历必备:教育背景

英文简历必备:教育背景


2024年4月11日发(作者:)

英文简历必备:“教育背景”

教育背景(Educational Background)

教育背景即正规学校教育/或培训(A history of a person’s formal schooling

and/or training)

包括:学历(educational history )、教育程度(educational background)、知识背景

(knowledge background )、所学课程(courses taken)、专业课程(specialized courses)、

进修课程(refresher course)、脱产培训(off-job training)计算机能力(computer skills)等,

及掌握情况。

Education 学历

educational background 教育程度、教育背景

educational history 学历

Educational System 学制

academic year 学年

semester 学期(美)

term 学期 (英)

Curriculum 课程

major 主修

minor 副修

educational highlights 课程重点部分

curriculum included 课程包括

specialized courses 专门课程

courses taken 所学课程

courses completed 所学课程

special training 特别训练

refresher course 进修课程

Examination 考试

pass 及格

fail 不及格

marks 分数

grades 分数

scores 分数

Degree 学位

post doctorate 博士后

doctor (Ph.D) 博士学位

master 硕士学位

bachelor 学士学位

Student 学生

graduate student 研究生

abroad student 留学生

returned student 回国留学生

foreign student 外国学生

undergraduate 大学肄业生

senior 大学四年级学生;高中三年级学生

junior 大学三年级学生;高中二年级学生

sophomore 大学二年级学生;高中一年级学生

freshman 大学一年级学生

guest student 旁听生(英)

auditor 旁听生(美)

government-supported student 公费生

commoner 自费生

extern 走读生

day-student 走读生

intern 实习生

prize fellow 奖学金生

boarder 寄宿生

classmate 同班同学

schoolmate 同校同学

graduate 毕业生

Intelligence Quotient(IQ) 智商

Training 各种培训

off-job training 脱产培训

in-job training 在职培训

Social Practice 社会实践

part-time jobs 业余工作

summer jobs 暑期工作

vacation jobs 假期工作

Activities 课外活动

extracurricular activities 课外活动

physical activities 体育活动

recreational activities 娱乐活动

academic activities 学术活动

social activities 社会活动、社交活动

Rewards 奖励

scholarship 奖学金

"Three Goods" student 三好学生

excellent League member 优秀团员

excellent leader 优秀干部

student council 学生会

monitor 班长

vice-monitor 副班长

commissary in charge of studies 学习委员

commissary in charge of entertainment 文娱委员

commissary in charge of sports 体育委员

commissary in charge of physical labor 劳动委员

Party branch secretary 党支部书记

League branch secretary 团支部书记

commissary in charge of organization 组织委员

commissary in charge of publicity 宣传委员

普通的个人简历一般包含上面教育信息已经足够了,但如果你的简历中包含推荐信的

附件、或者你的导师、校长十分有名让你不得不提的话,也可以考虑写在简历中。不过首

先要知道的是如何翻译他们的称谓。

各种学位对应的英文翻译

学士学位(Bachelor Degree)

Bachelor of Arts B.A. 文学士

Bachelor of Architecture B. Arch. 建筑学士

Bachelor of Arts in Education ., B.A.E. 教育学文学士

Bachelor of Business Administration B.B.A. 工商管理学士

Bachelor of Arts in Social Work B.A.S.W 社会工作学文学士

Bachelor of Education ., B.E 教育学士

Bachelor of Fine Arts B.F.A. 艺术学士

Bachelor of General Studies B.G.S 通识学士

Bachelor of Liberal Studies B.L.S 文理学学士

Bachelor of Engineering ., B.E 工学士

Bachelor of Music B.M., 音乐学士

Bachelor of Music Education ., B.M.E 音乐教育学士

Bachelor of Nursing B.N 护理学士

Bachelor of Professional Studies B.P.S 专业进修学士

Bachelor of Science in Business Administration B.S.B.A 工商管理学理学士

Bachelor of Science B.S 理学士

Bachelor of Science in Business B.S.B., 商学理学士

Bachelor of Science in Education ., B.S.E 教育学理学士

Bachelor of Science in Engineering ., B.S.E 工程学理学士

Bachelor of Science in Medicine 医学理学士

Bachelor of Science in Medical Technology B.S.M.T., 医技学理学

Bachelor of Science in Nursing B.S.N., 护理学理学士

Bachelor of Science in Social Work B.S.S.W 社会工作学理学士

Bachelor of Science in Technology B.S.T 科技学理学士

Bachelor in Social Work B.S.W 社会工作学士

Bachelor of Technology B.T 科技学士、

Bachelor of Law L.B 法学士

硕士学位(Master Degree)

Master of Arts M.A 文学硕士

Master of Accounting 会计学硕士

Master of Arts in Education 教育学文学硕士

Master of Architecture 建筑学硕士

Master of Arts in Teaching M.A.T 教育文学硕士

Master of Business Administration M.B.A 工商管理学硕士

Master of Civil Engineering M.C.E 土木工程学硕士

Master of Chemical Engineering .E., M.C.E 化学工程学硕士

Master of Criminal Justice M.C.J 刑事学硕士

Master of Divinity 神学学硕士

Master of Engineering M.E 工程学硕士

Master of Education 教育学硕士

Master of Electrical Engineering M.E.E 电机工程学硕士

Master of Fine Arts M.F.A 艺术硕士

Master of Law M.L 法学硕士

Master of Library Science M.L.S 图书馆学硕士

Master of Music M.M., 音乐硕士

Master of Music Education M.M.E., 音乐教育学硕士

Master of Nursing M.N 护理学硕士

Master of Public Administration M.P.A 公共行政学硕士

Master of Psychology 心理学硕士

Master of Science M.S 理学硕士

Master of Science in Criminal Justice M.S.C.J 刑事理学硕士

Master of Science in Education M.S.E., 教育理学硕士

Master of Science in Electrical Engineering M.S.E.E 电机工程理学硕士

Master of Science in Library Science M.S.L.S 图书馆理学硕士

Master of Science in Medical Technology M.S.M.T 医技理学硕士

Master of Science in Nursing M.S.N 护理理学硕士

Master of Science in Social Work M.S.S.W 社会工作理学硕士

Master of Social Work M.S.W 社会工作学硕士

博士学位(Doctor Degree)

Doctor of Arts D.A 文学博士

Doctor of Dental Science D.D.S 牙科博士

Doctor of Engineering D.E 工程博士

Doctor of Education 教育学博士

Doctor of Musical Arts D.M.A 音乐艺术博士

Doctor of Osteopathy D.O 骨科博士

Doctor of Social Science D.S.S 社会科学博士

Doctor of Veterinary Medicine D.V.M 兽医学博士

Doctor of Jurisprudence J.D 法理学博士

Doctor of Judicial Science J.S.D 司法学博士

Doctor of Business Administration D.B.A 工商管理博士

Doctor of Accountancy 会计学博士

如何翻译教务人员的称谓

president 校长

vice-president 副校长

dean 院长

assistant dean 副院长

academic dean 教务长

department chairman 系主任

professor 教授

associate professor 副教授

guest professor 客座教授

lecturer 讲师

teaching assistant 助教

research fellow 研究员

research assistant 助理研究员

supervisor 论文导师

principal 中学校长(美)

headmaster 中学校长(英)

master 小学校长 (美)

dean of studies 教务长

dean of students 教导主任

dean of students 教导主任

teacher 教师

probation teacher 代课教师

tutor 家庭教师

governess 女家庭教师

专业名称对应的英文翻译

自然科学

理学 Natural Science

数学 Mathematics

基础数学 Fundamental Mathematics

计算数学 Computational Mathematics

概率论与数理统计 Probability and Mathematical Statistics

应用数学 Applied mathematics

运筹学与控制论 Operational Research and Cybernetics

物理学 Physics

理论物理 Theoretical Physics

粒子物理与原子核物理 Particle Physics and Nuclear Physics

原子与分子物理 Atomic and Molecular Physics

等离子体物理 Plasma Physics

凝聚态物理 Condensed Matter Physics

声学 Acoustics

光学 Optics

无线电物理 Radio Physics

化学 Chemistry

无机化学 Inorganic Chemistry

分析化学 Analytical Chemistry

有机化学 Organic Chemistry

物理化学(含化学物理) Physical Chemistry (including Chemical Physics)

高分子化学与物理 Chemistry and Physics of Polymers

天文学 Astronomy

天体物理 Astrophysics

天体测量与天体力学 Astrometry and Celestial Mechanics

地理学 Geography

自然地理学 Physical Geography

人文地理学 Human Geography

地图学与地理信息系统 Cartography and Geographic Information System

大气科学 Atmospheric Sciences

气象学 Meteorology

大气物理学与大气环境 Atmospheric Physics and Atmospheric Environment

海洋科学 Marine Sciences

物理海洋学 Physical Oceanography

海洋化学 Marine Chemistry

海洋生理学 Marine Biology

海洋地质学 Marine Geology

地球物理学 Geophysics

固体地球物理学 Solid Earth Physics

空间物理学 Space Physics

地质学 Geology

矿物学、岩石学、矿床学 Mineralogy, Petrology, Mineral Deposit Geology

地球化学 Geochemistry

古生物学与地层学(含古人类学) Paleontology and Stratigraphy (including

Paleoanthropology)

构造地质学 Structural Geology

第四纪地质学 Quaternary Geology

生物学 Biology

植物学 Botany

动物学 Zoology

生理学 Physiology

水生生物学 Hydrobiology

微生物学 Microbiology

神经生物学 Neurobiology

遗传学 Genetics

发育生物学 Developmental Biology

细胞生物学 Cell Biology

生物化学与分子生物学 Biochemistry and Molecular Biology

生物物理学 Biophysics

生态学 Ecology

系统科学 Systems Science

系统理论 Systems Theory

系统分析与集成 Systems Analysis and Integration

科学技术史 History of Science and Technology


发布者:admin,转转请注明出处:http://www.yc00.com/web/1712837006a2131621.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信