BioComputingUP / IDP-KG

Scripts and notebooks for generating and analysing the IDP-KG.
https://biocomputingup.github.io/IDP-KG/
Apache License 2.0
0 stars 2 forks source link

Metadata page including HCLS stats #21

Closed AlasdairGray closed 2 years ago

AlasdairGray commented 3 years ago

Use a script to execute the HCLS queries in order and generate a static page containing the results.

Before the result of each query, put the query description.

Generated page should be compatible with GitHub pages and include version metadata about the IDP-KG (I'm thinking we'll have a new page when we have a new version).

We don't want the page dynamically generated as the purpose is to provide the statistics without impacting the SPARQL endpoint.

AlasdairGray commented 3 years ago

Related to #14

AlasdairGray commented 3 years ago

@ImranAsif48 I've created pages about two versions of the KG. Can you add the basic HCLS stats about each of them as Markdown tables with suitable headings?

ImranAsif48 commented 3 years ago

@AlasdairGray Yes I can do it. Where can I find the stats?

ImranAsif48 commented 3 years ago

@AlasdairGray I need to execute the queries from the https://github.com/AlasdairGray/IDP-KG/tree/main/queries/hcls-stats folder and make the table in GitHub Page (https://alasdairgray.github.io/IDP-KG/versions/idp-kg_2021-09-28).

Did I get it right?

AlasdairGray commented 3 years ago

We're looking to have something like this Bio2RDF ChEMBL page. For now, I think it would suffice to have the Basic Metrics and the Types count. This should be done for both versions.

You'll need to put the data into the corresponding md file after the final ---.

ImranAsif48 commented 3 years ago

@AlasdairGray I added the stats on the both versions. Please check it.

Thanks