Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [open-regulatory-compliance] Annotation and comments for official doc

Hi all,

Here's the output of the parser: https://gitlab.eclipse.org/eclipse-wg/open-regulatory-compliance-wg/cra-topics/-/blob/main/cra.md

The code is here: https://gitlab.eclipse.org/eclipse-wg/open-regulatory-compliance-wg/cra-topics/-/blob/main/scripts/cra.js

The initial idea was to simplify referencing specific parts of the text, e.g.: open-source software stewards are defined in Article 3(14) in https://gitlab.eclipse.org/eclipse-wg/open-regulatory-compliance-wg/cra-topics/-/blob/main/cra.md#cra-article-3-14. Unfortunately, GitLab partially breaks how the browser handles URL fragments, so this won't work. We'll have to use a static website generator to make this work.

--tobie

On Tue, Jul 9, 2024 at 11:19 AM Khaleesi via open-regulatory-compliance <open-regulatory-compliance@xxxxxxxxxxx> wrote:
Hi all,
I haven’t joint any calls recently, but the idea and the parser sounds great - would love to have a look.
What would be really helpful in the long run would be the possibility to parse amendments as well as changes in documents properly or at least annotate them in a way that is not staring at a three row messy document. This would be applicable for especially working on files in process.

Happy to participate in a technical manner.

khaleesi

> On 9. Jul 2024, at 10:47, Hendrik Ebbers via open-regulatory-compliance <open-regulatory-compliance@xxxxxxxxxxx> wrote:
>
> Hi all,
>
> yesterday, during office hours, Tobie shared his Markdown parser of the legal EU document with us. Based on that, we had a more extended discussion about how to use that tooling and outcome to comment on and annotate the legal document. I want to share my thoughts on that topic as a base for future discussions:
>
> - I like to have a markdown version of the document. From my point of view, markdown provides all the functionalities and features needed to create a good representation of the content as a base to work with.
> - Since several paragraphs are pretty complex, I would like to extend the parser to create the markdown in multiple languages. That would allow us to switch between languages quickly.
> - As mentioned yesterday, I assume it will be a good idea to create 1 markdown file per article. Doing so will make it easier to add annotations and comments (per article). We could create to each article a comments markdown file (article_11.md, article_11.de.md, article_11.es.md, article_11_comments.md). An automatic build can make 1 large markdown (or HTML) per language from all files. The content of the comments markdown could be put in a blockquote (> in markdown syntax) by the generator. We could do the same for annotations and tags (article_11_annotations.md). Here, we could use a list, blockquote, or any other markdown syntax for the annotations. I attached a super simple illustration that shows how it could look like.
> - I would like to add annotations and comments using pull requests. By doing so, a discussion between the WG members can happen in the PRs, and the outcome added to the document won’t be a long discussion but more of a comment from the entire group.
> - Have you already discussed moving to GitHub instead of using Eclipse GitLab? By using GitHub, we would reach out to way more people.
>
> Hendrik
>
>
> <comments.png>
> <comments.png>
>
>
> _______________________________________________
> open-regulatory-compliance mailing list
> open-regulatory-compliance@xxxxxxxxxxx
> To unsubscribe from this list, visit https://accounts.eclipse.org

_______________________________________________
open-regulatory-compliance mailing list
open-regulatory-compliance@xxxxxxxxxxx
To unsubscribe from this list, visit https://accounts.eclipse.org

Back to the top