[Feature] Update ToS to be more legally safe and sensible (#301)

- Improved ToS content
- Add ToS pointer and academic use note at signup
- Remove legal collection page (unnecessary)

Reviewed-on: enviPath/enviPy#301
Co-authored-by: Tobias O <tobias.olenyi@envipath.com>
Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
This commit is contained in:
2026-01-20 03:18:40 +13:00
committed by jebus
parent 1fd993927c
commit f905bf21cf
6 changed files with 729 additions and 406 deletions

View File

@ -209,5 +209,4 @@ urlpatterns = [
re_path(r"^contact$", v.static_contact_support, name="contact_support"),
re_path(r"^careers$", v.static_careers, name="careers"),
re_path(r"^cite$", v.static_cite, name="cite"),
re_path(r"^legal$", v.static_legal, name="legal"),
]

View File

@ -39,20 +39,35 @@
</li>
<li>
<strong>Analytics Cookies:</strong> Help us understand how visitors
interact with our platform
interact with our platform (where enabled)
</li>
<li>
<strong>Functional Cookies:</strong> Enable enhanced functionality
and personalization
</li>
<li>
<strong>Security Cookies:</strong> Authenticate users and prevent
fraudulent use
<strong>Security Cookies:</strong> Authenticate users and help
prevent fraudulent use
</li>
</ul>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
3. Types of Cookies We Use
3. Legal Basis and Consent
</h2>
<p class="mb-4">
Essential cookies are used because they are necessary for the Platform
to operate securely and reliably.
</p>
<p class="mb-4">
Where required by applicable law,
<strong>non-essential cookies</strong> are only set after you provide
your consent. You can withdraw or change your consent at any time
using any cookie management tools provided on the Platform (if
available) and/or through your browser settings.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
4. Types of Cookies We Use
</h2>
<div class="mb-6 overflow-x-auto">
@ -77,25 +92,30 @@
</tr>
<tr>
<td><strong>Matomo Analytics</strong></td>
<td>Track usage patterns and improve our services</td>
<td>13 months</td>
<td>Measure usage patterns and improve our services</td>
</tr>
<tr>
<td><strong>OAuth Tokens</strong></td>
<td>Authentication and authorization for API access</td>
<td>Varies</td>
<td>Varies (typically session-based or time-limited)</td>
</tr>
</tbody>
</table>
</div>
<h2 class="mt-8 mb-4 text-2xl font-semibold">4. Matomo Analytics</h2>
<h2 class="mt-8 mb-4 text-2xl font-semibold">5. Matomo Analytics</h2>
<p class="mb-4">
We use Matomo, an open-source web analytics platform, to collect
information about how visitors use enviPath. Matomo uses cookies to
collect standard internet log information and visitor behavior
patterns. The information generated by cookies about your use of the
platform is transmitted to our servers.
We use Matomo, an open-source web analytics platform, to help us
understand how visitors use enviPath. Where enabled, Matomo may use
cookies and similar technologies to collect standard internet log
information and information about visitor behavior patterns.
</p>
<p class="mb-4">
Where required by law, Matomo analytics cookies are only activated
after user consent. We configure Matomo to minimise data collection
and, where applicable, to anonymise IP addresses. Analytics data is
used solely for internal analytics, platform improvement, and system
monitoring.
</p>
<p class="mb-4">We analyze this information to:</p>
<ul class="mb-4 list-inside list-disc space-y-2">
@ -105,10 +125,14 @@
<li>Generate reports on platform usage</li>
</ul>
<h2 class="mt-8 mb-4 text-2xl font-semibold">5. Third-Party Cookies</h2>
<h2 class="mt-8 mb-4 text-2xl font-semibold">6. Third-Party Cookies</h2>
<p class="mb-4">
In addition to our own cookies, we may use various third-party cookies
to report usage statistics and provide integrated services:
Some features of the Platform may integrate third-party services.
These third parties may set their own cookies and process information
independently in accordance with their own privacy and cookie
policies. We do not control the operation of third-party cookies and
recommend reviewing the relevant third-party policies for further
information.
</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>
@ -116,12 +140,12 @@
community.envipath.org
</li>
<li>
<strong>External CDNs:</strong> For loading libraries like jQuery
and Font Awesome
<strong>External CDNs:</strong> For loading libraries and assets
(for example, jQuery and Font Awesome)
</li>
</ul>
<h2 class="mt-8 mb-4 text-2xl font-semibold">6. Managing Cookies</h2>
<h2 class="mt-8 mb-4 text-2xl font-semibold">7. Managing Cookies</h2>
<p class="mb-4">
Most web browsers allow you to control cookies through their settings.
However, if you limit the ability of websites to set cookies, you may
@ -144,7 +168,7 @@
/>
</svg>
<span
><strong>Note:</strong> Disabling essential cookies will prevent you
><strong>Note:</strong> Disabling essential cookies may prevent you
from using certain features of enviPath.</span
>
</div>
@ -171,15 +195,15 @@
</ul>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
7. Updates to This Policy
8. Updates to This Policy
</h2>
<p class="mb-4">
We may update this Cookie Policy from time to time to reflect changes
in technology, legislation, or our operations. Please check this page
regularly for updates.
regularly for updates. Changes take effect when posted.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">8. Contact Us</h2>
<h2 class="mt-8 mb-4 text-2xl font-semibold">9. Contact Us</h2>
<p class="mb-4">
If you have questions about our use of cookies, please
<a href="/contact" class="link link-primary">contact us</a>.
@ -199,7 +223,7 @@
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
></path>
</svg>
<span>Last updated: 2025</span>
<span>version: 1, Last updated: January 2026</span>
</div>
</div>
</div>

View File

@ -1,215 +0,0 @@
{% extends "framework_modern.html" %}
{% load static %}
{% block main_content %}
<div class="mx-auto max-w-4xl px-4 py-8">
<!-- Breadcrumbs -->
<div class="breadcrumbs mb-4 text-sm">
<ul>
<li><a href="/">Home</a></li>
<li>Legal</li>
</ul>
</div>
<!-- Main Content -->
<div class="bg-base-100 rounded-lg p-8 shadow-xl">
<h1 class="mb-6 text-4xl font-bold">Legal Information</h1>
<div class="prose max-w-none">
<p class="mb-6 text-lg">
Welcome to enviPath's legal information center. Here you can find all
our legal documents, policies, and terms that govern the use of our
platform.
</p>
<!-- Legal Documents Grid -->
<div class="mb-8 grid gap-6 md:grid-cols-2">
<!-- Terms of Use -->
<div class="card bg-base-200 shadow-md">
<div class="card-body">
<h3 class="card-title text-primary">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"
/>
</svg>
Terms of Use
</h3>
<p class="mb-4 text-sm">
Our terms and conditions that govern the use of enviPath
services, including licensing, user responsibilities, and
platform usage guidelines.
</p>
<div class="card-actions justify-end">
<a href="/terms" class="btn btn-primary btn-sm">Read Terms</a>
</div>
</div>
</div>
<!-- Privacy Policy -->
<div class="card bg-base-200 shadow-md">
<div class="card-body">
<h3 class="card-title text-primary">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"
/>
</svg>
Privacy Policy
</h3>
<p class="mb-4 text-sm">
How we collect, use, and protect your personal information when
you use enviPath, including data handling practices and your
privacy rights.
</p>
<div class="card-actions justify-end">
<a href="/privacy" class="btn btn-primary btn-sm"
>Read Policy</a
>
</div>
</div>
</div>
<!-- Cookie Policy -->
<div class="card bg-base-200 shadow-md">
<div class="card-body">
<h3 class="card-title text-primary">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"
/>
</svg>
Cookie Policy
</h3>
<p class="mb-4 text-sm">
Information about the cookies and tracking technologies we use
on enviPath, including analytics and essential functionality
cookies.
</p>
<div class="card-actions justify-end">
<a href="/cookie-policy" class="btn btn-primary btn-sm"
>Read Policy</a
>
</div>
</div>
</div>
<!-- Citation Guidelines -->
<div class="card bg-base-200 shadow-md">
<div class="card-body">
<h3 class="card-title text-primary">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"
/>
</svg>
Citation Guidelines
</h3>
<p class="mb-4 text-sm">
How to properly cite enviPath in your research publications and
academic work, including recommended citation formats and
acknowledgments.
</p>
<div class="card-actions justify-end">
<a href="/cite" class="btn btn-primary btn-sm"
>View Guidelines</a
>
</div>
</div>
</div>
</div>
<!-- Quick Access Section -->
<h2 class="mt-8 mb-4 text-2xl font-semibold">Quick Access</h2>
<div class="mb-6 grid gap-4 md:grid-cols-3">
<a href="/terms" class="btn btn-outline btn-sm w-full"
>Terms of Use</a
>
<a href="/privacy" class="btn btn-outline btn-sm w-full"
>Privacy Policy</a
>
<a href="/cookie-policy" class="btn btn-outline btn-sm w-full"
>Cookie Policy</a
>
</div>
<!-- Important Information -->
<div class="alert alert-info mt-8">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
class="h-6 w-6 shrink-0 stroke-current"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
></path>
</svg>
<div>
<h3 class="font-bold">Important Notice</h3>
<p class="text-sm">
By using enviPath, you agree to be bound by our Terms of Use and
Privacy Policy. We recommend reviewing these documents regularly
as they may be updated from time to time. For questions about our
legal policies, please
<a href="/contact" class="link link-primary">contact us</a>.
</p>
</div>
</div>
<!-- Contact Information -->
<div class="card bg-primary text-primary-content mt-8">
<div class="card-body">
<h3 class="card-title">Questions About Our Legal Policies?</h3>
<p>
If you have any questions or concerns about our legal documents,
please don't hesitate to reach out to us.
</p>
<div class="card-actions mt-4 justify-end">
<a href="/contact" class="btn btn-secondary">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock main_content %}

