{% extends 'base.html' %} {% block content %} {% set index=True %} {# ================== Header Material ================= #} {% set notes_title="Rubiks Cube" %} {% set lead=" Notes and experiments with Rubiks Cubes, 3x3 and 4x4. " %} {% set link="https://github.com/charlesreid1/rubiks-notes" %} {% include 'notes_head.html' %} {# ========= topic 1 =========== #} {% set anchor="rubiks-cube-basics" %} {% set cluster="Rubiks Cube Basics" %} {% include 'notes_clustertitle.html' %}
{% set href="RC_1_CubeManipulation.html" %} {% set imgsrc="http://placehold.it/700x400" %} {% set nb="Rubiks Cube Basics" %} {% set card="Demonstration of how to create and manipulate virtual Rubiks Cubes." %} {% include 'notes_notebook.html' %}
{# ========= topic 2 =========== #} {% set anchor="generating-permutations" %} {% set cluster="Generating Permutations for Cube Rotations" %} {% include 'notes_clustertitle.html' %}
{% set href="RC_2_KnuthPermutationM.html" %} {% set imgsrc="http://placehold.it/700x400" %} {% set nb="Knuth's Algorithm M" %} {% set card="Using Knuth's Algorithm M to generate permutations of moves, and find rotational duplicates." %} {% include 'notes_notebook.html' %}
{# ========= topic 3 =========== #} {% set anchor="counting-permutations" %} {% set cluster="Counting Cube Permutations" %} {% include 'notes_clustertitle.html' %}
{% set href="RC_3_CountingPermutations.html" %} {% set imgsrc="http://placehold.it/700x400" %} {% set nb="Counting Permutations" %} {% set card="Using some combinatorics to count the number of permutations on the Rubik's Cube." %} {% include 'notes_notebook.html' %}
{# ========= topic 4 =========== #} {% set anchor="counting-cycles" %} {% set cluster="Counting Cycles" %} {% include 'notes_clustertitle.html' %}
{% set href="#" %}{#RC_4_CycleCounts.html" #} {% set imgsrc="http://placehold.it/700x400" %} {% set nb="Counting Cycles" %} {% set card="Applying a sequence repeatedly to a cube will eventually result in a solved cube - always. This uses virtual cubes to analyze the number of times a sequence of moves must be applied to return a solved cube back to solved state." %} {% include 'notes_notebook.html' %}
{# ================ End Page Content ================== #} {% endblock %}