johnnv commited on
Commit
63553e2
Β·
1 Parent(s): a048eab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -24
README.md CHANGED
@@ -7,28 +7,33 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- The [LAPIX Lab](https://www.lapix.ufsc.br/) is dedicated to R&D on new technologies for image processing, analysis and visualization, immersive collaboration and interactive digital TV. LAPIX is a laboratory associated with the [INCoD](https://www.incod.ufsc.br/) (INCT for Digital Convergence). It is located in the [Department of Computer Science and Statistics – INE](https://ine.ufsc.br/) – of the [Technology Center – CTC](https://portal.ctc.ufsc.br/) – of the [Federal University of Santa Catarina – UFSC](https://en.ufsc.br/). This laboratory is the result of research started by [Prof. Dr. rer. nat. Aldo von Wangenheim](https://www.linkedin.com/in/awangenh/) in Image Processing in 1997, at UFSC. The laboratory is composed of professors, researchers, PhDs, Masters, graduates, and undergraduates.
 
 
 
 
11
 
12
-
13
- LAPIX main research areas are
14
- <ul>
15
- <li>Image processing and visualization applied to areas such as medicine, meteorology, security, sports, traffic monitoring, among others;</li>
16
- <li>New methods for intelligent analysis and interpretation of images;</li>
17
- <li>Human-computer interaction models;</li>
18
- <li>Advanced concepts of interactivity in medical imaging;</li>
19
- <li>Virtual radiological diagnosis environments and visualization engines;</li>
20
- <li>Innovative 3D and 4D data structures for better representation and visualization of anatomical structures;</li>
21
- <li>Modeling of the mechanical behavior of organic tissues;</li>
22
- <li>Physical simulation of fluids.</li>
23
- </ul>
24
-
25
-
26
- <ul>
27
- LAPIX is structured in three main research groups:
28
- <li>Image processing and computer vision;</li>
29
- <li>Computer graphics; image visualization and simulation; and</li>
30
- <li>Interactive Digital TV.</li>
31
- </ul>
32
-
33
-
34
- One of the main focuses of LAPIX is through partnerships with companies, universities and research institutes, to develop innovative software solutions that demand state-of-the-art technologies in the areas of image processing, computer graphics and interactive digital TV.
 
 
7
  pinned: false
8
  ---
9
 
10
+ <div class="grid lg:grid-cols-1 gap-x-4 gap-y-7">
11
+ <p class="lg:col-span-1">
12
+ The <a href="https://www.lapix.ufsc.br">LAPIX Lab</a> is dedicated to R&D on new technologies for image processing, analysis and visualization, immersive collaboration and interactive digital TV. LAPIX is a laboratory associated with the <a href="https://www.incod.ufsc.br">INCoD</a> (INCT for Digital Convergence). It is located in the <a href="https://ine.ufsc.br/">Department of Computer Science and Statistics – INE</a> – of the <a href="https://portal.ctc.ufsc.br/"> </a>Technology Center – CTC – of the <a href="https://en.ufsc.br">Federal University of Santa Catarina – UFSC</a>. This laboratory is the result of research started by <a href="https://www.linkedin.com/in/awangenh/">Prof. Dr. rer. nat. Aldo von Wangenheim</a> in Image Processing in 1997, at UFSC. The laboratory is composed of professors, researchers, PhDs, Masters, graduates, and undergraduates.
13
+ </p>
14
+
15
 
16
+ <h4 class="lg:col-span-1">LAPIX main research areas are</h4>
17
+ <ul class="list-disc">
18
+ <li>Image processing and visualization applied to areas such as medicine, meteorology, security, sports, traffic monitoring, among others;</li>
19
+ <li>New methods for intelligent analysis and interpretation of images;</li>
20
+ <li>Human-computer interaction models;</li>
21
+ <li>Advanced concepts of interactivity in medical imaging;</li>
22
+ <li>Virtual radiological diagnosis environments and visualization engines;</li>
23
+ <li>Innovative 3D and 4D data structures for better representation and visualization of anatomical structures;</li>
24
+ <li>Modeling of the mechanical behavior of organic tissues;</li>
25
+ <li>Physical simulation of fluids.</li>
26
+ </ul>
27
+
28
+
29
+ <h4 class="lg:col-span-1">LAPIX is structured in three main research groups:</h4>
30
+ <ul class="list-disc">
31
+ <li>Image processing and computer vision;</li>
32
+ <li>Computer graphics; image visualization and simulation; and</li>
33
+ <li>Interactive Digital TV.</li>
34
+ </ul>
35
+
36
+
37
+ <p class="lg:col-span-1">One of the main focuses of LAPIX is through partnerships with companies, universities and research institutes, to develop innovative software solutions that demand state-of-the-art technologies in the areas of image processing, computer graphics and interactive digital TV.</p>
38
+
39
+ </div>