Advertisement
kguak

week7

Nov 19th, 2019
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.40 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="utf-8">
  6.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1">
  8.     <title>Content Page</title>
  9.     <link rel="stylesheet" href="https://e.centennialcollege.ca/content/enforced/473194-cmpw708.dev/ecentennial.css">
  10.     <link rel="stylesheet" href="https://e.centennialcollege.ca/content/enforced/473194-cmpw708.dev/font-awesome.css">
  11.     <!-- Font Awesome -->
  12.     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
  13.     <!-- Bootstrap core CSS -->
  14.     <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
  15.     <!-- Material Design Bootstrap -->
  16.     <link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.8.10/css/mdb.min.css" rel="stylesheet">
  17. </head>
  18.  
  19. <body>
  20.     <h2 class="h2">Types of editing</h2>
  21.  
  22.     <div class="container mt-3 mb-5">
  23.         <p class="lead">From IP Ed., the Institute of Professional Editors, Limited:
  24.         </p>
  25.         <p>The tasks that an editor performs can be grouped broadly into three levels: substantive editing, copyediting
  26.             and
  27.             proofreading. A comprehensive edit involves all three levels of edit.
  28.         </p>
  29.  
  30.  
  31.         <!-- Card deck -->
  32.         <div class="card-deck">
  33.  
  34.             <!-- Card -->
  35.             <div class="card mb-5">
  36.  
  37.  
  38.  
  39.                 <!--Card content-->
  40.                 <div class="card-body">
  41.  
  42.                     <!--Title-->
  43.                     <h4 class="card-title">Substantive</h4>
  44.                     <!--Text-->
  45.                     <p class="card-text">Substantive editing (sometimes called structural or content editing) aims to
  46.                         ensure that the structure, content,
  47.                         language, style and presentation of the document are suitable for its intended purpose and
  48.                         readership.</p>
  49.  
  50.                 </div>
  51.  
  52.             </div>
  53.             <!-- Card -->
  54.  
  55.             <!-- Card -->
  56.             <div class="card mb-5">
  57.  
  58.                 <!--Card content-->
  59.                 <div class="card-body">
  60.  
  61.                     <!--Title-->
  62.                     <h4 class="card-title">Copyediting</h4>
  63.                     <!--Text-->
  64.                     <p class="card-text">Copyediting aims to achieve accuracy, clarity and consistency in a document. It
  65.                         does not involve significant rewriting,
  66.                         providing a single authorial voice or tailoring text to a specific audience – these belong to a
  67.                         substantive edit
  68.                     </p>
  69.                 </div>
  70.  
  71.             </div>
  72.             <!-- Card -->
  73.  
  74.             <!-- Card -->
  75.             <div class="card mb-5">
  76.  
  77.                 <!--Card content-->
  78.                 <div class="card-body">
  79.  
  80.                     <!--Title-->
  81.                     <h4 class="card-title">Proofreading</h4>
  82.                     <!--Text-->
  83.                     <p class="card-text">Proofreading (usually called this but sometimes known as verification editing)
  84.                         involves checking that the document is
  85.                         ready to be published. It includes making sure that all elements of the document are included
  86.                         and in the proper order,
  87.                         all amendments have been inserted, the house or other set style has been followed, and all
  88.                         spelling or punctuation
  89.                         errors have been deleted.
  90.                     </p>
  91.                 </div>
  92.  
  93.             </div>
  94.             <!-- Card -->
  95.  
  96.         </div>
  97.         <!-- Card deck -->
  98.         <p>All of these levels of edit are essential in producing a high-quality publication, whether on paper or
  99.             onscreen. They
  100.             are performed at different times in the publication process and are not necessarily performed only once. The
  101.             three
  102.             levels usually overlap to some degree; an editor hired to do a copyedit is quite likely to also perform some
  103.             of the
  104.             tasks usually associated with a substantive edit. (IPEd)
  105.         </p>
  106.     </div>
  107.  
  108.     <h2 class="h2">Where to begin</h2>
  109.     <div class="container mt-3 mb-5">
  110.         <p class="lead">Whether editing another writer’s work or your own, a substantive edit starts in a familiar
  111.             place: who is your audience
  112.             and what are your goals? If editing your own work, revisit the audience and goal analysis you developed at
  113.             the beginning
  114.             of your writing process. If you are writing someone else’s work, ask to see their analysis or have a brief
  115.             conversation
  116.             about it before you even begin to look at what they’ve done. Ensure you’ve answered these questions before
  117.             moving to the
  118.             next steps:
  119.         </p>
  120.         <ul>
  121.             <li><em>What is the purpose of the document?</em></li>
  122.             <li><em>Who will read it and why?</em></li>
  123.             <li><em>What should readers know or do as a result?</em></li>
  124.             <li><em>How much do readers already know about the subject?</em></li>
  125.             <li><em>In what circumstances will they read it?</em></li>
  126.             <li><em>Will they read the document from start to finish or select sections?</em></li>
  127.             <li><em>Will they use the document for reference or information? (IPEd)</em></li>
  128.         </ul>
  129.  
  130.     </div>
  131.  
  132.     <h2 class="h2">Components of substantive editing</h2>
  133.     <div class="container">
  134.         <p class="lead mb-4 mt-4">Now that you have familiarized yourself with the audience and goals of the document,
  135.             you
  136.             can
  137.             begin the edit, focusing on
  138.             three major components: structural review, language and style editing, and clarity of presentation.
  139.         </p>
  140.         <!-- Card deck -->
  141.         <div class="card-deck">
  142.  
  143.             <!-- Card -->
  144.             <div class="card mb-5">
  145.  
  146.  
  147.  
  148.                 <!--Card content-->
  149.                 <div class="card-body">
  150.  
  151.                     <!--Title-->
  152.                     <h4 class="card-title">Structural review</h4>
  153.                     <!--Text-->
  154.                     <p class="card-text">The goal of the structural review is to, uh, review the structure. You’re
  155.                         assessing if anything is missing or unclear,
  156.                         if anything needs to be added or rewritten, if the structure makes sense, if the document has a
  157.                         logical flow, and if it
  158.                         can be easily navigated. If a document outline was developed before the document was written, it
  159.                         will be helpful to
  160.                         review it as well. Remember, your job as an editor isn’t to do the rewriting, but rather to act
  161.                         as a pilot-audience,
  162.                         pointing out areas that need to be improved.
  163.                     </p>
  164.  
  165.                 </div>
  166.  
  167.             </div>
  168.             <!-- Card -->
  169.  
  170.             <!-- Card -->
  171.             <div class="card mb-5">
  172.  
  173.                 <!--Card content-->
  174.                 <div class="card-body">
  175.  
  176.                     <!--Title-->
  177.                     <h4 class="card-title">Language and style editing</h4>
  178.                     <!--Text-->
  179.                     <p class="card-text">Many professional documents are written by more than one person. Time should be
  180.                         taken during a substantive edit to
  181.                         ensure the document has a clear, unified voice. You also need to ensure the voice is effective
  182.                         and appropriate for the
  183.                         audience. Make note of jargon and technical terms.
  184.  
  185.                     </p>
  186.                 </div>
  187.  
  188.             </div>
  189.             <!-- Card -->
  190.  
  191.             <!-- Card -->
  192.             <div class="card mb-5">
  193.  
  194.                 <!--Card content-->
  195.                 <div class="card-body">
  196.  
  197.                     <!--Title-->
  198.                     <h4 class="card-title">Clarity of presentation</h4>
  199.                     <!--Text-->
  200.                     <p class="card-text">Finally, you want to ensure that the presentation of the document is clear and
  201.                         consistent. In this step, you’ll want to
  202.                         check that the document hierarchy makes sense (heading levels are used consistently throughout)
  203.                         and the headings clearly
  204.                         describe the contents of the section, that images and tables are well-placed, well-designed,
  205.                         titled and captioned, and
  206.                         that references are used wherever necessary.
  207.  
  208.                 </div>
  209.  
  210.             </div>
  211.             <!-- Card -->
  212.  
  213.         </div>
  214.         <!-- Card deck -->
  215.         <p>All of these levels of edit are essential in producing a high-quality publication, whether on paper or
  216.             onscreen. They
  217.             are performed at different times in the publication process and are not necessarily performed only once. The
  218.             three
  219.             levels usually overlap to some degree; an editor hired to do a copyedit is quite likely to also perform some
  220.             of the
  221.             tasks usually associated with a substantive edit. (IPEd)
  222.         </p>
  223.     </div>
  224.  
  225.  
  226.     </div>
  227.  
  228.     <div class="container mt-4 mb-5">
  229.         <div class="alert alert-warning" role="alert">
  230.             <p>That&rsquo;s it for part one of this two-part lesson. Next week, we&rsquo;ll get into the nuts and
  231.                 bolts of how to
  232.                 perform a substantive edit. If you want to get started on your peer edit, spend this week familiarizing
  233.                 yourself
  234.                 with the blog post&rsquo;s audience and goals, and then read through the post, jotting down some first
  235.                 impressions.
  236.                 Don&rsquo;t do any actual editing yet, though! You can find your partner in the assignment description
  237.                 <a href="/d2l/common/dialogs/quickLink/quickLink.d2l?ou=473194&amp;type=dropbox&amp;rcode=CENCOL-2064863"
  238.                    target="_self">here</a>.</p>
  239.         </div>
  240.     </div>
  241.  
  242.     <p class="footer">Communications-Professional Writing - School&nbsp;of Communications, Media, Art, and Design</p>
  243.  
  244.  
  245. </body>
  246.  
  247. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement