Research notes for Scientific Writing
Noun.
- complacency n. 自得;自鸣得意
- nomenclature n. 专业术语;e.g. the nomenclature of music; 音乐的专门术语
Verb.
- abscond vt. 潜逃;逃跑; e.g. He absconded from the bank with all the money.
- bemoan vt. 对...抱怨;对...不满;e.g. ... and often researchers bemoan the lack of well-validated measures...
- empower: (1) to give or delegate power or authority to; authorize; (2) to give ability to; enable or permit;
empowerment refers to increasing the spiritual, political, social, educational, gender, or economic strength of individuals and communities. - sidestep vt. 回避;避免;to sidestep a difficult problem/question
- reap 收割;收获;to reap the benefits of trust and distrust ...
- conflate 合并;混合;<=>co-exist
- endeavor vt. = attempt; endeavor after = seek; e.g.: He endeavored after more fame and wealth; They endeavored to make her happy, but in vain.
- embark on sth. 着手,开始做某事;e.g. In Section 3, we then embark upon the problem of distrust-aware
recommendations. - reinforce vt. 增强;巩固;e.g. The experimental results clearly reinforce our claims that ...
Adj.
- contemporary 当代的;同时代的;
- dichotomous 对立的;有区别的;
- imperative = very important 必要的;紧急的;
- peculiar 特有的;独特的
- inexplicable 无法解释的;e.g.: Their actions are completely inexplicable.
Phrases
- tap into 利用;开发;
- in vain 徒劳无益地;
- speak to (1) 围绕…谈: He does not speak to the subject. 她没有说到主题。(2) 提醒:This vast literature speaks to the importance of clustering in data analysis.
- be that as it may: 尽管如此...although it may be true; something that you say which means although you accept a piece of information as a fact, it does not make you think differently about the subject that you are discussing.
e.g.: l am sorry to hear about your troubles, but, be that as it may, you still must carry out your responsibilities. Be that as it may, I still cannot help you.
Sentences
- To facilitate discussion, we first introduce some notation. = For the sake of clarity = For the purpose of discussion
Research notes for Scientific Writing的更多相关文章
- django notes 五:Writing models
models 其实也没什么好说的,就是普通的 python 类 settings 中配置数据库连接 DATABASES = { 'default': { 'ENGINE': 'django.db.ba ...
- OTFS Research Notes
△f = f·v·cosθ/c,f表示载波频率,5G/B5G朝着毫米波等高频段方向发展,因此多普勒拓展的影响将更显著.此外,Masssive MIMO的现有规模已达256维度,并将朝着上千的规模发展. ...
- Ten Tips for Writing CS Papers, Part 2
Ten Tips for Writing CS Papers, Part 2 This continues the first part on tips to write computer scien ...
- Writing the first draft of your science paper — some dos and don’ts
Writing the first draft of your science paper — some dos and don’ts 如何起草一篇科学论文?经验丰富的Angel Borja教授告诉你 ...
- Ten Tips for Writing CS Papers, Part 1
Ten Tips for Writing CS Papers, Part 1 As a non-native English speaker I can relate to the challenge ...
- What every computer science major should know 每一个计算机科学专业的毕业生都应该都知道的
Given the expansive growth in the field, it's become challenging to discern what belongs in a modern ...
- Reading With Purpose: A grand experiment
Reading With Purpose: A grand experiment This is the preface to a set of notes I'm writing for a sem ...
- (转)The Road to TensorFlow
Stephen Smith's Blog All things Sage 300… The Road to TensorFlow – Part 7: Finally Some Code leave a ...
- Patrick Hughes - 错觉3D雕塑艺术
Pictures Patrick Hughes (artist) From Wikipedia, the free encyclopedia Patrick Hughes. Leaning on a ...
随机推荐
- NGUI HUDText
今天使用HUDText的时候,发现须要如今场景里创建一个UI2dRoot;不然位置不对 或许应该创建一个prefab这样每一个场景都加入一个就可以. using UnityEngine; ...
- Eclipse快捷键 10个最有用的快捷键(转载)
现在很多开发人员都在用eclipse.用开发工具,就是为了方便,方便你开发你的软件,方便你管理你的工程,而开发工具提供各种功能大部分会有对应的快捷键,下面就列出了eclipse的快捷键. Ecli ...
- 机器学习笔记(一)- from Andrew Ng的教学视频
最近算是一段空闲期,不想荒废,记得之前有收藏一个机器学习的链接Andrew Ng的网易公开课,其中的overfiting部分做组会报告时涉及到了,这几天有时间决定把这部课程学完,好歹算是有个粗浅的认识 ...
- [转] iOS应用架构谈 网络层设计方案
原文地址:http://casatwy.com/iosying-yong-jia-gou-tan-wang-luo-ceng-she-ji-fang-an.html iOS应用架构谈 开篇 iOS应用 ...
- ThinkPHP-3.2.3学习
一.下载安装 核心包:不用解释,最减版本 完整包:包括扩展功能(验证码.session等) 二.调试 ----www ---thinkphp_3 Application ...
- 限制QLineEdit的数值输入范围(一共4种限制器:QDoubleValidator, QIntValidator, QRegExpValidator, 和QRegularExpressionValidator)
在使用QLineEdit输入数值时,经常遇到限制其范围的需要,比如角太阳高度角范围为[-90,90],经度值范围[-180,180],方位角范围[0,360].Qt提供了QIntValidator和Q ...
- 用命令行方式关闭linux防火墙
#/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT #/sbin/iptables -I INPUT -p tcp --dport 22 -j A ...
- poj 2114 Boatherds 树的分治
还是利用点的分治的办法来做,统计的办法不一样了,我的做法是排序并且标记每个点属于哪颗子树. #include <iostream> #include <cstdio> #inc ...
- ListBox控件
主要介绍:自定义数据.绑定数据库数据 前台代码: <div> <asp:ListBox ID=" Width ="100px"> <asp: ...
- session临时文件存储路径
今天把本地的项目部署到外网时,遇到个问题,使用session_start()时,提示****目录下的这个文件不存在,网上查了查,说我的根目录不存在,然后在php.ini文件里看了下session.sa ...