Skip to content

Commit 5e2c63d

Browse files
robertoglclaude
andcommitted
Remove tool names from topic tags, keep only domain subjects
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e5c7a5e commit 5e2c63d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@
269269
}
270270

271271
.topic {
272-
background: var(--accent-light);
273-
color: var(--accent);
274-
padding: 0.1rem 0.5rem;
272+
background: #0076a8;
273+
color: #ffffff;
274+
padding: 0.2rem 0.6rem;
275275
border-radius: 3px;
276276
font-size: 0.72rem;
277277
font-weight: 500;

projects.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"summary": "ESIM-based event camera (DVS) simulator that converts intensity frame sequences into asynchronous events by detecting threshold crossings in log-intensity space. Includes configurable noise model, refractory period, pixel bandwidth, and real-time 3-panel visualization. Ships with Simulink block library and UAV city flyover demo.",
77
"image": "https://raw.githubusercontent.com/mathworks/Research-Office-Projects/main/Packages/event-camera-simulator/images/eventcamera_demo.gif",
88
"tools": ["MATLAB R2023a+", "Simulink (optional)", "Simulink 3D Animation (optional)"],
9-
"topics": ["event-camera", "dvs", "simulink", "computer-vision", "sensor-simulation"]
9+
"topics": ["event-camera", "dvs", "computer-vision", "sensor-simulation"]
1010
},
1111
{
1212
"name": "Floor Plan to 3D",
@@ -15,7 +15,7 @@
1515
"summary": "Converts monochrome architectural floor plan images into 3D extruded wall geometry with automatic detection of doors (arc symbols), windows (hatching), and passages. Uses morphological cleaning, skeleton distance transform for scale estimation, and Douglas-Peucker polygon simplification. Optional Sim3D export for virtual world integration.",
1616
"image": "https://raw.githubusercontent.com/mathworks/Research-Office-Projects/main/Packages/floor-plan-to-3D/FloorPlanTo3D.gif",
1717
"tools": ["MATLAB R2023b+", "Image Processing Toolbox", "Simulink 3D Animation (optional)"],
18-
"topics": ["floor-plan", "3d-modeling", "image-processing", "architecture", "sim3d"]
18+
"topics": ["floor-plan", "3d-modeling", "image-processing", "architecture"]
1919
},
2020
{
2121
"name": "Video Framerate Upsampling",
@@ -24,7 +24,7 @@
2424
"summary": "Increases video frame rate using optical flow frame interpolation. Computes bidirectional flow between consecutive frames (RAFT or Farneback), forward-splats pixels with exponential importance weighting, blends with occlusion-aware temporal weighting, and fills holes with local median filtering. Supports GPU acceleration.",
2525
"image": "https://raw.githubusercontent.com/mathworks/Research-Office-Projects/main/Packages/video-framerate-upsampling/comparison.gif",
2626
"tools": ["MATLAB R2024b+", "Computer Vision Toolbox", "RAFT Optical Flow Model (support package)"],
27-
"topics": ["optical-flow", "video-processing", "frame-interpolation", "raft", "computer-vision"]
27+
"topics": ["optical-flow", "video-processing", "frame-interpolation", "computer-vision"]
2828
},
2929
{
3030
"name": "Battery Fast Charging Optimization",
@@ -33,7 +33,7 @@
3333
"summary": "Compares CC-CV, multi-stage, and surrogate-optimized charging strategies for a lithium-ion battery using the physics-based Single Particle Model (SPM). The optimized profile achieves ~58% faster charging while respecting voltage, temperature, and lithium plating constraints. Includes an interactive app with live animation, playback controls, and direct optimization from the UI.",
3434
"image": "https://raw.githubusercontent.com/mathworks/Research-Office-Projects/main/Examples/battery-fast-charging-optimization/images/app_demo.gif",
3535
"tools": ["MATLAB R2025a+", "Simulink", "Simscape", "Simscape Battery", "Stateflow", "Global Optimization Toolbox"],
36-
"topics": ["battery", "optimization", "simscape", "simulink", "electric-vehicle", "model-based-design"]
36+
"topics": ["battery", "optimization", "electric-vehicle", "model-based-design"]
3737
},
3838
{
3939
"name": "Shape from Shading — Asteroids",
@@ -42,7 +42,7 @@
4242
"summary": "Enhances stereo depth maps of asteroid Bennu by adding high-frequency surface detail using Shape from Shading (SfS). A screened Poisson solver corrects depth gradients to match observed shading, revealing craters and ridges that stereo alone cannot resolve.",
4343
"image": "https://raw.githubusercontent.com/mathworks/Research-Office-Projects/main/Examples/shape-from-shading-asteroids/output.png",
4444
"tools": ["MATLAB R2024b+", "Computer Vision Toolbox"],
45-
"topics": ["shape-from-shading", "computer-vision", "3d-reconstruction", "depth-estimation", "space"]
45+
"topics": ["shape-from-shading", "3d-reconstruction", "depth-estimation", "space"]
4646
},
4747
{
4848
"name": "Spot Quadruped Sim3D",
@@ -51,7 +51,7 @@
5151
"summary": "Interactive keyboard-controlled simulation of a 12-DOF quadruped robot with trotting gait. The entire system — plant dynamics, Stateflow gait planner, analytical inverse kinematics, gravity compensation, PD joint control, and Unreal Engine 3D visualization — lives in one Simulink model. Walk, turn, and sidestep in real time.",
5252
"image": "https://raw.githubusercontent.com/mathworks/Research-Office-Projects/main/Examples/spot-sim3D/spot-forward.gif",
5353
"tools": ["MATLAB R2024b+", "Simulink", "Simscape", "Simscape Multibody", "Stateflow", "Robotics System Toolbox", "Simulink 3D Animation"],
54-
"topics": ["robotics", "quadruped", "simscape", "simulink", "unreal-engine", "model-based-design"]
54+
"topics": ["robotics", "quadruped", "unreal-engine", "model-based-design"]
5555
},
5656
{
5757
"name": "Finding Pi with Marbles",
@@ -60,6 +60,6 @@
6060
"summary": "Estimates π using a marble bag game: start with 1 red and 1 blue marble, draw until red appears, score each game, and average converges to π/4. A new physical random process discovered using Claude Code connected to MATLAB via the MCP server. Includes Monte Carlo simulation, symbolic proof, and convergence analysis.",
6161
"image": "https://raw.githubusercontent.com/mathworks/Research-Office-Projects/main/Examples/finding-pi-with-marbles/flowchart.png",
6262
"tools": ["MATLAB R2024b+", "Symbolic Math Toolbox"],
63-
"topics": ["mathematics", "pi", "monte-carlo", "symbolic-math", "claude-code"]
63+
"topics": ["mathematics", "pi", "monte-carlo", "probability"]
6464
}
6565
]

0 commit comments

Comments
 (0)