Compare commits
2 Commits
d8b3724c8c
...
377c47c525
Author | SHA1 | Date |
---|---|---|
|
377c47c525 | |
|
558ccafabd |
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 charge 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 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,15 +55,17 @@
|
||||||
</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/start[@datetime] != ./duration/end[@datetime]"> to <time>
|
<xsl:when test="./duration/end">
|
||||||
<xsl:attribute name="datetime">
|
<time>
|
||||||
<xsl:value-of select="./duration/end[@datetime]" />
|
<xsl:attribute name="datetime">
|
||||||
</xsl:attribute>
|
<xsl:value-of select="./duration/end[@datetime]" />
|
||||||
<xsl:value-of select="./duration/end/text()" />
|
</xsl:attribute>
|
||||||
</time>
|
<xsl:value-of select="./duration/end/text()" />
|
||||||
</xsl:when>
|
</time>
|
||||||
<xsl:when test="not(boolean(./duration/end))"> to Present</xsl:when>
|
</xsl:when>
|
||||||
|
<xsl:otherwise>Present</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -11,16 +11,4 @@
|
||||||
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