diff --git a/src/features/homepage/Homepage.tsx b/src/features/homepage/Homepage.tsx
index b4ba32ec4ae168737c56391e267faac673f3a49d..d27e2ceb56e91bba41ae14a0b19b1a885ddd7e17 100644
--- a/src/features/homepage/Homepage.tsx
+++ b/src/features/homepage/Homepage.tsx
@@ -9,23 +9,23 @@ export function Homepage() {
       <Box elevation={2} sx={{ px: 2 }}>
         <p>
           <h2>
-            SensOr Interfacing Language
+            Sensor Interfacing Language
           </h2>
           {/* <i>FAIR Sensor Data by Default</i> */}
         </p>
         <p>
-          The <i>SensOr Interfacing Language</i>, short <i>SOIL</i>, is a protocol-agnostic and device-independent,
-          light-weight description language for definition of functional APIs for sensors and measurement systems.
-          To achieve fully interoperable measurement systems, we apply methods from model-driven software
-          development
-          and generative software engineering.
+          The <Link
+            href="https://doi.org/10.1007/978-3-662-62138-7_4"><i>Sensor Interfacing Language</i></Link>, short <i>SOIL</i>, is a protocol-agnostic and device-independent,
+          light-weight interface description language adhering to the <i><Link
+            href="https://doi.org/10.1038/sdata.2016.18">FAIR Guiding Principles</Link></i> for definition of functional APIs for sensors and measuring systems.
+          To achieve fully interoperable <Link href="https://doi.org/10.1016/j.measen.2021.100206"><i>FAIR Sensor Services</i></Link>, we apply methods from model-driven software development and generative software engineering.
         </p>
 
         <p>
           Our <b>goals</b> are:
           <ul>
             <li>Reducing the integration effort of sensors and measurement systems from days to <b>minutes</b>.</li>
-            <li>Maximizing <b>long-term reusability</b> of collected sensor data.</li>
+            <li>Maximizing the <b>long-term reusability</b> and <b>value-creation potential</b> of collected sensor data.</li>
           </ul> 
         </p>