-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from KNowledgeOnWebScale/EDC_active
Changing the branding, some small bug fixes, and QoL improvements
- Loading branch information
Showing
12 changed files
with
438 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
# TRIPLE Getting Started Guide | ||
|
||
👋 Welcome to the TRIPLE Getting Started Guide! This document will help you set up a Solid Pod and introduce you to the features of the Solid Cockpit app. Follow the steps carefully to get up and running 🚀 | ||
|
||
|
||
|
||
## 🎯 Objectives of This Guide | ||
|
||
1. Setting up a Solid Pod (that is accessible via the internet) | ||
2. Logging into your Pod at any time (after setting it up) | ||
3. Understanding the features and functionalities of the Solid Cockpit app. | ||
4. Overview of future capabilities, such as managing pod contents, adjusting data privacy, and querying data using SPARQL. | ||
|
||
|
||
|
||
## 🌐 Setting Up a Solid Pod (Online) | ||
|
||
To **set up** your Solid Pod using the TRIPLE platform, follow these steps: | ||
|
||
1. **🔗 Navigate to our Solid Pod Hosting website** | ||
- Go to [https://triple.ilabt.imec.be/](https://triple.ilabt.imec.be/) | ||
- ~~Use the following credentials to enter the site:~~ | ||
- ~~**Username**: `triple`~~ | ||
- ~~**Password**: `solid`~~ | ||
|
||
2. **🔐 Sign Up to make a Pod** | ||
- Click **Sign Up** (assuming this is your first time) | ||
|
||
3. **🛠️ Create Your Solid Pod** | ||
- Once you are on the **Your Account** page, click on **Create Pod**. | ||
- Enter a name for your new pod and click **Create Pod**. | ||
- After creating your pod, return to the home page by clicking **Back**. | ||
|
||
## 🔑 Logging into your Solid Pod (after creation) | ||
1. **Navigate to our Solid Pod Hosting website** | ||
|
||
- Go to [https://triple.ilabt.imec.be/](https://triple.ilabt.imec.be/) | ||
- ~~Use the following credentials to enter the site:~~ | ||
- ~~**Username**: `triple`~~ | ||
- ~~**Password**: `solid`~~ | ||
|
||
2. **Login using your credentials** | ||
|
||
- Click **Login** (assuming you have already made an account) | ||
|
||
|
||
## 🛫 Using the Solid Cockpit App | ||
|
||
The Solid Cockpit app provides several functionalities for managing and interacting with your Solid Pod. | ||
|
||
### ✨ Available Features | ||
|
||
1. 📝 **Data Upload** | ||
- Upload data to your Pod. | ||
- When uploading RDF data, file validity can be assessed before uploading. | ||
- Specify and modify the metadata of uploaded files. | ||
|
||
2. 🗂️ **Data Browser** | ||
- View, modify, move, and delete the contents of your Pod. | ||
- Explore and edit the container structure of your Pod. | ||
|
||
3. 🔍 **Data Query** (under construction) | ||
- An editor to write SPARQL queries to interact with data in your Pod, the Pods of others, and SPARQL Endpoints. | ||
- A user input to designate the sources for the queries. | ||
- Options that impact the the output formats, query execution, and other relevant parameters. | ||
|
||
4. 🔒 **Data Privacy Management** | ||
- View the current privacy settings for your data (Read, Write, and Append). | ||
- Add or change privacy settings to containers and resources in your Pod. | ||
- Give and receive notifications related to new access rights to the data of others. | ||
|
||
|
||
|
||
## 🔮 In the Near Future | ||
|
||
- Improve the functionality of the Pod Browser for displaying pod contents effectively. | ||
- Create interface for querying pod(s) (and SPARQL endpoints). | ||
- Integrate example query catalogue for the querying functionality. | ||
- Enhance privacy management display | ||
|
||
> Stay tuned for future updates that will bring more features and improvements to the Solid Cockpit app, making it more powerful and easier to use. | ||
|
||
|
||
## 🤝 Support and Further Information | ||
|
||
If you encounter issues during setup or usage, please consult our support resources or reach out to our support team for assistance. | ||
|
||
--- | ||
🙏 We hope you find this guide helpful in setting up and exploring your Solid Pod. For questions or comments: [go here](https://github.com/KNowledgeOnWebScale/solid-cockpit/discussions). To report bugs or problems: [try here](https://github.com/KNowledgeOnWebScale/solid-cockpit/issues). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* **main**: `68, 85, 96` | `#445560` <span style="background-color: #445560; color: white; padding: 3px 10px;"> </span> | ||
* **darker1**: `40, 53, 62` | `#28353e` <span style="background-color: #28353e; color: white; padding: 3px 10px;"> </span> | ||
* **lighter**: `169, 167, 173` | `#a9a7ad` <span style="background-color: #a9a7ad; color: black; padding: 3px 10px;"> </span> | ||
* **purple**: `117, 79, 246` | `#754ff6` <span style="background-color: #754ff6; color: white; padding: 3px 10px;"> </span> | ||
* **purple1**: `236, 231, 245` | `#EDE7F6` <span style="background-color: #EDE7F6; color: black; padding: 3px 10px;"> </span> | ||
* **black**: `0, 0, 0` | `#000000` <span style="background-color: #000000; color: white; padding: 3px 10px;"> </span> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
body { | ||
background-color: #b0c4de; /* This is a light grey color */ | ||
font-family: "Arial", sans-serif; /* This sets the font to Arial */margin: 0; | ||
background-color: #a9a7ad; | ||
margin: 0; | ||
} | ||
|
||
#app { | ||
color: #333; /* This sets the text color inside the #app div to a dark grey */ | ||
color: #EDE7F6; /* This sets the text color inside the #app div to a dark grey */ | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.