View File

@ -190,6 +190,22 @@
<input type="hidden" name="next" value="{{ next }}" />
<!-- ToS and Academic Use Notice -->
<div class="text-xs text-base-content/70 mt-2">
<p>
By clicking Sign Up, you agree to our
<a
href="{% url 'terms_of_use' %}"
target="_blank"
class="link link-primary"
>Terms of Use</a
>.
</p>
<p class="mt-1 font-semibold">
enviPath is free for academic and non-commercial use only.
</p>
</div>
<button type="submit" name="confirmsignup" class="btn btn-success w-full">
Sign Up
</button>

View File

@ -18,153 +18,304 @@
<div class="prose max-w-none">
<p class="mb-6 text-lg">
enviPath is committed to protecting your privacy. This Privacy Policy
explains how we collect, use, disclose, and safeguard your information
when you use our platform.
explains how we collect, use, disclose, and safeguard personal
information when you use the enviPath platform and related services
(together, the "Platform").
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
1. Information We Collect
1. Who We Are (Data Controller)
</h2>
<p class="mb-4">
enviPath is operated by enviPath Limited, a legal entity established
in New Zealand, with its principal place of business in Auckland, New
Zealand ("enviPath", "we", "us", or "our").
</p>
<p class="mb-4">
For the purposes of applicable data protection laws, enviPath Limited
is the data controller responsible for personal information processed
through the Platform.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
2. Information We Collect
</h2>
<h3 class="mt-6 mb-3 text-xl font-semibold">Personal Information</h3>
<h3 class="mt-6 mb-3 text-xl font-semibold">
2.1 Personal Information You Provide
</h3>
<p class="mb-4">
We may collect personal information that you voluntarily provide when
you:
</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>Register for an account</li>
<li>Use our prediction services</li>
<li>Submit data or pathways</li>
<li>Contact our support team</li>
<li>Participate in our community forums</li>
<li>
Participate in community forums or other community features (where
available)
</li>
</ul>
<p class="mb-4">
This information may include: name, email address, institution
affiliation, and research interests.
This may include your name, email address, institution affiliation,
and research interests (if provided).
</p>
<h3 class="mt-6 mb-3 text-xl font-semibold">Usage Data</h3>
<h3 class="mt-6 mb-3 text-xl font-semibold">
2.2 Usage and Technical Data
</h3>
<p class="mb-4">
We automatically collect certain information when you visit, use, or
navigate the platform. This includes:
</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>IP address and browser type</li>
<li>Pages visited and time spent</li>
<li>Referring/exit pages</li>
<li>Prediction queries and results</li>
<li>Operating system and device information</li>
</ul>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
2. How We Use Your Information
</h2>
<p class="mb-4">We use the information we collect to:</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>Provide, operate, and maintain our services</li>
<li>Improve and personalize user experience</li>
<li>Understand and analyze usage patterns</li>
<li>Develop new features and services</li>
<li>Communicate with you about updates and support</li>
<li>Prevent fraudulent activities and ensure security</li>
<li>Conduct research and analysis for scientific advancement</li>
</ul>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
3. Data Sharing and Disclosure
</h2>
<p class="mb-4">
We do not sell your personal information. We may share your
information in the following situations:
navigate the Platform. This may include:
</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>
<strong>Academic Research:</strong> Anonymized usage data may be
used for research purposes
IP address, browser type, and device/operating system information
</li>
<li>Pages or endpoints accessed and time spent</li>
<li>Referring/exit pages or URLs (where available)</li>
<li>
Prediction queries, submitted data, and generated results, including
associated metadata, for the purposes of platform functionality,
performance monitoring, and research analysis
</li>
<li>
<strong>Legal Requirements:</strong> When required by law or to
protect our rights
</li>
<li>
<strong>Service Providers:</strong> With trusted third parties who
assist in operating our platform
</li>
<li>
<strong>Public Data:</strong> Data you explicitly mark as public
will be accessible to other users
Log and diagnostic information (such as timestamps and error logs)
</li>
</ul>
<h2 class="mt-8 mb-4 text-2xl font-semibold">4. Data Retention</h2>
<h3 class="mt-6 mb-3 text-xl font-semibold">
2.3 Cookies and Similar Technologies
</h3>
<p class="mb-4">
We retain your personal information for as long as necessary to
provide our services and fulfill the purposes outlined in this policy.
You may request deletion of your account and associated data at any
time.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
5. Analytics and Cookies
</h2>
<p class="mb-4">
We use Matomo analytics to understand how users interact with our
platform. This helps us improve our services. For more details, see
our
We use cookies and similar technologies for essential functionality
and, where applicable, analytics. For more details, see our
<a href="/cookie-policy" class="link link-primary">Cookie Policy</a>.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">6. Data Security</h2>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
3. How We Use Your Information
</h2>
<p class="mb-4">
We implement appropriate technical and organizational security
measures to protect your personal information. However, no electronic
transmission or storage is 100% secure, and we cannot guarantee
absolute security.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">7. Your Rights</h2>
<p class="mb-4">
Depending on your location, you may have the following rights:
We collect and use personal information only where necessary for
legitimate and lawful purposes connected with operation and
improvement of the Platform. These purposes include:
</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>Access to your personal data</li>
<li>Correction of inaccurate data</li>
<li>Deletion of your data</li>
<li>Restriction of processing</li>
<li>Data portability</li>
<li>Objection to processing</li>
<li>Providing, operating, and maintaining the Platform</li>
<li>
Creating and administering user accounts, authentication, and access
control
</li>
<li>Responding to enquiries and providing support</li>
<li>
Monitoring usage patterns and improving Platform functionality,
performance, and usability
</li>
<li>
Ensuring Platform security, preventing misuse, and investigating
suspected breaches
</li>
<li>
Conducting scientific research and statistical analysis using
<strong>anonymised or aggregated data only</strong>, such that
individuals are not identifiable in published outputs
</li>
<li>
Complying with legal obligations and responding to lawful requests
</li>
</ul>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
8. Third-Party Services
4. Legal Bases for Processing (EEA, UK, and Swiss Users)
</h2>
<p class="mb-4">
Our platform may contain links to third-party websites or integrate
with external services (e.g., Discourse community forums). We are not
responsible for the privacy practices of these third parties.
Where the GDPR (or similar laws) applies, we process personal data on
the following legal bases:
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">9. Children's Privacy</h2>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>
<strong>Performance of a contract</strong> (to provide access to the
Platform and its services)
</li>
<li>
<strong>Legitimate interests</strong> (such as operating the
Platform, improving functionality, conducting anonymised research,
ensuring security, and maintaining service reliability)
</li>
<li>
<strong>Compliance with legal obligations</strong> (where
applicable)
</li>
<li>
<strong>Consent</strong> (where required, for example for
non-essential cookies)
</li>
</ul>
<p class="mb-4">
enviPath is not intended for users under the age of 16. We do not
knowingly collect personal information from children. If you believe
we have collected information from a child, please contact us.
Where processing is based on consent, you may withdraw your consent at
any time. Withdrawal does not affect the lawfulness of processing
before withdrawal.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
10. Changes to This Policy
5. Data Sharing and Disclosure
</h2>
<p class="mb-4">
We may update this Privacy Policy from time to time. We will notify
you of any changes by posting the new policy on this page and updating
the "Last updated" date.
We do not sell personal information. We only share personal
information in the following limited circumstances:
</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>
<strong>Service Providers:</strong> With trusted third-party
providers who process data on our behalf for hosting,
authentication, analytics, or technical support, subject to
confidentiality and data protection obligations
</li>
<li>
<strong>Academic and Scientific Research:</strong> Using
<strong>anonymised or aggregated</strong> data only, such that
individuals cannot be identified
</li>
<li>
<strong>Legal and Regulatory Requirements:</strong> Where disclosure
is required by law, or necessary to protect our legal rights or the
rights and safety of others
</li>
<li>
<strong>Public Contributions:</strong> Content or data that you
explicitly designate as public may be accessible to other users and
the public (depending on Platform functionality)
</li>
</ul>
<p class="mb-4">
We do not authorise third parties to use personal information for
their own independent purposes.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">11. Contact Us</h2>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
6. International Data Transfers
</h2>
<p class="mb-4">
If you have questions or concerns about this Privacy Policy, please
<a href="/contact" class="link link-primary">contact us</a>.
The Platform is operated from New Zealand. Personal information may be
processed or stored in New Zealand and other jurisdictions where we or
our service providers operate.
</p>
<p class="mb-4">
New Zealand is recognised by the European Commission as providing an
adequate level of protection for personal data. Where personal
information is transferred to jurisdictions outside the European
Economic Area, we take reasonable steps to ensure appropriate
safeguards are in place.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">7. Data Retention</h2>
<p class="mb-4">
We retain personal information only for as long as reasonably
necessary to fulfil the purposes described in this Privacy Policy,
unless a longer retention period is required or permitted by law.
</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>
<strong>Account information:</strong> retained for the duration of
the user account
</li>
<li>
<strong>Usage and log data:</strong> retained for up to
<strong>[X] months</strong>
</li>
<li>
<strong>Backup data:</strong> retained for up to
<strong>[Y] months</strong>
</li>
</ul>
<p class="mb-4">
You may request deletion of your account and associated personal
information at any time, subject to legal or technical retention
requirements (for example, security logs and backups retained for
limited periods).
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">8. Data Security</h2>
<p class="mb-4">
We implement appropriate technical and organisational measures
designed to protect personal information from loss, unauthorised
access, misuse, alteration, or disclosure. However, no electronic
transmission or storage method is 100% secure, and we cannot guarantee
absolute security.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
9. Your Rights and Choices
</h2>
<p class="mb-4">
Depending on your location, you may have rights relating to your
personal information, including:
</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>Request access to personal information we hold about you</li>
<li>Request correction of inaccurate or incomplete information</li>
<li>Request deletion of personal information (where applicable)</li>
<li>Object to or restrict certain processing (where applicable)</li>
<li>Request data portability (where applicable)</li>
</ul>
<p class="mb-4">
<strong>New Zealand users</strong> have rights under the Privacy Act
2020 to request access to, and correction of, personal information.
</p>
<p class="mb-4">
To exercise your rights, please contact us using the details in the
"Contact Us" section below. We may need to verify your identity before
responding.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
10. Third-Party Services
</h2>
<p class="mb-4">
The Platform may integrate or link to third-party services (for
example, community forums such as Discourse). Third-party services
operate independently and have their own privacy practices. We
encourage you to review their policies.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">11. Childrens Privacy</h2>
<p class="mb-4">
The Platform is not intended for users under the age of 16. We do not
knowingly collect personal information from children. If you believe
that we have collected personal information from a child, please
contact us so we can take appropriate steps.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
12. Changes to This Policy
</h2>
<p class="mb-4">
We may update this Privacy Policy from time to time. We will post the
updated policy on this page and update the "Last updated" date.
Changes take effect when posted.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">13. Contact Us</h2>
<p class="mb-4">
For questions, requests, or concerns about this Privacy Policy or our
handling of personal information, please contact us:
</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>
<strong>Email:</strong>
<a href="mailto:privacy@envipath.org" class="link link-primary"
>privacy@envipath.org</a
>
</li>
<li>
<strong>Contact:</strong>
<a href="/contact" class="link link-primary">/contact</a>
</li>
<li>
<strong>Operator:</strong> enviPath Limited, Auckland, New Zealand
</li>
</ul>
<div class="alert alert-info mt-8">
<svg
@ -180,7 +331,7 @@
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
></path>
</svg>
<span>Last updated: 2025</span>
<span>version: 1, Last updated: January 2026</span>
</div>
</div>
</div>

