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
-
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.7%) to scientific vocabulary
Keywords
Repository
DBpedia Chatbot
Basic Info
- Host: GitHub
- Owner: dbpedia
- License: apache-2.0
- Language: Java
- Default Branch: master
- Homepage: https://chat.dbpedia.org
- Size: 587 KB
Statistics
- Stars: 103
- Watchers: 14
- Forks: 37
- Open Issues: 19
- Releases: 0
Topics
Metadata Files
README.md
DBpedia Chatbot
For more information about this project and GSoC Progress please refer to GSoC Wiki
Environment Configurations
When running locally or in development include the following configuration as a properties file in the src/main/resources folder.
In case you do not have a proper CouchDB instance or API keys please use the following dummy configuration file.
Please note that using the dummy configuration file can result in some features being unavailable since they may require the requisite API services.
```properties
admin.username =
chatbot.baseUrl =
chatbot.fb.appSecret =
cloudant.url =
tmdb.apiKey =
wolfram.apiKey =
Development Only Configurations
properties
spring.thymeleaf.cache = false
spring.devtools.livereload.enabled = true
logging.level.com.github.messenger4j = DEBUG
logging.level.com.github.messenger4j = <log-level>
Deployment
```sh $ mvn clean install
$PORT is the port number you want the server to run in for example 8080
$ java $JAVA_OPTS -Dserver.port=$PORT -jar target/*.jar ```
Development
sh
$ mvn spring-boot:run
$ node/node node_modules/.bin/webpack --env.NODE_ENV=dev --watch
Embed Code
Add the following snippet to the <head> section of the webpage where you want to embed the ChatBot.
```html ```
Citation
@inproceedings{ramngongausbeck2018,
address = {Republic and Canton of Geneva, Switzerland},
author = {Athreya, Ram G and Ngonga, Axel and Usbeck, Ricardo},
booktitle = {WWW '18 Companion: The 2018 Web Conference Companion, April 23--27, 2018, Lyon, France},
doi = {10.1145/3184558.3186964},
location = {Lyon, France},
numpages = {4},
publisher = {International World Wide Web Conferences Steering Committee},
title = {{Enhancing Community Interactions with Data-Driven Chatbots - The DBpedia Chatbot}},
url = {https://svn.aksw.org/papers/2018/WWW_dbpedia_chatbot/public.pdf},
year = 2018
}
Owner
- Name: DBpedia
- Login: dbpedia
- Kind: organization
- Email: dbpedia-discussion@lists.sourceforge.net
- Website: http://dbpedia.org
- Repositories: 119
- Profile: https://github.com/dbpedia
GitHub Events
Total
- Issues event: 10
- Watch event: 5
- Issue comment event: 19
- Push event: 3
- Pull request review event: 2
- Pull request event: 10
- Fork event: 5
Last Year
- Issues event: 10
- Watch event: 5
- Issue comment event: 19
- Push event: 3
- Pull request review event: 2
- Pull request event: 10
- Fork event: 5
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 7
- Total pull requests: 6
- Average time to close issues: over 3 years
- Average time to close pull requests: 3 months
- Total issue authors: 3
- Total pull request authors: 3
- Average comments per issue: 0.29
- Average comments per pull request: 0.83
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 6
- Pull requests: 5
- Average time to close issues: 1 minute
- Average time to close pull requests: 23 days
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 1.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- sathwikre (5)
- ram-g-athreya (1)
- tech0priyanshu (1)
Pull Request Authors
- madanhk18 (4)
- AKSuman733 (1)
- JLLeitschuh (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- com.clianz:cloudant-spring-boot-starter 0.9.5
- com.github.messenger4j:messenger4j 0.8.0
- com.github.seratch:jslack 1.0.11
- com.googlecode.junit-toolbox:junit-toolbox 1.5
- com.rivescript:rivescript-core 0.9.1
- com.wolfram:alpha 1.1
- javax.websocket:javax.websocket-api 1.1
- org.apache.httpcomponents:httpclient 4.5.3
- org.apache.jena:jena-arq 3.3.0
- org.codehaus.jackson:jackson-mapper-asl 1.9.13
- org.glassfish.tyrus.bundles:tyrus-standalone-client 1.13
- org.languagetool:language-en 3.8
- org.springframework.boot:spring-boot-devtools
- org.springframework.boot:spring-boot-starter-cache
- org.springframework.boot:spring-boot-starter-security
- org.springframework.boot:spring-boot-starter-thymeleaf
- junit:junit 4.12 test
- 552 dependencies
- babel-cli ^6.24.1
- babel-core ^6.24.1
- babel-loader ^7.0.0
- babel-preset-es2015 ^6.24.1
- babel-preset-react ^6.24.1
- bootstrap 3.3.7
- bootstrap-material-design 0.5.10
- css-loader ^0.28.1
- jquery 3.2.1
- less 2.7.2
- less-loader ^4.0.3
- react ^15.2.1
- react-dom ^15.2.1
- react-modal 2.0.7
- snackbarjs 1.1.0
- style-loader ^0.17.0
- webpack ^2.5.1
- java 8 build
- maven 3.3-jdk-8 build

