https://github.com/simeross/beyond-excel-biology
A blog on utilizing LLMs and approaches from the coding and data science world aimed primarily at scientists but probably useful for anyone.
https://github.com/simeross/beyond-excel-biology
Last synced: 4 months ago
JSON representation
A blog on utilizing LLMs and approaches from the coding and data science world aimed primarily at scientists but probably useful for anyone.
- Host: GitHub
- URL: https://github.com/simeross/beyond-excel-biology
- Owner: simeross
- License: mit
- Created: 2025-08-30T18:32:02.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2026-02-04T10:12:19.000Z (4 months ago)
- Last Synced: 2026-02-04T22:17:23.923Z (4 months ago)
- Language: CSS
- Size: 171 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Beyond Excel Biology
This is a personal blog exploring biology, data analysis, and the tools that bridge scientific research with modern data science.
## About
A Hugo-powered blog focusing on:
- Biological data analysis beyond Excel
- Modern computational tools for biology
- Bridging traditional biology with data science
## Development
```bash
# Install Hugo (if not already installed)
# See https://gohugo.io/installation/
# Serve development site
hugo server -D
# Build for production
hugo --gc --minify
```
Built with Hugo and deployed via GitHub Pages.
## License
MIT License - see LICENSE file for details.