home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsr / spydrx / PERT.WEB < prev    next >
Text File  |  1995-08-20  |  5KB  |  132 lines

  1.  
  2. <opts>
  3. <odest>screen</odest>
  4. <oname>OUTPUT</oname>
  5. <onewl>lf</onewl>
  6. <cfmt>~The Critical Path takes %CriticalPath days</cfmt>
  7. <ctype>propagate</ctype>
  8. <citer>1</citer>
  9. <call>yes</call>
  10. <cdisp>fmtlist</cdisp>
  11. <cext>yes</cext>
  12. <rtype>fmt</rtype>
  13. <rfmt>\n"\N","\V" </rfmt>
  14. <rall>yes</rall>
  15. <starg></starg>
  16. <srpl></srpl>
  17. <scount>1</scount>
  18. <sout>yes</sout>
  19. <nfmt>general</nfmt>
  20. <ndec>2</ndec>
  21. <nang>degrees</nang></opts>
  22. <cell>
  23. <cname>BuildFoundation</cname>
  24. <text>Level the ground where the house is to stand, lay forms for the foundation and pour concrete.  Estimated time to completion is shown in the value pane of the math window.  After the foundtion is complete, the next task &BuildUpperStructure can begin.</text>
  25. <val>3.3</val></cell>
  26. <cell>
  27. <cname>BuildUpperStructure</cname>
  28. <text>Frame the walls, hang the ceiling joists, and rafters. Install siding and insulation, add the roof.  After this task is done, three tasks may be started:
  29.           &ElectricalWork
  30.           &PlumbingWork
  31.           &CompleteExterior</text>
  32. <val>17.5</val></cell>
  33. <cell>
  34. <cname>ClearLand</cname>
  35. <text>Remove everything from the site that is not rooted in the ground. Time to complete is shown in the value pane in days.
  36.  
  37. Once the land is  cleared, go perform the task called &BuildFoundation.</text>
  38. <val>1.5</val></cell>
  39. <cell>
  40. <cname>CompleteExterior</cname>
  41. <text>Lay brick, paint siding and exterior trim.  Install garage door, exterior doors, skyectrical outlet and switch plates, and household computer.  Install carpet, tile, and interior window treatments.
  42.  
  43. When this task is done go to &JobDone</text>
  44. <val>12</val></cell>
  45. <cell>
  46. <cname>CompleteInterior</cname>
  47. <text>Install drywall, interior trim, cabinets, countertops, stairwell, appliances, trim and caulk sinks, showers, and tubs.  Install interior plumbing and light fixtures, electrical outlet and switch plates, and household computer.  Install carpet, tile, and interior window treatments.
  48.  
  49. When this task is done go to &JobDone</text>
  50. <val>10</val></cell>
  51. <cell>
  52. <cname>CriticalPath</cname>
  53. <text>This cell compute the time taken by the longest (in terms of days) path through the project.</text>
  54. <val>45.3</val>
  55. <form>max(path1,path2,path3)</form></cell>
  56. <cell>
  57. <cname>ElectricalWork</cname>
  58. <text>Install wiring, switch boxes, outlets, room light sockets, attic fan, network cable, and connectors, and inlet panel.  Connect house to temporary power.  When this task is done, the task &CompleteInterior may be begun (assuming other necessary prerequisites are met).</text>
  59. <val>9</val></cell>
  60. <cell>
  61. <cname>home</cname>
  62. <text>This web describes the activities involved in building a small house, and computes the time necessary to build the house, assuming some of the activities may take place in parallel.
  63.  
  64. The relationship between tasks is described by this web.  Each task contains hypertext links to those tasks which may be started once the present task is done.  The final task is a purely formal one which takes no time and is called &JobDone.
  65.  
  66. By following  hypertext links starting with &ClearLand, it is posssible to take three different paths to &JobDone.
  67.  
  68. The time required to complete each path is computed in three cells called &path1, &path2, and &path3.
  69.  
  70. The so-called critical path is the one with the largest value after calculation.  The cell &CriticalPath contains the time necessary to complete the longest path.</text>
  71. <val>1.234</val></cell>
  72. <cell>
  73. <cname>JobDone</cname>
  74. <text>Ready to move in!</text></cell>
  75. <cell>
  76. <cname>Landscaping</cname>
  77. <text>This task includes hauling in soil for the yard, planting trees and shrubs, berming the road access, acquiring and laying the flagstoon walk, preparing the garden soil, and digging, lining, and planting the borders of the pond.
  78.  
  79. When landscaping is done, go to &JobDone.</text>
  80. <val>11</val></cell>
  81. <cell>
  82. <cname>path1</cname>
  83. <text>The cells traversed in a trace of path1 are:
  84.         ClearLand
  85.         BuildFoundation
  86.         BuildUpperStructure
  87.         ElectricalWork
  88.         CompleteInterior
  89.        JobDone</text>
  90. <val>41.3</val>
  91. <form>        ClearLand+
  92.         BuildFoundation+
  93.         BuildUpperStructure+
  94.         ElectricalWork+
  95.         CompleteInterior
  96. </form></cell>
  97. <cell>
  98. <cname>path2</cname>
  99. <text>The cells traversed in path two are:
  100.    ClearLand
  101.    BuildFoundation
  102.    BuildUpperStructure
  103.    PlumbingWork
  104.    CompleteInterior
  105.   JobDone</text>
  106. <val>40.3</val>
  107. <form>   ClearLand+
  108.    BuildFoundation+
  109.    BuildUpperStructure+
  110.    PlumbingWork+
  111.    CompleteInterior
  112. </form></cell>
  113. <cell>
  114. <cname>path3</cname>
  115. <text>Path three includes the following cells:
  116.     ClearLand
  117.     BuildFoundation
  118.     BuildUpperStructure
  119.     CompleteExterior
  120.     Landscaping
  121.    JobDone</text>
  122. <val>45.3</val>
  123. <form>    ClearLand+
  124.     BuildFoundation+
  125.     BuildUpperStructure+
  126.     CompleteExterior+
  127.     Landscaping
  128. </form></cell>
  129. <cell>
  130. <cname>PlumbingWork</cname>
  131. <text>Lay water supply pipes, drain pipes, hot water heater, install sinks, showers, tubs, and connect to pipes, trench and connect to sewer.  Install hot water baseboard heating, connect thermostats.  When this work is done, the &CompleteInterior work may begin.</text>
  132. <val>8</val></cell></eof>