Skip to content

Latest commit

 

History

History
103 lines (88 loc) · 3.38 KB

README.md

File metadata and controls

103 lines (88 loc) · 3.38 KB

fem2016

2016 Edition of the Free Encyclopedia of Mathematics (top-level repo)

Overview

The Plan

Use git-repo to manage a collection of repositories, one for each top-level MSC class, viz.

  • 00_General
  • 01_History_and_biography
  • 03_Mathematical_logic_and_foundations
  • 05_Combinatorics
  • 06_Order_lattices_ordered_algebraic_structures
  • 08_General_algebraic_systems
  • 11_Number_theory
  • 12_Field_theory_and_polynomials
  • 13_Commutative_rings_and_algebras
  • 14_Algebraic_geometry
  • 15_Linear_and_multilinear_algebra_matrix_theory
  • 16_Associative_rings_and_algebras
  • 17_Nonassociative_rings_and_algebras
  • 18_Category_theory_homological_algebra
  • 19_K-theory
  • 20_Group_theory_and_generalizations
  • 22_Topological_groups_Lie_groups
  • 26_Real_functions
  • 28_Measure_and_integration
  • 30_Functions_of_a_complex_variable
  • 31_Potential_theory
  • 32_Several_complex_variables_and_analytic_spaces
  • 33_Special_functions
  • 34_Ordinary_differential_equations
  • 35_Partial_differential_equations
  • 37_Dynamical_systems_and_ergodic_theory
  • 39_Difference_and_functional_equations
  • 40_Sequences_series_summability
  • 41_Approximations_and_expansions
  • 42_Fourier_analysis
  • 43_Abstract_harmonic_analysis
  • 44_Integral_transforms_operational_calculus
  • 45_Integral_equations
  • 46_Functional_analysis
  • 47_Operator_theory
  • 49_Calculus_of_variations_and_optimal_control_optimization
  • 51_Geometry
  • 52_Convex_and_discrete_geometry
  • 53_Differential_geometry
  • 54_General_topology
  • 55_Algebraic_topology
  • 57_Manifolds_and_cell_complexes
  • 58_Global_analysis_analysis_on_manifolds
  • 60_Probability_theory_and_stochastic_processes
  • 62_Statistics
  • 65_Numerical_analysis
  • 68_Computer_science
  • 70_Mechanics_of_particles_and_systems
  • 74_Mechanics_of_deformable_solids
  • 76_Fluid_mechanics
  • 78_Optics_electromagnetic_theory
  • 80_Classical_thermodynamics_heat_transfer
  • 81_Quantum_theory
  • 82_Statistical_mechanics_structure_of_matter
  • 83_Relativity_and_gravitational_theory
  • 85_Astronomy_and_astrophysics
  • 86_Geophysics
  • 90_Operations_research_mathematical_programming
  • 91_Game_theory_economics_social_and_behavioral_sciences
  • 92_Biology_and_other_natural_sciences
  • 93_Systems_theory_control
  • 94_Information_and_communication_circuits
  • 97_Mathematics_education

and in these repositories, store all of the LaTeX files from PlanetMath. The current directory will contain instructions for building the entire encyclopedia as one (giant) PDF. The subdirectories will contain instructions for building that book as a stand-alone PDF.

Editorial policy

Ideally we'll find expert editors for each of the MSC classes.

Details

Quickly create the repositories from the command line

curl -u 'TOKEN' https://api.github.com/user/repos -d '{"name":"REPO"}'

And then, from within a repository with some boilerplate content, for each repo of interest, run a command like this:

git push --mirror https://github.com/holtzermann17/REPO.git

Then transfer (by hand 💥) to the planetmath organization.

Now the repositories are available at places like https://github.com/planetmath/00_General and they can be cloned (and populated).