Code Monkey home page Code Monkey logo

soargroup.github.io's Introduction

Soar Website

⚠️⚠️⚠️ WORK IN PROGRESS ⚠️⚠️⚠️

This repository contains the source for the (new as of 2024) homepage for the Soar cognitive architecture, including source for the PDF's distributed with Soar.

The website is not yet fully migrated from the old site, and is still under construction.

The site is built using the MkDocs, a static site generator that uses Markdown files to generate a website. The theme is Material for MkDocs.

Setup/Running

python -m venv
source venv/bin/activate (or venv\Scripts\Activate on Windows)
pip install -r requirements.txt
mkdocs serve

Deployment

The site is deployed to GitHub Pages automatically as long as the build workflows don't fail.

Updates for New Soar Versions

  • Update the soar_version variable in mkdocs.yml.
  • Add announcement with link to docs/index.md.
  • Run the link-checker (manually triggered GH action workflow) to ensure all new release artifact links are valid.

soargroup.github.io's People

Contributors

garfieldnate avatar moschmdt avatar

Stargazers

 avatar  avatar Jonathan de Jong avatar

Watchers

Nate Derbinsky avatar Aaron Mininger avatar Mazin Assanie avatar  avatar  avatar

Forkers

moschmdt

soargroup.github.io's Issues

where to put binary assets

We have:

  • several GB of workshop presentations
  • the tutorials (these are in another GH repo, so we can link them there for now)
  • probably 100 MB of publications

I like keeping this repository light, so I'm inclined to keep them out of here. I'm thinking another repository dedicated to binary assets would be ideal.

Generate Soar programming reference from Doxygen comments and host here

Particularly an SML programming reference would be very helpful, since SWIG ignores Doxygen comments, and Python/Java, etc. developers are mostly flying blind. Whenever I need to understand something about the SML API, I search through Soar's C++ code for the original definition and read the comments there.

review of manual required to accept as canonical edition

From #3:

The following chapters should be very close to the original version:

Chapter 1: Introduction
Chapter 2: The Soar Architecture
Chapter 3: Soar Syntax
Chapter 9: Soar User Interface
For chapter 9 I decided to link to the CLI documentation that is included in the PDF anyways. A pandoc filter, cf. path_filter.lua, is used to keep the links inside the conversion from multiple Markdown files to a single PDF document valid. Unfortunately, this requires that links to other parts of the Soar manual must include a section reference.

Unfortunately, I did not have time to go through the other chapters and compare them very closely to the manual about formatting and completeness.

manual images unusable in dark mode

For example:

image

SVG can have CSS in it, so it is possible to change the colors based on whether the user has dark mode activated or not.

For now, users can just switch to light mode to view the images.

Add workshop section

Add a new workshop section to collect schedules and materials for all workshops. We can start by adding the materials collected this year!

Related: #11, #17

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.