Kit Swartz

Kit Swartz was a television producer, for CNN,[1] and he is currently a freelance photographer.

He was a soundman at the Tiananmen Square protests of 1989 with Cynde Strand.[2] He was a cameraman for "Europe on the Brink", which won a 1992 CINE Golden Eagle award.[3] He was also a member of the band Love Tractor during his time at University of Georgia, which was critically acclaimed as one of the founders of the Athens alternate rock scene.

Awards

  • 2009 George Polk Award [4]
  • 2009 'International Television & Radio', Amnesty International UK Media Awards [5]
gollark: <@152960219390017538> PHP is bad.
gollark: Somehow!
gollark: Well, combined with the rest of the code, it does!
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopContext;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopRunner;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.loop.LoopPayloadExecution;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.FizzBuzzSolutionStrategy;@Servicepublic class EnterpriseGradeFizzBuzzSolutionStrategy implements FizzBuzzSolutionStrategy { private final LoopPayloadExecution _loopPayloadExecution; @Autowired public EnterpriseGradeFizzBuzzSolutionStrategy(final LoopPayloadExecution _loopPayloadExecution) { super(); this._loopPayloadExecution = _loopPayloadExecution; } @Override public void runSolution(final int nFizzBuzzUpperLimit) { final LoopContext loopContext = new LoopContext(nFizzBuzzUpperLimit); final LoopRunner loopRunner = new LoopRunner(loopContext, loopContext, this._loopPayloadExecution); loopRunner.runLoop(); }}```
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.stringreturners;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.stringreturners.StringStringReturner;@Servicepublic class BuzzStringReturner implements StringStringReturner { public String getReturnString() { final StringBuilder myStringBuilder = new StringBuilder( com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Constants.BUZZ); final String myString = myStringBuilder.toString(); return new String(myString); }}```

References

  1. "CNN Observations". cnnobservations.blogspot.com. Retrieved 15 May 2018.
  2. Deane, Daniela. "Cynde Strand: 'We knew it was coming, and we survived' -". edition.cnn.com. Retrieved 15 May 2018.
  3. "Login - CINE" (PDF). 30 September 2014. Retrieved 15 May 2018.
  4. "Archived copy". Archived from the original on 2012-03-01. Retrieved 2010-05-29.CS1 maint: archived copy as title (link)
  5. "Home". www.amnesty.org.uk. Retrieved 15 May 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.