Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris L <[email protected]>
Co-authored-by: Friedrich <[email protected]>
  • Loading branch information
3 people authored Jul 23, 2024
1 parent 5180ef7 commit b70f80b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default defineConfig({
{
text: 'Project', items: [
{ text: 'Why?', link: "/project/goal" },
{ text: 'For who?', link: "/project/audience" },
{ text: 'For whom?', link: "/project/audience" },
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In order to understand our users and how they would interact with our project, w

## Deliverables

Thanks to research, we gained a steady foundation to create our application. These applications were created and developed with feedback from [Imec](https://www.imec-int.com/) and [IDLab](https://www.ugent.be/ea/idlab/en). Out of the feedback from them and the entire OSOC team, we designed and developed the following applications:
Thanks to research, we gained a steady foundation to create our application. These applications were created and developed with feedback from [Imec](https://www.imec-int.com/) and [IDLab](https://www.ugent.be/ea/idlab/en). From their feedback and the entire osoc team's, we designed and developed the following applications:
- [Loama :arrow_right:](/loama/index.md)
- [Mockbook :arrow_right:](/toco/mockbook/index.md)
- [DoctorApp :arrow_right:](/toco/doctorapp/index.md)
Expand All @@ -46,7 +46,7 @@ Unfortunately, we had only 4 weeks for this project *(and we wished we had more

This project was made possible by [Imec](https://www.imec-int.com/) and [IDLab](https://www.ugent.be/ea/idlab/en):

- Imec is the world's leading independent nanoelectronics R&D hub. The combination of their talent, infrastructure, and partner network enables breakthroughs towards microchips that are smaller, faster, more affordable, and more sustainable.
- Imec is the world's leading independent nanoelectronics R&D hub. The combination of their talent, infrastructure, and partner network enables breakthroughs towards smaller, faster, more affordable, and more sustainable microchips.

- IDLab is a collaboration between [UGent](https://www.ugent.be/) and [Imec](https://www.imec-int.com/) and performs research on a wide range of topics, such as AI, IoT, Networking, Circuit design and more.

Expand Down
32 changes: 16 additions & 16 deletions lexicon.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following is a list of terms and their definitions used in the context of th

## C

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Constraint**||A limitation or restriction placed on a rule or action.|
|**Container**||A type of resource in Solid that can hold other resources, similar to a directory in a file system.|
Expand All @@ -27,19 +27,19 @@ The following is a list of terms and their definitions used in the context of th

## D

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Data Pod**||Personal online datastore where users store their data in a Solid ecosystem. Each pod is controlled by the individual it belongs to and is hosted by a certain provider.|

## F

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Friend of a Friend**|FOAF|A machine-readable ontology describing persons, their activities, and their relations to other people and objects. (Ontology: a formal representation of a set of concepts within a domain and the relationships between those concepts)|

## I

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Identity Provider**||A service that manages the identity information and authentication of users in a Solid ecosystem.|
|**Index Page**||A resource in a Solid pod that provides an entry point for navigating other resources within the pod.|
Expand All @@ -48,39 +48,39 @@ The following is a list of terms and their definitions used in the context of th

## L

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Linked Data Platform**|LDP|A set of W3C standards for building interoperable web applications using Linked Data principles.|
|**Linked Data**||A method of publishing structured data so that it can be interlinked and become more useful through semantic queries.|

## M

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Matcher**||A component or process that selects resources or data based on specified criteria.|

## O

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Object**||In RDF, the object is the third part of a triple that describes the value or entity related to the subject via the predicate. *(For Example: In the triple `<John, hasFriend, Jane>`, "Jane" is the object.)*|
|**Origin**||The source domain or URL from which a request is made.|
|**Owner**||The individual or entity that has control over a resource or Solid pod.|

## P

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Permission**||The authorization given to a user or application to access and manipulate resources within a Solid pod.|
|**Policy**|| A set of rules or permissions that govern access to resources.
|**Policy Type/User Type**||Categories or roles that determine the policies applicable to different users or groups.|
|**Profile**||A resource that describes a Solid user, typically containing information about the user and links to other resources.|
|**Properties**||Characteristics or attributes of a resource.|
|**Prohibation**||A restriction or denial of certain actions on a resource.|
|**Prohibition**||A restriction or denial of certain actions on a resource.|

## R

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Resource Description Framework**|RDF|A standard model for data interchange on the web, which Solid uses to structure and link data.|
|**Read**||The permission to view a resource.|
Expand All @@ -89,7 +89,7 @@ The following is a list of terms and their definitions used in the context of th

## S

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Social Linked Data**|SOLID|A web decentralization project, aiming to give users control over their personal data by storing it in decentralized pods.|
|**Solid App**||An application designed to interact with Solid pods and utilize Solid protocols for data access and management.|
Expand All @@ -98,31 +98,31 @@ The following is a list of terms and their definitions used in the context of th
|**Solid Protocol**||A set of conventions for building decentralized web applications that interact with Solid pods.|
|**Solid Server**||A server that hosts Solid pods and provides interfaces for accessing and managing the data within them.|
|**Standard Protocol and RDF Query Language**|SPARQL|A query language for databases, able to retrieve and manipulate data stored in RDF format.|
|**Storage**||The location or space where data in a Solid pod is kept.|
|**Storage**||The location or space where data is kept in a Solid pod.|

## T

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Target**||The resource or entity on which an action is performed.|
|**Triple**:||The atomic data entity in RDF, consisting of a subject, predicate, and object *(`<John, hasFriend, Jane>`)*. It's used to make statements about resources.|
|**Terse RDF Triple Language**|Turtle|A syntax for writing RDF data in a compact and readable format.|

## U

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|Uniform Resource Identifier|URI|A string of characters that unambiguously identifies a particular resource. *(`http://example.org/resource`)*|

## V

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Vocabulary**||A set of terms used to describe concepts and relationships within a specific domain, important for creating interoperable linked data.|

## W

|Term|Abbriviation|Description|
|Term|Abbreviation|Description|
|---|---|---|
|**Web Access Control**|WAC|A method for defining access control rules for resources on the web, used within Solid for managing permissions.|
|**WebID**||A unique identifier that denotes a person's identity in the Solid ecosystem, usually a URL that points to a profile document.|
Expand Down

0 comments on commit b70f80b

Please sign in to comment.