Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISO/IEC Coding Guidelines: Form of the term #230

Closed
Intelligent2013 opened this issue Sep 7, 2022 · 4 comments
Closed

ISO/IEC Coding Guidelines: Form of the term #230

Intelligent2013 opened this issue Sep 7, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@Intelligent2013
Copy link
Contributor

Intelligent2013 commented Sep 7, 2022

Source: #190

The values in tbx:termType:

  • acronym
  • abbreviation
  • fullForm (default value, can be omitted)
  • symbol
  • formula
  • equation

Metanorma adoc:

[%metadata]

abbreviation-type:: acronym

type:: abbreviation

type:: full

letter-symbol:: true

There isn't adoc markup for formula and equation.

@Intelligent2013 Intelligent2013 added the enhancement New feature or request label Sep 7, 2022
@Intelligent2013 Intelligent2013 self-assigned this Sep 7, 2022
@Intelligent2013 Intelligent2013 moved this to 🆕 New in Metanorma Sep 7, 2022
@Intelligent2013 Intelligent2013 moved this from 🆕 New to 🏗 In progress in Metanorma Oct 5, 2022
@Intelligent2013
Copy link
Contributor Author

Mapping between Metanorma adoc and XML:

  • acronym
[%metadata]
abbreviation-type:: acronym
<preferred>
	<expression>
		<name>radar</name>
		<abbreviation-type>acronym</abbreviation-type>
	</expression>
</preferred>
  • abbreviation
type:: abbreviation
<preferred>
	<expression type="abbreviation">
		<name>UTC</name>
	</expression>
</preferred>
  • full
type:: full
<preferred>
	<expression type="full">
		<name>time axis</name>
	</expression>
</preferred>
  • letter-symbol
letter-symbol:: true
<preferred>
	<letter-symbol>
		<name>t</name>
	</letter-symbol>
</preferred>

@Intelligent2013
Copy link
Contributor Author

Added processing for

  • acronym
  • abbreviation
  • fullForm
  • symbol

@Intelligent2013 Intelligent2013 moved this from 🏗 In progress to On hold in Metanorma Oct 6, 2022
Intelligent2013 added a commit that referenced this issue Oct 6, 2022
xsl updated for termType processing, #230
@Intelligent2013 Intelligent2013 moved this from On hold to 🏗 In progress in Metanorma Nov 30, 2023
@Intelligent2013
Copy link
Contributor Author

From metanorma/metanorma-standoc#686:

letter-symbol:: the designation is not a linguistic expression, but a letter,
symbol, formula, or equation; value is boolean (true or false), or else [added in https://github.com/metanorma/metanorma-standoc/releases/tag/v2.7.2]
one of letter, symbol, formula, equation.

@Intelligent2013
Copy link
Contributor Author

Done.

@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Metanorma Dec 1, 2023
Intelligent2013 added a commit that referenced this issue Dec 2, 2023
updated for letter-symbol support, #230
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant