Compare commits
4 Commits
377c47c525
...
d8b3724c8c
Author | SHA1 | Date |
---|---|---|
|
d8b3724c8c | |
|
f43c092914 | |
|
54cca7006a | |
|
8de9cd4385 |
2
cv.xml
2
cv.xml
|
@ -265,7 +265,7 @@
|
||||||
<end datetime="2020-03">March 2020</end>
|
<end datetime="2020-03">March 2020</end>
|
||||||
</duration>
|
</duration>
|
||||||
<description>
|
<description>
|
||||||
<p>I worked with the writer-director to create music and sound effects for this one-woman show. I was also in of operating the sound board during the performances.</p>
|
<p>I worked with the writer-director to create music and sound effects for this one-woman show. I was also in charge of operating the sound board during the performances.</p>
|
||||||
</description>
|
</description>
|
||||||
<url>https://www.broadwayworld.com/off-off-broadway/article/THIS-FEELING-A-New-Romantic-Comedy-Premieres-At-The-Frigid-Fringe-Festival-20200225</url>
|
<url>https://www.broadwayworld.com/off-off-broadway/article/THIS-FEELING-A-New-Romantic-Comedy-Premieres-At-The-Frigid-Fringe-Festival-20200225</url>
|
||||||
</role>
|
</role>
|
||||||
|
|
|
@ -55,17 +55,15 @@
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
<xsl:value-of select="./duration/start/text()" />
|
<xsl:value-of select="./duration/start/text()" />
|
||||||
</time>
|
</time>
|
||||||
to
|
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="./duration/end">
|
<xsl:when test="./duration/start[@datetime] != ./duration/end[@datetime]"> to <time>
|
||||||
<time>
|
|
||||||
<xsl:attribute name="datetime">
|
<xsl:attribute name="datetime">
|
||||||
<xsl:value-of select="./duration/end[@datetime]" />
|
<xsl:value-of select="./duration/end[@datetime]" />
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
<xsl:value-of select="./duration/end/text()" />
|
<xsl:value-of select="./duration/end/text()" />
|
||||||
</time>
|
</time>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>Present</xsl:otherwise>
|
<xsl:when test="not(boolean(./duration/end))"> to Present</xsl:when>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -11,4 +11,16 @@
|
||||||
inform, or assist the public.
|
inform, or assist the public.
|
||||||
</p>
|
</p>
|
||||||
</objective>
|
</objective>
|
||||||
|
<objective name="theatre-freelancing">
|
||||||
|
|
||||||
|
<p>
|
||||||
|
I am a freelance theatre worker with a set of skills that
|
||||||
|
are capable of meeting many different needs. I am familiar
|
||||||
|
with the myriad ticketing vendors and pieces of
|
||||||
|
production-related software, and I have worked in almost
|
||||||
|
every role both on- and off-stage, utilising my theatrical
|
||||||
|
and technical experience to help productions of all sizes
|
||||||
|
run smoothly.
|
||||||
|
</p>
|
||||||
|
</objective>
|
||||||
</objectives>
|
</objectives>
|
||||||
|
|
Loading…
Reference in New Issue