Skip to content

Commit

Permalink
Rename "Dataset Hub" to "Data Hub"
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Jun 7, 2024
1 parent 189d602 commit d62db04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dl4se-website/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><%= htmlWebpackPlugin.options.title %></title>
<meta charset="UTF-8" />
<meta name="author" content="Ozren Dabić" />
<meta name="description" content="SEART Dataset Hub, SEART, Software Institute (SI), USI" />
<meta name="description" content="SEART Data Hub, SEART, Software Institute (SI), USI" />
<meta name="keywords" content="github, sampling, open source, open source projects, mining software repositories, dataset generation, open source code analysis, code completion, deep learning model, large language model, model training, pre-training, fine-tuning" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" />
<meta name="theme-color" content="#f8f9fa" />
Expand Down
2 changes: 1 addition & 1 deletion dl4se-website/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</b-row>
<b-row align-h="center">
<b-col cols="auto">
<div v-aos.once="{ animation: 'fade', duration: 1000, delay: 1000 }" class="tagline">Dataset Hub</div>
<div v-aos.once="{ animation: 'fade', duration: 1000, delay: 1000 }" class="tagline">Data Hub</div>
</b-col>
</b-row>
<b-row align-h="center">
Expand Down
2 changes: 1 addition & 1 deletion dl4se-website/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = defineConfig({
entry: "src/main.js",
template: "public/index.html",
filename: "index.html",
title: "SEART Dataset Hub",
title: "SEART Data Hub",
chunks: ["chunk-vendors", "chunk-common", "index"],
},
},
Expand Down

0 comments on commit d62db04

Please sign in to comment.