Is it possible to render name-part affixes in Japanese author names?

@Bruce_D_Arcus1
Thanks. I posted an issue.

Was just reminded of this thread. I’m working on a new project, called Citum (see elsewhere in the forum).

It’s a priority for me to get multilingual right in this project, even though I myself have been a monolingual scholar. So am definitely looking for help/input.

Anyway, I implemented support for this today, described in this spec.

In this project, I keep the template system simple, and use configuration options for features like this. For example:

options:
  multilingual:
    name-mode: primary
    scripts:
      katakana:
        delimiter: "・"
        sort-separator: "、"
      cjk:
        use-native-ordering: true
        delimiter: ""

There may be lessons for CSL if it evolves in that direction.

cc @mayfair @frianasoa @Maria

1 Like

Thank you very much for letting us know about the new project. Looks very interesting! I’ll give it a try and share my impressions as soon as possible. Where is the right place to post comments regarding the Citum project?

The core repo; either the issue tracker (for bugs or feature requests), or the discussion forum:

This demo page does show a bit of the multilingual support.

Added a news post with details and instructions: