fdaudens commited on
Commit
61c84c9
·
verified ·
1 Parent(s): ee0cb73

Specify that it's in dummy data for now. - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +26 -1
index.html CHANGED
@@ -120,10 +120,35 @@
120
  <header class="mb-12 text-center">
121
  <h1 class="text-4xl font-bold text-blue-600 mb-4">AI Copyright Lawsuit Timeline</h1>
122
  <p class="text-lg text-gray-600 max-w-2xl mx-auto">
123
- <b>WIP! DUMMY DATA</b> - Tracking legal cases involving artificial intelligence and copyright issues. This timeline visualizes key lawsuits, their status, and outcomes.
124
  </p>
125
  </header>
126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  <div class="flex justify-center mb-8">
128
  <div class="relative w-full max-w-md">
129
  <input type="text" id="searchInput" placeholder="Search cases..." class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500">
 
120
  <header class="mb-12 text-center">
121
  <h1 class="text-4xl font-bold text-blue-600 mb-4">AI Copyright Lawsuit Timeline</h1>
122
  <p class="text-lg text-gray-600 max-w-2xl mx-auto">
123
+ <b>WIP - DUMMY DATA</b>Tracking legal cases involving artificial intelligence and copyright issues. This timeline visualizes key lawsuits, their status, and outcomes.
124
  </p>
125
  </header>
126
 
127
+ <div class="bg-blue-50 border border-blue-200 rounded-lg p-4 mb-6 max-w-4xl mx-auto">
128
+ <h3 class="text-lg font-bold text-blue-800 mb-2">Expert Commentary in Media (Sample Data)</h3>
129
+ <p class="text-gray-700 mb-3">Example of legal expert commentary on AI copyright cases (placeholder links):</p>
130
+ <ul class="space-y-2">
131
+ <li>
132
+ <a href="https://www.example.com/expert1" target="_blank" class="text-blue-600 hover:underline flex items-center">
133
+ <i class="fas fa-external-link-alt mr-2 text-xs"></i>
134
+ "The AI Copyright Battles That Could Shape the Future" - Law Review
135
+ </a>
136
+ </li>
137
+ <li>
138
+ <a href="https://www.example.com/expert2" target="_blank" class="text-blue-600 hover:underline flex items-center">
139
+ <i class="fas fa-external-link-alt mr-2 text-xs"></i>
140
+ "Why AI Training May Qualify as Fair Use" - Tech Policy Journal
141
+ </a>
142
+ </li>
143
+ <li>
144
+ <a href="https://www.example.com/expert3" target="_blank" class="text-blue-600 hover:underline flex items-center">
145
+ <i class="fas fa-external-link-alt mr-2 text-xs"></i>
146
+ "The Precedent Set by Authors Guild v. Google" - Copyright Today
147
+ </a>
148
+ </li>
149
+ </ul>
150
+ </div>
151
+
152
  <div class="flex justify-center mb-8">
153
  <div class="relative w-full max-w-md">
154
  <input type="text" id="searchInput" placeholder="Search cases..." class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500">