Tuesday, October 20, 2020

How to create Gantt Chart in spreadsheet

1 make task list

WBS
TASK TITLE
SCHEDULED START
SCHEDULED FINISH
DURATION IN DAYS
Start on day
1prepare knowledge10/22/202011/14/2020240
1.1Familiarize google Colab10/22/202010/23/202020
1.2Do homeworks associated with this research of cs231n10/24/202011/6/2020142
1.3Study pandas tutorial11/7/202011/13/2020716
1.4preliminary study the basics of MySQL11/14/202011/14/2020123
2build AiCropper11/15/202012/21/20203724
2.1write summary of document detection paper11/15/202011/15/2020124
2.2write a proposal for AiCropper11/16/202011/18/2020325
2.3collecting training images of documents11/19/202011/21/2020328
2.4design annotation tool algorithm
for labeling document
11/22/202011/24/2020331
2.5augmentation data11/25/202011/27/2020334
2.6design Algorithm11/28/202011/30/2020337
2.7design AiCropper Model:
12/1/202012/21/20202140
3build transaction element finder12/22/20202/15/20215661
3.1build transaction element cropper12/22/202012/28/2020761
3.2write summary for three paper about siamese NN
12/29/20201/4/2021768
3.3Chose one to implementation1/5/20211/25/20212175
3.4Modify to find transaction elements1/26/20212/15/20212196
4build AiTag2/16/20214/5/202149117
4.1Write summary about Yolo series2/16/20212/22/20217117
4.2Choose one of them to implement2/23/20213/15/202121124
4.3Find possibility to modify for this research3/16/20214/5/202121145
5prototype implementation4/6/20217/8/202194166
5.1Google colab prototype4/6/20215/22/202147166
5.2Desktop prototype5/23/20217/8/202147213
6build Application by using iteration development model7/9/20211/5/2022181260
End0441
Note: This is a rough schedule, which will be changed if necessary because all data are estimated based on the plan of a Master Thesis

2 main task row
  1. for each cell create formula = if(column()-column($startcell)>=start on day and < start on day of next main task, 1,)
  2. select conditional formatting , non empty, color
  3. select the same foreground color   as color in step 2
3 sub task
    do the same as main task row

No comments:

Post a Comment

How to create Gantt Chart in spreadsheet

1 make task list WBS TASK TITLE SCHEDULED START SCHEDULED FINISH DURATION IN DAYS Start on day 1 prepare knowledge 10/22/2020 11/14/2020 24 ...