https://github.com/aidalabdei/aidalabdei.github.io
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: aidaLabDEI
- Language: CSS
- Default Branch: main
- Size: 480 KB
Statistics
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Algorithms for Intelligent Data Analytics website
This repository hosts the sources for the AIDALab website.
The index.html file can be edited directly. Adding new publications is automated with the
update-papers.py script.
Updating the publications
Running python update-papers.py will query DBLP for the papers written by the members of the group.
The resulting information is integrated with papers listed in manual_pubs.json and used to update
the index.html file.
As part of normal operations no other actions are required, other than running the update-papers.py script.
Papers from Arxiv are not considered.
Adding papers that are not indexed by DBLP
To add a paper that is not listed in DBLP, one can add an entry to manual_pubs.json with the following format:
json
{
"authors": [
"First Author",
"Second Author"
],
"key": "a-unique-key-for-the-paper",
"title": "title of the paper",
"url": "url to retrieve the paper",
"venue": "Journal or conference",
"year": "year of publication"
},
After editing the file (which is indexed in git) one should run
python update-papers.py
to see the changes included in index.html
Adding paper authors
The list of people whose papers will be looked for in DBLP is at the beginning of the
update-papers.py script:
https://github.com/aidaLabDEI/aidaLabDEI.github.io/blob/1ad9ad9143e782bf19cf7187ec3113739ce71ba0/update-papers.py#L5-L16
To add new person, simply add a new entry following the same structure.
If someone leaves the group, we can modify the corresponding to_year entry, so that only papers that were
published while in the group are included in the website.
Owner
- Login: aidaLabDEI
- Kind: user
- Repositories: 1
- Profile: https://github.com/aidaLabDEI
GitHub Events
Total
- Push event: 8
- Pull request event: 2
- Fork event: 1
Last Year
- Push event: 8
- Pull request event: 2
- Fork event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: about 22 hours
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: about 22 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- CristianBold4 (2)