🌐 Web Resources β€” Blogs, Docs & Key Links

Overview

Important web resources that don’t fit other categories. These are references, not captures β€” for raw captures use Quick-Capture-Log.


Official Documentation

ResourceURLPUMA Use
Ollama docshttps://ollama.ai/docsAPI reference, model tags
Ollama API referencehttps://github.com/ollama/ollama/blob/main/docs/api.mdseed/temperature params
CodeCarbon docshttps://mlco2.github.io/codecarbonEmissionsTracker setup
Anthropic docshttps://docs.anthropic.comClaude API, Claude Code
Pydantic AI docshttps://ai.pydantic.devStructured output patterns
LangGraph docshttps://langchain-ai.github.io/langgraphMulti-agent reference

Academic Search Portals

ResourceURLBest for
arXiv cs.SEhttps://arxiv.org/list/cs.SE/recentSE + LLM preprints
arXiv cs.AIhttps://arxiv.org/list/cs.AI/recentAI papers
Semantic Scholarhttps://www.semanticscholar.orgCitation search
ACM DLhttps://dl.acm.orgConference papers
IEEE Xplorehttps://ieeexplore.ieee.orgIEEE papers

Key GitHub Repositories

RepoURLPurpose
Jira SR (Zenodo)https://zenodo.org/records/5901893Dataset download
TAWOShttps://github.com/SOLAR-group/TAWOSDataset download
CodeCarbonhttps://github.com/mlco2/codecarbonCarbon tracking
Ollamahttps://github.com/ollama/ollamaLLM inference
LangGraph templatehttps://github.com/wassim249/fastapi-langgraph-agent-production-ready-templateArch reference
Obsidian Zettelkasten Kithttps://github.com/groepl/Obsidian-Zettelkasten-Starter-KitVault reference

PUMA-Specific Resources (to be created)

ResourceStatus
PUMA GitHub repo⏳ To create in F2
PUMA GitHub Pages (results)⏳ Optional, F5
PUMA HuggingFace Spaces demoπŸ”΄ Someday/Maybe


id: CSS-Snippets-Guide title: β€πŸŽ¨ CSS Snippets Guide” type: meta tags: [meta, css, snippets, obsidian, styling] created: 2026-03-01

CSS Snippets Guide

How to use and extend the custom styles in this vault.

Activating Snippets

Settings β†’ Appearance β†’ CSS Snippets
β†’ Toggle ON: puma-styles

The main stylesheet: 00 - Meta/Snippets/puma-styles.css

Custom Callout Usage

> [!fleeting] Fleeting Note
> 
> This is a fleeting note that needs processing.
 
> [!literature] Literature Source
> 
> Key finding from a paper.
 
> [!permanent] Permanent Note Insight
> 
> This is a stable, evergreen idea.
 
> [!experiment] Experiment Result
> 
> Observed: F1-macro = 0.68 on condition C2.
 
> [!red-team] Red Team Analysis
> 
> Rival hypothesis: the improvement may be due to...

Maturity Colour Indicators

#seedling  β†’ Yellow background (new, unverified)
#growing   β†’ Light green (multiple sources)  
#evergreen β†’ Dark green (stable, well-supported)

Adding New Snippets

  1. Create .css file in 00 - Meta/Snippets/
  2. Enable in Settings β†’ Appearance β†’ CSS Snippets
  3. Document usage in this file