in an effort to
What does “in an effort” to mean?
I personally consider in an effort to a stock phrase1.
The meaning of the phrase should be clear even when we read it word by word:
In an effort to = "In an attempt to"
Traditionally, the phrase In an effort to create a culture within my classroom is an adverbial phrase. Here are some examples of adverbial phrases (from the Wikipedia page): in a short time, near the wall, in a civilized way, in an hour, when I've finished my book.
Seeing that you want to use it in your writing, I'd like to quote a couple of texts in The Redbook: A Manual on Legal Style by Bryan A. Garner (2nd ed.):
Language lovers often go through predictable phases of growth: first learning exotic new words and later avoiding them in favor of plain and clear terms. Using simple words and phrases instead of stuffy ones results in a more natural style. (p.183)2
In one section, the manual reads:
(c) Paring down phrases. By trimming your sentences you will make your prose tighter, more forceful, and more persuasive (see 13.3(e)). Wordy phrases are the biggest source of surplusage and can make your prose less clear, even confusing. For those reasons, these phrases are the first things to look for when you trim your drafts. Below are some common phrases used in legal writing and their simpler substitutions. (p.187)
And on page 188,
Instead of this: in an effort to
Try this: to
For example, you can replace in an effort to in your text with to without loss in meaning.
In an effortTo create a culture within my classroom where students feel safe sharing the intimacies of their own silences, I have four core principles ...
This is not to say that you cannot or should not use the phrase in your writing, but if your main goal is to write clearly, you may want to avoid using it, or use it only sparingly.
- stock phrase: A phrase frequently or habitually used by a person or group, and thus associated with them. 口头禅; 惯用语↩
- 学习语言会经历两个阶段, 第一阶段会去尽量使用一些外语新词难词, 第二阶段则是使用简单清晰的词汇表达. 好像是这样的! 先学来装逼, 用多了用习惯了慢慢地就怎么简单怎么来了. 语言是沟通的工具, 不是装逼的道具.↩
in an effort to的更多相关文章
- 使用xUnit,EF,Effort和ABP进行单元测试(C#)
返回总目录<一步一步使用ABP框架搭建正式项目系列教程> 本篇目录 介绍 创建测试项目 准备测试基类 创建第一个测试 测试异常 在测试中使用仓储 测试异步方法 小结 介绍 在这篇博客中,我 ...
- 单元测试 使用 Effort 内存数据库 报错
单元测试中 使用 Effort 内存数据库,可能会遇到两个错误: 1. :“No Entity Framework provider found for the ADO.NET provider wi ...
- three supported reliability levels: * End-to-end * Store on failure * Best effort
https://github.com/cloudera/flume/blob/master/flume-docs/src/docs/UserGuide/Introduction === Reliabi ...
- 【LeetCode】1631. 最小体力消耗路径 Path With Minimum Effort
作者: 负雪明烛 id: fuxuemingzhu 个人博客:http://fuxuemingzhu.cn/ 目录 题目描述 解题思路 并查集 代码 刷题心得 欢迎加入组织 日期 题目地址:https ...
- 深入浅出Redis-redis哨兵集群
1.Sentinel 哨兵 Sentinel(哨兵)是Redis 的高可用性解决方案:由一个或多个Sentinel 实例 组成的Sentinel 系统可以监视任意多个主服务器,以及这些主服务器属下的所 ...
- 魅力 .NET:从 Mono、.NET Core 说起
前段时间,被问了这样一个问题:.NET 应用程序是怎么运行的? 当时大概愣了好久,好像也没说出个所以然,得到的回复是:这是 .NET 程序员最基本的...呵呵! 微软开源,其实不只是对 .NET 本身 ...
- Quality 是什么?
Quality 是什么? 通常,我们谈及 Quality(质量)时,最常见的问题就是:Quality 是什么? 有很多业界先驱和研究人员已经回答了这个问题,我在这里并不会再给出一个新的答案.在学习总结 ...
- What is Away3D
做了几个基于Flash平台的3D的项目,一路走来收获颇多.Away3D作为一个开源的Flash3D引擎,在3D页游领域,无疑是当前OGRE在国内的地位. 翻译出了多年前做Away3D中国社区的时候翻译 ...
- Java多线程系列--“JUC锁”03之 公平锁(一)
概要 本章对“公平锁”的获取锁机制进行介绍(本文的公平锁指的是互斥锁的公平锁),内容包括:基本概念ReentrantLock数据结构参考代码获取公平锁(基于JDK1.7.0_40)一. tryAcqu ...
随机推荐
- How to fix “The program can’t start because MSVCR110.dll is missing from your computer.” error on Windows
原文出处 How to fix “The program can’t start because MSVCR110.dll is missing from your computer.” error ...
- C#读取Excel文档
上面分别是Excel文档的内容和读取结果: 奉上C#源代码: using System; using System.Data; using System.Data.OleDb; namespace R ...
- Nuget 自动上传
1:参考https://newnugetpackage.codeplex.com/wikipage?title=NuGet%20Package%20To%20Create%20A%20NuGet%20 ...
- VS2015 Cordova Ionic移动开发(一)
一.Windows环境配置 1.如果已经安装VS2015,打开[工具]-[选项]找到Cordova选项: 运行依赖关系查看器,用来检测开发环境是否完整. 如果检测显示: 那么就是环境配置完成了.可以直 ...
- mvc Routing特性优化
在mvc中,Url地址是利用routing特性来支持,但是这个Routing有个问题,多个不同的地址和指向同一个action方法, 例如: http://test.com (默认) http://te ...
- linux安装rzsz
rz,sz是Linux/Unix同Windows进行ZModem文件传输的命令行工具优点:比ftp命令方便,而且服务器不用打开FTP服务. sz:将选定的文件发送(send)到本地机器rz:运行该命令 ...
- jQuery $.each的使用方法
通过jQuery $.each,你可以遍历对象.数组的属性值并进行处理. 使用说明 each函数根据参数的类型实现的效果不完全一致: 1.遍历对象(有附加参数) $.each(Object, func ...
- IOS_OC_百度地图与社交分享
前奏. 知识点介绍 一. 导航和画线 地图画线 (理解) 二. 百度地图 集成百度地图 (掌握) POI检索 (掌握) 三. 社交分享 系统自带分享 (了解) 友盟分享 (掌握) SSO授权 (理解) ...
- iOS开发——真机调试证书—发布证书
(最近准备考试,空闲整理成博客……)
- 巧谈 GCD
转载自:http://www.jianshu.com/p/665261814e24 谈到iOS多线程,一般都会谈到四种方式:pthread.NSThread.GCD和NSOperation.其中,苹果 ...