第 1 段
1.Listen to a conversation between a student and her Photography professor.
听一段学生和摄影学教授的对话。
第 2 段
1.Professor Johnson, there's something that's been on my mind.
杰森教授,我一直在想一件事。
第 3 段
1.Ok.
什么?
第 4 段
1.Remember last week you told us that it's really important to get our photography into a show, basically as soon as we can?
记得上周您说把自己的作品尽快的展览出来至关重要吗?
第 5 段
1.Yeap, it's a big step, no question.
是的。这是很重要的一步,毫无疑问。
第 6 段
1.Thing is, I'm sitting here and I'm just not sure how I get there.
问题是,我就坐在这里想,真的不知道怎么才能达到那一步。
2.I mean I've got some work I like, but, is it really what the gallery is looking for?
我倒是有些自己喜欢的作品,但是美术馆也会喜欢吗?
3.How would I know? How do I make the right contacts to get into a show. I just really don't...
我怎样知道?如何将自己的作品展览出来呢,我真的……
第 7 段
1.Okay, hold on. Slow down.
好,别急,别急。
2.Um, these are questions that, well, just about every young artist has to struggle with.
嗯,这些就是年轻艺术家经常感到困惑的问题。
3.Ok, the first thing you should do is you absolutely have to stay true to your artistic vision.
那么首先你需要做的就是坚定自己的艺术视觉。
4.Take the pictures you want to take.
拍摄自己喜欢的照片。
第 8 段
1.Don't start trying to catch the flavor of the month and be trendy because you think you'll get into a show.
千万不要因为你想展出自己的作品就试图去拍摄季风之类的时尚作品。
2.That never works, because you wind up creating something you don't really believe in.
这只会事倍功半,因为你想制作出自己其实并不热衷的作品。
3.It sounds uninspired, and won't make any shows.
听起来好像没什么灵感,也不会有成功的展出。
4.I've seen that happened so many times.
我已经见过很多这样的例子了。
5.This doesn't mean that you should go into a cave, keep up with trends.
这倒不是说你应该进洞了去拍照什么的。要随着潮流走。
6.Even think about how your work might fit in with them, but don't mindlessly follow them.
想想你的作品如何与潮流相呼应,但是不能盲目追求。
第 9 段
1.Well, yeah, I can see that.
嗯,那我明白了。
2.I think though I've always been able to stay pretty true to what I want to create, not was others want me to create.
我想尽管我一直坚定自己的风格,但是也许这不是别人想看到的作品啊。
3.I think that comes through my work.
我想这也在我的作品上有所体现吧。
第 10 段
1.Ok. Just remember that is one thing to create works that you really want to create when it’s in the classroom.
好的。在创造作品时你就记住,就像你在教室里一样。
2.The only thing at stake is your grade. But, work created outside of the classroom?
只不过在教室里你还需要担心自己的分数,那么在教室以外呢?

at stake 处于危险中

3.That can be a different story.
那就大不相同了。
4.I' m not talking about techniques or things like that.
我不是在说技巧之类的问题。
5.It's just there's so much more at stake.
就是说在你用艺术来谋生的时候,你要面临很多问题。
6.When you're out there making art for a living, there's a lot of pressure to become something you are not and people often surrender to that pressure.
总是有很多的压力,让你不再是你自己,很多人经常在这种压力下屈服。
第 11 段
1.But to get stuff exhibited.
但是想将自己的作品展出……
第 12 段
1.Well, you need to be a bit of an opportunist.
呃,你需要遇到机遇。
2.Here's common sense, things like ,always having a sample of your work on hand to give to people.
那么一般是你随时有张副本在手中以给人展示。
3.You won't believe that kind of contacts are opportunities you can get in this way.
你简直不能相信这种方式能给你带来的机遇。
4.And try to get your work seen in places like restaurants, book stores.
而且尽量使你的作品在饭店、书店等地方展出,
5.You'd be surprised how word gets around about photography in places like that.
你会惊奇的发现在这些地方很多人会围观摄影作品。
第 13 段
1.Ok, it's just so hard to think about all those practical things and make good work, you know.
好的。但是你知道的,想想这些实践起来的事情以及创作好作品就很难。

