Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.77 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.77 KB

What?

REaSoN provides a two-dimensional talk, stored in a GitHub repository.

Demo Screenshot

Start in 2 minutes:

1. Create your own talk

Just create a new GitHub repository the usual way and make you initial commit message the first message you want to post.

2. Contribute to a talk

Just open the REaSoN Homepage, log in with your GitHub credentials, and enter the repo path (username/reponame) in the search field to view a repo.

If you have write access to the repo, just click on any message you want to reply to, type your answer, and click the submit button.

Why?

Common forums often have the following structure:

  • Topic
    • Re: Topic
      • Re: Re: Topic
        • Re: Re: Re: Topic
      • Re: Re: Topic
    • Re: Topic

This is because common forums are one-dimensional. REaSoN is a prototype forum that extends the common structure by a second dimension.

Instead of citing or re-ing, you can directly response to any (also multiple) contributions, whereby a two-dimensional graph of response-hierarchy is built.

How?

REaSoN is a web app based on HTML, CSS, and Javascript. Backend, it uses GitHub to store the talk as a graph.

REaSoN uses

  • async
  • dagre
  • github.js
  • jQuery
  • mute.js
  • Underscore.js

To set up a own topic, just create a repository at GitHub with a README file and enter your first topic text as the commit. Now login in this page, enter the repos path above to see the graph and interact with it. All persons with access to the repository have access to the graph.

Who?

Homepage
[https://dctr.github.io](https://dctr.github.io) (WIP)
GitHub Profile
[https://github.com/dctr](https://github.com/dctr)