Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/delibero.git

Renamed rationale to success.

AuthorDave Jarvis <email>
Date2015-01-16 18:09:33 GMT-0800
Commit57d39ebcacd66d8a18ffd0c107f3b3750c0af6e4
Parentfd6edfd
resources/database/rationale.xml
-<?xml version="1.0" encoding="utf-8"?>
-<policy>
- <summary>
- <title>Wastewater Treatment Project</title>
- </summary>
- <hypotheses>
- <overview>
- <paragraph>
- The geotechnical setting, hydrology, water quality, vegetation and
- wildlife collectively represent the “environment” study area. Aerial
- photographs or cursory field inspection demonstrate that past urban
- development in the study area constitutes a high magnitude,
- long-term, irreversible impact on the environment that must be
- considered significant.
- </paragraph>
- <paragraph>
- As the rationale for providing wastewater treatment is to improve
- environmental quality, cumulative project effects must be assessed.
- These improvements include:
- <list>
- <item>
- discharge cleaner effluent, with associated long term reductions
- on sea impacts;
- </item>
- <item>
- replacement of invasive species at Craigflower and Arbutus Road sites
- and with native flora;
- </item>
- <item>
- reduction of sewer overflows;
- </item>
- <item>
- recover energy for reuse, particularly in the McLoughlin Point
- facility; and
- </item>
- <item>
- remediation of the contaminated site at McLoughlin Point.
- </item>
- </list>
- </paragraph>
- </overview>
- <general>
- <paragraph>
- <xref id="1">Fish studies</xref> have discovered high mortality
- rates in the vicinity of Macaulay Point effluent. Additionally,
- abnormal oyster and mussel embryo development are prevalent in the
- same region. These animals are health indicators for the study
- area's marine life.
- </paragraph>
- </general>
- <directional>
- <paragraph>
- The effluent from Macaulay and Clover Point has detrimental effects on
- marine life, creating a highly toxic dead zone around the expulsion
- region.
- </paragraph>
- </directional>
- <measurable>
- <paragraph>
- If toxicity levels of effluent discharge is reduced by half, then
- marine life mortality and abnormality rates will decrease proportionally.
- </paragraph>
- </measurable>
- </hypotheses>
-</policy>
resources/database/success.xml
+<?xml version="1.0" encoding="utf-8"?>
+<policy>
+ <summary>
+ <title>Wastewater Treatment Project</title>
+ </summary>
+ <hypotheses>
+ <overview>
+ <paragraph>
+ The geotechnical setting, hydrology, water quality, vegetation and
+ wildlife collectively represent the “environment” study area. Aerial
+ photographs or cursory field inspection demonstrate that past urban
+ development in the study area constitutes a high magnitude,
+ long-term, irreversible impact on the environment that must be
+ considered significant.
+ </paragraph>
+ <paragraph>
+ As the rationale for providing wastewater treatment is to improve
+ environmental quality, cumulative project effects must be assessed.
+ These improvements include:
+ <list>
+ <item>
+ discharge cleaner effluent, with associated long term reductions
+ on sea impacts;
+ </item>
+ <item>
+ replacement of invasive species at Craigflower and Arbutus Road sites
+ and with native flora;
+ </item>
+ <item>
+ reduction of sewer overflows;
+ </item>
+ <item>
+ recover energy for reuse, particularly in the McLoughlin Point
+ facility; and
+ </item>
+ <item>
+ remediation of the contaminated site at McLoughlin Point.
+ </item>
+ </list>
+ </paragraph>
+ </overview>
+ <general>
+ <paragraph>
+ <xref id="1">Fish studies</xref> have discovered high mortality
+ rates in the vicinity of Macaulay Point effluent. Additionally,
+ abnormal oyster and mussel embryo development are prevalent in the
+ same region. These animals are health indicators for the study
+ area's marine life.
+ </paragraph>
+ </general>
+ <directional>
+ <paragraph>
+ The effluent from Macaulay and Clover Point has detrimental effects on
+ marine life, creating a highly toxic dead zone around the expulsion
+ region.
+ </paragraph>
+ </directional>
+ <measurable>
+ <paragraph>
+ If toxicity levels of effluent discharge is reduced by half, then
+ marine life mortality and abnormality rates will decrease proportionally.
+ </paragraph>
+ </measurable>
+ </hypotheses>
+</policy>
source/xsl/proposal.xsl
<item>resources</item>
<item>discuss</item>
- <item>rationale</item>
+ <item>success</item>
</menu>
</artefacts>
source/xsl/rationale.xsl
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- | MIT License
- |
- | Copyright 2014 White Magic Software, Inc.
- +-->
-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-<xsl:variable name="artefacts">
-<artefacts>
- <css>rationale</css>
- <menu>
- <item>home</item>
- <item>proposal</item>
- <item>discuss</item>
- <item>rationale</item>
- </menu>
-</artefacts>
-</xsl:variable>
-
-</xsl:stylesheet>
source/xsl/resources.xsl
<item>proposal</item>
<item>discuss</item>
- <item>rationale</item>
+ <item>success</item>
<item>flag</item>
</menu>
source/xsl/success.xsl
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ | MIT License
+ |
+ | Copyright 2014 White Magic Software, Inc.
+ +-->
+<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:variable name="artefacts">
+<artefacts>
+ <css>rationale</css>
+ <menu>
+ <item>home</item>
+ <item>proposal</item>
+ <item>discuss</item>
+ <item>success</item>
+ </menu>
+</artefacts>
+</xsl:variable>
+
+</xsl:stylesheet>
source/xsl/support.xsl
<item>proposal</item>
<item>discuss</item>
- <item>rationale</item>
+ <item>success</item>
<item>flag</item>
</menu>
source/xsl/synopsis.xsl
<item>resources</item>
<item>discuss</item>
- <item>rationale</item>
+ <item>success</item>
</menu>
</artefacts>
Delta90 lines added, 90 lines removed