tpo-10 C1 How to get photographs exhibited的更多相关文章

  1. channel Golang

    Golang, 以17个简短代码片段,切底弄懂 channel 基础 (原创出处为本博客:http://www.cnblogs.com/linguanh/) 前序: 因为打算自己搞个基于Golang的 ...

  2. 【JUC】JDK1.8源码分析之AbstractQueuedSynchronizer(二)

    一.前言 在锁框架中,AbstractQueuedSynchronizer抽象类可以毫不夸张的说,占据着核心地位,它提供了一个基于FIFO队列,可以用于构建锁或者其他相关同步装置的基础框架.所以很有必 ...

  3. 瘋子C++笔记

    瘋耔C++笔记 欢迎关注瘋耔新浪微博:http://weibo.com/cpjphone 参考:C++程序设计(谭浩强) 参考:http://c.biancheng.net/cpp/biancheng ...

  4. HANA SQL

    约束 注释 你可以给你的 SQL 语句添加注释来增加可读性和可维护性. SQL 语句中注释的分隔如下: l  双连字符“--”.所有在双连字符之后直到行尾的内容都被 SQL 解析器认为是注释. l  ...

  5. GoLang之基础

    GoLang之基础 Go是一种并发的.带垃圾回收的.快速编译的语言. 经典的"hello world"入门: package main import "fmt" ...

  6. C语言 gets()和scanf()函数的区别

    scanf( )函数和gets( )函数都可用于输入字符串,但在功能上有区别.若想从键盘上输入字符串"hi hello",则应该使用 gets 函数. gets可以接收空格:而sc ...

  7. 从零开始写一个武侠冒险游戏-8-用GPU提升性能(3)

    从零开始写一个武侠冒险游戏-8-用GPU提升性能(3) ----解决因绘制雷达图导致的帧速下降问题 作者:FreeBlues 修订记录 2016.06.23 初稿完成. 2016.08.07 增加对 ...

  8. sort 树 hash 排序

    STL 中 sort 函数用法简介 做 ACM 题的时候,排序是一种经常要用到的操作.如果每次都自己写个冒泡之类的 O(n^2) 排序,不但程序容易超时,而且浪费宝贵的比赛时间,还很有可能写错. ST ...

  9. acm算法模板(5)

    STL 中 sort 函数用法简介 做 ACM 题的时候,排序是一种经常要用到的操作.如果每次都自己写个冒泡之类的 O(n^2) 排序,不但程序容易超时,而且浪费宝贵的比赛时间,还很有可能写错. ST ...

随机推荐

  1. 【洛谷P1982】小朋友的数字

    小朋友的数字 题目链接 题目翻译: 每个小朋友有一个数字,构成一个数字序列a1,a2…an 我们定义“特征值”fi为a1~ai中的最大连续子段和 再定义“分数”si为1~i-1中最大的(sj+fj), ...

  2. 【题解】洛谷P4180 [BJWC2010] 严格次小生成树(最小生成树+倍增求LCA)

    洛谷P4180:https://www.luogu.org/problemnew/show/P4180 前言 这可以说是本蒟蒻打过最长的代码了 思路 先求出此图中的最小生成树 权值为tot 我们称这棵 ...

  3. HDU 2030 汉字统计(汉字Asics码为负,占两个char)

    传送门: http://acm.hdu.edu.cn/showproblem.php?pid=2030 汉字统计 Time Limit: 2000/1000 MS (Java/Others)    M ...

  4. ARM Cortex-A53 Cache与内存的映射关系以及Cache的一致性分析

    ARM Cortex-A53 Cache与内存的映射关系以及Cache的一致性分析 题记:如果文章有理解不对的地方,欢迎大家批评指正,谢谢大家. 摘要:本文以Cortex-A53为例,首先分析Cach ...

  5. ucos问题

    1. 在系统初始化之前,不要调用系统函数,如下: void OSRun(void) { SYSTICK_InternalInit(1); // 1ms time tick SYSTICK_IntCmd ...

  6. sudo命令: 在其他用户下操作root用户权限

    一. 场景: 在某个远程服务器 A 上,用 账户1 登陆, 想要在root用户的目录下创建一个 .sh文件,  如果直接 用 touch test.sh 创建,会提示权限不足 此时可以用sudo命令: ...

  7. 【HDOJ 1337】I Hate It(线段树维护区间最大值)

    Problem Description 很多学校流行一种比较的习惯.老师们很喜欢询问,从某某到某某当中,分数最高的是多少.这让很多学生很反感. 不管你喜不喜欢,现在需要你做的是,就是按照老师的要求,写 ...

  8. sysbench安装

    sysbench安装 1.下载软件mkdir -p /usr/local/softwarecd /usr/local/softwaregit clone https://github.com/akop ...

  9. 常用模块 - shutil模块

    一.简介 shutil – Utility functions for copying and archiving files and directory trees.(用于复制和存档文件和目录树的实 ...

  10. Vmware文件类型

    ### vmx ###> 虚拟机启动的配置文件+ 包含`.encoding`.`displayName`.`memsize`等基本配置信息,还包括一些链接文件的位置如`nvram`(非易变RAM ...