Skip to content

A demonstration of the use of Solid for managing research assets.

Notifications You must be signed in to change notification settings

OxfordHCC/solid-research

 
 

Repository files navigation

Welcome to Solid Research

Solid Research is a demonstration of the use of Solid for managing and sharing an individual's research assets, such as publications, presentations, blog posts etc. It is a fork of SolidFlix.

To play with the application you will need a WebID or a Solid pod provided by solidcommunity.net or any other pod provider such as Inrupt, Solid Web, solidweb.me or using your self-hosted pod url

Set up locally

If you wish to deploy Solid-media locally, then please follow the instructions below to build the project.

Solidflix is developed using Typescript and snowpack. If you are unfamiliar with them, then you will need to have your npm set up. Please follow this tutorial.

Clone project and installations

  1. Make a directory.

  2. Clone on GitHub here:

git clone [email protected]:OxfordHCC/solid-media.git

  1. cd solid-media into the directory.

  2. Set up your snowpack

(sudo) npm install --save-dev snowpack

Run

npm run start

The application will be opened on your local web browser http://localhost:8080.

Getting started with SolidResearch

Add publication records in a Solid Pod

Some instructions about how to write publication records in a user's solid pod

View your publications

To get started with sharing your movies, you will need a WebID to log into the system, so that you can store movies on your Solid pod and share them with your friends. We recommend you register with solidcommunity.net. Alternatively, you could use other supported pod providers such as Inrupt, Solid Web, solidweb.me or using your self-hosted pod url.

Once you have set up a Solid/WebID then you can log in and start to view publications. At the moment, you can't add publications through solid-research yet, which is a function upcoming.

Future features

  • Add publications
  • Import publications from a bibtex
  • Have the publication record visible/accessible for your co-authors

About

A demonstration of the use of Solid for managing research assets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.7%
  • Python 16.2%
  • CSS 9.1%
  • Other 1.0%