AICertification/app/flask-postgres/app/templates/course/C1_page2.html
2026-04-10 10:31:44 +02:00

53 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "base.html" %}
{% block content %}
<h2>C1 - Advanced Copyright & IP Strategy</h2>
<section class="content-section ai-explainer">
<div class="content-wrapper">
<h2 class="section-title">Teil 1 Schutz eigener Inhalte vor KI-Nutzung</h2>
<p class="lead">
„Ein zentraler Punkt im KI-Zeitalter ist:
</p>
<blockquote class="highlight-quote">
➡️ Inhalte können von KI-Systemen genutzt werden oft ohne direkte Kontrolle.
</blockquote>
<p>
Texte, Bilder, Musik oder Designs können in Trainingsdaten einfließen
oder als Grundlage für neue Inhalte dienen.
</p>
<p><strong>Das Problem:</strong></p>
<p>
Sie sehen nicht,
wann und wie Ihre Inhalte verwendet werden.
</p>
<p><strong>Das bedeutet:</strong></p>
<ul class="example-list">
<li>Unternehmen müssen aktiv entscheiden, welche Inhalte öffentlich zugänglich sind</li>
<li>wie Inhalte technisch geschützt werden können</li>
<li>und welche Nutzung erlaubt ist</li>
</ul>
<blockquote class="highlight-quote">
Denn:<br>
➡️ Ohne Schutz können Inhalte unkontrolliert Teil von KI-Systemen werden.
</blockquote>
</div>
</section>
<div class="course-nav">
<a href="/course/{{ course_id }}/page/1" class="btn-secondary">Zurück</a>
<a href="/course/{{ course_id }}/page/3" class="btn-primary">Weiter</a>
</div>
{% endblock %}