taskList = [
["Workflow R&D", new Date(2024,1,1).valueOf(), new Date(2024,6,1).valueOf()],
["Initial training of the prototype MeV-TRACE results page", new Date(2024,1,1).valueOf(), new Date(2024,2,1).valueOf()],
["Collect and Determine Initial Project Requirements", new Date(2024,2,1).valueOf(), new Date(2024,6,1).valueOf()],
["Implement Initial Project Requirements and pipeline into MeV-TRACE web application", new Date(2024,6,1).valueOf(), new Date(2024,10,1).valueOf()],
["Internal Application Testing and Resolution", new Date(2024,10,1).valueOf(), new Date(2024,12,31).valueOf()],
["Intial Release", new Date(2025,1,1).valueOf(), new Date(2025,1,2).valueOf()],
["Optimization", new Date(2025,1,1).valueOf(), new Date(2025,12,31).valueOf()],
["Application Support", new Date(2025,1,1).valueOf(), new Date(2025,12,31).valueOf()],
]