rufimelo commited on
Commit
8fa3967
·
1 Parent(s): 52ea484

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -9
README.md CHANGED
@@ -7,12 +7,28 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- <p>
11
- IRIS organization
12
- </p>
13
- <text>
14
- This organization was created by the students participating in the IRIS Project.
15
- </text>
16
- <text>
17
- Project IRIS aims to develop summarization approaches for court decisions and create a representation able to be browsed in a way that is helpful in the court decision process.
18
- </text>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+
11
+ <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
12
+ <p class="lg:col-span-3">
13
+ IRIS organization
14
+ </p>
15
+ <a
16
+ href="https://www.inesc-id.pt/wp-content/uploads/2019/06/INESC-ID-logo_01.png"
17
+ class="block overflow-hidden group"
18
+ >
19
+ <div
20
+ class="w-full h-40 object-cover mb-2 bg-indigo-100 rounded-lg flex items-center justify-center dark:bg-gray-900 dark:group-hover:bg-gray-850"
21
+ >
22
+ <img
23
+ alt=""
24
+ src="https://www.inesc-id.pt/wp-content/uploads/2019/06/INESC-ID-logo_01.png"
25
+ class="w-40"
26
+ />
27
+ </div>
28
+ </a>
29
+ <div class="lg:col-span-3">
30
+ <p class="mb-2">
31
+ Project IRIS aims to develop summarization approaches for court decisions and create a representation able to be browsed in a way that is helpful in the court decision process.
32
+ </p>
33
+ </div>
34
+ </div>