A Franklin.jl-based portfolio website has been partially constructed with:
Main architecture:
index.md (landing page with 5 key projects)
projects/index.md (chronological list of all completed projects)
projects/upcoming.md (projects needing content work)
Completed Project Pages (in projects/):
sandcastles/
zeron/
midi-jacket/
taufish/
particle-trap-imu/
stretchable-cable/
mems-accelerometer/
wearable-computing/
sparkle/
j4k3t-20/
Projects Needing Content Work:
haltere-imu/
pengachu/
hello-radio/
utartan/
interactive-tablecloth/
intrabody-power/
functional-digital-materials/
All project pages are stored directly under projects/ (flat structure)
Media files are stored in the same directory as their project's index.md
Project card styling is consistent across all index pages
Navigation structure links About, Projects, Publications, Contact
Complete Incomplete Projects:
Check _material directories in OLD/portfolio/content/[category]/[project]/ for additional content
Research publications and documentation for each project
Consider web archives of original project pages
Potentially conduct brief interviews for missing historical information
Asset Organization:
Verify all thumbnails are in correct /assets/thumbnails/[category]/[project]/ locations
Ensure consistent image sizes and quality
Consider optimization for web delivery
Content Enhancement:
Add tags to all projects for better categorization
Consider adding "Related Projects" sections
Add publication links where relevant
Include more technical details where available
Style Improvements:
Consider adding category labels to project cards
Implement tag-based filtering
Add breadcrumb navigation
Consider light/dark mode support
Project Page Template:
+++
title = "Project Title"
project_date = "YYYY-MM-DD"
tags = ["tag1", "tag2"]
project_thumb = "/assets/thumbnails/category/project/thumb.jpg"
+++
# Project Title

## Overview
Brief description
## Technical Details/Innovation
Core technical content
## Additional Sections
Project-specific content
## Publications/Press/Team
Credits and references
Image Standards:
Thumbnails: 200x200px minimum
Full-width images: 800px wide minimum
Use descriptive alt text
Include captions where relevant
Content Guidelines:
Technical accuracy
Chronological precision
Credit all collaborators
Link to related publications
Include press coverage where available
Original content can be found in:
OLD/portfolio/content/
├── 19.Defying_Gravity/
├── 17.E-textiles/
├── 8.Sensors/
├── 6.Inertial_Sensing/
└── 5.Other/
Ignore directories starting with '' except 'material' which may contain valuable content.
Franklin.jl is the static site generator
Project uses custom CSS for responsive card layouts
All paths are relative to site root
RSS feed functionality is planned but not implemented
The site preserves academic focus while modernizing presentation
Original content is being reorganized from a deep directory structure
Historical accuracy and technical detail are priorities
Project dates range from 1995-2014
To resume work:
Review this status document
Check projects/upcoming.md for incomplete projects
Examine _material directories for additional content
Follow project standards for consistency
Test all links and media files after changes
Do not use the repo map tool as it returns incorrect results. Instead you may use the tree -I _material
command.
ALWAYS check to see if a file exists before overwriting or modifying it. If you do choose to modify a file. be sure to write out the entire contents of the modified file.