{"id":28354503,"url":"https://github.com/xiyuanyang-code/integral-cheatsheet","last_synced_at":"2026-01-27T02:33:45.559Z","repository":{"id":295023385,"uuid":"988825463","full_name":"xiyuanyang-code/Integral-CheatSheet","owner":"xiyuanyang-code","description":"Integral CheatSheet for poor freshman","archived":false,"fork":false,"pushed_at":"2025-05-23T07:39:02.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T11:35:57.340Z","etag":null,"topics":["cheatsheet","integral"],"latest_commit_sha":null,"homepage":"https://xiyuanyang-code.github.io/Integral-CheatSheet/","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiyuanyang-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-23T06:13:39.000Z","updated_at":"2025-06-22T09:19:36.000Z","dependencies_parsed_at":"2025-05-23T07:59:22.199Z","dependency_job_id":"cdfed9a1-f11b-42a8-8903-c7c47430abf6","html_url":"https://github.com/xiyuanyang-code/Integral-CheatSheet","commit_stats":null,"previous_names":["xiyuanyang-code/integral-cheatsheet"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/xiyuanyang-code/Integral-CheatSheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiyuanyang-code%2FIntegral-CheatSheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiyuanyang-code%2FIntegral-CheatSheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiyuanyang-code%2FIntegral-CheatSheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiyuanyang-code%2FIntegral-CheatSheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiyuanyang-code","download_url":"https://codeload.github.com/xiyuanyang-code/Integral-CheatSheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiyuanyang-code%2FIntegral-CheatSheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28796977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"online","status_checked_at":"2026-01-27T02:00:07.755Z","response_time":168,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheatsheet","integral"],"created_at":"2025-05-28T02:41:43.808Z","updated_at":"2026-01-27T02:33:45.554Z","avatar_url":"https://github.com/xiyuanyang-code.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Integral CheatSheet\n\nThis project provides a web-based cheat sheet for common integral formulas. All formulas are maintained in LaTeX, automatically converted to JSON, and rendered beautifully on a web page using MathJax.\n\n## Project Structure\n\n```plaintext\n.\n├── README.md               # Project documentation\n├── index.html              # Main web page displaying the formulas\n├── main.tex                # LaTeX source file with all integral formulas\n└── src\n    ├── get_json.py         # Python script to extract formulas into JSON\n    ├── integrals.json      # Generated JSON file with formulas and notes\n    └── main.pdf\n```\n\n## Usage\n\n### Quickly Setup\n\n- Using the webpage: [Integral Cheatsheet](https://xiyuanyang-code.github.io/Integral-CheatSheet/)\n- `git clone` all the source code to get the `main.tex` or the `src/main.pdf`\n- Download [main.pdf](https://github.com/xiyuanyang-code/Integral-CheatSheet/releases/download/v1.1.0/main.pdf) directly.\n\n### Using Overleaf\n\nDownload [files.zip](https://github.com/xiyuanyang-code/Integral-CheatSheet/releases/download/v1.1.0/files.zip) from the release page and drag the zip file to overleaf.\n\n### Want to build your own?\n\nFork this repo and make some modifications on your own!\n\n- Edit Integral Formulas\n\nEdit or add formulas in `src/main.tex` using LaTeX, preferably within `enumerate` environments.\n\n- Generate JSON Data\n\nRun the Python script to extract formulas from the LaTeX file and generate the JSON file:\n\n```bash\ncd src\npython get_json.py\n```\n\nThis will read `main.tex` and output `integrals.json`.\n\n- View in Browser\n\nOpen `index.html` in your browser to view all integral formulas with LaTeX rendering and notes.\n\n\u003e **Note:**  \n\u003e Make sure the path to `integrals.json` in `index.html` matches its actual location (default: `src/integrals.json`).\n\n## Technology Stack\n\n- **LaTeX:** For editing and maintaining formulas\n- **Python:** For extracting and converting formulas to JSON\n- **HTML + JavaScript:** For web display\n- **[MathJax](https://www.mathjax.org/):** For rendering LaTeX formulas\n\n## Contribution\n\nContributions are welcome! Feel free to add or correct formulas, improve scripts, or submit issues and pull requests.\n\nIn one word, **PR Welcome!😍**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiyuanyang-code%2Fintegral-cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiyuanyang-code%2Fintegral-cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiyuanyang-code%2Fintegral-cheatsheet/lists"}