第 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. Nginx负载均衡+代理+ssl+压力测试

    一.Tomcat安装 1.下载jdk,Tomcat,解压到/usr/local/ 2.配置jdk环境: # vim /etc/profile export JAVA_HOME=/usr/local/j ...

  2. redux和react-redux的使用详解

    我自己的理解redux就跟vue中的vuex差不多,都是数据管理器,话不多说,我们从经典的计数器案例开始讲解 使用redux实现计数器 创建如下的react项目,我习惯把每一个模块分块,才有这么多文件 ...

  3. 『C++』Temp_2018_12_13 函数指针

    #include <iostream> #include <string> using namespace std; class Test{ private: string n ...

  4. 『ACM C++』 Codeforces | 1005D - Polycarp and Div 3

    今天佛了,魔鬼周一,在线教学,有点小累,但还好,今天AC了一道,每日一道,还好达成目标,还以为今天完不成了,最近任务越来越多,如何高效完成该好好思考一下了~最重要的还是学业的复习和预习. 今日兴趣新闻 ...

  5. 利用MyFlash闪回丢失数据(续)

          last night,i've tested flashback by MyFlash tool,but failed,now let's do some other test with ...

  6. Linux系统中的vi/vim指令【详解】

    vi是Unix世界里极为普遍的全屏幕文本编辑器,vim是它的改进版本Vi IMproved的简称.几乎可以说任何一台Unix机器都会提供这套软件. 只要简单的在Shell下执行vi就可以进入 vi 的 ...

  7. double工具类

    package com.zq.utils; /** * * 经度数字操作类 * * Created by MyEclipse. Author: ChenBin E-mail: chenbin_2008 ...

  8. PHP 中根据 IP 获取地址

    这里使用的是淘宝 IP 地址库提供的 API 接口. 淘宝 IP 地址库:http://ip.taobao.com/instructions.html API 文档说明:  使用事例: /** * 调 ...

  9. restframework中的那些参数你知道吗?

    序列化是很重要的过程, 在构建数据结构的时候, 往往会出现很多意想不到的问题, 有一些参数你要用, 但是没有办法穿过来, 怎么办> 今天这篇博客就是写我之前的一个小项目中用restframewo ...

  10. 动态的GRE OVER IPSEC的实验模拟与分析

    此篇博客正在介绍的是下图中的Dynamic P2P GRE OVER IPSEC VPN: 为什么出现这种动态的GRE OVER IPSEC VPN技术呢? 首先在前面几篇博客中已经介绍过了,动态是为 ...