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 effort To 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.


  1. stock phrase: A phrase frequently or habitually used by a person or group, and thus associated with them. 口头禅; 惯用语
  2. 学习语言会经历两个阶段, 第一阶段会去尽量使用一些外语新词难词, 第二阶段则是使用简单清晰的词汇表达. 好像是这样的! 先学来装逼, 用多了用习惯了慢慢地就怎么简单怎么来了. 语言是沟通的工具, 不是装逼的道具.

in an effort to的更多相关文章

  1. 使用xUnit,EF,Effort和ABP进行单元测试(C#)

    返回总目录<一步一步使用ABP框架搭建正式项目系列教程> 本篇目录 介绍 创建测试项目 准备测试基类 创建第一个测试 测试异常 在测试中使用仓储 测试异步方法 小结 介绍 在这篇博客中,我 ...

  2. 单元测试 使用 Effort 内存数据库 报错

    单元测试中 使用 Effort 内存数据库,可能会遇到两个错误: 1. :“No Entity Framework provider found for the ADO.NET provider wi ...

  3. 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 ...

  4. 【LeetCode】1631. 最小体力消耗路径 Path With Minimum Effort

    作者: 负雪明烛 id: fuxuemingzhu 个人博客:http://fuxuemingzhu.cn/ 目录 题目描述 解题思路 并查集 代码 刷题心得 欢迎加入组织 日期 题目地址:https ...

  5. 深入浅出Redis-redis哨兵集群

    1.Sentinel 哨兵 Sentinel(哨兵)是Redis 的高可用性解决方案:由一个或多个Sentinel 实例 组成的Sentinel 系统可以监视任意多个主服务器,以及这些主服务器属下的所 ...

  6. 魅力 .NET:从 Mono、.NET Core 说起

    前段时间,被问了这样一个问题:.NET 应用程序是怎么运行的? 当时大概愣了好久,好像也没说出个所以然,得到的回复是:这是 .NET 程序员最基本的...呵呵! 微软开源,其实不只是对 .NET 本身 ...

  7. Quality 是什么?

    Quality 是什么? 通常,我们谈及 Quality(质量)时,最常见的问题就是:Quality 是什么? 有很多业界先驱和研究人员已经回答了这个问题,我在这里并不会再给出一个新的答案.在学习总结 ...

  8. What is Away3D

    做了几个基于Flash平台的3D的项目,一路走来收获颇多.Away3D作为一个开源的Flash3D引擎,在3D页游领域,无疑是当前OGRE在国内的地位. 翻译出了多年前做Away3D中国社区的时候翻译 ...

  9. Java多线程系列--“JUC锁”03之 公平锁(一)

    概要 本章对“公平锁”的获取锁机制进行介绍(本文的公平锁指的是互斥锁的公平锁),内容包括:基本概念ReentrantLock数据结构参考代码获取公平锁(基于JDK1.7.0_40)一. tryAcqu ...

随机推荐

  1. webrtc学习——mediaStream和MediaStreamTrack

    This is an experimental technologyBecause this technology's specification has not stabilized, check ...

  2. Excel操作之 导出生成多个sheet页面

    首先需要下载一个NPOI.dll 下载地址:http://download.csdn.net/detail/president810/9503038 using System; using Syste ...

  3. Android 抽屉效果

    昨天在用“酷我音乐”听歌的时候注意到了界面右上角的四角方块,当我点击这个方块的时候会从屏幕的左边弹出新的界面而把原来的界面挤到左边,是显示了一小部分. 于是,我便在网上查询了一下相关的文章,现将这种效 ...

  4. js简单日期获取( 菜鸟入门基础)

    关于js日期的获取要用到最基本的Date()方法获取当日的日期 var d =new Date();  //定义日期对象 var y=d.getFullYear();   //获取年 var m=d. ...

  5. AngularJS2学习

    @Input @Input是用来定义模块的输入的,用来让父模块往子模块传递内容: @Component({ selector: 'bank-account', template: ` Bank Nam ...

  6. 新开窗口不被拦截的方法-window.open和表单提交form

    $("#btn").click(function() { var w = window.open(); setTimeout(function() { w.location = & ...

  7. 用javascript操作xml(二)JavaScript 将XML转换成字符串(xml to string)

    function xmlToString(xmlData) { var xmlString; //IE if (window.ActiveXObject){ xmlString = xmlData.x ...

  8. 如何判断list中是否包含某个元素

    在python中可以通过in和not in关键字来判读一个list中是否包含一个元素: str = ['s','i','m','o','n'] if 'e' in str: print("e ...

  9. jquery实现可展开收缩的首页大图广告展示方式 泰山压顶代码 V2.0

    把代码做成js网站进行统一调用 if (typeof jQuery == 'undefined') { document.writeln('<script type="text/jav ...

  10. yii2 安装

    php版本必须是php5.4以上.记得配置php环境变量 1.下载https://github.com/yiisoft/yii2-app-advanced 2.php -r "readfil ...