What is the Link that I should insert for Live OWL Documentation Environment (LODE)? - ontology

I want to publish my ontology online. I saw many ontologies are using https://essepuntato.it/lode/
and I do not understand what is this link that is needed? Can I just use the link that is in Protege's default Ontology IRI?
E.g.: http://www.semanticweb.org/PCuser/ontologies/2023/1/untitled-ontology-66
If not, how can I proceed?
I constantly get different errors and not sure what to do.

Related

How to perform exact phrase search on a Antora generated site offline?

Wanted to know if there is any Antora extension that supports exact phrase search on Antora generated site in offline mode.
To my knowledge, none currently exists.
The existing antora-lunr extension provides code that creates an index during site generation, and uses lunr.js as the search library when browsing the generated site. lunr.js does not support exact phrase search, which is where the limitation exists.
To solve your problem, I'd suggest that you find a library that provide exact phrase search in an offline site, and then figure out how to create an Antora extension that builds the correct index and injects the necessary CSS/JS into the active theme.
That's no simple task, but the antora-lunr extension demonstrates all of the non-search parts that would be required. See: https://gitlab.com/antora/antora-lunr-extension
As for a search library, this might be a contender: https://github.com/nextapps-de/flexsearch
But, since the project hasn't been updated in a while, and is incomplete, it's hard to say how much work would be involved it getting it to work.

Rally SDK 2 - Given a story A and a story B, how can I say that B is a successor of A thanks to Javascript API?

I'm using the Rally SDK 2 to manipulate user stories from Javascript in a "Custom HTML" application.
I can query a story and retrieve its attributes.
I can update some of the attributes, like the Name of the Iteration for instance.
How can I add a successor to my story?
If I understand well, I should edit the "/HierarchicalRequirement/.../Successors" of my story, but I don't understand how to do that.
Would someone have an example, please?
Unfortunately, I don't have an exact example you can use, but the successors (or predecessors) are 'collections'. As such, you need to 'add' to the collection. There is an explanation of some of this here: https://docs.ca.com/ca-agile-central/saas/apps/2.1/doc/#!/guide/collections_in_v2
Built into the model for the artefact are routines to handle all the details. If you want more details, then you can download the sdk-debug.js file from the Rally server. To get to it, open up the developer tools in your browser and have a look where a custom app would get the sdk.js file from. The debug variant is formatted for humans to read and a very useful source of how to do things at the low levels. The definition of Rally.data.wsapi.ModelFactory has some good tips.
One of the recommendations I make to people starting out writing custom apps, is to use the developer tools in the browser to watch the network traffic that the Rally UI makes - and then work backwards to code.

Accessing quizzes and turnitin.com dropboxes with valence

I am trying to collect some information on the usage of quizzes and turnitin.com enabled dropboxes for specific courses within the d2l database. All I really need is a way to tell via valence whether or not a course offering has a turnitin.com enabled dropbox and/or a quiz associated with it, though other useful information would be nice as well. Is there a way to do this with valence? I should note that I am aware of how to access a list of standard dropboxes, but I cannot seem to find how to tell if that particular dropbox is turnitin.com enabled. I have no starting point for quizzes. I appreciate your help, and please let me know if I can clarify anything. Thank you.
There is no current way to identify, through Valence, a TurnItIn enabled Dropbox. Our TurnItIn integration is an extension available to customers who have the appropriate TurnItIn licensing. Because we cannot assume it is in place, we cannot expose this data through Valence. I am not sure if this information would be available through TurnItIn API's.
In regards to Quizzes, today we don't have Quiz data exposed through Valence. One option for you, which isn't perfect, would be to parse through Content Topics looking for Quicklinks which contain a reference type of quiz. This would provide you with a list of how many quizzes are linked into the course's content experience.

How to make iOS client synchronize craigslist-like data

I'm curious what would be the best approach for synchronizing data found on a website like craigslist where an API is not available.
Let's say you have already downloaded a set of posts. When you want to update the posts, what is the best way to compare what you already have with what is there, and then determine which ones are new to download and which ones should be deleted because they no longer exist on the server?
Please note my question isn't specific to craigslist, as this is just an example. I'm interested in general principles/techniques with specific regards to iOS.

Resume parser in Ruby/(Rails Plugin/Gem)

Is there any ruby gem/ rails plugin available for parsing the resume and importing that information into an object/form ?
I may be wrong, but I don't think you'll find anything completely automated to do this, because a résumé (or CV) can be structured in so many different ways and can contain very different types of data. Any completely automated solution is likely to have accuracy problems, since it is technically a difficult problem to solve.
You may find this answer useful.
Here are some other suggestions that might help :-
Require a user to enter their details into a form on your website instead of uploading a Word document. You'll then be able to explicitly ask for the data you want and you'll be able to store the data in a structure that suits you. However, this may be too much of a barrier to entry for your users.
Allow a user to submit the URL of their résumé published using the hResume microformat. Sites like LinkedIn already publish résumés in this format. There is a Ruby gem mofo which can parse microformats including hResumes. However, not all users will have an on-line résumé like this.

Resources