Created Unassigned: Citation parentheses [11100]
Commented Unassigned: Citation parentheses [11100]
Comments: ** Comment from web user: Yves **
Yes.
Microsoft suggests using the suppress dialog to suppress the author. This way (Doe, 2013) would become (2013). It is then up to you to type the name. All BibWord styles support this behaviour.
Word does not offer the flexiblity to switch between two styles. But if you are certain that you want to go 'Doe (2013)', you can easily adapt a BibWord style to use this format.
First, you can remove the enclosing brackets by looking for
```
<openbracket>(</openbracket>
<closebracket>)</closebracket>
```
and removing the ( and ). Now (Doe, 2013) will simply become Doe, 2013.
Second, you will have to update the formatting string so brackets are put around the year. This will mostly come down to looking for %Year% and replacing it by (%Year%). Of course, you will have to take into account year suffices if you use them. See the documentation for more information, including examples, on how format strings work in BibWord.
Closed Unassigned: Citation parentheses [11100]
Comments: BibWord can easily be configured to use this type of behaviour. It is up to the end user to do this type of changes...
Reviewed: IEEE styles (jun 27, 2013)
Reviewed: IEEE styles (jun 27, 2013)
New Post: MS 2013 Bibliography adding url to journal articles
Journal Article
Lamoreaux, M. G., 2011. Beyond Convergence. Journal of Accountancy.
__however, the url and the date accessed is missing
__
when i change to website/document from internet
Lamoreaux, M. G., 2011. Beyond Convergence. [Online]. Available at: http://www.journalofaccountancy.com/Issues/2011/Aug/20114208.htm?action=print
[Accessed 29 Jun 2013].
the journal title is missing...
New Post: MS 2013 Bibliography adding url to journal articles
For information on BibWord format strings, check the documentation. Also, download some of the formatting styles. I believe there are several in the Harvard family which come with URLs for journal articles.
New Post: Removing unwanted spaces from citations
Anyway, the space comes from the field and can't be removed directly. However, there is a workaround. See [https://bibword.codeplex.com/discussions/208897]
New Post: Removing unwanted spaces from citations
Placing quotes around the fields seems like a good strategy to follow, although I could immediately find what line(s) of code I needed to do this on. Is there a particular term in the code I should search for? Any help here would be greatly appreciated.
Regarding your suggestion to standardise the format, I agree that avoiding confusion is important, but what I'm trying to achieve appears to be pretty much standard practice for in-text and end of sentence referencing. I checked against a few contemporary journals in my field and it seems to be as I remember it from many decades ago - when directly referring to the author in the sentence of the text, the brackets enclose the date but not the author. But this is different to citing a reference at the end of a sentence, where everything is contained within the brackets. Given that it does seem to be common practice at least in my field (fisheries science), I'm surprised this issue has popped up more in this forum?
Thanks
-
Mick
New Post: MS 2013 Bibliography adding url to journal articles
I'm working on the formatting the BibWord style....
If I want to find style with URLs for journal articles, where can i find?
New Post: MS 2013 Bibliography adding url to journal articles
am I suppose to edit it under <bibliography> ??
<source type="JournalArticle">
<column id="1">
<halign>left</halign>
<valign>top</valign>
<format>{%Author:2|"Anon."%,}{ %Year|"n.d."%{%YearSuffix%}.}{ %Title|ShortTitle%.}{ <i>%JournalName%</i>,}{ [%Medium%].{{%Day%} %Month:s%,}}{ %Volume%{(%Issue%)},}{ (%Issue%),}{ %Pages:p.:pp.:a2%.}{ Available at: <u>%URL:l%</u>}{ [Accessed{{ %DayAccessed%} %MonthAccessed:s%} %YearAccessed%]}.{ %Comments%.}</format>
</column>
<sortkey>{%Author:0|"Anon."%}{%Year|"n.d."%}{%Title:a|ShortTitle:a%}</sortkey>
</source>
is that it?But the url still did not shown up.....?
New Post: Word 2010 Crash - inserting bibliography
I'm using the styles given - they work brilliantly for the citation!
When it comes to inserting the bibliography word then just doesn't respond, and closes.
Can anyone advise on how to fix this?
Many thanks!
Nicola
New Comment on "Styles"
New Comment on "Styles"
New Post: Controlling formatting in PDFs
I'm happy to say that I've found a simple solution to my problem. The stylesheet defines a single table cell, with a paragraph inside it, i.e.
<td><p>
stuff
</p></td>
Are all the two column stylesheets like this? I would imagine so. Anyhow, the solution (or hack, if you like) is to insert non-breaking spaces before the end of the paragraph. Inserting four works well for me, thus:
<td><p>
stuff
    </p></td>
Kind regardsAndrew
New Post: Word 2010 Crash - inserting bibliography
Do you have "strange" characters in your sources? Things like accented characters, non-latin characters, ...
New Post: Word 2013 Installation?
Created Unassigned: IEEE bibliography style on Mac [11180]
If you follow the bibliography with a page break, e.g. using a heading style with embedded forced page break, some text from the following page appears as un-editable duplicate text on the page where the bibliography ends - very strange and spooky. This appears to be a bug in Word 2011 triggered by the bibliography layout.
I discovered the issue w. IEEE Order by Reference. Using the same style in Word 2010 (Windows) did not show the issue. Conclusion: Related to Word 2011.
Using any of the (few) build-in bibliography styles in Word 2011 could not trigger the same issue. Conclusion: Related to the combination of the IEEE style and Word 2011.
Next I looked in the source and compared to previous version (2.9 vs. 2.8). The change is limited and seems to relate to support for Word 2013 only. I then removed those few consecutive lines from the style and retested. The hypnosis being that that last change introduced the issue. Same issue, and the conclusion being that the problem must have been there for a long time (or new in Word 2011).
Next I tried different BibWord styles, and that lead me to home in on 1 vs. 2 column styles. All the 2 column styles showed same issue, none of the 1 column showed the issue. Note: It was a random sample of styles, so there may be non-working 1 column styles and working 2 column styles (I very much doubt the latter).
The main conclusion must be that when a style generates a 2-column table as bibliography then it triggers a bug in Word 2011. I guess we can rule out an error in the way BibWord generate the bibliography, as it works fine in Word 2010.
A hack (this is not a fix) is to insert a continuous section break after the bibliography. It remains to be seen what negative side effects a section break has to my document :-( I would really like to find a less intrusive hack than a section break, but none identified so far.
I have no idea on how to report this as a bug against Microsoft. I do not have insight into what really goes on when a bibliography is generated.
A BibWord solution could be to change strategy on how to generate bibliographies with a hanging indent, something like:
Citation<tab>entry, for first entry line and
<tab>entry, for the following lines
and then leave it up to the Bibliography paragraph style to layout correctly.
But why should BibWord accommodate for a bug in Word 2011?
If anybody knows of a non 2-column style with hanging citation in IEEE style, please share.
Details:
Word 2011 version 14.3.6
Mac OSX 10.8.4
BibWord IEEE - Reference Order of April 1, 2013 version 2.9
Regards
Mikael
Commented Unassigned: How do I get BibWord Working? [11070]
Comments: ** Comment from web user: MikaelKjaerulff **
See installation notes here: https://bibword.codeplex.com/releases/view/15852
New Post: Harvard AGPS - Newspaper Source
I downloaded the Harvard AGPS style and so far am impressed.
However I have noticed that there is no newspaper source:
Is this possible to be added?
Thank you
boorgal
http://public01.library.uow.edu.au/refcite/style-guides/html/