1
0
Fork 0

Compare commits

..

4 Commits

3 changed files with 21 additions and 11 deletions

2
cv.xml
View File

@ -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>

View File

@ -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]">&#160;to&#160;<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:when test="not(boolean(./duration/end))">&#160;to&#160;Present</xsl:when>
<xsl:otherwise>Present</xsl:otherwise>
</xsl:choose> </xsl:choose>
</p> </p>
</header> </header>

View File

@ -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>