Update documentation to describe dedup profile v4 #70

Merged
claudio.atzori merged 9 commits from dedup_v4 into main 2024-02-21 10:55:52 +01:00
No description provided.
giambattista.bloisi added 3 commits 2024-02-12 09:54:11 +01:00
giambattista.bloisi requested review from claudio.atzori 2024-02-12 09:54:19 +01:00
michele.debonis was assigned by giambattista.bloisi 2024-02-12 09:54:30 +01:00
giambattista.bloisi self-assigned this 2024-02-12 09:55:43 +01:00
claudio.atzori requested changes 2024-02-12 14:08:22 +01:00
claudio.atzori left a comment
Owner

Running the compilation command on my laptop

npm run build

results in the following error

SyntaxError: /Users/claudio/workspace/git/openaire-graph-docs/docs/graph-production-workflow/deduplication/research-products.md: Expected corresponding JSX closing tag for <br>. (60:0)
  58 | titled ``Search for the Standard Model Higgs Boson``
  59 | becomes the two keys ``21-0-seaardmod`` and ``21-0-rchstadel``
> 60 | </li>
     | ^
  61 | </ul>
  62 | <h3 {...{"id":"duplicates-identification-pair-wise-comparisons"}}>{`Duplicates identification (pair-wise comparisons)`}</h3>
  63 | <p>{`Comparisons in a block are performed using a `}<em parentName="p">{`sliding window`}</em>{` set to 50 records.
[ERROR] Client bundle compiled with errors therefore further build is impossible.

I'm using

❯ npm --version
8.19.2
❯ npm list | grep docusaurus
├── @docusaurus/core@2.2.0
├── @docusaurus/module-type-aliases@2.2.0
├── @docusaurus/preset-classic@2.2.0
├── @easyops-cn/docusaurus-search-local@0.33.6
├── docusaurus-plugin-matomo@0.0.6
Running the compilation command on my laptop ```npm run build``` results in the following error ``` SyntaxError: /Users/claudio/workspace/git/openaire-graph-docs/docs/graph-production-workflow/deduplication/research-products.md: Expected corresponding JSX closing tag for <br>. (60:0) 58 | titled ``Search for the Standard Model Higgs Boson`` 59 | becomes the two keys ``21-0-seaardmod`` and ``21-0-rchstadel`` > 60 | </li> | ^ 61 | </ul> 62 | <h3 {...{"id":"duplicates-identification-pair-wise-comparisons"}}>{`Duplicates identification (pair-wise comparisons)`}</h3> 63 | <p>{`Comparisons in a block are performed using a `}<em parentName="p">{`sliding window`}</em>{` set to 50 records. [ERROR] Client bundle compiled with errors therefore further build is impossible. ``` I'm using ``` ❯ npm --version 8.19.2 ❯ npm list | grep docusaurus ├── @docusaurus/core@2.2.0 ├── @docusaurus/module-type-aliases@2.2.0 ├── @docusaurus/preset-classic@2.2.0 ├── @easyops-cn/docusaurus-search-local@0.33.6 ├── docusaurus-plugin-matomo@0.0.6 ```

Running the compilation command on my laptop

npm run build

results in the following error

As a general rule, remember to run that command before pushing changes to the remote repository.

> Running the compilation command on my laptop > > ```npm run build``` > > results in the following error As a general rule, remember to run that command before pushing changes to the remote repository.
giambattista.bloisi added 1 commit 2024-02-14 09:43:47 +01:00
giambattista.bloisi requested review from claudio.atzori 2024-02-14 09:51:01 +01:00
claudio.atzori added 3 commits 2024-02-19 12:19:24 +01:00
claudio.atzori added 1 commit 2024-02-21 10:53:25 +01:00
claudio.atzori added 1 commit 2024-02-21 10:55:48 +01:00
claudio.atzori merged commit 48250cc47a into main 2024-02-21 10:55:52 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/openaire-graph-docs#70
No description provided.