Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Merge requests
!23
Resolve "Document zotero process"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Document zotero process"
document-zotero-process
into
dev
Overview
4
Commits
11
Pipelines
23
Changes
8
Merged
Remi PLANEL
requested to merge
document-zotero-process
into
dev
1 year ago
Overview
4
Commits
11
Pipelines
23
Changes
8
Expand
References
#147 (closed)
put the json in
public
Add some doc
How to use references in the wiki pages : ongoing, see issue
#124 (closed)
How the zotero file is generated
How can we update it
How can someone external update it ?
Edited
1 year ago
by
Remi PLANEL
0
0
Merge request reports
Compare
dev
version 10
09ea61b6
1 year ago
version 9
b0260d81
1 year ago
version 8
b239ef46
1 year ago
version 7
592dd5b4
1 year ago
version 6
f681f4be
1 year ago
version 5
96dd2492
1 year ago
version 4
e240d5c3
1 year ago
version 3
4312da3c
1 year ago
version 2
9a27b36a
1 year ago
version 1
f3fc1755
1 year ago
dev (base)
and
latest version
latest version
2ed40eb3
11 commits,
1 year ago
version 10
09ea61b6
10 commits,
1 year ago
version 9
b0260d81
9 commits,
1 year ago
version 8
b239ef46
8 commits,
1 year ago
version 7
592dd5b4
7 commits,
1 year ago
version 6
f681f4be
6 commits,
1 year ago
version 5
96dd2492
5 commits,
1 year ago
version 4
e240d5c3
4 commits,
1 year ago
version 3
4312da3c
3 commits,
1 year ago
version 2
9a27b36a
2 commits,
1 year ago
version 1
f3fc1755
1 commit,
1 year ago
8 files
+
5438
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
components/content/ArticleDoi.vue
+
2
−
2
Options
@@ -19,10 +19,10 @@ const { mobile } = useDisplay();
const
show
=
ref
(
false
);
const
articleTitle
=
computed
(()
=>
{
return
props
?.
title
??
article
.
value
?.
title
??
props
.
doi
;
return
props
?.
title
??
article
?
.
value
?.
title
??
props
.
doi
;
});
const
articleAbstract
=
computed
(()
=>
{
return
props
.
abstract
??
article
.
value
?.
abstract
;
return
props
.
abstract
??
article
?
.
value
?.
abstract
;
});
</
script
>
<
template
>
Loading