Git Product home page Git Product logo

toc-data-storage's Introduction

Table of Contents of Books

A storage for table of contents of books.

In order to avoid copyright infringement, I try to ensure that the scope of quotations comply with the law and social conventions (Japanese copyright law practice interprets the table of contents of almost all books as exempt from copyright). Please let me know if there are any problems.

Pull requests and any suggestions for improvement are also welcome.

Directory structure

Typical structure is

category
└── sub-category
    └── language
        └── 'title, author, publication year'.txt

For instance,

data
├── math
│   ├── algebra
│   │   ├── eng
│   │   └── ja
│   ├── calculus
│   │   ├── eng
│   │   └── ja
..............
├── statistics
│   ├── bayesian
│   │   ├── eng
│   │   └── ja
│   ├── causal_inference
│   │   ├── eng
│   │   └── ja
..............

File format

Name

The file name should be detailed enough to easily identify the book.

  • File name should include

    • (Required): title, author, publication year
    • (Optional): edition, publisher, etc.
  • Example of file name

    • (OK): Abstract Algebra, Dummit and Foote, 2003
    • (NG): Abstract Algebra, 3rd edition, 2003 (<- probably identifies the book but not so obvious.)

Contents

  • Only the table of contents should be listed.
  • One line represents one headline
  • Page numbers are nice to have
  • Elements should be separated by single space
  • No indentation
# sample

Preface to the First Edition ix
CHAPTER I
Hilbert Spaces
§1. Elementary Properties 1
.........
References
Index

toc-data-storage's People

Contributors

shenapse avatar

Watchers

Kostas Georgiou avatar  avatar

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.