View File

@ -17,65 +17,363 @@
<div class="prose max-w-none">
<p class="mb-6 text-lg">
Welcome to enviPath. By accessing and using this platform, you agree
to be bound by these terms of use.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">1. Acceptance of Terms</h2>
<p class="mb-4">
By accessing and using enviPath, you accept and agree to be bound by
the terms and provision of this agreement. If you do not agree to
these terms, please do not use our services.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">2. Use License</h2>
<p class="mb-4">
Permission is granted to temporarily access the materials (information
or software) on enviPath for personal, non-commercial research and
educational use only. This is the grant of a license, not a transfer
of title.
</p>
<p class="mb-4">Under this license you may not:</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>Modify or copy the materials</li>
<li>Use the materials for any commercial purpose</li>
<li>
Attempt to decompile or reverse engineer any software contained on
enviPath
</li>
<li>
Remove any copyright or other proprietary notations from the
materials
</li>
</ul>
<h2 class="mt-8 mb-4 text-2xl font-semibold">3. Data and Content</h2>
<p class="mb-4">
Users may submit, upload, or otherwise make available data and content
to enviPath. By doing so, you grant enviPath a license to use, modify,
publicly perform, publicly display, reproduce, and distribute such
content.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">4. Disclaimer</h2>
<p class="mb-4">
The materials on enviPath are provided on an 'as is' basis. enviPath
makes no warranties, expressed or implied, and hereby disclaims and
negates all other warranties including, without limitation, implied
warranties or conditions of merchantability, fitness for a particular
purpose, or non-infringement of intellectual property.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">5. Limitations</h2>
<p class="mb-4">
In no event shall enviPath or its suppliers be liable for any damages
(including, without limitation, damages for loss of data or profit, or
due to business interruption) arising out of the use or inability to
use the materials on enviPath.
Welcome to enviPath. enviPath is an online scientific platform
providing (a) database content about chemical and biotransformation
pathways and (b) prediction outputs derived from models and
algorithms. Outputs may be incomplete and probabilistic and are
intended for research use only.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
6. Academic Use and Citations
1. Acceptance and Agreement
</h2>
<p class="mb-4">
These Terms of Use (the <strong>&ldquo;Terms&rdquo;</strong>) govern
your access to and use of enviPath. By creating an account, obtaining
or using an API key, clicking &ldquo;I agree&rdquo; (or equivalent),
or otherwise accessing or using enviPath, you agree to be bound by
these Terms and any policies referenced in them.
</p>
<p class="mb-4">
If you do not agree, you must not access or use enviPath.
</p>
<p class="mb-4">
If you are using enviPath on behalf of an organisation, you represent
that you have authority to bind that organisation, and
&ldquo;you&rdquo; includes that organisation.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">2. Definitions</h2>
<p class="mb-4">In these Terms:</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>
<strong>&ldquo;Operator&rdquo;</strong> means the entity operating
enviPath.
</li>
<li>
<strong>&ldquo;enviPath&rdquo;</strong> means the enviPath platform,
including its databases, software, prediction systems, APIs,
documentation, and related services.
</li>
<li>
<strong>&ldquo;Academic Research&rdquo;</strong> means research
conducted primarily to generate scholarly knowledge, where:
<ul class="mt-2 ml-6 list-disc space-y-1">
<li>
the results are intended for publication in a scholarly outlet
(journal, thesis, dissertation, preprint, or equivalent);
</li>
<li>
the research outputs, methods, and conclusions are made publicly
accessible as part of that publication (subject to lawful
confidentiality limits); and
</li>
<li>
the research is not conducted for commercial advantage, private
financial gain, or the development of proprietary products or
services.
</li>
</ul>
</li>
<li>
<strong>&ldquo;Commercial Use&rdquo;</strong> means any use of
enviPath that is not Academic Research, including (without
limitation):
<ul class="mt-2 ml-6 list-disc space-y-1">
<li>
use in connection with commercial products, services, or
consulting activities;
</li>
<li>
internal research and development within a for-profit
organisation;
</li>
<li>
regulatory submissions or compliance activities conducted on
behalf of a commercial entity;
</li>
<li>
use to support fee-based services, contract research,
commissioned research, or proprietary decision-making; or
</li>
<li>
use where outputs are not made publicly available as part of a
scholarly work (except where prevented by law or ethics).
</li>
</ul>
</li>
<li>
<strong>&ldquo;Mixed-Use&rdquo;</strong> means a use case that
includes both academic and commercial elements (for example,
industry-sponsored academic research, research conducted under
contract, or research whose results are used for internal or
commercial decision-making).
</li>
<li>
<strong>&ldquo;User Content&rdquo;</strong> means any data or
content you submit, upload, or otherwise make available to enviPath.
</li>
</ul>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
3. Eligibility, Declarations, and Account Security
</h2>
<p class="mb-4">
You must provide accurate and complete information when creating an
account or requesting API access, and keep it up to date.
</p>
<p class="mb-4">
<strong>Academic-use declaration.</strong> Where required by the
Operator during signup, API key issuance, or access renewal, you must
confirm that your intended use qualifies as Academic Research and is
not Commercial Use.
</p>
<p class="mb-4">
You are responsible for maintaining the confidentiality of your
credentials and API keys, and for all activity performed under your
account or using your API keys. You must promptly notify us of any
unauthorised use or suspected compromise.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
4. Permitted Use and Licence
</h2>
<p class="mb-4">
Subject to these Terms, the Operator grants you a limited,
non-exclusive, non-transferable, revocable licence to access and use
enviPath solely for Academic Research.
</p>
<p class="mb-4">
<strong>Commercial Use prohibited.</strong> All Commercial Use
(including Mixed-Use) is prohibited unless you have entered into a
separate written commercial licence agreement with the Operator.
</p>
<p class="mb-4">
<strong>Mixed-Use presumption.</strong> Where a use involves Mixed-Use
elements, or where results are used for internal decision-making,
regulatory purposes, or on behalf of a third party, that use is
presumed to be Commercial Use unless the Operator agrees otherwise in
writing.
</p>
<p class="mb-4">
If you are unsure whether your intended use is Academic Research, you
must contact us before using enviPath. We may request additional
information to assess your use case, and we may determine (acting
reasonably) whether a particular use is permitted.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">5. Acceptable Use</h2>
<p class="mb-4">
You must use enviPath only for lawful purposes and in accordance with
these Terms and all applicable laws.
</p>
<p class="mb-4">You must not, directly or indirectly:</p>
<ul class="mb-4 list-inside list-disc space-y-2">
<li>
Use enviPath in a manner that is unlawful, harmful, misleading, or
infringes any third-party rights;
</li>
<li>
Attempt to circumvent, probe, or test security, access controls, or
technical limitations;
</li>
<li>
Use automated systems (including bots, scrapers, crawlers, or
scripts) to access enviPath in a way that degrades performance,
bypasses controls, or exceeds reasonable usage limits or published
quotas;
</li>
<li>
Systematically extract, cache, reproduce, mirror, republish, or
redistribute substantial portions of the database or outputs,
whether manually or through automated means, even if individual
queries are permitted;
</li>
<li>
Reverse engineer, decompile, disassemble, or otherwise attempt to
derive source code, underlying models, parameters, algorithms, or
proprietary data (except to the extent expressly permitted by
non-excludable law);
</li>
<li>
Use enviPath to develop, train, validate, benchmark, or improve
competing databases, models, or commercial products without prior
written permission;
</li>
<li>
Interfere with, disrupt, or impose an unreasonable load on enviPath,
including through high-volume or abusive query patterns;
</li>
<li>
Use outputs in contexts where incorrect, incomplete, or
probabilistic results could reasonably lead to harm without
appropriate validation and domain expertise.
</li>
</ul>
<p class="mb-4">
We may publish technical documentation, rate limits, quotas, or usage
rules. Those rules form part of these Terms.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
6. Monitoring, Logging, and Privacy
</h2>
<p class="mb-4">
We may monitor, log, and analyse usage of enviPath (including API
calls, request metadata, and account activity) to operate the service,
ensure security, prevent abuse, enforce these Terms, comply with legal
obligations, and improve performance and reliability.
</p>
<p class="mb-4">
Our collection, use, storage, and disclosure of personal information
is governed by our Privacy Policy, which forms part of these Terms.
Please review our
<a href="/privacy" class="link link-primary">Privacy Policy</a>.
</p>
<p class="mb-4">
If you provide personal information about others in User Content, you
must ensure you have the right to do so and that those individuals
have been informed as required by applicable privacy laws.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
7. User-Submitted Content
</h2>
<p class="mb-4">
Users may submit, upload, or otherwise make available User Content to
enviPath. You retain ownership of your User Content.
</p>
<p class="mb-4">
By submitting User Content, you grant the Operator a non-exclusive,
worldwide, royalty-free licence to use, host, store, reproduce,
process, adapt (including to normalise formats), and analyse that User
Content solely to operate, maintain, secure, support, improve, and
validate enviPath and its scientific outputs (including model
validation and quality assurance).
</p>
<p class="mb-4">
For the avoidance of doubt, any enhancements, modifications, or
improvements to enviPath (including its models, algorithms, and
scientific outputs) that result from or are informed by User Content
may be implemented and made available across all licence types and
access tiers offered by the Operator for enviPath, including
commercial licences, provided that such use remains within and forms
part of enviPath.
</p>
<p class="mb-4">
The Operator does not sell, licence, or otherwise disclose User
Content itself to other users or licensees. Access by commercial or
other licensees is limited to enviPath and any improvements thereto,
and does not include access to the underlying User Content.
</p>
<p class="mb-4">
You represent and warrant that: (a) you have all necessary rights and
consents to submit the User Content; and (b) submitting and using the
User Content as contemplated by these Terms does not infringe any
third-party rights or breach any obligation of confidence.
</p>
<p class="mb-4">
You must not submit User Content that is unlawful, harmful,
misleading, or infringes any third-party rights.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
8. Intellectual Property
</h2>
<p class="mb-4">
enviPath and all associated intellectual property rights (including
software, databases, compilations, documentation, models, algorithms,
and trademarks) are owned by or licenced to the Operator and its
licensors.
</p>
<p class="mb-4">
Except for the limited licence granted in these Terms, no rights are
granted to you. You must not remove or alter any proprietary notices.
</p>
<p class="mb-4">
Where third-party datasets, publications, or open-source components
are used, additional licence terms may apply. To the extent there is a
conflict, those third-party terms prevail for the relevant component.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
9. Scientific Nature of Outputs
</h2>
<p class="mb-4">
enviPath provides data-driven predictions, transformations, and
scientific information that may be incomplete, probabilistic, or
subject to error. Outputs are provided for research and informational
purposes only and must be independently verified by suitably qualified
users before being relied upon.
</p>
<p class="mb-4">
You acknowledge enviPath is not a substitute for experimental
validation, regulatory assessment, or professional judgment.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">10. Disclaimer</h2>
<p class="mb-4">
To the maximum extent permitted by law, enviPath is provided on an
&ldquo;as is&rdquo; and &ldquo;as available&rdquo; basis. The Operator
disclaims all warranties, representations, and conditions (express or
implied), including implied warranties or conditions of
merchantability, fitness for a particular purpose, accuracy,
availability, and non-infringement.
</p>
<p class="mb-4">
We do not warrant that enviPath will be uninterrupted, timely, secure,
or error-free, or that defects will be corrected.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
11. Limitation of Liability
</h2>
<p class="mb-4">
To the maximum extent permitted by law, the Operator (and its
contributors, suppliers, partners, and licensors) excludes all
liability for any loss or damage arising out of or in connection with
enviPath, whether in contract, tort (including negligence), equity,
breach of statutory duty, or otherwise.
</p>
<p class="mb-4">
To the maximum extent permitted by law, the Operator will not be
liable for any indirect, consequential, special, incidental, or
exemplary damages (including loss of profits, loss of revenue, loss of
data, loss of goodwill, or business interruption), even if we have
been advised of the possibility of such loss.
</p>
<p class="mb-4">
Where liability cannot be excluded, the Operators total aggregate
liability to you for all claims arising out of or in connection with
these Terms or enviPath is limited to the greater of: (a) NZD 100; and
(b) any fees paid by you to the Operator for enviPath in the 12 months
immediately preceding the event giving rise to the claim.
</p>
<p class="mb-4">
Nothing in these Terms limits any liability that cannot lawfully be
excluded.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
12. New Zealand Consumer Law
</h2>
<p class="mb-4">
Nothing in these Terms limits any rights you may have under the
Consumer Guarantees Act 1993 (the <strong>&ldquo;CGA&rdquo;</strong>)
where those rights cannot lawfully be excluded.
</p>
<p class="mb-4">
If you acquire or use enviPath <strong>in trade</strong> (as defined
in the CGA), you warrant that the services are acquired for business
purposes. You agree that, to the extent permitted by law, the CGA does
not apply, and the parties agree it is fair and reasonable to contract
out of the CGA for that supply.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
13. Academic Use and Citations
</h2>
<p class="mb-4">
If you use enviPath in your research, we request that you cite our
@ -84,29 +382,79 @@
details.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">7. License Information</h2>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
14. Enforcement, Suspension, and Termination
</h2>
<p class="mb-4">
For detailed license information about enviPath data and software,
We may suspend, restrict, throttle, or terminate your access to
enviPath (including disabling API keys) where we reasonably believe
you have violated these Terms, exceeded usage limits, engaged in
abusive or high-volume access, attempted scraping or model extraction,
or otherwise used enviPath inconsistently with its intended purpose.
</p>
<p class="mb-4">
Where practicable, we will provide notice and an opportunity to remedy
before taking action. However, we may take immediate action without
notice where we reasonably consider it necessary to protect enviPath,
other users, data integrity, security, service availability, or our
legal interests.
</p>
<p class="mb-4">
Termination does not affect any rights or obligations that by their
nature should survive termination, including intellectual property,
disclaimers, limitations of liability, and governing law.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
15. Licence Information and Third-Party Terms
</h2>
<p class="mb-4">
For detailed licence information about enviPath data and software,
please refer to the
<a
href="https://community.envipath.org/t/envipath-license/109"
target="_blank"
rel="noopener noreferrer"
class="link link-primary"
>
enviPath License documentation </a
>.
enviPath licence documentation </a
>. Where third-party licences apply, you agree to comply with them.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">8. Modifications</h2>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
16. Changes to These Terms
</h2>
<p class="mb-4">
enviPath may revise these terms of use at any time without notice. By
using this platform, you are agreeing to be bound by the then current
version of these terms of use.
We may update these Terms from time to time. The updated Terms will be
posted on this page with a revised &ldquo;Last updated&rdquo; date.
Material changes may be notified through the platform (for example, at
login or via the API dashboard). Your continued use after the
effective date of an update constitutes acceptance of the updated
Terms.
</p>
<p class="mb-4">
For certain changes, we may require you to actively re-accept the
Terms (for example, when obtaining or renewing API keys).
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">9. Contact Information</h2>
<h2 class="mt-8 mb-4 text-2xl font-semibold">
17. Governing Law and Jurisdiction
</h2>
<p class="mb-4">
If you have any questions about these Terms of Use, please
These Terms are governed by and construed in accordance with the laws
of New Zealand. To the extent permitted by law, you submit to the
exclusive jurisdiction of the courts of New Zealand for any dispute
arising out of or in connection with these Terms or enviPath.
</p>
<p class="mb-4">
Mandatory consumer protection laws in your jurisdiction may still
apply where they cannot be excluded.
</p>
<h2 class="mt-8 mb-4 text-2xl font-semibold">18. Contact</h2>
<p class="mb-4">
If you have questions about these Terms, or wish to request a
commercial licence, please
<a href="/contact" class="link link-primary">contact us</a>.
</p>
@ -124,7 +472,7 @@
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
></path>
</svg>
<span>Last updated: 2025</span>
<span>version: 1, Last updated: January 2026</span>
</div>
</div>
</div>