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的更多相关文章

  1. django notes 五:Writing models

    models 其实也没什么好说的,就是普通的 python 类 settings 中配置数据库连接 DATABASES = { 'default': { 'ENGINE': 'django.db.ba ...

  2. OTFS Research Notes

    △f = f·v·cosθ/c,f表示载波频率,5G/B5G朝着毫米波等高频段方向发展,因此多普勒拓展的影响将更显著.此外,Masssive MIMO的现有规模已达256维度,并将朝着上千的规模发展. ...

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

  4. 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教授告诉你 ...

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

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

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

  8. (转)The Road to TensorFlow

    Stephen Smith's Blog All things Sage 300… The Road to TensorFlow – Part 7: Finally Some Code leave a ...

  9. Patrick Hughes - 错觉3D雕塑艺术

    Pictures Patrick Hughes (artist) From Wikipedia, the free encyclopedia Patrick Hughes. Leaning on a ...

随机推荐

  1. 解决gerber-Failed to Match All Shapes for PCB问题

    有效解决在Protel 99se导gerber时提示gerber-Failed to Match All Shapes for PCB出错问题如图 这种问题很好解决,打开这个窗口 操作方法如下图Emb ...

  2. c++ 实现将数字转换为中文数字输出

    实现如下函数: void printInChinese(int num); 这个函数输入一个小于100000000(一亿)的正整数,并在屏幕上打印这个数字的中文写法. 例如: 17 -> 一十七 ...

  3. BZOJ 1604: [Usaco2008 Open]Cow Neighborhoods 奶牛的邻居

    题目 1604: [Usaco2008 Open]Cow Neighborhoods 奶牛的邻居 Time Limit: 5 Sec  Memory Limit: 64 MB Description ...

  4. ACM 中常用的算法有哪些?

    在网上看到别人ACM学习的心得,转载过来,源地址不记得了,当时是百度的.内容如下: 网络上流传的答案有很多,估计提问者也曾经去网上搜过.所以根据自己微薄的经验提点看法. 我ACM初期是训练编码能力,以 ...

  5. 数据结构——二叉搜索树(Binary Search Tree)

    二叉树(Binary Tree)的基础下 每个父节点下 左节点小,右节点大. 节点的插入: 若root==NULL则root=newnode 否则不断与节点值比较,较小则向左比较,较大则向右比较. 完 ...

  6. getParameter

    近期学习JAVA的WEB开发,遇到Request中相关的getParameter方法问题.在网上找了一下.自己整理,以备以后查用. getParameter得到的都是String类型的.或者是用于读取 ...

  7. [Oracle] 11G自己主动收集统计信息

    在11g中,默认自己主动收集统计信息的时间为晚上10点(周一到周五,4个小时),早上6点(周六,周日,20个小时),例如以下所看到的: select a.window_name, a.repeat_i ...

  8. HDU 4720 Naive and Silly Muggles (外切圆心)

    Naive and Silly Muggles Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Oth ...

  9. android动效开篇

    大神博客:http://blog.csdn.net/tianjian4592/article/details/44155147 在现在的Android App开发中,动效越来越受到产品和设计师同学的重 ...

  10. C++ 表达式语句 海伦的故事

    C++ 表达式语句 海伦的故事 摘要: 原创出处: http://www.cnblogs.com/Alandre/ 泥沙砖瓦浆木匠 希望转载,保留摘要,谢谢! 把今天当成最后一天来过.-海伦 请读者在 ...