Journalists have the ability to state a thing more clearly. What can we learn from them to help us report or explain things like them?

There are six ways as follows:

1. Know your audience and adapt your voice accordingly (认清受众。对应调整声音)

Spend some time carefully defining who you want to read your content and figuring out their interests and behaviors.

2. Understand five determinants of "newsworthiness" (明确“新闻报道价值”的五个决定性因素)

Timing, Significance, Proximity, Prominence, Interest.

Proximity: Is the topic close enough to readers for it to pique their attention?

Prominence: Put simply, why should people care?

3. There are lots of facts, but only one core story (事实有非常多,但核心仅仅有一个)

Remenber that, as a content marketer, the first goal is storytelling.

Draw readers in with text that entertains them, gives them answers and makes them want to learn more, then close everything out with a conclusion that ties it all together and reinforces what you've just said.

4.  Support your claims (支持你的说法)

No journalist would send his or her editor an article full of unsupported statements.

Beyond a credibility boost, supplementing what you say can also help readers make sense of more complex subjects.

5.  Package and Repackage your content (不断包装你的内容)

Quality content has potential beyond a single piece of text.

When you're brainstorming, try thinking about ideas in a broader sense.

6.  If you haven't done the necessary legwork, it's going to show (假设没有搜集工作,别人会知道的)

When someone choose to read your content, they're dedicating part of their day to checking out what you have to say.

Show them you value their time and they'll respond by coming back for more.

这六点事实上告诉了我们在写文章或者在说话时要注意的地方。

首先。我们应该弄清楚我们的对象是谁。你不可能给一个艺术家去谈论你的科技问题吧

其次, 要明确意义,重要性,一些毫无意义的东西给读者看。那不是浪费人家时间

然后。 我们的精力是有限的,要有核心和重点,不能范谈,由于这样会让人看了半天不知所以然

再, 要有支持的观念,还要包装,就是举一反三,帮助更好地理解

最后, 一定要有积累。你都没有预先准备好,那写出来的东西会不会就非常空洞呢!

Six ways to think like a journalist!的更多相关文章

  1. [LeetCode] Different Ways to Add Parentheses 添加括号的不同方式

    Given a string of numbers and operators, return all possible results from computing all the differen ...

  2. [LeetCode] Decode Ways 解码方法

    A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' - ...

  3. Decode Ways

    https://leetcode.com/problems/decode-ways/ A message containing letters from A-Z is being encoded to ...

  4. 【LeetCode】241. Different Ways to Add Parentheses

    Different Ways to Add Parentheses Given a string of numbers and operators, return all possible resul ...

  5. [Leetcode] Decode Ways

    A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' - ...

  6. Three ways to set specific DeviceFamily XAML Views in UWP

    Three ways to set specific DeviceFamily XAML Views in UWP http://igrali.com/2015/08/02/three-ways-to ...

  7. 241. Different Ways to Add Parentheses

    241. Different Ways to Add Parentheses https://leetcode.com/problems/different-ways-to-add-parenthes ...

  8. Different Ways to Add Parentheses

    Given a string of numbers and operators, return all possible results from computing all the differen ...

  9. 【leetcode】Decode Ways(medium)

    A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' - ...

随机推荐

  1. python + selenium - selenium常用元素定位

    1. Chrome定位工具 打开Chrome浏览器,按F12会弹出开发者工具选项,选择Elements: 1)鼠标点击最左边箭头 2)鼠标滑动到页面中你要操作的元素,单击一下 3)对应的html元素内 ...

  2. 算法理论——PLA

    全称 perceptron learning algrithm 用武之地 二值分类问题,资料线性可分 算法核心(以二维平面为例) 找到一条直线WTX=0,一边全为+1,另一边全为-1.找到了这条线(即 ...

  3. Pycharm脚本通用部分设置

    Python脚本经常要设置同样的注释内容,Pycharm里面提供的模板可以很好的实现这个需求. 查找: File->settings->Editor->File and Code T ...

  4. spring AOP详解三

    CGLib采用非常底层的字节码技术,可以为一个类创建子类,并在子类中采用方法拦截的结束拦截所有父类方法的调用,并顺势织入横切逻辑.我们采用CGLib技术可以编写一个可以为任何类创建织入横切逻辑代理对象 ...

  5. hibernate基础工具findBySQL学习

    public List<Map<String,Object>> findBySQL(String sql,Map<String,Object> param,int ...

  6. HDU2013 蟠桃记【递推】

    Problem Description 喜欢西游记的同学肯定都知道悟空偷吃蟠桃的故事,你们一定都觉得这猴子太闹腾了,其实你们是有所不知:悟空是在研究一个数学问题!什么问题?他研究的问题是蟠桃一共有多少 ...

  7. 【bzoj1002】[FJOI2007]轮状病毒 矩阵树定理+高精度

    题目描述 轮状病毒有很多变种,所有轮状病毒的变种都是从一个轮状基产生的.一个N轮状基由圆环上N个不同的基原子和圆心处一个核原子构成的,2个原子之间的边表示这2个原子之间的信息通道.如下图所示 N轮状病 ...

  8. hihoCoder #1349 Nature Numbers

    题目大意 考虑自然数构成的序列 $a$:$01234567891011\dots$,序列下标从 $0$ 开始,即 $a_0 =0, a_1 = 1$ . 求 $a_n$($0\le n\le 10^{ ...

  9. node命令行开发

    node命令行开发比较出名的就是commander和yargs,以及inquirer,但是很少有文章将三个模块进行对比. 这里简单的描述一下: 1. commander直观,易上手,但是功能较弱,没有 ...

  10. BeanFactory到WebApplicationContext的结构 以及bean和spring容器的关系

    BeanFactory: Ioc 容器 ApplicationContext: Spring容器 WebApplicationContext需要ServletContext实例,也就是说它必须在拥有W ...