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

widoco:introduction not working #658

Closed
psiotwo opened this issue Dec 15, 2023 · 2 comments
Closed

widoco:introduction not working #658

psiotwo opened this issue Dec 15, 2023 · 2 comments
Labels

Comments

@psiotwo
Copy link
Contributor

psiotwo commented Dec 15, 2023

Describe the bug
Having specified :o a owl:Ontology; widoco:introduction "Introduction"@en does not generate the introduction section:

java -jar widoco.jar -ontFile test_semantic_asset.ont.ttl -outFolder outx -getOntologyMetadata -noPlaceHolderText -includeAnnotationProperties

Using Widoco 1.4.20.

@dgarijo dgarijo added the bug label Dec 15, 2023
@vChavezB
Copy link
Contributor

vChavezB commented Dec 18, 2023

I did a quick test and think this happens if the option -noPlaceHolderText is included.

In specific here

if (!placeHolderText){
this.config.setIncludeIntroduction(false);
this.config.setIncludeDescription(false);
this.config.setIncludeReferences(false);
this.config.setIncludeAbstract(false);

@dgarijo
Copy link
Owner

dgarijo commented Dec 21, 2023

This should affect also the description and abstract then. I will add exceptions if these metadata properties appear in the ontology itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants