Coder Social home page Coder Social logo

mathifold / mathifold Goto Github PK

View Code? Open in Web Editor NEW
30.0 9.0 35.0 151.45 MB

Migrated to Tungsteno https://github.com/TungstenHub

Home Page: http://tungsteno.io

License: GNU General Public License v3.0

HTML 98.66% CSS 0.03% Ruby 0.01% JavaScript 1.29%
webpage mathematics education non-profit collaborative open-source study-aid learning university math

mathifold's Introduction

MATHIFOLD

This repository contains the material and code needed to run the main webpage of the project, mathifold.org

Project Mathifold

Mathifold is a project whose goal is to make mathematics accesible to everybody, completely free, based on open collaboration and the best pedagogical tools

In this webpage we are currently posting all the contributions of the project

Documentation

You may find documentation inside the webpage: About Mathifold, Reference Guide and How to Contribute

License

The content of this repository is licensed under a GNU General Public License v3.0

mathifold's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mathifold's Issues

SageMath Cells ans CSS

In the embedded SageMath Cells (see for instance http://mathifold.org/en/applet_hyperbolic_tessellations.html), the editor is currently hidden

{% if page.sage %}
  <script src="https://sagecell.sagemath.org/static/embedded_sagecell.js"></script>
  <script>$(function () {
  // Make *any* div with class 'compute' a Sage cell
  sagecell.makeSagecell({inputLocation: 'div.sage', hide: ["editor", "evalButton", "permalink"], autoeval: 1});
  });
  </script>
{% endif %}

(https://github.com/mathifold/mathifold/blob/master/_includes/head.html). However, it is desirable to show this editor, so that the user may see the code and change it if wanted, as in https://sagecell.sagemath.org/. But whenever one changes head.html,

sagecell.makeSagecell({inputLocation: 'div.sage', hide: ["evalButton", "permalink"], autoeval: 1});

the global CSS styles badly interfere with the code editor and it happens to be almost illegible. Which is the best solution for this problem?

How to create a trigger event on HTML (jQuery)

Hello! I've uploaded a post lately that includes more than one "blue box" (the one that hides and shows text, for example, in demonstrations), but they all respond to the click at the same time, and I'd like them to work separately. Any ideas on how I could fix it? Creating from scratch a trigger event, or modifying the one existing...?

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.