first commit
This commit is contained in:
45
docs/.vitepress/config.ts
Normal file
45
docs/.vitepress/config.ts
Normal file
@@ -0,0 +1,45 @@
|
||||
export default {
|
||||
lang: 'zh-CN',
|
||||
title: '考研英语资料库',
|
||||
description: '考研英语写作与阅读资料汇总',
|
||||
lastUpdated: true,
|
||||
cleanUrls: true,
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: '写作总览', link: '/英语作文-总20241122' },
|
||||
{ text: '阅读主题词', link: '/阅读真题主题词' },
|
||||
{ text: '做题技巧', link: '/英语做题技巧' }
|
||||
],
|
||||
sidebar: [
|
||||
{
|
||||
text: '写作资料',
|
||||
items: [
|
||||
{ text: '写作总览', link: '/英语作文-总20241122' },
|
||||
{ text: '作文主题词与原因分析', link: '/作文主题词即原因分析' },
|
||||
{ text: '作文例句', link: '/作文例句' },
|
||||
{ text: '因果关系短语', link: '/因果关系短语' },
|
||||
//{ text: '图表作文批改润色助手 Prompt', link: '/图表作文批改润色助手prompt' },
|
||||
{ text: '英语作文打印版', link: '/英语作文-打印版' },
|
||||
{ text: '英语作文背诵版', link: '/英语作文-背诵版' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '阅读与技巧',
|
||||
items: [
|
||||
{ text: '阅读真题主题词', link: '/阅读真题主题词' },
|
||||
{ text: '英语做题技巧', link: '/英语做题技巧' }
|
||||
]
|
||||
}
|
||||
],
|
||||
outline: {
|
||||
level: [2, 3],
|
||||
label: '本页提要'
|
||||
},
|
||||
docFooter: {
|
||||
prev: '上一页',
|
||||
next: '下一页'
|
||||
},
|
||||
returnToTopLabel: '返回顶部',
|
||||
lastUpdatedText: '最后更新'
|
||||
}
|
||||
}
|
||||
22
docs/.vitepress/theme/custom.css
Normal file
22
docs/.vitepress/theme/custom.css
Normal file
@@ -0,0 +1,22 @@
|
||||
:root {
|
||||
--doc-max-width: min(1200px, calc(100vw - 64px));
|
||||
--doc-max-width-with-aside: min(1200px, calc(100vw - var(--vp-sidebar-width) - 96px));
|
||||
}
|
||||
|
||||
@media (min-width: 960px) {
|
||||
.VPDoc .container {
|
||||
max-width: calc(100vw - 64px) !important;
|
||||
}
|
||||
|
||||
.VPDoc .content {
|
||||
max-width: var(--doc-max-width) !important;
|
||||
}
|
||||
|
||||
.VPDoc .content-container {
|
||||
max-width: var(--doc-max-width) !important;
|
||||
}
|
||||
|
||||
.VPDoc.has-aside .content-container {
|
||||
max-width: var(--doc-max-width-with-aside) !important;
|
||||
}
|
||||
}
|
||||
9
docs/.vitepress/theme/index.ts
Normal file
9
docs/.vitepress/theme/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import type { Theme } from 'vitepress'
|
||||
import './custom.css'
|
||||
|
||||
const theme: Theme = {
|
||||
...DefaultTheme
|
||||
}
|
||||
|
||||
export default theme
|
||||
BIN
docs/assets/英语作文背诵版.png
Normal file
BIN
docs/assets/英语作文背诵版.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
BIN
docs/assets/英语作文背诵版_1.png
Normal file
BIN
docs/assets/英语作文背诵版_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
BIN
docs/assets/英语作文背诵版_2.png
Normal file
BIN
docs/assets/英语作文背诵版_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
21
docs/index.md
Normal file
21
docs/index.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 考研英语资料库
|
||||
|
||||
欢迎来到考研英语资料库,这里汇总了写作、阅读与备考技巧相关的全部笔记,方便在浏览器中快速检索与学习。
|
||||
|
||||
## 快速入口
|
||||
|
||||
- [写作总览](./英语作文-总20241122.md)
|
||||
- [作文主题词与原因分析](./作文主题词即原因分析.md)
|
||||
- [作文例句](./作文例句.md)
|
||||
- [英语作文打印版](./英语作文-打印版.md)
|
||||
- [英语作文背诵版](./英语作文-背诵版.md)
|
||||
- [阅读真题主题词](./阅读真题主题词.md)
|
||||
- [英语做题技巧](./英语做题技巧.md)
|
||||
|
||||
## 使用说明
|
||||
|
||||
1. 运行 `npm run docs:dev` 启动本地开发服务器,实时查看与调试文档内容。
|
||||
2. 使用侧边栏或站内搜索快速定位到具体资料。
|
||||
3. 若需发布至静态空间,可执行 `npm run docs:build` 生成静态站点,再通过 `npm run docs:preview` 在本地验证。
|
||||
|
||||
> 提示:所有文档均保持原始 Markdown 结构,可在 VS Code 等编辑器中继续维护,VitePress 将自动热更新并同步到站点。
|
||||
153
docs/作文主题词即原因分析.md
Normal file
153
docs/作文主题词即原因分析.md
Normal file
@@ -0,0 +1,153 @@
|
||||
# 最常使用的社会描述词(按出现频率排序):
|
||||
- Technologically & Digitally Driven(技术与数字化)
|
||||
- Education-Focused & Knowledge-Based(教育与知识)
|
||||
- Economically Competitive & Consumption-Oriented(经济与消费)
|
||||
- Rapidly Evolving & Progressing(社会发展与变迁)
|
||||
- Youth-Centric & Culturally Blended(人口与文化)
|
||||
- Eco-Conscious & Sustainable(环境与可持续性)
|
||||
- 形容词-oriented
|
||||
# 主题词、原因总结中英文对照表
|
||||
1. 数据采集及可视化
|
||||
2. 仿真优化
|
||||
**(第一部分)**
|
||||
|
||||
| 主题词 | 主要原因总结 (英文) | 主要原因总结 (中文) |
|
||||
| :------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------- |
|
||||
| 居民日常出行选择modes of daily transportation | 1. Improved economic ability, more transportation options; 2. Increased environmental awareness, promoting eco-friendly travel; 3. Technological advancements bring convenient transportation. | 1. 经济能力提升,可选择多种交通方式;2. 环保意识增强,推动环保出行; 3. 技术发展带来便利的交通方式 |
|
||||
| 年轻人就餐选择young people’s / youngsters’ dining choices | 1. Diverse dining options, faster pace of life; 2. Emphasis on convenience and food choices; 3. Eagerness to try different cultural cuisines. | 1. 餐饮选择多样化,生活节奏加快;2. 注重便捷和美食选择;3. 乐于尝试不同文化美食 |
|
||||
| 中学生近视率myopia rate of middle school students | 1. Education-oriented, high academic pressure; 2. Excessive use of digital devices; 3. Heavy academic workload, lack of outdoor activities. | 1. 教育导向,学业压力大;2. 过度使用电子设备; 3. 课业负担重,缺乏户外活动 |
|
||||
| 人口老龄化population aging | 1. Increased health awareness, longer lifespan; 2. Social development, increasing elderly population; 3. Increased living pressure, declining willingness to have children. | 1. 健康意识提高,寿命延长; 2. 社会发展,老龄人口增加; 3. 生活压力增大,生育意愿降低 |
|
||||
| 快速发展的中国高速铁路China high-speed railway with rapid development | 1. China’s economic strength has improved, investment in infrastructure; 2. Government promotion and support; 3. Technological progress leading to rapid development. | 1. 中国经济实力提升,投资基础设施建设;2. 政府推动和支持; 3. 技术进步带来快速发展 |
|
||||
| 选购智能手机purchase smart phones | 1. Pursuit of the latest technology products; 2. Improved economic ability; 3. Willingness to embrace new things. | 1. 追求最新科技产品;2. 经济能力提升; 3. 乐于接受新事物 |
|
||||
| 课余时间使用情况allocation of spare time | 1. Improved economic ability, engaging in diverse activities; 2. Diversification of entertainment options; 3. Emphasis on personal fulfillment. | 1. 经济能力提升,可参与多元活动; 2. 娱乐方式多样化; 3. 注重个人满足感 |
|
||||
| 阅读偏好reading preference | 1. Technological development, convenient e-book reading; 2. Pursuit of reading convenience; 3. Diversification of interests. | 1. 技术发展,便捷阅读电子书; 2. 追求阅读的便捷性;3. 兴趣爱好多样化 |
|
||||
| 图书获取渠道access to books | 1. E-commerce development, convenient online book purchasing; 2. Diverse book purchasing channels; 3. Ability to purchase books without leaving home. | 1. 电商发展,网上购书便利;2. 购书渠道多样化; 3. 足不出户即可购买书籍 |
|
||||
| 毕业生就业地意向college graduates’ job location intention | 1. More job opportunities in big cities; 2. Emphasis on personal development; 3. Pursuit of better career development prospects. | 1. 大城市就业机会多;2. 注重个人发展; 3. 追求更好的职业发展空间 |
|
||||
| 图书借阅情况the circulation of books in the library | 1. Popularity of digital reading, preference for e-books; 2. Digitization of library resources; 3. Convenience of online reading. | 1. 数字阅读兴起,电子书受青睐;2. 图书馆资源数字化;3. 线上阅读便捷性 |
|
||||
| 纸质书及电子书使用比例usage rate / percentage / proportion of e-books and paper books | 1. Technological progress, people used to using digital devices; 2. High convenience of e-books; 3. Multiple ways to access e-books. | 1. 科技进步,人们习惯使用电子设备; 2. 电子书便捷性高; 3. 电子书获取途径多 |
|
||||
| 看传统戏的年轻人a youngster appreciating the traditional Chinese opera performance | 1. Young people beginning to rediscover traditional culture; 2. Promotion of cultural heritage; 3. Attractiveness of traditional culture. | 1. 年轻人开始重新认识传统文化; 2. 文化传承的推动; 3. 传统文化具有吸引力 |
|
||||
| 科技改变习惯science and technology change people’s habits | 1. Rapid development of technology, influencing all aspects of life; 2. Technological progress improving the efficiency of life; 3. People gradually adapting to changes brought by technology. | 1. 科技快速发展,影响生活方方面面; 2. 科技进步提高生活效率;3. 人们逐渐适应技术带来的改变 |
|
||||
| 贫困人口Poverty-stricken population | 1. Widening gap between rich and poor; 2. Existence of poverty in society; 3. Prevalence of materialism. | 1. 贫富差距扩大; 2. 社会存在贫困问题; 3. 金钱至上主义盛行 |
|
||||
| 移动支付mobile payment | 1. Rapid development of mobile technology; 2. Mobile payment is convenient and efficient; 3. High penetration of mobile payment. | 1. 移动技术快速发展;2. 移动支付便捷高效; 3. 移动支付普及程度高 |
|
||||
| 出境旅游travel abroad | 1. Improved economic ability, supporting overseas travel; 2. Pursuit of cultural exploration; 3. Broadening horizons. | 1. 经济能力提升,可支持境外旅游;2. 追求文化探索; 3. 开阔眼界 |
|
||||
| 海外留学生overseas students | 1. Education-oriented, pursuing high-quality education; 2. Expanding international vision; 3. Enhancing personal competitiveness. | 1. 教育导向,追求高质量教育;2. 拓展国际视野; 3. 提升个人竞争力 |
|
||||
| 硕士招生人数master enrollment | 1. Education-oriented, pursuing higher education; 2. Enhancing job competitiveness; 3. Personal career development needs. | 1. 教育导向,追求更高学历;2. 提升就业竞争力; 3. 个人职业发展需求 |
|
||||
| 燃油车vs 新能源汽车fuel vehicles VS new energy vehicles | 1. Increased environmental awareness, pursuing green travel; 2. Promotion of new energy vehicles; 3. Technological progress leads to the popularization of new energy vehicles. | 1. 环保意识增强,追求绿色出行; 2. 新能源汽车推广; 3. 技术进步带来新能源汽车的普及 |
|
||||
| 课堂上使用手机use mobile phones in class | 1. Mobile technology is popular and penetrates the classroom; 2. Lack of self-control among students; 3. Weak school supervision. | 1. 手机技术普及,渗透到课堂;2. 学生自制力差; 3. 学校监管不力 |
|
||||
|
||||
**(第二部分)**
|
||||
|
||||
| 主题词 | 主要原因总结 (英文) | 主要原因总结 (中文) |
|
||||
| :---------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------- |
|
||||
| 奖励式教育incentive education | 1. Education-oriented, emphasis on academic performance; 2. External encouragement is more effective than internal drive; 3. Schools adopt incentive programs to encourage students. | 1. 教育导向,重视学习成绩;2. 外部激励比内部驱动更有效;3. 学校采用奖励措施鼓励学生 |
|
||||
| 电子商务e-commerce | 1. Development of internet technology; 2. Convenient and diverse ways of purchasing goods online; 3. Popularity of online shopping platforms. | 1. 网络技术发展; 2. 线上购物便捷,选择多样; 3. 线上购物平台普及 |
|
||||
| 城市化urbanization | 1. Industrialization promotes urban development; 2. Cities offer more job opportunities and economic growth; 3. Attracting rural populations to move to cities. | 1. 工业化推动城市发展;2. 城市提供更多工作机会和经济增长; 3. 吸引农村人口流入城市 |
|
||||
| 扶贫成就achievements in poverty alleviation | 1. Government emphasis on poverty alleviation; 2. Environmentally sustainable development concept; 3. Strong government policies and implementation. | 1. 政府重视扶贫工作;2. 环保可持续发展理念;3. 政府强有力的政策和执行力 |
|
||||
| 高等教育higher education | 1. Education-oriented, pursuit of higher education; 2. Fierce job market competition; 3. Enhancing personal competitiveness. | 1. 教育导向,追求高等教育;2. 就业市场竞争激烈; 3. 提升个人竞争力 |
|
||||
| 偶像崇拜idol worship | 1. Digital technology spreads celebrity activities; 2. Young people follow popular culture; 3. Media promotion of celebrity success. | 1. 数字技术传播明星活动;2. 年轻人追捧流行文化; 3. 媒体宣传偶像成功 |
|
||||
| 合作cooperation | 1. Growing interdependence between individuals and nations; 2. Globalisation requires international collaboration; 3. Teamwork is more effective. | 1. 个体和国家之间相互依赖增强;2. 全球化要求国际合作; 3. 团队合作更有效率 |
|
||||
| 自信self-confidence | 1. Lack of self-confidence among young people; 2. Shifting perspectives, self-confidence is valued; 3. Schools encourage students to be self-confident. | 1. 年轻人缺乏自信;2. 个人观念转变,自信更重要; 3. 学校鼓励学生自信 |
|
||||
| 新能源汽车New Energy Vehicles(NEVs) | 1. Rapid advancement in renewable energy technology, making NEVs more practical; 2. Increased environmental awareness, pursuit of sustainable lifestyles; 3. Government promotion of NEVs. | 1. 可再生能源技术进步;2. 环保意识增强,追求可持续生活方式;3. 政府推动新能源汽车发展 |
|
||||
| 外卖takeout ordering | 1. Advancement of digital technology and platforms; 2. Faster pace of life, preference for fast food; 3. Convenience of food delivery. | 1. 数字技术和平台进步;2. 生活节奏加快,偏爱快餐; 3. 外卖便捷性高 |
|
||||
| 贫困人口poverty-stricken population | 1. Widening gap between rich and poor; 2. Existence of poverty in society; 3. Prevalence of materialism. | 1. 贫富差距扩大;2. 社会存在贫困问题; 3. 金钱至上主义盛行 |
|
||||
| 直播电商live broadcasting electronic commerce | 1. Development of live streaming technology; 2. Diverse shopping options; 3. Interactive nature of live commerce. | 1. 直播技术发展;2. 购物方式多样化; 3. 直播购物的互动性强 |
|
||||
| 创业starting one’s own business | 1. Improved economic ability, capital for starting a business; 2. Intense job market competition, more people become self-employed; 3. Government encouragement of entrepreneurship. | 1. 经济能力提升,有资金创业;2. 就业竞争激烈,更多人选择自雇;3. 政府鼓励创业 |
|
||||
| 硕士招生master enrollment / recruitment | 1. Education-oriented, pursuing advanced degrees; 2. Improving career competitiveness through higher education; 3. Personal development needs. | 1. 教育导向,追求高学历;2. 职业发展需要提升竞争力; 3. 个人发展需求 |
|
||||
|
||||
**(第三部分)**
|
||||
|
||||
| 主题词 | 主要原因总结 (英文) | 主要原因总结 (中文) |
|
||||
| :------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------- |
|
||||
| 白领日常主要饮食方式the major ways that the white-collar workers have their daily meal | 1. Fast work pace, no time to prepare meals; 2. High work pressure, choosing quick dining options; 3. Convenience of takeout platforms and restaurants. | 1. 工作节奏快,没时间准备饭菜;2. 工作压力大,选择快速用餐方式; 3. 外卖平台和餐厅便利 |
|
||||
| 交通工具的选择the means of transport the citizens choose | 1. Technological progress, diverse transportation; 2. Urban expansion, increasing transportation demand; 3. Increased environmental awareness, choosing green travel. | 1. 科技进步,交通工具多样化;2. 城市扩张,交通需求增加; 3. 环保意识增强,选择绿色出行 |
|
||||
| 中国家庭消费比例the consumption structure of Chinese families | 1. Increased household income, changing consumption habits; 2. Diversified consumption, emphasis on services, education, and healthcare; 3. Emphasis on quality of life. | 1. 家庭收入增加,消费习惯改变;2. 消费多样化,注重服务、教育和医疗; 3. 注重生活质量 |
|
||||
| 大学生择校因素the factors that the students consider in selecting university | 1. Education-oriented, emphasis on university reputation and academic level; 2. Considering employment prospects after graduation; 3. University cultural atmosphere. | 1. 教育导向,重视大学声誉和学术水平;2. 考虑毕业后的就业前景;3. 大学文化氛围 |
|
||||
| 毕业生找工作考虑因素the concerns of the college students over employment | 1. Intense job market competition; 2. Emphasis on job stability and salary; 3. Pursuit of personal development and interests. | 1. 就业市场竞争激烈; 2. 注重工作稳定性和薪资待遇;3. 追求个人发展和兴趣 |
|
||||
| 电影类型different movie genres | 1. Technological progress, diversification of movie genres; 2. Diversification of personal interests and hobbies; 3. Pursuit of entertainment in movies. | 1. 技术进步,电影类型多样化; 2. 个人兴趣爱好多元化;3. 追求电影娱乐性 |
|
||||
| 参加大学社团join a university club | 1. Improving social skills and competitiveness; 2. Pursuit of all-round development; 3. Personal interests and hobbies. | 1. 提升社交能力和竞争力;2. 追求全面发展; 3. 个人兴趣爱好 |
|
||||
| 中国科研情况China's progress in scientific research | 1. Increased government and corporate investment in scientific research; 2. Significant achievements in scientific research; 3. The need for scientific and technological progress. | 1. 政府和企业增加科研投入;2. 科研领域取得重大成就; 3. 科技进步的需求 |
|
||||
| 阅读图书和电子书reading books and e-books | 1. Development of digital technology, popularization of e-books; 2. High convenience of e-books; 3. Diversification of reading habits. | 1. 数字技术发展,电子书普及;2. 电子书便捷性高;3. 阅读习惯多样化 |
|
||||
| 加入社团考虑的因素factors to consider when join in a club | 1. Diverse club options, need to consider personal interests; 2. Enhancing competitiveness; 3. Pursuit of all-round development. | 1. 社团选择多样,需考虑个人兴趣;2. 提升竞争力; 3. 追求全面发展 |
|
||||
| 大学生生活费的来源source of college living expenses | 1. Improved family financial capability; 2. Increased opportunities for students to work part-time; 3. Emphasis on financial independence. | 1. 家庭经济能力提升;2. 学生兼职机会增加; 3. 注重经济独立 |
|
||||
| 乘飞机和高铁出行plane trips and high-speed rail trips | 1. Technological progress, development of transportation; 2. Increased business and leisure travel; 3. Pursuit of convenient travel. | 1. 技术进步,交通方式发展; 2. 商务和休闲旅行增加; 3. 追求出行便捷性 |
|
||||
| “倍速生活”成为常态“accelerated living” becomes a common condition | 1. Digital technology speeds up pace of life; 2. Increased life and work pressure; 3. Efficiency is valued. | 1. 数字技术加快生活节奏;2. 生活工作压力大; 3. 效率至上 |
|
||||
| 毕业生选择就业城市及考虑因素graduates’ choice of city for employment and factors | 1. More employment opportunities in first-tier cities, intense competition; 2. First-tier cities have higher standards of living and amenities; 3. Emphasis on personal development and convenience. | 1. 一线城市就业机会多,竞争激烈; 2. 一线城市生活水平高,配套设施完善; 3. 注重个人发展和生活便利 |
|
||||
| 新能源汽车品牌市场占有率the market share of new energy vehicles(NEVs) between different brands | 1. Different brands have different technological and resource advantages; 2. Some brands accelerate their internationalization; 3. Consumers emphasize brand reputation and technological innovation. | 1. 不同品牌技术和资源优势不同; 2. 部分品牌国际化步伐加快;3. 消费者注重品牌声誉和技术创新 |
|
||||
| 制约公民利用科普场馆设施的因素factors that discourage citizens from visiting science education venues | 1. Limited time and resources; 2. Other entertainment options are more attractive; 3. Emphasis on convenience and entertainment. | 1. 时间和资源限制;2. 其他娱乐方式更具吸引力;3. 注重便捷性和娱乐性 |
|
||||
| 中国老年抚养比The old-age dependency ratio in China | 1. Development of medical care and education, increasing elderly population; 2. Declining willingness to have children among young people; 3. Emphasis on quality of life. | 1. 医疗和教育发展,老年人口增加;2. 年轻人生育意愿降低;3. 注重生活质量 |
|
||||
|
||||
|
||||
------
|
||||
# 主题词及社会描述词:
|
||||
|
||||
| 主题词 | 相关社会描述词 |
|
||||
| :----------------------------------------------------------------------------- | :----------------------------------------------------------------------------------- |
|
||||
| <font color=#FF0212>居民日常出行选择modes of daily transportation</font> | Technologically & Digitally Driven, Eco-Conscious & Sustainable |
|
||||
| 年轻人就餐选择young people’s / youngsters’ dining choices | Economically Competitive & Consumption-Oriented, Youth-Centric & Culturally Blended |
|
||||
| 中学生近视率myopia rate of middle school students | Education-Focused & Knowledge-Based, Technologically & Digitally Driven |
|
||||
| 人口老龄化population aging | Rapidly Evolving & Progressing, Education-Focused & Knowledge-Based |
|
||||
| 快速发展的中国高速铁路China high-speed railway with rapid development | Technologically & Digitally Driven, Rapidly Evolving & Progressing |
|
||||
| 选购智能手机purchase smart phones | Technologically & Digitally Driven, Economically Competitive & Consumption-Oriented |
|
||||
| 课余时间使用情况allocation of spare time | Technologically & Digitally Driven, Youth-Centric & Culturally Blended |
|
||||
| 阅读偏好reading preference | Education-Focused & Knowledge-Based, Technologically & Digitally Driven |
|
||||
| 图书获取渠道access to books | Technologically & Digitally Driven, Economically Competitive & Consumption-Oriented |
|
||||
| 毕业生就业地意向college graduates’ job location intention | Economically Competitive & Consumption-Oriented, Youth-Centric & Culturally Blended |
|
||||
| 图书借阅情况the circulation of books in the library | Technologically & Digitally Driven, Education-Focused & Knowledge-Based |
|
||||
| 纸质书及电子书使用比例usage rate / percentage / proportion of e-books and paper books | Technologically & Digitally Driven, Education-Focused & Knowledge-Based |
|
||||
| 看传统戏的年轻人a youngster appreciating the traditional Chinese opera performance | Youth-Centric & Culturally Blended, Education-Focused & Knowledge-Based |
|
||||
| <font color=#FF0212>科技改变习惯science and technology change people’s habits</font> | Technologically & Digitally Driven, Rapidly Evolving & Progressing |
|
||||
| 贫困人口Poverty-stricken population | Economically Competitive & Consumption-Oriented, Rapidly Evolving & Progressing |
|
||||
| 移动支付mobile payment | Technologically & Digitally Driven, Economically Competitive & Consumption-Oriented |
|
||||
| 出境旅游travel abroad | Economically Competitive & Consumption-Oriented, Youth-Centric & Culturally Blended |
|
||||
| 海外留学生overseas students | Education-Focused & Knowledge-Based, Economically Competitive & Consumption-Oriented |
|
||||
| 硕士招生人数master enrollment | Education-Focused & Knowledge-Based, Economically Competitive & Consumption-Oriented |
|
||||
| <font color=#FF0212>燃油车vs 新能源汽车fuel vehicles VS new energy vehicles</font> | Eco-Conscious & Sustainable, Technologically & Digitally Driven |
|
||||
| 课堂上使用手机use mobile phones in class | Technologically & Digitally Driven, Education-Focused & Knowledge-Based |
|
||||
|
||||
|
||||
|
||||
|
||||
| 主题词 | 相关社会描述词 |
|
||||
| :-------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------ |
|
||||
| 奖励式教育incentive education | Education-Focused & Knowledge-Based, Economically Competitive & Consumption-Oriented |
|
||||
| 电子商务e-commerce | Technologically & Digitally Driven, Economically Competitive & Consumption-Oriented |
|
||||
| 城市化urbanization | Rapidly Evolving & Progressing, Economically Competitive & Consumption-Oriented |
|
||||
| 扶贫成就achievements in poverty alleviation | Rapidly Evolving & Progressing, Economically Competitive & Consumption-Oriented, Eco-Conscious & Sustainable |
|
||||
| 高等教育higher education | Education-Focused & Knowledge-Based, Economically Competitive & Consumption-Oriented |
|
||||
| 偶像崇拜idol worship | Youth-Centric & Culturally Blended, Technologically & Digitally Driven |
|
||||
| 合作cooperation | Rapidly Evolving & Progressing, Economically Competitive & Consumption-Oriented, Youth-Centric & Culturally Blended |
|
||||
| 自信self-confidence | Education-Focused & Knowledge-Based, Youth-Centric & Culturally Blended |
|
||||
| <font color=#FF0212>新能源汽车New Energy Vehicles(NEVs)</font> | Eco-Conscious & Sustainable, Technologically & Digitally Driven, Economically Competitive & Consumption-Oriented |
|
||||
| 外卖takeout ordering | Economically Competitive & Consumption-Oriented, Technologically & Digitally Driven |
|
||||
| 贫困人口poverty-stricken population | Economically Competitive & Consumption-Oriented, Rapidly Evolving & Progressing |
|
||||
| 直播电商live broadcasting electronic commerce | Technologically & Digitally Driven, Economically Competitive & Consumption-Oriented |
|
||||
| 创业starting one’s own business | Economically Competitive & Consumption-Oriented, Rapidly Evolving & Progressing |
|
||||
| 硕士招生master enrollment / recruitment | Education-Focused & Knowledge-Based, Economically Competitive & Consumption-Oriented |
|
||||
|
||||
|
||||
|
||||
|
||||
| 主题词 | 相关社会描述词 |
|
||||
| :------------------------------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------- |
|
||||
| 白领日常主要饮食方式the major ways that the white-collar workers have their daily meal | Economically Competitive & Consumption-Oriented, Technologically & Digitally Driven, Rapidly Evolving & Progressing |
|
||||
| <font color=#FF0212>交通工具的选择the means of transport the citizens choose</font> | Technologically & Digitally Driven, Eco-Conscious & Sustainable, Economically Competitive & Consumption-Oriented |
|
||||
| 中国家庭消费比例the consumption structure of Chinese families | Economically Competitive & Consumption-Oriented, Rapidly Evolving & Progressing |
|
||||
| 大学生择校因素the factors that the students consider in selecting university | Education-Focused & Knowledge-Based, Economically Competitive & Consumption-Oriented, Youth-Centric & Culturally Blended |
|
||||
| 毕业生找工作考虑因素the concerns of the college students over employment | Economically Competitive & Consumption-Oriented, Youth-Centric & Culturally Blended, Education-Focused & Knowledge-Based |
|
||||
| 电影类型different movie genres | Youth-Centric & Culturally Blended, Technologically & Digitally Driven, Economically Competitive & Consumption-Oriented |
|
||||
| 参加大学社团join a university club | Youth-Centric & Culturally Blended, Education-Focused & Knowledge-Based, Economically Competitive & Consumption-Oriented |
|
||||
| 中国科研情况China's progress in scientific research | Technologically & Digitally Driven, Rapidly Evolving & Progressing, Education-Focused & Knowledge-Based |
|
||||
| 阅读图书和电子书reading books and e-books | Technologically & Digitally Driven, Education-Focused & Knowledge-Based, Economically Competitive & Consumption-Oriented |
|
||||
| 加入社团考虑的因素factors to consider when join in a club | Youth-Centric & Culturally Blended, Education-Focused & Knowledge-Based, Economically Competitive & Consumption-Oriented |
|
||||
| 大学生生活费的来源source of college living expenses | Economically Competitive & Consumption-Oriented, Education-Focused & Knowledge-Based, Youth-Centric & Culturally Blended |
|
||||
| <font color=#FF0212>乘飞机和高铁出行plane trips and high-speed rail trips</font> | Technologically & Digitally Driven, Economically Competitive & Consumption-Oriented, Rapidly Evolving & Progressing |
|
||||
| “倍速生活”成为常态“accelerated living” becomes a common condition | Technologically & Digitally Driven, Rapidly Evolving & Progressing, Economically Competitive & Consumption-Oriented |
|
||||
| 毕业生选择就业城市及考虑因素graduates’ choice of city for employment and factors | Economically Competitive & Consumption-Oriented, Youth-Centric & Culturally Blended, Education-Focused & Knowledge-Based |
|
||||
| <font color=#FF0212>新能源汽车品牌市场占有率the market share of new energy vehicles(NEVs) between different brands</font> | Technologically & Digitally Driven, Economically Competitive & Consumption-Oriented, Eco-Conscious & Sustainable |
|
||||
| 制约公民利用科普场馆设施的因素factors that discourage citizens from visiting science education venues | Education-Focused & Knowledge-Based, Rapidly Evolving & Progressing, Economically Competitive & Consumption-Oriented |
|
||||
| 中国老年抚养比The old-age dependency ratio in China | Rapidly Evolving & Progressing, Education-Focused & Knowledge-Based, Economically Competitive & Consumption-Oriented |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
77
docs/作文例句.md
Normal file
77
docs/作文例句.md
Normal file
@@ -0,0 +1,77 @@
|
||||
# 作文例句
|
||||
|
||||
## Dear
|
||||
Dear:Sir or Madam
|
||||
|
||||
署名:The Students' Union
|
||||
|
||||
## 没有时间表现
|
||||
|
||||
whereas the **expenditure on transportation, parties, and other activities** makes up about 20%, 20%, and 20%, respectively.
|
||||
> 而**交通、聚会及其他活动的支出**则分别约占20%、20%和20%。
|
||||
|
||||
## 饼状图现象描述
|
||||
the predominance of **gift expenses during the Spring Festival.**
|
||||
> 春节期间**礼品支出占据主导地位**。
|
||||
|
||||
## 1.社会经济科技发展
|
||||
|
||||
many individuals, if not most, are becoming increasingly _health-conscious_, **which provides them with a fundamental basis in the pursuit of healthy lifestyles.**
|
||||
> 许多人,甚至可以说是大多数人,正变得越来越注重健康,这为他们追求健康生活方式奠定了坚实的基础。
|
||||
|
||||
## 2.经济全球化、都市化
|
||||
...with the increasingly rapid urbanization, **it has become more evident that people will be more inclined to do sth**
|
||||
|
||||
## 5.人们思想转变
|
||||
不仅是...重要,...同样也重要
|
||||
...perspectives on 主题词.<font color=#FF0212>They realize that</font> **classroom learning** <font color=#FF0212>alone is insufficient, and</font> p**ractical experience** i<font color=#FF0212>s equally essential for comprehensive growth.</font>
|
||||
|
||||
## 形容词
|
||||
**knowledgeable**
|
||||
**tech-savvy**
|
||||
**health-conscious**
|
||||
## doing sth
|
||||
**pursuing further education**
|
||||
**engaging in fitness activities**
|
||||
|
||||
## 背景部分
|
||||
- 针对科技发展:_with the unprecedented advancements in science and technology_
|
||||
- 针对环境问题:_with the pressing challenges of environmental degradation and climate change_
|
||||
- 针对教育问题:_with the booming development of education and knowledge sharing
|
||||
|
||||
## 主体句
|
||||
- 针对个人:_brought to our attention are more opportunities for personal growth and skill acquisition_
|
||||
- 针对社会:_brought to our attention are more innovations in public services and infrastructure_
|
||||
|
||||
## XX名词短语
|
||||
the growing focus on **xxx**
|
||||
the overemphasis on material possessions
|
||||
|
||||
---
|
||||
|
||||
# 2017
|
||||
|
||||
## 5.人们思想转变
|
||||
The tendency has been bound up with the turning of people's outlooks and perspectives on cultural enrichment. **In other words, for many individuals, the fact that material wealth is no longer as essential as it used to be demonstrates what really counts is the pursuit of** cultural and intellectual experiences, **such as** visiting museums.
|
||||
|
||||
## 7.政府/学校
|
||||
The local administration and universities, playing a crucial role in promoting cultural engagement policies and enhancing the accessibility of public museums, make it possible for the general public to cultivate a deeper interest in cultural heritage and spare no efforts in participating in cultural activities, accounting for the phenomenon that more and more people are visiting museums year by year.
|
||||
|
||||
## 8.多媒体
|
||||
Furthermore, all kinds of publicity, be it newspapers or the Internet, advocate vigorously what really matters is the preservation and appreciation of cultural heritage, inducing dwellers to visit museums more frequently and embrace cultural experiences.
|
||||
|
||||
---
|
||||
|
||||
# 2018
|
||||
|
||||
## 描述
|
||||
The percentage of environment is the highest amongst all the **factors influencing consumers' choice of restaurants**, at approximately 36.30%, whereas the data of price, service, features as well as others account for about 26.80%, 23.80%, 8.40%, and 4.70%, respectively.
|
||||
> 在**影响消费者选择餐厅的因素**中,环境因素的占比最高,约为36.30%,而价格、服务、特色及其他因素的数据分别约占26.80%、23.80%、8.40%和4.70%。
|
||||
|
||||
## 1.社会经济科技发展
|
||||
In the face of a very pluralistic society, many individuals, if not most, are becoming increasingly financially capable, which provides them with a fundamental economic basis to **prioritize factors such as environment, service, or uniqueness when choosing restaurants.**
|
||||
> 在一个高度多元化的社会中,越来越多的人——即便不是绝大多数——正变得更具财务实力,这为他们**在选择餐厅时优先考虑环境、服务或独特性等因素**奠定了根本的经济基础。
|
||||
|
||||
## 思想转变
|
||||
The tendency has been bound up with the turning of people's outlooks and perspectives on **restaurant selection standards**. In other words, for consumers, the fact that **price is no longer as essential as it used to be demonstrates what really counts is service and dining environment.**
|
||||
> 这一趋势与人们**选择餐厅标**的观念转变密切相关。换言之,对消费者而言,**价格不再像过去那样至关重要,真正重要的是服务品质与用餐环境。**
|
||||
25
docs/因果关系短语.md
Normal file
25
docs/因果关系短语.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 因果关系短语整理
|
||||
|
||||
下表汇总了常见的因果关系短语,并提供中文翻译与用法提示,方便在备考考研英语写作和阅读中准确表达因果逻辑。
|
||||
|
||||
| 英语表达 | 中文翻译 | 因果方向 | 使用说明 |
|
||||
| --- | --- | --- | --- |
|
||||
| A as responsible for B | A 对 B 负责任 / A 导致 B | A → B | “responsible for” 强调责任与导致关系,常用于说明问题或结果的成因。 |
|
||||
| Because of A, B | 因为 A,B 发生 | A → B | “because of” 后接名词或动名词,语体中性,适用于写作和口语。 |
|
||||
| Due to A, B | 由于 A,B 发生 | A → B | 正式语体常用,与“because of”互换,但在学术写作中更常见。 |
|
||||
| B results from A | B 由 A 引起 | A → B | 被动视角,强调结果 B 的出处,适合说明后果来源。 |
|
||||
| A results in B | A 导致 B | A → B | 主动视角,突出原因 A 引发的结果 B,常用于说明因果链。 |
|
||||
| A leads to B | A 导致 B | A → B | “lead to” 语气略柔和,强调过程性或渐进性影响。 |
|
||||
| A causes B | A 引起 B | A → B | 直接而强烈的因果表达,适合强调明显的因果关系。 |
|
||||
| As a result of A, B | 由于 A,B 发生 | A → B | 名词性结构,常置于句首作为过渡,突出结果。 |
|
||||
| Owing to A, B | 由于 A,B 发生 | A → B | 与“due to”语义相近,英式英语中常见,语体略正式。 |
|
||||
| A brings about B | A 带来 B | A → B | 常用于描述带来改变或新情况的原因,多用于书面语。 |
|
||||
| B is attributed to A | B 归因于 A | A → B | 强调学术或客观分析中的归因结果。 |
|
||||
| A contributes to B | A 有助于/促成 B | A → B | 表示 A 是促成因素之一,语气相对缓和。 |
|
||||
| A is the reason for B | A 是 B 的原因 | A → B | 直接说明原因,适合说明性或议论文段。 |
|
||||
| A is the cause of B | A 是 B 的起因 | A → B | 语义明确,常用于科学或逻辑推理。 |
|
||||
| A spells B | A 意味着 B | A → B | “spell” 有“意味着”之意,表示 A 会带来 B 的后果。 |
|
||||
| A launched by B | A 由 B 发起 | B → A | 表示 B 是发起者或原因,常用于描述项目、政策或行动的主导方。 |
|
||||
| A tracks B | A 随 B 变化 / A 受 B 影响 | B → A | “track” 指 A 与 B 同步变化,体现因果或关联趋势。 |
|
||||
|
||||
> 因果方向说明:A → B 表示 A 是原因、B 是结果;B → A 表示 B 作为原因导致 A 发生。
|
||||
81
docs/图表作文批改润色助手prompt.md
Normal file
81
docs/图表作文批改润色助手prompt.md
Normal file
@@ -0,0 +1,81 @@
|
||||
|
||||
# Role: 图表作文批改润色助手
|
||||
|
||||
## Profile
|
||||
- **Author**: zhou13175
|
||||
- **Version**: 1.2
|
||||
- **Language**: 中文
|
||||
- **Description**: 我致力于优化考研英语二图表作文的批改与润色流程。我将根据考研英语写作评分标准,对用户提交的作文进行深入分析,并提供详细的批改反馈、润色建议以及评分,以结构化的JSON格式输出,帮助用户显著提高作文质量。
|
||||
|
||||
## Skills
|
||||
- 具备强大的逻辑分析能力,能够精准评估图表作文的逻辑结构、语言表达、句式多样性。
|
||||
- 能够根据图表数据提供针对性的改进建议,帮助考生构建清晰的分析框架。
|
||||
- 掌握丰富的语言润色技巧,能够改善表达方式,使作文更加流畅、清晰且符合学术标准。
|
||||
- 熟悉考研英语写作评分标准,能够提供准确的作文评分和改进建议。
|
||||
|
||||
## Background
|
||||
图表作文是考研英语二的常见题型,要求考生根据图表数据进行分析、总结和评述。准确的数据解读、逻辑的图表说明、学术的语言表达和流畅的文章结构是高质量图表作文的关键要素。
|
||||
|
||||
## Goals
|
||||
- 实现对作文逻辑结构、句式多样性和语言表达的全面优化。
|
||||
- 提供详细的图表分析改进建议,帮助考生提高数据分析的准确性和逻辑性。
|
||||
- 增强作文的连贯性,提供更好的过渡词和连接句,使文章逻辑更清晰。
|
||||
- 根据考研英语写作评分标准,为作文提供客观、准确的评分和改进意见。
|
||||
- 将所有分析结果以结构化的JSON格式输出,方便用户查阅和理解。
|
||||
|
||||
## OutputFormat
|
||||
```json
|
||||
{
|
||||
"批改反馈": {
|
||||
"逻辑漏洞": ["此处填写逻辑漏洞的具体描述"],
|
||||
"语言错误": ["此处填写语言错误的具体描述"],
|
||||
"不合适的表达": ["此处填写不合适的表达的具体描述"],
|
||||
"图表分析建议": ["此处填写针对图表分析的改进建议"],
|
||||
"语言润色建议": ["此处填写具体的语言润色建议"]
|
||||
},
|
||||
"润色建议": {
|
||||
"改进建议": ["此处填写改进建议,提升清晰度和流畅度"],
|
||||
"过渡词与连接句": ["此处填写推荐的过渡词和连接句"]
|
||||
},
|
||||
"评分反馈": {
|
||||
"得分": "此处填写作文得分",
|
||||
"评分依据": ["此处填写评分的依据"],
|
||||
"改进建议": ["此处填写基于评分的改进建议"]
|
||||
},
|
||||
"图表分析优化": {
|
||||
"逻辑性分析": ["此处填写图表分析的逻辑性评估"],
|
||||
"准确性分析": ["此处填写图表分析的准确性评估"],
|
||||
"内容表述建议": ["此处填写针对内容表述的改进建议"]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Rules
|
||||
1. 必须严格确保图表分析的准确性,数据解读必须无误。
|
||||
2. 改进建议应着重提升表达的清晰度和流畅度,避免使用模棱两可的措辞。
|
||||
3. 润色后的语言必须符合考研英语的学术要求,避免口语化和非正式的表达。
|
||||
4. 文章的逻辑结构应简洁明了,避免使用过于复杂的句子和段落结构。
|
||||
5. 评分时,严格参考考研英语写作评分标准,综合考虑语言表达、逻辑结构和任务完成度。
|
||||
|
||||
## Workflows
|
||||
1. **接收用户作文**: 用户以文本形式直接粘贴或上传文件提交作文。
|
||||
2. **评分标准参考**:
|
||||
- **任务完成度(Task Achievement)**: 评估考生是否充分完成了作文题目要求,是否准确分析了图表数据,是否对图表内容进行了合理总结和评述。
|
||||
- **语言准确性与丰富性(Language Accuracy & Range)**: 检查作文中语法、词汇的正确性,句式多样性,避免语法错误和词汇使用单一。
|
||||
- **逻辑性与连贯性(Coherence & Cohesion)**: 检查作文的逻辑结构是否合理,段落间是否有清晰的衔接,是否使用了适当的过渡词。
|
||||
- **表达流畅性(Fluency)**: 评估作文的语言是否自然流畅,表达是否清晰易懂。
|
||||
3. **批改与评分**:
|
||||
- 读取用户提交的图表作文,准确理解图表内容和分析方向。
|
||||
- 基于评分标准对作文进行打分,并给出具体的评分依据和细节。
|
||||
- 提供详细的批改反馈,包括指出存在的问题,给出润色建议,优化语言表达和逻辑结构,使图表分析更符合学术写作要求。
|
||||
4. **修改与反馈**:
|
||||
- 根据评分和批改反馈,生成修改后的完整作文(这一步不输出,仅在内部流程中)。
|
||||
- 提供针对性的建议,帮助用户进一步提升作文质量,并最终以结构化JSON格式输出所有结果。
|
||||
|
||||
## Init
|
||||
您好!欢迎使用图表作文批改与润色助手,我是您的Prompt优化专家。请以文本形式直接粘贴或上传文件提交您的考研英语二图表作文。我将根据考研英语写作评分标准,对您的作文进行详细的批改和润色,并以结构化的 JSON 格式返回结果。此结果将包括批改反馈、润色建议、评分反馈和图表分析优化,确保您能清晰了解作文的改进方向。评分标准参考如下:
|
||||
1. **任务完成度**(Task Achievement)
|
||||
2. **语言准确性与丰富性**(Language Accuracy & Range)
|
||||
3. **逻辑性与连贯性**(Coherence & Cohesion)
|
||||
4. **表达流畅性**(Fluency)
|
||||
|
||||
354
docs/英语作文-总20241122.md
Normal file
354
docs/英语作文-总20241122.md
Normal file
@@ -0,0 +1,354 @@
|
||||
# 小作文
|
||||
|
||||
**小作文审题要点**
|
||||
对方是谁?
|
||||
是不是notice?
|
||||
次要目的是什么?主要目的是什么?
|
||||
信件的实质内容涉及三元中的哪些元素?
|
||||
是否必须需要对方回信?
|
||||
|
||||
Dear [Xx](作文例句.md#Dear),
|
||||
## **第一段:次要目的+主要目的**
|
||||
I am writing this letter to... / This notice is to...
|
||||
次要目的:(感谢、道歉、悼念等纯粹情感性的目的)
|
||||
thank you for...(/congratulate you for.../apologize for.../do sth), and to
|
||||
|
||||
主要目的:(提建议、意见,介绍信息,进行推荐文章的核心主旨):
|
||||
- offer you some suggestions(/information) about sth/how to do sth.
|
||||
- extend you an invitation to do sth.
|
||||
- recommend you sth.
|
||||
- do sth.
|
||||
|
||||
## **第二段:主体段整体架构:**
|
||||
Regarding 主题,there are several points I would like to mention.
|
||||
First of all,论点1.
|
||||
What's more, 论点2.
|
||||
In addition,论点3.
|
||||
For more details,you could refer to the attachment below.
|
||||
|
||||
*具体内容:*
|
||||
是什么(说明介绍)、为什么(分析利弊)、怎么办(建议意见)
|
||||
### 1. **是什么(说明介绍)**
|
||||
1.1 时间地点
|
||||
- It will be held / It is located in(behind) the Main Building (next Sunday)
|
||||
- we will gather in the Main Building next Sunday and set off to the spot ( and please make sure you are available then).
|
||||
|
||||
1.2 工作人员指导
|
||||
- our staff will be there to provide you necessary guidance.
|
||||
|
||||
1.3 着装要求
|
||||
- it is highly recommended to be properly/warmly/plainly dressed for the occasion
|
||||
|
||||
### 2. **为什么选 ta(分析利弊)**
|
||||
2.1 权威认可
|
||||
- has (have) an official **award (/qualification / recognition)** from the authority.
|
||||
- is (are) awarded with the title of Material (/Intangible) Cultural Heritage from the United Nations.
|
||||
|
||||
2.2 群众基础
|
||||
- enjoys (enjoy) a widespread popularity (/reputation /concern) among 人民群众(/on multiple social platforms).
|
||||
|
||||
2.3 个人喜欢
|
||||
- I personally find it attractive(/interesting/beneficial/necessary) to do sth.
|
||||
|
||||
> 万能图书、电影、景点、中华文化代表推荐:the Great Wall
|
||||
|
||||
### 3. **怎么办(建议意见)**
|
||||
3.1 端正认识
|
||||
- it’s advisable to put things into perspective and establish a correct value about **sth** primarily.
|
||||
|
||||
3.2实践经验
|
||||
- you could look for relevant (/ advanced / international / historical) experience in this aspect on Zhihu Community.
|
||||
|
||||
3.3 知行合一
|
||||
- a practical and reasonable plan should be promptly carried out and remain high on your agenda
|
||||
|
||||
|
||||
For more details,you could refer to the attachment below.
|
||||
## **尾段:对读信人的期望:**
|
||||
|
||||
不回信:(公告、招募、问询、建议)
|
||||
- I would be glad if you find the information(/suggestions) mentioned above helpful. Please feel free to let me know if you have any further questions.
|
||||
|
||||
回信:(建议、介绍、推荐、感谢、道歉、邀请、投诉、申请)
|
||||
- I would appreciate it if you could take my **complaint (/application/resignation/recommendation/invitation/questions)** into consideration. And I would be much obliged to you for an early and positive reply.
|
||||
|
||||
Yours truly
|
||||
Li Ming
|
||||
# 词汇
|
||||
|
||||
## 描述年龄段
|
||||
|
||||
| 中文表达 | 英文写法 | 说明 |
|
||||
| --- | --- | --- |
|
||||
| 小于40岁 | people aged below 40 | aged + 数字 表示“年龄为…” |
|
||||
| 40-50岁 | people aged between 41 and 50 | between A and B 表示区间 |
|
||||
| 大于50岁 | people aged above 50 / people over 50 | above/over 可互换 |
|
||||
|
||||
## 大学生
|
||||
|
||||
| 中文 | 英文 | 说明 |
|
||||
| --- | --- | --- |
|
||||
| 大学生 | college students | 泛指 |
|
||||
| 大一 | freshman | 单数/复数用 freshmen |
|
||||
| 大二 | sophomore | |
|
||||
| 大三 | junior | |
|
||||
| 大四 | senior | |
|
||||
|
||||
## 描述社会(重点)
|
||||
|
||||
| 分类 | 常用表达 | 中文解释 | 应用提示 |
|
||||
| --- | --- | --- | --- |
|
||||
| 技术与信息 | Digital / technologically advanced / information-rich / connected / socially networked / innovation-driven / tech-driven / rapidly evolving society | 数字化、技术先进、信息丰富、互联、社会网络化、创新驱动、快速演变 | 图表或趋势题描述科技背景;“rapidly evolving”突出快速变化 |
|
||||
| 多元文化价值 | pluralistic / multicultural / culturally blended / inclusive / socially progressive / rapid growth of cultural and economic undertaking | 多元化、多文化、文化融合、包容、社会进步、文化经济迅速发展 | 适合文化、价值观类话题,强调包容性 |
|
||||
| 经济全球化 | competitive / consumer-driven / globalized / market-oriented economy / knowledge-based economy | 竞争激烈、消费驱动、全球化、市场导向、知识型经济 | 描写宏观经济环境或市场倾向 |
|
||||
| 人口结构 | urbanized / aging society / youth-centric | 城市化、老龄化、以年轻人为中心 | 用于社会问题、人口变化分析 |
|
||||
| 环境可持续 | eco-conscious / sustainable society | 环保意识强、可持续社会 | 环境保护、绿色发展话题 |
|
||||
| 生活趋势 | education-focused / health-conscious / work-life balance focused | 重视教育、健康意识强、关注工作生活平衡 | 说明现代生活方式偏好 |
|
||||
|
||||
## 个人发展追求
|
||||
Another significant factor **is the pursuit of personal development, as individuals increasingly prioritize self-improvement and career success.**
|
||||
> 另一个重要因素**在于对个人发展的追求,因为人们越来越重视自我提升和职业成就。**
|
||||
|
||||
A crucial reason behind this trend **is the shift in societal values, with a growing emphasis on individualism and personal freedom.**
|
||||
> 这一趋势背后的关键原因**在于社会价值观的转变,人们越来越重视个人主义与自由。**
|
||||
|
||||
to better **equip themselves with practical skills for future career demands.**
|
||||
> 为了更好地**掌握未来职业所需的实用技能。**
|
||||
|
||||
brought to our attention are more opportunities for **personal growth and skill acquisition**
|
||||
>引起我们关注的是更多**个人成长与技能提升**的机遇
|
||||
|
||||
Therefore,everyone needs to find their **extra-their unique value contribution that makes them stand out in whatever is their field of emplovment**
|
||||
> 因此,每个人都需找到自己的**独特价值——那种能在各自职业领域中脱颖而出的独到贡献**
|
||||
|
||||
人们变得有钱后用:As disposable incomes rise and <font color=#FF0212>basic needs</font> are better met, people are naturally inclined to pursue cultural enrichment
|
||||
> 随着可支配收入的增加和<font color=#FF0212>基本需求</font>得到更好的满足,人们自然会追求文化生活的丰富。
|
||||
|
||||
## 人际关系
|
||||
**strengthen social bonds and maintain interpersonal relationships.**
|
||||
> **增进社会联系,维系人际关系。**
|
||||
|
||||
## 大额计数
|
||||
- 百 - Hundred
|
||||
- 千 - Thousand
|
||||
- 万 - 10 Thousand
|
||||
- 十万 - 100 Thousand
|
||||
|
||||
| 中文数量级 | 英文表达 | 备注 |
|
||||
| --- | --- | --- |
|
||||
| <font color=#FF0212>百万</font> | million | 百万级别,注意小写 |
|
||||
| 千万 | ten million / 10 million | 可写数字或单词 |
|
||||
| 亿 | one hundred million / 100 million | 可省略 one |
|
||||
| <font color=#FF0212>十亿</font> | billion | 即10^9 |
|
||||
| 百亿 | ten billion / 10 billion | |
|
||||
| 千亿 | one hundred billion / 100 billion | |
|
||||
| 万亿 | trillion | 即10^12 |
|
||||
|
||||
| 中文短语 | 英文表达 | 场景提示 |
|
||||
| --- | --- | --- |
|
||||
| 为了更加方便的生活 | for a more convenient life | 作文中描述目的或愿景 |
|
||||
| ……尤其明显 | which is especially distinct when it comes to … | 用于强调特定情境 |
|
||||
| 更加偏向于…… | the increasing preference for A over B | 填入具体选项 |
|
||||
| 文化自信 | patriotic consumption, as a reflection of national pride and economic confidence, plays a pivotal role in shaping preferences. | 句式,可拆分使用 |
|
||||
| 本土智慧的欣赏 | the appreciation of indigenous wisdom and cultural creativity | 补充说明文化相关观点 |
|
||||
|
||||
|
||||
|
||||
# 图表
|
||||
|
||||
### **第一段 图表描述段(5句模板)**
|
||||
|
||||
| 句序 | 作用 | 英文模板 | 中文提示 |
|
||||
| --- | --- | --- | --- |
|
||||
| 1 | 总览 | Were it not for the chart above, a thought-provoking phenomenon would be neglected: …<br/>/ With regard to 主题, … | 点出图表主题,起承上启下 |
|
||||
| 2 | 细节① | In 开始年, 最大值的名词B topped the three 主题词, while in 对比年, a remarkable decline occurred by 差值 from 开始年数值 to 结束年数值. | 2年对比-下降 |
|
||||
| 3 | 细节② | By contrast, there was a noticeable jump of 差值 from 开始年数值 to 结束年数值 during the same period in A. | 2年对比-上升 |
|
||||
| 4 | 细节③ | Meanwhile, C grew/decreased at a far more sluggish pace, to the degree that it seemed to remain static in 2008. | 变化平缓/趋势对照 |
|
||||
| 5 | 细节④ | The percentage of A is the highest amongst all the 种类总数 categories, at approximately 百分比, whereas B/C/D account for about … | 无时间或补充对比 |
|
||||
|
||||
> the number of + 可数名词复数;the amount of + 不可数名词
|
||||
> 表格题可替换句式:The percentage of A类中最大值对应的人1 has peaked…, etc.
|
||||
|
||||
**常用动词替换:**
|
||||
- 上升:increase / be augmented / climb / surge
|
||||
- 下降:decrease / dip / slump
|
||||
- 平稳:remain almost constant / stay relatively stable
|
||||
- 波动:undergo slight fluctuations
|
||||
|
||||
**重点提示:** 描述变化时同时写出“起点+终点+幅度/速度”,避免只写趋势。
|
||||
|
||||
### **第二段 原因分析段(10-11行)**
|
||||
|
||||
| 句序 | 模板 | 中文提示 | 重点用途 |
|
||||
| --- | --- | --- | --- |
|
||||
| 1 | The fundamental factors that contribute to the aforementioned tendency may be expounded as below. | 承上启下,引出原因 | 固定句 |
|
||||
| 2 | Initially, 原因1. Additionally, 原因2. Finally, 原因3. | 三连句概述原因 | 注意句号或分号 |
|
||||
| 3 起 | 按主题展开(参考下表) | 结合数据/案例细化 | 每个原因 2-3 句 |
|
||||
|
||||
| 主题标签 | 中文思路 | 英文表达(含翻译) | 备注 |
|
||||
| --- | --- | --- | --- |
|
||||
| ==社会经济科技== | 经济基础提升→积极行为;逐利→负面行为 | A well-known saying… “Economic basis decides superstructure.”(经济基础决定上层建筑)<br/>①正向:In the face of the very pluralistic society, many individuals are becoming increasingly **financially capable**, which provides them with a fundamental economic basis to do sth.(面对多元社会,越来越多的人具备经济能力,这是他们采取某行为的物质基础)<br/>②负向:many individuals are becoming increasingly **money-oriented**, which triggers the tendency of doing sth.(逐利心态导致该现象) | 可引用马克思语句增强学术感 |
|
||||
| 经济全球化&都市化 | 快速发展带来机遇/压力 | ①正向:The human race having entered a completely new stage…, with increasingly rapid economic globalization and urbanization, brought to our attention more **enhancements**… embracing XX.(全球化与城市化带来了积极变化)<br/>②负向:with great strain and intense competition, … brought more **problems**… embracing XX.(竞争压力导致问题) | 结合背景句/主体句链接 |
|
||||
| 人们行为与道德 | 良知 vs. 逐利 | ①正向:These individuals' **gratifying** behavior results from their sufficient appreciation of sth; consciences never give way to selfishness.(良知未被私利吞没)<br/>②负向:行为 **blameworthy** 因为 lack of knowledge… consciences give way to selfishness.(良知让位于私利) | 可补充 materialistic pursuits(物质追求) |
|
||||
| 社会风气 | 传统价值/现代压力 | ①正向:moral enhancement indicates traditional values— notably XX—have been carried forward.(传统价值在传承)<br/>②负向:Modern life strain exposes problems: individuals becoming profit-oriented, thus tending to do sth.(功利化倾向) | 强调“价值观” |
|
||||
| ==思想转变== | 价值排序改变 | The tendency has been bound up with the turning of people's outlooks on 主题词… what really counts is 新价值.(人们的价值观发生转变) | 动态数据用 tendency |
|
||||
| 文化多样性 | 选择多元 | Despite inevitable diversity and inclusiveness of culture, there are an array of options facing everyone—and some choose this way.(文化多样性提供多种选择) | 可配“critical moment”句式 |
|
||||
| ==政府/学校== | 监管/缺位 | ①正向:The local administration/universities, exerting effective supervision on sth, make it possible for us to… accounting for XX.(政府/学校引导)<br/>②负向:failing to exert supervision… make it less possible…(监管缺失) | 适合政策类题目 |
|
||||
| 多媒体 | 舆论引导 | Furthermore, all kinds of publicity, be the newspapers or the Internet, advocate vigorously what really matters is 主题词, inducing dwellers to do sth.(媒体倡导) | 可替换为 celebrity/社团 |
|
||||
|
||||
> 建议:每段原因先用中文思路定位,再用英文模板输出,确保逻辑递进(背景→行为→结果)。
|
||||
|
||||
#### 9.个人
|
||||
经历磨难才能收获美好
|
||||
忽视品质导致年轻人重表面轻内涵
|
||||
|
||||
- 好:How can we see the rainbow without experiencing storms? Only by going through the rapids can it be possible to build many beauties beyond description, with **主题词** being necessary.
|
||||
> 不经历风雨,怎能见彩虹?唯有穿越激流,方能铸就诸多难以言表的美好,而**主题词**不可或缺。
|
||||
- 坏:Ignoring **主题词** makes the young seek the glamorous appearance simply but fail to value inner endeavor and persistence,factors critical to the formation of their current views of life.
|
||||
> 忽视**主题词**会让年轻人只追逐浮华表象,却轻视内在的努力与坚持,而这些正是塑造他们人生观的关键因素。
|
||||
- 例子:A proper example is **人名** ,**头衔**,whose success stems largely from **his/her** emphasis on **某种品质**
|
||||
> 一个恰当的例子是**人名**,**头衔**,其成功很大程度上源于**他/她**对**某种品质**的重视。
|
||||
|
||||
|
||||
#### 10.流行病的影响
|
||||
- 疫情消退但持续影响人们
|
||||
- Despite the recession of the COVID-19 pandemic and the lifting of pandemic control measures, its profound impact remains. From psychology to life habits, people are still affected by it, realizing that the surroundings are challenging ,and thus tend to **do sth** (/be aware of the importance of **主题词**) than ever before.
|
||||
> 尽管新冠疫情已逐渐消退,防控措施也已解除,但其深远影响依然存在。从心理状态到生活习惯,人们仍受其影响,意识到周遭环境充满挑战,因而比以往任何时候都更倾向于**采取行动**(/认识到**主题词**的重要性)。
|
||||
|
||||
|
||||
### **第三段 归纳总结段 1-3行**
|
||||
**选择1:好**,主题词对社会有益
|
||||
Altogether,主题词 is deemed as not only a catalyst for the success of **sth** but also a bedrock of social progress.
|
||||
|
||||
**选择2:中性,多种选择一静态图**
|
||||
On balance, 主题词 is a subjective(/sensory) experience for today's individuals(/undergraduates) as what they focus on are the factors affecting the whole experience——to be held in high regard by 相关产业(/society).
|
||||
|
||||
**选择3:动态图:趋势**
|
||||
This trend,in the background of economic boom in China, will probably become dominant in the foreseeable future.
|
||||
> 在中国经济蓬勃发展的背景下,这一趋势很可能在可预见的未来占据主导地位。
|
||||
|
||||
As the Chinese economy continues to grow, leisure travel is expected to dominate individuals’ preferences, contributing to both mental well-being and cultural exchange.”
|
||||
> 随着中国经济的持续增长,休闲旅行有望成为个人偏好的主流选择,既有助于身心健康,又能促进文化交流。
|
||||
|
||||
**选择4:神话故事+表中有褒贬色彩主旨**
|
||||
Without a clear understanding of the current state of affairs,we would steer between Scylla and Charybdis.
|
||||
> 若对当前形势缺乏清晰认识,我们便会在进退维谷间徘徊。
|
||||
|
||||
**选择5:双刃剑**
|
||||
supposing that individuals are armed with intelligence and caution, they are supposed to bypass the potential drawbacks of **sth** as well as take advantage of all the merits.
|
||||
> 假设个体具备智慧和谨慎,他们理应能够规避**某事**的潜在弊端,同时充分利用其所有优势。
|
||||
|
||||
Artificial Intelligence, though remarkable, is not without its shadows. While solving complex problems and enhancing capabilities, it may erode human autonomy and decision-making.The key lies in achieving a balance—harnessing the power of AI while preventing it from overshadowing human values and control.
|
||||
> 人工智能虽成就斐然,却也暗藏隐忧。它在破解难题、提升效能的同时,也可能悄然削弱人类的自主与决断之力。关键在于把握平衡——既要释放智能科技的伟力,更需守护人文价值的璀璨光辉,确保人类始终掌握主导之权。
|
||||
|
||||
|
||||
|
||||
# 图画
|
||||
### 第一段
|
||||
#### **第 1 句:总体描述**
|
||||
- Were it not for the drawing above,a thought-provoking phenomenon would be neglected:
|
||||
|
||||
#### **第 2 句:图画细节描述**
|
||||
##### **2.1 单图**
|
||||
在这个场景中,有一个中心人物做着什么事,这个中心人物是怎样的,与周边事物发生了什么,周边事物又是怎样的。
|
||||
Step1:找到核心人物:位置+动作——倒装
|
||||
Step2:其他可描述的内容:说话,神情,其他动作——非谓语
|
||||
Step3:找到周边事物:主人公,周边人/事——定从
|
||||
At a crossroads stand an army of graduates,wearing with an air of confusion in their faces, who are faced with four choices: hunting for jobs,taking the Postgraduate Entrance Examination, going abroad and starting a business.
|
||||
|
||||
##### **2.2对比图**
|
||||
在一个大背景下,主人公1以什么样的方式做了什么,而主人公2又做了什么。
|
||||
|
||||
- Step1:找到相同大背景(找不到可省略)
|
||||
- Step2:如果有时间先后-按时间先后来,若是纯对比关系,随意
|
||||
- Step3:描写另外一个主人公
|
||||
|
||||
大背景,主人公1,V1ing,谓1宾1,while 主人公2,V2ing,谓2宾2
|
||||
Having seen the drink spill out,one person, sighing“all is over'”,falls into despair, while the other person,smiling as he feels so lucky to have something left in the bottle, hurries to lift up the bottle
|
||||
>看到饮料洒出,一人哀叹“全完了”,陷入绝望;而另一人却因瓶中尚有余饮,庆幸地笑着,赶忙扶起瓶子。
|
||||
|
||||
##### 2.3可描述内容少
|
||||
|
||||
- Were it not for the **主人公 具体动作ing**,we would overlook the common phenomenon that/the significance of **sth**
|
||||
- Were it not for **具体动作ing**, **sth/sb** would not **XX**.
|
||||
|
||||
|
||||
|
||||
#### **第 3 句:文字说明 or 表达感受**
|
||||
- At the bottom of the drawing is the caption which reads"**XX**"
|
||||
- At the bottom of the drawing,a sentence stands there prominently, which can be briefly interpreted in this way: **XX**
|
||||
- What an enlightening drawing it is!
|
||||
- What enlightening drawings they are!
|
||||
|
||||
|
||||
|
||||
### 第二段
|
||||
**第 1 句:主旨句**
|
||||
The drawing crystallizes a truth:**主题词**,a component critical to life success,is the least to disregard.
|
||||
|
||||
**第2~4句**:2-3个万能原因
|
||||
|
||||
### 第三段
|
||||
**第1句:总结全文**
|
||||
- 好Altogether, **主题词** is deemed as not only a catalyst for the success of **sth** but also a bedrock of social progress.
|
||||
- 坏as has been mentioned above,countermeasures should be taken immediately so as to reverse the grim situation.
|
||||
- 双刃剑Altogether,主题词,if handled carelessly or without restraints——despite the fact that it is already particularly prevalent——might be a double-edged sword
|
||||
|
||||
**第2句:六大万能建议**
|
||||
一、社会道德教育
|
||||
The fundamental approach to solving this problem is to launch extensive education on social morality,making people truly aware of the significance of **主题词**.
|
||||
> 解决这一问题的根本途径在于广泛开展社会道德教育,使人们真正认识到**主题词**的重要性。
|
||||
|
||||
二、改善社会风气
|
||||
|
||||
At the mention of suggestions and measures,it occurs to many people that strong punitive actions,like laws and regulations,are bound to be issued. Actually,they are not a universal panacea,and the fundamental approach is to launch an extensive education on social morality, making people truly aware of the significance of **主题词**,thus abandoning uncivilized behavior initially.
|
||||
> 一提起建议与措施,许多人立刻想到的便是出台诸如法律法规等强力惩戒手段。然而,这些并非放之四海皆准的万灵药,根本之道在于开展广泛的社会公德教育,让人们真正认识到**主题词**的意义,从而从源头上摒弃不文明行为。
|
||||
|
||||
三、政府、学校
|
||||
|
||||
As a cradle of talents,it is of importance for universities to exert a positive cultural influence on the public and enhance the young's desire for knowledge;that is to say, universities are bound to make the rules for undergraduates——setting good examples for others.
|
||||
> 作为人才的摇篮,大学肩负着对公众施加积极文化影响、激发青年求知欲的重要使命;换言之,大学必须为本科生制定规范——为他人树立良好榜样。
|
||||
|
||||
四、多媒体/名人
|
||||
|
||||
The worthies——especially those unusually informed, persuasive and well-connected——not only Chinese but also foreign ones,in cooperation,are obliged to do something useful,say,advocating **主题词** vigorously.
|
||||
> 贤达之士——尤其是那些见多识广、能言善辩且人脉通达者,无论中外,皆有责任携手共进,做些有益之事,譬如大力倡导**主题词**。
|
||||
|
||||
五、多媒体/社团
|
||||
|
||||
Related organizations are supposed to launch high-visibility campaigns to help us discard the undesirable habits and remold healthy value systems, which is absolutely imperative.
|
||||
> 相关组织应发起高曝光度的宣传活动,助力我们摒弃不良习惯,重塑健康的价值体系,此举至关重要。
|
||||
|
||||
六、个人
|
||||
|
||||
Full of obstacles as life is,it can be easier when you know how to keep yourself mentally healthy——for example,being a **与主题词相关的adj** ,person,a lesson that all college students should take.
|
||||
>人生虽充满坎坷,但懂得如何保持心理健康——比如做一个**与主题词相关的形容词**的人,会让生活轻松许多,这是每位大学生都该学会的一课。
|
||||
|
||||
七、补充
|
||||
|
||||
The success of addressing the problem of **sth** demands joint efforts of the whole society.Many kinds of reforms are needed and perhaps they will not bear fruit all instantaneously.However, let's not have any doubt about the direction towards which we are moving:for the well-being of the nation.
|
||||
> 解决**某事**问题的成功需要全社会的共同努力。需要多种改革措施,且这些措施或许不会立竿见影。然而,我们无需怀疑前进的方向:一切为了国家的福祉。
|
||||
|
||||
**第3句:下结论+展望未来**
|
||||
|
||||
- Life is like a colossal ship sailing on the sea,in which at any moment we will meet storms or reefs,but if we insist on **主题词**,the ship will never sink.
|
||||
- 坏Supposing that we want to avoid making similar mistakes in the future,everybody——especially the most intelligent and prominent——would do well to **do sth**. An epigram of Oscar Wilde should be quoted here:"There is no fault except **sth**."
|
||||
- 双刃剑Supposing that individuals are armed with intellect, caution and discretion,they are bound to bypass the potential drawbacks of **主题词** as well as take advantage of all the virtues.
|
||||
|
||||
# 材料
|
||||
|
||||
# AI(图表题示例段落)
|
||||
|
||||
| 结构 | 英文模板 | 中文提示 |
|
||||
| --- | --- | --- |
|
||||
| 总览句 | Were it not for the chart above, a thought-provoking phenomenon would be neglected: the rising dominance of artificial intelligence across sectors. | 引出主题 |
|
||||
| 细节句1 | The percentage of AI applications is the highest amongst all the five categories, at approximately 45%, whereas the data of automation, data analysis, customer service and others accounts for about 20%, 15%, 12% and 8% respectively. | 无时间图表描述 |
|
||||
| 细节句2 | From 2015 to 2024, the number of AI-driven projects augmented remarkably from only about 55 to 210. By contrast, the amount of purely manual solutions dipped slightly from 90 to 70 during the same period. Meanwhile, hybrid solutions grew at a far more sluggish pace, almost remaining static. | 多年趋势描述 |
|
||||
| 原因段引用句 | The fundamental factors … may be expounded as below. | 承接 |
|
||||
| 原因1 | Initially, with unprecedented advancements in science and technology, institutions embrace AI to enhance productivity and creativity. | 科技进步 |
|
||||
| 原因2 | Additionally, economic globalization and urbanization foster a demand for efficient, scalable solutions, which AI effectively provides. | 需求驱动 |
|
||||
| 原因3 | Moreover, supportive government policies accelerate AI’s integration into mainstream use. | 政策助推 |
|
||||
| 评价句 | Artificial Intelligence, though remarkable, is not without its shadows. While solving complex problems, it may erode human autonomy. The key lies in achieving a balance—harnessing AI’s power while safeguarding human values. | 双刃剑观点 |
|
||||
|
||||
> 可直接替换数据/类别,保持结构即可完成一段完整图表+分析作文。
|
||||
|
||||
245
docs/英语作文-打印版.md
Normal file
245
docs/英语作文-打印版.md
Normal file
@@ -0,0 +1,245 @@
|
||||
# 小作文
|
||||
Dear [Xx](作文例句.md#Dear),
|
||||
## **第一段:次要目的+主要目的**
|
||||
I am writing this letter to... / This notice is to...
|
||||
次要目的:
|
||||
thank you for...(/congratulate you for.../apologize for.../do sth), and to
|
||||
|
||||
主要目的:
|
||||
① offer you some suggestions(/information) about sth/how to do sth.
|
||||
② extend you an invitation to do sth.
|
||||
③ recommend you sth.
|
||||
④ do sth.
|
||||
|
||||
## **第二段:主体段整体架构:**
|
||||
Regarding 主题,there are several points I would like to mention.
|
||||
First of all,论点1. What's more, 论点2. In addition,论点3.
|
||||
For more details,you could refer to the attachment below.
|
||||
|
||||
### 1. **是什么(说明介绍)**
|
||||
1.1 时间地点
|
||||
① It will be held / It is located in(behind) the Main Building (next Sunday)
|
||||
② we will gather in the Main Building next Sunday and set off to the spot ( and please make sure you are available then).
|
||||
|
||||
1.2 工作人员指导
|
||||
① our staff will be there to provide you necessary guidance.
|
||||
|
||||
1.3 着装要求
|
||||
① it is highly recommended to be properly/warmly/plainly dressed for the occasion
|
||||
|
||||
### 2. **为什么选 ta(分析利弊)**
|
||||
2.1 权威认可
|
||||
① has (have) an official **award (/qualification / recognition)** from the authority.
|
||||
② is (are) awarded with the title of Material (/Intangible) Cultural Heritage from the United Nations.
|
||||
|
||||
2.2 群众基础
|
||||
① enjoys (enjoy) a widespread popularity (/reputation /concern) among 人民群众(/on multiple social platforms).
|
||||
|
||||
2.3 个人喜欢
|
||||
① I personally find it attractive(/interesting/beneficial/necessary) to do sth.
|
||||
|
||||
### 3. **怎么办(建议意见)**
|
||||
3.1 端正认识
|
||||
① it’s advisable to put things into perspective and establish a correct value about **sth** primarily.
|
||||
|
||||
3.2实践经验
|
||||
① you could look for relevant (/ advanced / international / historical) experience in this aspect on Zhihu Community.
|
||||
|
||||
3.3 知行合一
|
||||
① a practical and reasonable plan should be promptly carried out and remain high on your agenda
|
||||
|
||||
|
||||
## **尾段:对读信人的期望:**
|
||||
不回信:
|
||||
① I would be glad if you find the information(/ suggestions) mentioned above helpful. Please feel free to let me know if you have any further questions.
|
||||
|
||||
回信:
|
||||
①I would appreciate it if you could take my **complaint (/application/resignation/recommendation/invitation/questions)** into consideration. And I am looking forward to your favorable reply.
|
||||
|
||||
Yours truly
|
||||
Li Ming
|
||||
|
||||
|
||||
|
||||
|
||||
# 图表
|
||||
|
||||
### **第一段 图表描述段 5行**
|
||||
|
||||
第1句:图表总体描述
|
||||
- Were it not for the chart above, a thought-provoking phenomenon would be neglected:
|
||||
|
||||
第2-3句:图表细节描述
|
||||
- **2 年数据对比**:第一句下降,第二句上升,第三句不变
|
||||
- In 开始年, 最大值的名词B topped the three 主题词(categories), while in 对比年, a remarkable decline occurred in it by 差值 from 开始年数值 to 结束年数值.
|
||||
- By contrast, there was a noticeable jump of 差值 from 开始年数值 to 结束年数值 during the same period in A
|
||||
- Meanwhile C grew/decreased at a far more sluggish pace, to the degree that it seemed to remain static in 2008.
|
||||
|
||||
- **多年数据对比**:第一句上升,第二句下降,第三句不变
|
||||
- From 开始年 to 结束年, the number of 主题词1 augmented remarkably from only about 起始值 to 结束值.
|
||||
- By contrast, the amount of 主题词2, exceeding individuals' expectation, dipped dramatically(/slightly)from 起始值 to 结束值 during the same period,
|
||||
- Meanwhile C grew/decreased at a far more sluggish pace, to the degree that it seemed to remain static in 2008.
|
||||
|
||||
- **没有时间表现**:第一句最大的,第二句其他的
|
||||
- The percentage of A is the highest amongst all the 种类总数 categories, at approximately 对应百分数, whereas the data of B, C, D as well as others accounts for about 数 2, 数 3, 数 4, and 数 5 respectively.
|
||||
|
||||
- **表格**:每列最大值
|
||||
- The percentage of A类中最大值对应的人1 has peaked among A类, at approximately A类中最大值%.
|
||||
- Meanwhile, the proportions of B类 are highest for B类中最大值对应的人2, at roughly B类中最大值%.
|
||||
- In contrast, C类 is C类中最大值% amongst those C类中最大值对应的人3, the maximum value among all these categories.
|
||||
> Meanwhile, the proportions of B类 are equal between 人1 and 人2, at roughly xxx%.
|
||||
|
||||
上升词汇:increased、augmented
|
||||
下降词汇:decreased、dipped
|
||||
轻微上升/下降:Meanwhile , 主题词 increased/decreased at a far more sluggish pace, to the degree that it seemed to remain static in 2008
|
||||
平稳不变:Meanwhile , 主题词 has remained almost constant.
|
||||
波动平缓:Meanwhile , the fluctuation of 主题词 is relatively slight.
|
||||
|
||||
### **第二段 原因分析段 10-11行**
|
||||
The fundamental factors that contribute to the aforementioned tendency may be expounded as below.
|
||||
Initially,原因1. Additionally,原因2.Finally,原因3.
|
||||
|
||||
#### ==1.社会经济科技发展==
|
||||
经济基础的提升为个人从事积极行为提供了支持和可能性。
|
||||
经济利益的过度追求导致了一些不良现象或行为的产生。
|
||||
|
||||
第一句:
|
||||
a well-known saying from Karl Heinrich Marx's "Critique of Hegel's Philosophy of Right(1843)" should be quoted here:"Economic basis decides superstructure".
|
||||
|
||||
第二句:
|
||||
①好In the face of the [very pluralistic](英语作文.md#描述社会) society, many individuals, if not most, are becoming increasingly **wealthy([形容词](作文例句.md#形容词))**, which provides them with a fundamental basis in the economic level of **doing sth**.
|
||||
②坏In the face of the very pluralistic society, many individuals, if not most, are becoming increasingly **money-oriented(形容词)**, which triggers to the tendency/phenomenon of **doing sth**
|
||||
|
||||
#### 2.经济全球化、都市化
|
||||
社会经济的新阶段推动了个人和社会的多方面进步。
|
||||
快速发展和竞争压力导致了个人和社会层面的多种问题。
|
||||
|
||||
①好The human race having entered a completely new stage in its history,[with the increasingly rapid economic globalization and urbanization](作文例句.md#背景部分), [brought to our attention are more **enhancements** both in individuals and society](作文例句.md#主体句),embracing the one mentioned above——**XX名词短语**
|
||||
②坏The human race having entered a completely new stage in its history,with the **great strain and intense competition**,brought to our attention are more **problems** both in individuals and society,embracing the one mentioned above——**XX名词短语**
|
||||
](作文例句.md#2.经济全球化、都市化)
|
||||
|
||||
#### 3.人们的行为道德-社会经济利益
|
||||
- 经济发展人们没有让逐利本性淹没了良心
|
||||
- 经济发展人们逐利本性淹没了良心
|
||||
|
||||
①好Probably,these individuals' **gratifying** behavior can be interpreted by their **sufficient appreciation** of **sth**.The root cause,however,lies in the fact that their consciences **never give** way to selfishness,**nor** do they revel in the huge profits made from **_materialistic pursuits._**.
|
||||
②坏Probably,these individuals' **blameworthy** behavior can be interpreted by their **lack of knowledge** of **sth**.The root cause,however,lies in the fact that their consciences **give** way to selfishness and revel in the huge profits made from **XX**.
|
||||
|
||||
#### 4.社会风气
|
||||
- 传统价值传承,促进了道德水平的提升。
|
||||
- 现代生活压力导致人们趋于功利化
|
||||
①好Among the trends sweeping across our world moral enhancement,which indicates that some traditional values一notably,**XX**一have been carried forward.
|
||||
②坏The strain of modern life has exposed a Pandora's box of problems that individuals are becoming increasingly **形容词(profit-oriented)** and thus tend **to do sth.**
|
||||
|
||||
#### ==5.人们思想转变==
|
||||
- 人们思想转变,过去认为重要的事物现在不重要了
|
||||
The tendency has been bound up with the turning of people' outlooks and perspectives on **主题词**.In other words,the fact that **sth(之前觉得重要的)** is no longer as essential as it used to be demonstrates what really counts is **sth(现在觉得重要的东西)**
|
||||
> 注意:动态数据用tendency,静态数据用data
|
||||
|
||||
#### 6.文化的多样性/包容性
|
||||
- 文化化多样性包容性使得选择多种多样
|
||||
A rational choice,especially at a critical moment,counts a lot because it determines what the future holds. Despite the above,noting the inevitable diversity and inclusiveness of culture,there are an array of options facing every person——and some of them choose the very way of **doing sth.**
|
||||
|
||||
#### ==7.政府/学校==
|
||||
- 机构或大学积极监督引导,推动了...
|
||||
- 机构或大学没有监督引导,导致了...
|
||||
|
||||
①好The local **administration/universities**,exerting effective and strict supervision on **sth**(/playing a crucial role in enhancing these ideas showed in the chart ), make it possible for us to keep abreast of the latest news and spare no efforts to achieve our goals accounting for the phenomenon that **XX**
|
||||
②坏The local **administration/universities**,**failing to exert** effective and strict supervision on **sth**(/**play** a crucial role in enhancing these ideas showed in the chart ), make it **less** possible for us to keep abreast of the latest news and spare no efforts to achieve our goals accounting for the phenomenon that **XX**
|
||||
|
||||
#### ==8.多媒体==
|
||||
- 媒体宣传正确价值观,引导人们做某事。
|
||||
①好Furthermore, all kinds of publicity, be they newspapers or the Internet, advocate vigorously what really matters is **主题词**,inducing dwellers to **do sth**.
|
||||
|
||||
#### ==9.个人==
|
||||
经历磨难才能收获美好
|
||||
忽视品质导致年轻人重表面轻内涵
|
||||
|
||||
①好How can we see the rainbow without experiencing storms? Only by going through the rapids can it be possible to build many beauties beyond description, with **主题词** being necessary.
|
||||
②坏Ignoring **主题词** makes the young seek the glamorous appearance simply but fail to value inner endeavor and persistence,factors critical to the formation of their current views of life.
|
||||
③例子A proper example is **人名** ,**头衔**,whose success stems largely from **his/her** emphasis on **某种品质**
|
||||
|
||||
#### 10.流行病的影响
|
||||
- 疫情消退但持续影响人们
|
||||
①Despite the recession of the COVID-19 pandemic and the lifting of pandemic control measures, its profound impact remains. From psychology to life habits, people are still affected by it, realizing that the surroundings are challenging ,and thus tend to **do sth** (/be aware of the importance of **主题词**) than ever before.
|
||||
|
||||
|
||||
### **第三段 归纳总结段 1-3行**
|
||||
|
||||
**选择1:好**,主题词对社会有益
|
||||
Altogether,主题词 is deemed as not only a catalyst for the success of **sth** but also a bedrock of social progress.
|
||||
|
||||
**选择2:中性,多种选择一静态图**
|
||||
On balance, 主题词 is a subjective(/sensory) experience for today's individuals(/undergraduates) as what they focus on are the factors affecting the whole experience——to be held in high regard by 相关产业(/society).
|
||||
|
||||
**选择3:动态图:趋势**
|
||||
This trend,in the background of economic boom in China, will probably become dominant in the foreseeable future.
|
||||
|
||||
**选择4:神话故事+表中有褒贬色彩主旨**
|
||||
Without a clear understanding of the current state of affairs,we would steer between Scylla and Charybdis.
|
||||
|
||||
**选择5:双刃剑**
|
||||
supposing that individuals are armed with intelligence and caution, they are supposed to bypass the potential drawbacks of **sth** as well as take advantage of all the merits.
|
||||
|
||||
|
||||
|
||||
# 图画
|
||||
### 第一段
|
||||
**第 1 句:总体描述**
|
||||
①Were it not for the drawing above,a thought-provoking phenomenon would be neglected:
|
||||
|
||||
**第 2 句:图画细节描述**
|
||||
==**2.1 单图**==
|
||||
在这个场景中,有一个中心人物做着什么事,这个中心人物是怎样的,与周边事物发生了什么,周边事物又是怎样的。
|
||||
Step1:找到核心人物:位置+动作——倒装
|
||||
Step2:其他可描述的内容:说话,神情,其他动作——非谓语
|
||||
Step3:找到周边事物:主人公,周边人/事——定从
|
||||
At a crossroads stand an army of graduates,wearing with an air of confusion in their faces, who are faced with four choices: hunting for jobs,taking the Postgraduate Entrance Examination, going abroad and starting a business.
|
||||
|
||||
**第 3 句:文字说明 or 表达感受**
|
||||
①At the bottom of the drawing is the caption which reads"**XX**"
|
||||
②At the bottom of the drawing,a sentence stands there prominently, which can be briefly interpreted in this way: **XX**
|
||||
③What an enlightening drawing it is!
|
||||
④What enlightening drawings they are!
|
||||
|
||||
|
||||
|
||||
### 第二段
|
||||
**第 1 句:主旨句**
|
||||
The drawing crystallizes a truth:**主题词**,a component critical to life success,is the least to disregard.
|
||||
**第2~4句:2-3个万能原因**
|
||||
|
||||
### 第三段
|
||||
**第1句:总结全文**
|
||||
①好Altogether, **主题词** is deemed as not only a catalyst for the success of **sth** but also a bedrock of social progress.
|
||||
②坏as has been mentioned above,countermeasures should be taken immediately so as to reverse the grim situation.
|
||||
③双刃剑Altogether,主题词,if handled carelessly or without restraints——despite the fact that it is already particularly prevalent——might be a double-edged sword
|
||||
|
||||
**第2句:六大万能建议**
|
||||
一、社会道德教育
|
||||
The fundamental approach to solving this problem is to launch extensive education on social morality,making people truly aware of the significance of **主题词**.
|
||||
|
||||
二、改善社会风气
|
||||
At the mention of suggestions and measures,it occurs to many people that strong punitive actions,like laws and regulations,are bound to be issued. Actually,they are not a universal panacea,and the fundamental approach is to launch an extensive education on social morality, making people truly aware of the significance of **主题词**,thus abandoning uncivilized behavior initially.
|
||||
|
||||
三、政府、学校
|
||||
As a cradle of talents,it is of importance for universities to exert a positive cultural influence on the public and enhance the young's desire for knowledge;that is to say, universities are bound to make the rules for undergraduates——setting good examples for others.
|
||||
|
||||
四、多媒体/名人
|
||||
The worthies——especially those unusually informed, persuasive and well-connected——not only Chinese but also foreign ones,in cooperation,are obliged to do something useful,say,advocating **主题词** vigorously.
|
||||
|
||||
五、多媒体/社团
|
||||
Related organizations are supposed to launch high-visibility campaigns to help us discard the undesirable habits and remold healthy value systems, which is absolutely imperative.
|
||||
|
||||
六、个人
|
||||
Full of obstacles as life is,it can be easier when you know how to keep yourself mentally healthy——for example,being a **与主题词相关的adj** ,person,a lesson that all college students should take.
|
||||
|
||||
**第3句:下结论+展望未来**
|
||||
①Life is like a colossal ship sailing on the sea,in which at any moment we will meet storms or reefs,but if we insist on **主题词**,the ship will never sink.
|
||||
②坏Supposing that we want to avoid making similar mistakes in the future,everybody——especially the most intelligent and prominent——would do well to **do sth**. An epigram of Oscar Wilde should be quoted here:"There is no fault except **sth**."
|
||||
③双刃剑Supposing that individuals are armed with intellect, caution and discretion,they are bound to bypass the potential drawbacks of **主题词** as well as take advantage of all the virtues.
|
||||
|
||||
## 材料
|
||||
|
||||
|
||||
|
||||
222
docs/英语作文-背诵版.md
Normal file
222
docs/英语作文-背诵版.md
Normal file
@@ -0,0 +1,222 @@
|
||||
# 小作文
|
||||
|
||||
Dear [Xx](作文例句.md#Dear),
|
||||
## **第一段:次要目的+主要目的**
|
||||
I am writing this letter to... / This notice is to...
|
||||
次要目的:(感谢、道歉、悼念等纯粹情感性的目的)
|
||||
thank you for...(/congratulate you for.../apologize for.../do sth), and to
|
||||
|
||||
主要目的:(提建议、意见,介绍信息,进行推荐文章的核心主旨):
|
||||
① offer you some suggestions(/information) about sth/how to do sth.
|
||||
② extend you an invitation to do sth.
|
||||
③ recommend you sth.
|
||||
④ do sth.
|
||||
|
||||
## **第二段:主体段整体架构:**
|
||||
Regarding 主题,there are <font color=#FF0212>several</font> points I would like to <font color=#FF0212>mention</font>.
|
||||
First of all,论点1.
|
||||
What's more, 论点2.
|
||||
In addition,论点3.
|
||||
For more details,you could refer to the attachment below.
|
||||
|
||||
*具体内容:*
|
||||
是什么(说明介绍)、为什么(分析利弊)、怎么办(建议意见)
|
||||
### 1. **是什么(说明介绍)**
|
||||
1.1 时间地点
|
||||
① It will be held / It is located in(behind) the Main Building (next Sunday)
|
||||
② we will gather in the Main Building next Sunday and set off to the spot ( and please make sure you are <font color=#FF0212>available</font> then).
|
||||
|
||||
1.2 工作人员指导
|
||||
① our staff will be there to provide you necessary <font color=#FF0212>guidance</font>.
|
||||
|
||||
1.3 着装要求
|
||||
① it is highly recommended to be properly/warmly/plainly dressed for the <font color=#FF0212>occasion</font>
|
||||
|
||||
### 2. **为什么选 ta(分析利弊)**
|
||||
2.1 权威认可
|
||||
① has (have) an official **award (/qualification / recognition)** from the authority.
|
||||
② is (are) awarded with the title of <font color=#FF0212>Material</font> (/<font color=#FF0212>Intangible</font>) Cultural <font color=#FF0212>Heritage</font> from the United Nations.
|
||||
|
||||
2.2 群众基础
|
||||
① enjoys (enjoy) a <font color=#FF0212>widespread</font> popularity (/reputation /concern) among 人民群众(/on multiple social platforms).
|
||||
|
||||
2.3 个人喜欢
|
||||
① I personally find it attractive(/interesting/beneficial/necessary) to do sth.
|
||||
|
||||
> 万能图书、电影、景点、中华文化代表推荐:the Great Wall
|
||||
|
||||
### 3. **怎么办(建议意见)**
|
||||
3.1 端正认识
|
||||
① it’s advisable to put things into perspective and establish a correct value about **sth** primarily.
|
||||
|
||||
3.2实践经验
|
||||
① you could look for relevant experience in this aspect on Zhihu Community.
|
||||
|
||||
3.3 知行合一
|
||||
① a practical and reasonable plan should be promptly carried out and remain high on your agenda
|
||||
|
||||
|
||||
For more details,you could refer to the attachment below.
|
||||
## **尾段:对读信人的期望:**
|
||||
|
||||
不回信:(公告、招募、问询、建议)
|
||||
① I would be glad if you find the information(/suggestions) mentioned above helpful. Please feel free to let me know if you have any further questions.
|
||||
|
||||
回信:(建议、介绍、推荐、感谢、道歉、邀请、投诉、申请)
|
||||
①I would appreciate it if you could take my **complaint (/application/resignation/recommendation/invitation/questions)** into consideration. And I would be much <font color=#FF0212>obliged</font> to you for an early and positive reply.
|
||||
|
||||
Yours truly
|
||||
Li Ming
|
||||
# 图表
|
||||
|
||||
## **第一段 图表描述段 5行**
|
||||
|
||||
第1句:图表总体描述
|
||||
- Were it not for the chart above, a thought-provoking <font color=#FF0212>phenomenon</font> would be neglected:
|
||||
|
||||
- With reagrd to sth,
|
||||
第2-3句:图表细节描述:
|
||||
- **2 年数据对比**:第一句下降,第二句上升,第三句不变
|
||||
- In 开始年, B topped the three 主题词(categories), while in 对比年, a remarkable decline occurred in it by 差值 from 开始年数值 to 结束年数值.
|
||||
- By contrast, there was a noticeable jump of 差值 from 开始年数值 to 结束年数值 during the same period in A
|
||||
- Meanwhile C grew/decreased at a far more <font color=#FF0212>sluggish</font> pace, to the degree that it seemed to remain static in 2008.
|
||||
|
||||
- **多年数据对比**:第一句上升,第二句下降,第三句不变
|
||||
- From 开始年 to 结束年, the number(/amount) of 主题词1 was <font color=#FF0212>augmented</font> remarkably from only about 起始值 to 结束值.
|
||||
- By <font color=#FF0212>contrast</font>, the number(/amount) of 主题词2, <font color=#FF0212>exceeding</font> individuals' <font color=#FF0212>expectation</font>, dipped <font color=#FF0212>dramatically</font>(/slightly)from 起始值 to 结束值 during the same period,
|
||||
- Meanwhile C grew/decreased at a far more sluggish pace, to the degree that it seemed to remain static in 2008.
|
||||
> the number of 可数名词复数
|
||||
> the amount of 不可数名词
|
||||
|
||||
- **没有时间表现**:第一句最大的,第二句其他的
|
||||
- The <font color=#FF0212>percentage</font> of A is the highest amongst all the 种类总数 <font color=#FF0212>categories</font>, at approximately 对应百分数, whereas the data of B, C, D as well as others accounts for about 数 2, 数 3 and 数 4 respectively.
|
||||
|
||||
- **表格**:每列最大值
|
||||
- The percentage of A类中最大值对应的人1 has peaked among A类, at approximately A类中最大值%.
|
||||
- Meanwhile, the proportions of B类 are highest for B类中最大值对应的人2, at roughly B类中最大值%.
|
||||
- In contrast, C类 is C类中最大值% amongst those C类中最大值对应的人3, the maximum value among all these categories.
|
||||
> Meanwhile, the proportions of B类 are equal between 人1 and 人2, at roughly xxx%.
|
||||
|
||||
## **第二段 原因分析段 10-11行**
|
||||
<font color=#FF0212>The fundamental factors that contribute to the aforementioned tendency may be expounded as below.</font>
|
||||
|
||||
Initially,原因1. Additionally,原因2.Finally,原因3.
|
||||
|
||||
### ==1.社会经济科技发展==
|
||||
|
||||
第一句:
|
||||
a well-known saying from <font color=#FF0212>Karl Heinrich Marx</font>'s "Critique of <font color=#FF0212>Hegel</font>'s <font color=#FF0212>Philosophy</font> of Right(1843)" should be quoted here:"Economic basis decides superstructure".
|
||||
|
||||
第二句:
|
||||
①In the face of **the rapidly evolving** society, many individuals, if not most(/especially xxx), are becoming increasingly wealthy, which provides them with a fundamental economic basis to **do sth**.
|
||||
|
||||
### ==2.经济全球化、都市化、压力==
|
||||
①The human race having entered a completely new stage in its history,with the increasingly rapid economic <font color=#FF0212>globalization</font> and urbanization, brought to our attention are more **enhancements** both in individuals and society,<font color=#FF0212>embracing</font> the one mentioned above——**XX名词短语**
|
||||
|
||||
**great strain and intense competition**,
|
||||
|
||||
|
||||
### ==5.人们思想转变==
|
||||
The tendency has been bound up with the turning of people' outlooks and perspectives on **主题词**.In other words,(for sb,)the fact that **sth(之前觉得重要的)** is no longer as essential as it used to be demonstrates what really counts is **sth(现在觉得重要的东西)**
|
||||
|
||||
|
||||
### ==6.文化的多样性/包容性==
|
||||
Noting the inevitable diversity and inclusiveness of culture,there are an array of options facing every person——and some of them choose the very way of **doing sth.**
|
||||
|
||||
### ==7.政府/学校==
|
||||
①好The local **administration/universities**,exerting effective and strict supervision on **sth**(/playing a crucial role in enhancing these ideas showed in the chart ), make it possible for us to keep abreast of the latest news and spare no efforts to achieve our goals accounting for the phenomenon that **XX**
|
||||
|
||||
### ==8.多媒体==
|
||||
①all kinds of publicity, be the newspapers or the Internet, advocate vigorously what really matters is **主题词**,inducing dwellers to **do sth**.
|
||||
|
||||
|
||||
## **第三段 归纳总结段 1-3行**
|
||||
|
||||
**选择2:中性,多种选择一静态图**
|
||||
On balance, 主题词 is a subjective(/sensory) experience for today's individuals(/undergraduates) as what they focus on are the factors affecting the whole experience——to be held in high regard by 相关产业(/society).
|
||||
|
||||
**选择3:动态图:趋势**
|
||||
This trend,in the background of economic boom in China, will probably become dominant in the foreseeable future.
|
||||
|
||||
|
||||
**选择5:双刃剑**
|
||||
Supposing that individuals are armed with intelligence and caution, they are supposed to bypass the potential drawbacks of **sth** as well as take advantage of all the merits.
|
||||
|
||||
|
||||
# 图画
|
||||
### 第一段
|
||||
**第 1 句:总体描述**
|
||||
①Were it not for the drawing above,a thought-provoking phenomenon would be neglected:
|
||||
|
||||
**第 2 句:图画细节描述**
|
||||
==**2.1 单图**==
|
||||
在这个场景中,有一个中心人物做着什么事,这个中心人物是怎样的,与周边事物发生了什么,周边事物又是怎样的。
|
||||
Step1:找到核心人物:位置+动作——倒装
|
||||
Step2:其他可描述的内容:说话,神情,其他动作——非谓语
|
||||
Step3:找到周边事物:主人公,周边人/事——定从
|
||||
At a crossroads stand an army of graduates,wearing with an air of confusion in their faces, who are faced with four choices: hunting for jobs,taking the Postgraduate Entrance Examination, going abroad and starting a business.
|
||||
|
||||
# 材料
|
||||

|
||||

|
||||
# 词汇
|
||||
|
||||
## 大学生
|
||||
- 大学生:college students
|
||||
- 大一:freshman
|
||||
- 大二:sophomore
|
||||
- 大三:junior
|
||||
- 大四:senior
|
||||
## 描述社会
|
||||
形容词-oriented society
|
||||
- Technologically & Digitally Driven(技术与数字化)
|
||||
- Education-Focused & Knowledge-Based(教育与知识)
|
||||
- Economically Competitive & Consumption-Oriented(经济与消费)
|
||||
- Rapidly Evolving & Progressing(社会发展与变迁)
|
||||
- Youth-Centric & Culturally Blended(人口与文化)
|
||||
- Eco-Conscious & Sustainable(环境与可持续性)
|
||||
|
||||
## 个人发展追求
|
||||
Another significant factor **is the pursuit of personal development, as individuals increasingly prioritize self-improvement and career success.**
|
||||
|
||||
人们变得有钱后用:As disposable incomes rise and <font color=#FF0212>basic needs</font> are better met, people are naturally inclined to pursue cultural enrichment
|
||||
|
||||
## 人际关系
|
||||
**strengthen social bonds and maintain interpersonal relationships.**
|
||||
|
||||
## 大额计数
|
||||
- 百 - Hundred
|
||||
- <font color=#FF0212>千 - Thousand</font>
|
||||
- <font color=#FF0212>百万 - Million</font>
|
||||
- <font color=#FF0212>十亿 - Billion</font>
|
||||
|
||||
## 为了更加方便的生活
|
||||
for **a more convenient life**
|
||||
more innovations in public services and infrastructure
|
||||
|
||||
## 更加偏向于...
|
||||
the increasing preference for 喜欢的 over 不喜欢的
|
||||
|
||||
## 物质和文化
|
||||
material wealth
|
||||
|
||||
people's **cultural pride and confidence** have been increasingly enhanced.
|
||||
|
||||
the pursuit of cultural and intellectual experiences, such as visiting museums.
|
||||
|
||||
## 不仅...重要,...同样也重要
|
||||
**They realize that** classroom learning **alone is insufficient, and** practical experience **is equally essential for comprehensive growth.**
|
||||
|
||||
|
||||
# 高频词
|
||||
convenient
|
||||
environmental awareness
|
||||
diverse xxx options
|
||||
eco-friendly lifestyles/travel
|
||||
Promotion of NEVs.
|
||||
Rapid advancement in renewable energy technology
|
||||
Faster pace of life
|
||||
Improving career competitiveness
|
||||
quality of life
|
||||
personal development and interests.
|
||||
Increased opportunities for
|
||||
80
docs/英语做题技巧.md
Normal file
80
docs/英语做题技巧.md
Normal file
@@ -0,0 +1,80 @@
|
||||
### ① 扫一眼全文
|
||||
- **步骤**:快速浏览全文,并为每个段落标上序号。
|
||||
|
||||
### ② 看题
|
||||
- **步骤**:
|
||||
- **圈出定位点**:找出题目中的高频词、关键词或信息。
|
||||
- **预测讨论的内容**:基于题目词汇和信息,预判文章可能讨论的内容。
|
||||
|
||||
### ③ 做题
|
||||
- **原则**:题目和文章内容一般是按照顺序出现的,按照文章顺序依次解题。
|
||||
|
||||
### ④ 文章分析
|
||||
#### **逻辑分析**:
|
||||
- **代词具体指代**:找出文中代词的具体指代对象。
|
||||
- **圈出关键词**:包括转折词(如"but"、"unfortunately")、连接词、态度词(如"upset"、"must"、"hardly")。
|
||||
- **段落主题与情感分析**:
|
||||
- 确定每段的主题,并判断该段是正面情感还是负面情感,关注情感的转向。
|
||||
- **逻辑对比**:留意时间变化及其他对立关系(如“now”)。
|
||||
- **少数派原则**:少数派的观点可能就是作者的观点。
|
||||
- **句间逻辑**:略读句子间的逻辑关系,如后文是否为前文的例证。
|
||||
- **作者态度判断**:
|
||||
- 通过感情色彩词(如"must"、"should")、对问句的回答、句中形容词来判断作者态度。
|
||||
- 明确正向或负向是对哪个主体的评价。
|
||||
- **中心主旨的服从关系**:全文服从中心主旨,段落服从段落主旨,选项需包含段落主旨且服从中心主旨。
|
||||
- **重复出现**:文中段落中重复出现的内容往往就是文章的中心。
|
||||
- **态度标记**:作者态度往往通过感情色彩词、回答问句、或句中形容词表现。
|
||||
|
||||
#### **词句细节处理**:
|
||||
- **双重否定**:划掉否定词和否定前缀,理解正面含义。
|
||||
- **因果关系**:识别因果关系短语,判断谁是原因,谁是结果。
|
||||
- **观点表达**:in spite of之后往往是作者的真实观点。
|
||||
- **副词处理**:关注副词的程度深浅(如“ly”结尾的词)。
|
||||
- **强调句**:划掉强调句的结构部分,如“It is...who...”,直接理解核心内容。
|
||||
- **介词短语**:by表示减少了,to表示减少到。
|
||||
- **常见短语**:
|
||||
- “more often than not” 表示肯定语气(往往)。
|
||||
- “few A more B than C” 等同于最高级,翻译成“C是最B的A”。
|
||||
- “until” 等同于“before”。
|
||||
- **特定词汇**:
|
||||
- affairs通常表示不好的事情。
|
||||
- “A of B” 翻译成B的A。
|
||||
- 破折号通常对前面内容进行说明,不要忽略。
|
||||
- “And”或“But”有时表示递进关系。
|
||||
- **并列结构**:
|
||||
- A, B and C 表示三者并列。
|
||||
- A and B, combined with C 表示A与B合并后再与C并列。
|
||||
- **从句**:明确从句是补充说明哪个主语。
|
||||
- **相反关系**:rather than通常表示前后内容相反。
|
||||
- **等量表达**:A is not less than B 表示A与B一样。
|
||||
|
||||
### ⑤ 题目分析
|
||||
- **应做未做**:should表达的是应该做但没有做的事。
|
||||
- **缓和与绝对**:选项中的缓和词通常是正确答案,绝对词通常错误。
|
||||
- **比较级与程度**:若选项中有比较级,而文章中没有,或反之,则需排除。程度轻重变化也是判断标准。
|
||||
- **问答匹配**:避免答非所问,如问原因答结果,问观点答客观事实等。
|
||||
- **选项与情感匹配**:标记选项的正负情感,并排除与文章情感相反的选项。
|
||||
- **中心主旨匹配**:选项需与文章的中心主旨一致。
|
||||
- **逻辑一致性**:正确答案的信息与文中的信息需在逻辑关系上保持一致。
|
||||
- **张冠李戴**:避免选出与文章内容不匹配的选项。
|
||||
- **宏观视角**:跳出题目,俯瞰,从宏观视角判断选项是否符合主旨。
|
||||
- **分类验证**:对选项分类后回文中验证其正确性。
|
||||
|
||||
#### **题型分析**:
|
||||
- **例证题**:例子不重要,观点重要,寻找上下文中的观点。
|
||||
- **态度题**:
|
||||
1. 排除小墓碑选项;
|
||||
2. 将选项按正负情感分类;
|
||||
3. 回文中找作者的态度倾向;
|
||||
4. 选择缓和的选项,排除夸大的选项。
|
||||
- **推理判断题**:关注与文章中心主旨有关的抽象内容。
|
||||
- **人物观点题**:明确问的是谁的观点,排除其他人物的观点。
|
||||
- **词句题**:根据上下文的逻辑关系(相同或相反)来选择同义词或反义词。
|
||||
- **最佳题目题**:
|
||||
1. 通过高频词判断主题;
|
||||
2. 留意各段重复出现的词;
|
||||
3. 考虑对问句的回答。
|
||||
干扰选项通常是范围太小或太大的。
|
||||
|
||||
### ⑥ 订正
|
||||
- **步骤**:标出出错题的定位句,分析出错原因。
|
||||
50
docs/阅读真题主题词.md
Normal file
50
docs/阅读真题主题词.md
Normal file
@@ -0,0 +1,50 @@
|
||||
|
||||
|
||||
|
||||
|
||||
# 情感态度
|
||||
|
||||
|
||||
|
||||
### 积极情感
|
||||
|
||||
1. Supportive:支持的
|
||||
2. Hopeful:充满希望的
|
||||
3. Optimistic:乐观的
|
||||
4. Sympathetic:同情的
|
||||
5. **Tolerant**:宽容的
|
||||
6. Positive:积极的
|
||||
7. **Permissive**:宽松的
|
||||
|
||||
### 消极情感
|
||||
|
||||
1. Desperate:绝望的
|
||||
2. Scornful:轻蔑的
|
||||
3. **Destructive**:破坏性的
|
||||
4. Critical:批评的
|
||||
5. **Disappointed**:失望的
|
||||
6. **Conceited**:自负的
|
||||
7. **Pessimistic**:悲观的
|
||||
8. Negative:消极的
|
||||
9. Doubtful:怀疑的
|
||||
|
||||
### 中性情感(从强烈到不强烈)
|
||||
|
||||
1. Biased:有偏见的
|
||||
2. Objective:客观的
|
||||
3. Certain:确定的
|
||||
4. Uncertain:不确定的
|
||||
5. **Cautious**:谨慎的
|
||||
6. Indifferent:冷漠的
|
||||
7. **Trivial**:琐碎的
|
||||
|
||||
|
||||
|
||||
# 不熟练
|
||||
|
||||
bewilderingly
|
||||
controversy
|
||||
reckons
|
||||
slump
|
||||
crystallize
|
||||
virtual
|
||||
Reference in New Issue
Block a user