Skip to content

Auto-generate software page from Excel spreadsheet #3

@jeremymanning

Description

@jeremymanning

Overview

Automatically compile the software page (software.html) from an Excel spreadsheet, with one row per software project.

Spreadsheet Columns

The spreadsheet should include:

  • Name - Software/project name
  • Type - Programming language/platform (Python, JavaScript, MATLAB, R, etc.)
  • Description - Brief description of the software
  • GitHub URL - Link to GitHub repository
  • Documentation URL - Link to documentation (optional)
  • PyPI/npm URL - Link to package registry (optional)
  • Icon - Filename of icon/logo in images/software/
  • Featured - Whether to highlight this project (yes / no)
  • Active - Whether actively maintained (yes / no)

Implementation

  • Create Excel template with required columns
  • Write build script to parse spreadsheet
  • Generate HTML grouped by software type/language
  • Sort projects within each group (featured first, then alphabetically)
  • Include appropriate icons for each language type
  • Handle missing optional fields gracefully
  • Preserve existing styling and layout

File Structure

data/
  software.xlsx       # Source spreadsheet
scripts/
  build_software.py   # Build script

Labels

enhancement, automation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions