Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/assets/img/UFIFASlogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 15 additions & 4 deletions src/components/layouts/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<!-- <a href="/">Privacy Policy</a>-->
<!-- </div>-->
<div class="level-item">
<a href="https://breedinginsight.atlassian.net/wiki/spaces/LH/pages/1680179235/DeltaBreed+User+Manual">User Manual</a>
<a href="https://breedinginsight.org/docs-category/deltabreed">User Manual</a>
</div>
<div class="level-item">
<a href="https://breedinginsight.org/contact-us/">Contact Us</a>
Expand All @@ -55,12 +55,16 @@
<p class="has-text-right is-hidden-touch">
<strong>&copy; {{copyrightYear}} Breeding Insight</strong>
<br>
Funded by the USDA through Cornell University
Funded by the USDA through University of Florida/IFAS
<br>
Formerly funded through Cornell University
</p>
<p class="has-text-centered is-hidden-desktop">
<strong>&copy; {{copyrightYear}} Breeding Insight</strong>
<br>
Funded by the USDA through Cornell University
Funded by the USDA through University of Florida/IFAS
<br>
Formerly funded through Cornell University
</p>
</div>
<div class="level-item">
Expand All @@ -70,6 +74,13 @@
width="75"
>
</div>
<div class="level-item">
<img
src="../../assets/img/UFIFASlogo.svg"
alt="University of Florida IFAS Logo"
width="120"
>
</div>
<div class="level-item">
<img
src="../../assets/img/cornell_seal.svg"
Expand Down Expand Up @@ -125,4 +136,4 @@ export default class Footer extends Vue {
}
}

</script>
</script>
2 changes: 1 addition & 1 deletion src/views/import/ImportExperiment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<template v-slot:importInfoTemplateMessageBox>
<ImportInfoTemplateMessageBox v-bind:import-type-name="'Experiments & Observations'"
v-bind:template-url="'https://cornell.box.com/shared/static/x53n1x8fhccgij8hroel0zuz3y4l31iu.xls'"
v-bind:template-url="'https://www.dropbox.com/scl/fi/5abbq8cxuxwepstlr3www/Experimental_Template_V08.xls?rlkey=ny3zavzqv4jyu0bl95hnpi7fz&st=3002jr3s&dl=1'"
class="mb-5">
<strong>Before You Import...</strong>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/views/import/ImportGermplasm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<template v-slot:importInfoTemplateMessageBox>
<ImportInfoTemplateMessageBox v-bind:import-type-name="'Germplasm'"
v-bind:template-url="'https://cornell.box.com/shared/static/qr9raqf70xcotoa7747dybxgjdunt7o0.xls'"
v-bind:template-url="'https://www.dropbox.com/scl/fi/sezsc80x7vxaeor7i8vvn/bi_germplasm_import_template_v11.xls?rlkey=91gf971xi293zqn2x7ago1223&st=46nu0kte&dl=1'"
class="mb-5">
<strong>Before You Import...</strong>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/views/import/ImportSample.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
>
<template v-slot:importInfoTemplateMessageBox>
<ImportInfoTemplateMessageBox v-bind:import-type-name="'Sample Submission'"
v-bind:template-url="'https://cornell.box.com/shared/static/yketd2s1353g62p0psem64w0awob5toz.xls'"
v-bind:template-url="'https://www.dropbox.com/scl/fi/dv7k2nfw9fiap51z55eis/bi_sample_submission_template_v01.xls?rlkey=pfhc9fotcvtlwzm0wlaft8m43&st=u9foa80i&dl=1'"
class="mb-5">
<strong>Before You Import...</strong>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/views/trait/TraitsImport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default class TraitsImport extends ProgramsBase {
private showAbortModal = false;

private yesAbortId: string = "traitsimport-yes-abort";
private templateUrl: string = "https://cornell.box.com/shared/static/pgi6ncysrdnxkb3sbk2bijmemcqqrygd.xls";
private templateUrl: string = "https://www.dropbox.com/scl/fi/9br4l35yrjlud9gz32yo9/bi_ontology_template_v16_2024-10-31.xls?rlkey=znr3ogzmv7i1k703lk91oh3xc&st=l2c13czs&dl=1";

private confirmImportState: DataFormEventBusHandler = new DataFormEventBusHandler();

Expand Down