慶應義塾

学部長関数|環境情報学部長 脇田 玲

2020.12.15

//////////FUNCTION OF DEAN////written by Akira Wakita//Dec.08,2020//////////var counter = 0;const me = { isAlive: true}function dean () { while(me.isAlive) { //////// //Usual operations //////// approveDocuments(ONLINE); attendMeetings(ONLINE); doSomeLectures(ONLINE); gotoCampus(SFC); attendMeetings(OFFLINE); sanpo(SFC); eatLunch(SUBWAY); gotoCampus(MITA); attendBoardMeetings(OFFLINE); conductEntranceExam(); doPublicRelations(); doCrisisManagement(); doOtherManyJobs(); //////// //What can be achieved when there is a chance //////// if(counter % 20 === 0){ kaizenAdministrationProcesses(); } if(counter % 30 === 0){ doOwnResearch(); } counter++; //////// //Things that are not done until, but must be done. //////// //reformGraduateSchool(); //reformRevenueProcess(); //reformPublicRelations(); }}//////////Let's go to our campus.//Talk to your friends in the sunshine, not through Zoom.//Breathe in the beautiful scenery and clean air of the campus with your body.//Wash your hands, keep your distance, and have lunch with friends at the Subway in front of the duck pond.//The campus is sparse right now.////////