An open API service indexing awesome lists of open source software.

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.

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.