Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
luigiriz commited on
Commit
9ee0377
·
verified ·
1 Parent(s): 6197adf

Added partners

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -79,4 +79,47 @@ Riz, L., Povoli, S., Caraffa, A., Boscaini, D., Mekhalfi, M. L., Chippendale, P.
79
  }
80
  ```
81
  ## Acknowledgement
82
- This work was supported by the EU Horizon Europe project FEROX under Grant 101070440.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  }
80
  ```
81
  ## Acknowledgement
82
+ This work was supported by the EU Horizon Europe project FEROX under Grant 101070440.
83
+
84
+ ## Partners
85
+ <style>
86
+ table {
87
+ width: 100%;
88
+ table-layout: fixed;
89
+ border-collapse: collapse;
90
+ }
91
+ th, td {
92
+ text-align: center;
93
+ padding: 10px;
94
+ vertical-align: middle;
95
+ }
96
+ </style>
97
+
98
+ <table>
99
+ <thead>
100
+ <tr>
101
+ <th>FONDAZIONE BRUNO KESSLER<br>Italy</th>
102
+ <th>TAMPERE UNIVERSITY<br>Finland</th>
103
+ <th>UNIVERSITAT POLITECNICA DE VALENCIA<br>Spain</th>
104
+ <th>INGENIARIUS<br>Portugal</th>
105
+ <th>FINNISH GEOSPATIAL RESEARCH INSTITUTE<br>Finland</th>
106
+ <th>CRANFIELD UNIVERSITY<br>United Kingdom</th>
107
+ <th>DEEP FORESTRY<br>Sweden</th>
108
+ <th>GEMMO AI<br>Ireland</th>
109
+ <th>ARKTISET AROMIT<br>Finland</th>
110
+ </tr>
111
+ </thead>
112
+ <tbody>
113
+ <tr>
114
+ <td><a href="https://www.fbk.eu/en" target="_blank"><img src="resources/FBK_logo.jpg" alt="FBK"></a></td>
115
+ <td><a href="https://www.tuni.fi/en" target="_blank"><img src="resources/Tampere_University_logo.png" alt="TAU"></a></td>
116
+ <td><a href="https://www.upv.es/index-en.html" target="_blank"><img src="resources/UPV_logo.jpeg" alt="UPV"></a></td>
117
+ <td><a href="https://ingeniarius.pt/" target="_blank"><img src="resources/ingeniarius_logo.png" alt="ING"></a></td>
118
+ <td><a href="https://www.maanmittauslaitos.fi/en/research" target="_blank"><img src="resources/FGI_logo.png" alt="FGI"></a></td>
119
+ <td><a href="https://www.cranfield.ac.uk/" target="_blank"><img src="resources/cranfield_logo.png" alt="CU"></a></td>
120
+ <td><a href="https://deepforestry.com/" target="_blank"><img src="resources/df_logo.png" alt="DF"></a></td>
121
+ <td><a href="https://gemmo.ai/" target="_blank"><img src="resources/gemmoai_logo.jpeg" alt="GEM"></a></td>
122
+ <td><a href="https://www.arktisetaromit.fi/" target="_blank"><img src="resources/afa_logo.png" alt="AFA"></a></td>
123
+ </tr>
124
+ </tbody>
125
+ </table>