Skip to content

openjournals/brief-journal-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
Sorry, we had to truncate this directory to 1,000 files. 640 entries were omitted from the list.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brief Ideas Archive

A static Jekyll-based archive of The Journal of Brief Ideas - a research journal for publishing brief scientific ideas in 200 words or less.

About The Journal of Brief Ideas

The Journal of Brief Ideas was a research journal composed entirely of 'brief ideas'. The goal was to provide a place for short ideas to be described - in 200 words or less - for these ideas to be archived, searchable and citable.

Current Status: The journal is currently in stasis and archived for now. However, we are looking for technical help to restart. If you think you could help, see the GitHub issue for more information.

Live Site

The archived site is deployed at: https://beta.briefideas.org

Development

Prerequisites

  • Ruby 2.7+
  • Jekyll 4.0+
  • Git

Local Development

  1. Clone the repository

    git clone https://github.com/YOUR-USERNAME/brief-journal-archive.git
    cd brief-journal-archive
  2. Install dependencies

    bundle install
  3. Run locally

    bundle exec jekyll serve
  4. View the site Open http://localhost:4000 in your browser

Building for Production

bundle exec jekyll build

The generated site will be in the _site directory.

GitHub Pages Deployment

This site is configured for GitHub Pages deployment:

  1. Push to main branch

    git add .
    git commit -m "Update content"
    git push origin main
  2. GitHub Pages builds automatically

    • No need to commit the _site directory
    • GitHub Pages runs jekyll build on push
    • Site deploys to your configured domain

License

This project is open source. See the original Brief Ideas repository for licensing information.

Support

For technical questions about this archive:

For questions about the Journal of Brief Ideas project:


Note: This is a static archive of the original Journal of Brief Ideas. The original dynamic site was built with Ruby on Rails, but this version uses Jekyll for easier maintenance.

About

A static archive of the Journal of Brief Ideas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages