Advertisement
kguak

cmpw708-w11

Dec 4th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.66 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>Weekly Overview</title>
  9.     <link rel="stylesheet"
  10.        href="https://e.centennialcollege.ca/content/enforced/310094-cmpw708301_2017f/ecentennial.css">
  11.     <link rel="stylesheet"
  12.        href="https://e.centennialcollege.ca/content/enforced/310094-cmpw708301_2017f/font-awesome.css">
  13.     <!-- Font Awesome -->
  14.     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
  15.     <!-- Bootstrap core CSS -->
  16.     <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
  17.     <!-- Material Design Bootstrap -->
  18.     <link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.8.10/css/mdb.min.css" rel="stylesheet">
  19.     <style>
  20.         * {
  21.             font-family: Verdana, Arial, Helvetica, sans-serif;
  22.             line-height: 1.7rem;
  23.         }
  24.  
  25.         .list-group-item {
  26.             margin-bottom: -7px;
  27.             margin-top: 0px;
  28.         }
  29.     </style>
  30. </head>
  31.  
  32. <body>
  33.     <h2>Project Management for Editors</h2>
  34.  
  35.     <div class="container mt-5 mb-5">
  36.         <div class="card">
  37.             <div class="card-body">
  38.                 <p>Good project managers and editors share a lot of skills. Both need to be organized, detail-oriented
  39.                     and
  40.                     on-time.
  41.                     And both need to be able to step back from the small details to see the bigger picture. On many
  42.                     projects, the
  43.                     roles are one and the same, where an editor is asked to also manage the documentation project. In
  44.                     that
  45.                     case, the
  46.                     editor will set the schedule and ensure writers deliver on time. The following reading provides a
  47.                     good
  48.                     basis for
  49.                     when it makes sense to combine the roles and when it doesn't.</p>
  50.             </div>
  51.  
  52.         </div>
  53.         <div class="alert alert-warning mt-3 mb-5">
  54.             <p><strong>Reading assignment</strong></p>
  55.             <div>
  56.                 <a href="https://robinkwong.com/editors/" target="_blank" rel="noopener">Why editors ≆ project
  57.                     managers</a> by Robin Kwong
  58.  
  59.             </div>
  60.         </div>
  61.  
  62.         <div class="card">
  63.             <div class="card-body">
  64.                 <p>Whether working as an editorial project manager or as an editor on a team that has a project manager,
  65.                     the
  66.                     ability to estimate scheduling is the number one skill you'll require. The path we took on your blog
  67.                     post in
  68.                     this course is a good template for the different phases of a small or medium writing project:</p>
  69.  
  70.                 <ol class="list-group">
  71.                     <li class="list-group-item">1. 1st Draft (completed by the writer)</li>
  72.                     <li class="list-group-item">2. 2nd Draft (including copyedit completed by the writer)</li>
  73.                     <li class="list-group-item">3. Send to Editor for notes &amp; revisions</li>
  74.                     <li class="list-group-item">4. 3rd Draft (completed by the writer)</li>
  75.                     <li class="list-group-item">5. Send to Editor for signoff</li>
  76.                     <li class="list-group-item">6. Final version (completed by the writer)</li>
  77.                     <li class="list-group-item">7. Send to Designer (depending on the project, this might be completed
  78.                         by
  79.                         the writer)</li>
  80.                     <li class="list-group-item">8. Publish</li>
  81.                 </ol>
  82.             </div>
  83.         </div>
  84.  
  85.  
  86.         <div class="card mt-5 mb-5">
  87.             <div class="card-body">
  88.                 <p>Once you've laid out all of the steps required, you'll need to assign an estimate of the time needed
  89.                     for each
  90.                     step. <strong>Work backwards. </strong>You almost always know the publishing date at the start of
  91.                     the
  92.                     project. If you don't, ask! You assign the final date to step eight. Then check in with the designer
  93.                     to see
  94.                     how long they will need for step seven. Steps five and six are short ones. Once you've gone through
  95.                     all of
  96.                     the steps working backwards from the publishing date, you'll probably find yourself three weeks
  97.                     behind
  98.                     schedule already. Then you go back to see where you can shave time from the different steps.
  99.                     Including the
  100.                     writer, designer and anyone else required in this initial scheduling exercise will greatly assist in
  101.                     getting
  102.                     them to later follow your timelines. Buy-in is key!</p>
  103.             </div>
  104.         </div>
  105.     </div>
  106.  
  107.     <h2>Working as an Editor</h2>
  108.     <div class="container mt-5">
  109.         <div class="alert alert-info">
  110.             <p>Here is a job posting from <a href="https://www.linkedin.com/jobs/view/1617241047/" target="_blank"
  111.                    rel="noopener">Career Junction</a>:</p>
  112.         </div>
  113.  
  114.         <h3 style="padding-left: 30px;">Content Editor at Career Junction</h3>
  115.         <p style="padding-left: 30px;">We are seeking a talented and detail-oriented Content Editor to join our
  116.             expanding marketing team. The Content Editor will ensure that the emails, articles, posts, and marketing
  117.             materials reaching our clients are interesting, consistent, polished, and accurate. You will report directly
  118.             to the marketing manager and work closely with a team of marketing professionals. To be successful, you must
  119.             have experience working on manuscripts for print, as well as marketing content drafted for online platforms.
  120.         </p>
  121.  
  122.         <!-- Card deck -->
  123.         <div class="card-deck">
  124.  
  125.             <!-- Card -->
  126.             <div class="card mb-4 mt-3">
  127.  
  128.                 <div class="card-header">
  129.                     <h5>Content Editor Responsibilities</h5>
  130.                 </div>
  131.  
  132.                 <!--Card content-->
  133.                 <div class="card-body ">
  134.                     <!--Text-->
  135.                     <p class="card-text">
  136.                         <ul class="list-group">
  137.                             <li class="list-group-item">Ensure all texts follow a consistent writing style.</li>
  138.                             <li class="list-group-item">Ensure content is of a high quality and upholds the reputation
  139.                                 of the company.</li>
  140.                             <li class="list-group-item">Contribute to the creation of content plans.</li>
  141.                             <li class="list-group-item">Create a style guide for all writers and freelancers to follow.
  142.                             </li>
  143.                             <li class="list-group-item">Recruit and liaise with freelance proofreaders and content
  144.                                 writers.</li>
  145.                             <li class="list-group-item">Liaise with the design team and oversee layout and typesetting
  146.                                 of content.</li>
  147.                             <li class="list-group-item">Raise queries or concerns with authors if necessary.</li>
  148.                             <li class="list-group-item">Fact-check content to ensure names are spelled correctly, dates
  149.                                 are accurate, and that content is not
  150.                                 plagiarized.</li>
  151.                         </ul>
  152.                     </p>
  153.                 </div>
  154.  
  155.             </div>
  156.             <!-- Card -->
  157.  
  158.             <!-- Card -->
  159.             <div class="card mb-4 mt-3">
  160.                 <div class="card-header">
  161.                     <h5>Content Editor Job Requirements</h5>
  162.  
  163.                 </div>
  164.                 <!--Card content-->
  165.                 <div class="card-body">
  166.                     <!--Text-->
  167.                     <p class="card-text">
  168.                         <ul class="list-group">
  169.                             <li class="list-group-item">A bachelor's degree in English, communication, journalism,
  170.                                 marketing, or related field.</li>
  171.                             <li class="list-group-item">At Least One Year's Work Experience May Be Required.</li>
  172.                             <li class="list-group-item">Exceptional editing and proofreading skills.</li>
  173.                             <li class="list-group-item">Excellent verbal communication skills.</li>
  174.                             <li class="list-group-item">Keen eye for detail.</li>
  175.                             <li class="list-group-item">Ability to work under pressure and meet strict deadlines.</li>
  176.                             <li class="list-group-item">Ability to rewrite technical content in plain English.</li>
  177.                             <li class="list-group-item">Comfortable working in Microsoft Office, Adobe, and cloud-based
  178.                                 applications.</li>
  179.                             <li class="list-group-item">Knowledge of SEO may be desired.</li>
  180.                         </ul>
  181.                     </p>
  182.                 </div>
  183.  
  184.             </div>
  185.             <!-- Card -->
  186.  
  187.         </div>
  188.         <!-- Card deck -->
  189.         <div class="alert alert-info">
  190.             <p>You can see that consistency, accuracy (fact-checking), copyright and project management are the primary
  191.                 skills required to succeed in this role. On top of that, editors must also have strong social skills -
  192.                 it is
  193.                 a collaborative role where you are trying to coach and encourage the best work out of writers while
  194.                 staying
  195.                 on schedule. If you've found yourself taking a leadership role in group projects (and ideally enjoying
  196.                 it!),
  197.                 working as an editor might be a great fit!</p>
  198.         </div>
  199.     </div>
  200.     </div>
  201.     <div>
  202.         <div data-canvas-width="123.72091753271299">
  203.             <div data-canvas-width="57.54962684158799">
  204.                 <div data-canvas-width="331.3860856043544">
  205.                     <h2>Assignment</h2>
  206.                     <ol>
  207.                         <li><a href="/d2l/common/dialogs/quickLink/quickLink.d2l?ou=473194&amp;type=dropbox&amp;rcode=CENCOL-2064866"
  208.                                target="_self">Final version</a>&nbsp;Due December 13</li>
  209.                         <li><a href="/d2l/common/dialogs/quickLink/quickLink.d2l?ou=473194&amp;type=dropbox&amp;rcode=CENCOL-2064868"
  210.                                target="_self">Rewriting Assignment</a>&nbsp;Due December 13</li>
  211.                     </ol>
  212.                     <h2>References</h2>
  213.                     <ol>
  214.                         <li>Career Junction (2019). Content Editor Job Posting. Retrieved on November 29, 2019, from <a
  215.                                href="https://www.linkedin.com/jobs/view/1617241047/">https://www.linkedin.com/jobs/view/1617241047/</a>
  216.                         </li>
  217.                         <li>Kwong, R. (2016). <em>Why editors ≆ project managers</em>. Retrieved from <a
  218.                                href="https://robinkwong.com/editors/">https://robinkwong.com/editors/</a></li>
  219.                     </ol>
  220.                 </div>
  221.                 <p class="footer">Communications-Professional Writing -&nbsp;School of Communications, Media, Art, and
  222.                     Design</p>
  223.             </div>
  224.         </div>
  225.     </div>
  226. </body>
  227.  
  228. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement