Blog

New feature – dynamic customer review widgets for your website!

0

We are excited to announce that we now have a range of dynamic review widgets for advertisers to add to their website!

These widgets display the number of reviews you have received via Find a Proofreader and your average rating – and because they are dynamic, they update automatically every time you receive a new review! Here are three of the sizes you can pick from (there are six altogether):

Find a Proofreader reviews

To access your own range of personalised review widgets, just go to your listing and scroll to the bottom of the sidebar on the right-hand side of the website.

Review badges link

 

Click on the purple text that says ‘Get your badge now!’ and you will be taken to another page where you can select from six different widgets:

Review widget selection

When you’ve decided on a widget that will best suit your website, just copy and paste the code into the relevant space in your website’s html. You may need to ask your web designer to do this for you, if you have one – if not, please get in touch with us at Find a Proofreader and we will be happy to help you.

By displaying a dynamic review badge on your website, you will be able to proudly show off the quality of service you provide!

And for those of you who don’t currently have any reviews on Find a Proofreader, don’t forget that we also have a range of non-dynamic badges too. Click here to see them – and, again, please contact us if you need assistance adding one of these to your website.

05/09/2013 | Admin

APA and Harvard citation checking service

1

Introduction – Checking APA and Harvard citations

ReferenceCheckerI want to talk to you about references — the bibliographic sort that almost every academic paper and book contains at the end — and citations, the callouts for their reference partners. They’re not even a new invention, so at the dawn of the 21st century, I remember thinking: “Why have I had to check these for so long? Why hasn’t anyone tried to make it easier to check them?” I’d sought in vain to find a simple and affordable program to help with checking references and citations. In the information age, there must be something out there to do this, but my searches drew a blank. There were a small number of in-house and commercially available programs to work on references, but these seemed prohibitively expensive, inflexible, and restrictive in their functionality. Most seemed to be bibliographic authoring software to help authors compile reference lists and citations as they prepared their work prior to submission for publication, but none provided a simple solution to check references and citations after the text had been written.

Challenges

With a growing number of in-house and freelance copy-editors, there seemed to be a niche in the market for this type of software. After lengthy discussions with a programmer colleague, we came up with the name “ReferenceChecker” with the following desiderata:

  • It should be affordable
  • It should be easy to install and use, with minimum prior knowledge of using add-ins in Word
  • It should be flexible yet require minimum input from the user
  • It should be fast to use
  • Its user interface should be clean, simple, and easy to understand
  • It should present clear results and point the user directly to the exact place in the text where the discrepancies can be found
  • It should understand the character sets of most European languages, including letters with diacritics that are variations on letters in the Latin alphabet
  • It should recognize and check the most commonly used referencing systems, APA, Harvard, and Vancouver, and their numerous variants.

Could all this be done? Would it prove too much for a machine, to be able to carry out the manual checking tasks of an experienced copy-editor? We set about programming the code, testing, retesting, and reconfiguring the code many times to produce a working prototype. It worked in the early stages, and with the variety of examples of references and citations, but we soon found variants of names, years, punctuation, ordering, and so on that would warrant revisions to the software. Testing and development took about 5 months; finally, in early 2005, we were ready to unleash the beast into the Wild World Web.

It has been a considerable challenge, though not insurmountable, to iron out problems along the way. Things arose that we didn’t think would arise, and there were less-than-straightforward elements in bibliographic referencing that would require sophisticated code. Talking of code, the software comprises a Visual Basic application implemented in several thousand lines of code. Its size and complexity belie its simple interface and experience for the user; the user shouldn’t have to worry about how big or complex the software is, only how quick and easy it is to use.

Throughout its development, we introduced a number of additional useful features in ReferenceChecker:

  • hyperlinked results that could be clicked on or scrolled through to take the user to the exact place in the text where the mismatch was found: either a reference item with no matching citation or a citation with no matching item in the reference list;
  • the option to check with or without case sensitivity in author names;
  • a feature to copy and paste the results;
  • the option to view the results as a list of either (a) every single citation and reference item listed and checked or (b) mismatches only.

21st-century editing

In conceiving the idea for ReferenceChecker, I admit I had a few qualms. Would the “brain” of a machine perform as accurately and intelligently in this case as the brain of a human? When a human checks references and citations, they have learned how to recognize and compare the separate elements that constitute each reference and citation. My underlying apprehension was that if software could do the amount of work that would normally take a human, say, 15 minutes in an average-sized paper in a small fraction of the time, i.e. a few seconds, could this open a Pandora’s box of expectations? The answer is quite complex. By using, and still being in full control of, software to check the parts of a text that can be processed more quickly than by the laborious manual method, the copy-editor can concentrate on other, more important tasks that cannot be done by a machine, while maintaining a high level of accuracy. We’re still a long way off from machines being able to do the complete work of a copy-editor on a text, because of the vast complexities of human written language. With automated grammar, consistency, spell-checking, and text-analysis software, there are frequently false errors highlighted, because the software hasn’t been programmed to “look around” either side of a word or phrase to detect and understand the specific context and meaning intended by the author. In some cases, the software can’t possibly know if a spelling or punctuation is correct or not in a specific context, because it doesn’t have a human’s life experience.

Some examples:

  • “man eating shark” or “man-eating shark”? Which is correct in the context of the subject matter? Either could be used, depending on the context. Should the software flag either of these as being incorrect?
  • “It’s one mistake” or “Its one mistake”? Either could be correct, with or without the apostrophe, depending on the surrounding text.
  • “… his parents, John Allen, and Rose Wood” or “… his parents, John Allen and Rose Wood”? Does this refer to two or four people? It could be either.
  • “principal was investigated” or “principle was investigated”? Either is acceptable, but would it be appropriate for an automated checker to question the usage of either of these? Would it be remiss for it not to report a possible spelling error?

We encountered a few challenges while developing ReferenceChecker, and to deal with these, several sets of rules were implemented. There were rules to detect references and citations; rules to parse the references and citations; and rules to extract author surnames and years of publication. A number of “post-processing rules” were then incorporated to clean up the extracted references and citations, ignore spurious names, and make sense of all surnames and years of publication. A final set of rules compared references and citations, and generated the list of mismatches for the user to look through. In so doing, ReferenceChecker has been developed with intelligent design, working in a way as close as possible to how a human would recognize references and citations, that is, if it looks like a citation or reference to the human eye, ReferenceChecker will recognize and check it. It’s heartening to know we’ve saved many people many hours of working time, and to receive feedback and suggestions from our users. For the average full-time copy-editor, who might work on, say, 15 average-sized papers in a working week (e.g. 30 pages of A4 with five pages of references), and estimating about 15 minutes of reference-checking time per paper, we’ve calculated time savings of up to 174 working hours per year—that’s almost five working weeks!

Paul Sensecall, freelance editor and proofreaderAbout the author

Paul Sensecall is a full-time freelance (www.pseditorialservices.com) with over 20 years’ experience of copy-editing and proofreading academic material in the areas of science, technical, medical; social sciences and humanities. 

12/08/2013 | Admin

Add a Find a Proofreader button to your website!

0

If you’re a freelancer, you probably have a website. And if you advertise with Find a Proofreader, you may wish to link your website to your Find a Proofreader listing. For instance,  you may want to forward your site visitors to your  listing so that they can read your positive customer reviews. Or you might want to encourage your existing customers to write a positive review for your business.  Of course, you may just like the look of our shiny buttons! Whatever the reason, it’s very easy to add a Find a Proofreader button to your site. Read on to find out exactly how!

At present there are four buttons for you to choose from. Each one is coloured differently and has a different call to action on. Once you’ve decided which button best suits the look of your website, just copy and paste the code into your site or blog.

Please note: To make the button link directly from your website to your Find a Proofreader page, you’ll need to insert your listing URL in place of the bold text.  If you encounter any technical issues, let us know and we’ll endeavour to help!

For the above badge, add this code to your site: 

<a href=”INSERT YOUR LISTING URL” title=”Click to rate my service on Find a Proofreader” target=”_blank”><img src=”http://findaproofreader.com/Rate-my-service.png” alt=”Link to Find a Proofreader” border=”0″ width=”250″ height=”55″></a>

To see our other badges, click on the Link to Us tab in the navigation bar,  or click here. Alternatively, if you would prefer to link to us with a text link, you can insert this code on your site instead (remember to insert the full URL of your listing where instructed):

<a href=”INSERT YOUR LISTING URL/” title=”Link to Find a Proofreader” target=”_blank”>Check out my listing on the Find a Proofreader directory</a>

The link should look like this on your website:

Check out my listing on the Find a Proofreader directory

These buttons are proving to be a real hit and many of our advertisers have already adopted them. Don’t be left behind – follow the instructions above and add your button today!

28/01/2013 | Admin
Skip to toolbar