jimmejardine / qiqqa-open-source

The open-sourced version of the award-winning Qiqqa research management tool for Windows
GNU General Public License v3.0
374 stars 61 forks source link

Get 'author' to reference in the text as organisation name, i.e 'UK Government (2020)' instead of just 'Government (2020)' #230

Open JJlily opened 4 years ago

JJlily commented 4 years ago

I'm having trouble getting qiqqa to reference in word with names of organisations which I've put under 'author'- i.e 'UK Government (2020)' as it just comes out as 'Government (2020)' unless I use lower case 'uk government', then it seems to work!

If they are placed under 'organization' it will reference the title of the publication.

GerHobbelt commented 4 years ago

Haven't used citations from Qiqqa into MSWord myself. I'll look into it, but this might take a while.

(I seem to recall there was some stuff with the citation formatting being JavaScript based, but if that's me barking up the entirely wrong tree... 🤔 )

GerHobbelt commented 3 years ago

Note to self: relevant stuff:


Qiqqa should therefor support

@article { ...,
  author="{UK Government (2020)}",
  ... }

and its equivalent:

@article { ...,
  author={{UK Government (2020)}},
  ... }

and drop that in LastName for citations -- though I've seen mention of \bibcorporate{} elsewhere as in:

% source: https://forums.zotero.org/discussion/15095/
%
@article{Hudson1939,
  author = {{\bibcorporate{Hudson Motor Car Company}}},
  journal = {Popular Mechanics},
  title = {The Ride of Your Life Waits for You},
  number = {5},
  pages = {5A},
  volume = {72},
  year = {1939},
  date-added = {2010-10-16 01:27:15 -0400},
  date-modified = {2010-10-21 15:02:11 -0400},
  uri = {papers://38198467-8124-4565-A531-32C96C398156/Paper/p220},
  read = {Yes},
  rating = {0}
}

% Note: \bibcorporate is only used by the apa styles. This enables you to disable 
% the display of corporate authors completely (or, through override, change how they 
% are styled). 
% See http://www.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf
JJlily commented 3 years ago

Thanks for the help and resources - I thought this would work, based on others success but for some reason it only seems to work with lower case letter, like before (see photos attached). I also tired "[author}" suggested on some of the other resources but still doesn't solve it.

It might be the way I'm editing the BibTeX, so I'll keep trying. Thank you!

Ref 3 Ref 4

Ref 1 Ref 2