...
- Please make sure that you give a descriptive name for each new wiki page you create-- "Design Minutes 2/2/02" is better than "Meeting Minutes 2/2/02" because no other team would be confused by the first page name. You cannot have multiple pages with the same name on the wiki, so write your team name at the front of every name for pages you add to your space.
Using Microsoft Word to create wiki pages
We use Microsoft Word to create technical reports containing
- equations created with MathType (vector based images)
- graphs created with MathCAD or Excel (vector based images)
- sketches created using a drawing tool (vector based images)
- detailed drawings created using AutoCAD. (raster based images)
Most of these images are vector based and vector based images are difficult to display on the web (Yes, Apple figured this out in 1985; we are just waiting for the www to adopt a protocol). We will combine two technologies to make it relatively easy for us to post documents created with Microsoft Word on the AguaClara wiki. We will use the
macro to display reasonably well formatted Word documents on the wiki. To use the macro simply attach the document you want to display to the page and then type in the code for the viewfile macro on that wiki page. But there is a catch...No Format {viewfile:filename.doc}
The second technology that we use is a Visual Basic AguaClaraClean Macro that processes the Word document and converts all vector based images in the document into raster based images. This step is necessary because the vector based images don't display correctly using the viewfile macro.
Steps to display a Word document on the wiki
- Create a well formatted Word document using the AguaClara Word Template as a guide
- Create a new wiki page where you want the document to be displayed
- Attach the original well formatted Word document containing the vector based images to the wiki page
- Process the Word document using the Visual Basic AguaClaraClean Macro
- Save the processed Word document as a Word 2003 document and include the letters ACC at the end of the file name (filename ACC.doc).
- Attach the file to the wiki page
- Edit the wiki page in wiki markup
No Format {viewfile:filename ACC.doc}
Attachments
Always attach Mathcad sheets, Process Controller methods, and other applicable files. Every attachment should be linked to the page it is on by using the following code:
...