|
@@ -1,6 +1,7 @@
|
|
|
+++
|
|
|
title = "Mobile visual clothing search"
|
|
|
date = 2013-07-01T00:00:00
|
|
|
+draft = false
|
|
|
|
|
|
# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
|
|
authors = ["GA Cushen", "MS Nixon"]
|
|
@@ -8,12 +9,12 @@ authors = ["GA Cushen", "MS Nixon"]
|
|
|
# Publication type.
|
|
|
# Legend:
|
|
|
# 0 = Uncategorized
|
|
|
-# 1 = Conference proceedings
|
|
|
-# 2 = Journal
|
|
|
-# 3 = Work in progress
|
|
|
-# 4 = Technical report
|
|
|
+# 1 = Conference paper
|
|
|
+# 2 = Journal article
|
|
|
+# 3 = Manuscript
|
|
|
+# 4 = Report
|
|
|
# 5 = Book
|
|
|
-# 6 = Book chapter
|
|
|
+# 6 = Book section
|
|
|
publication_types = ["1"]
|
|
|
|
|
|
# Publication name and optional abbreviated version.
|
|
@@ -32,10 +33,15 @@ selected = true
|
|
|
|
|
|
# Projects (optional).
|
|
|
# Associate this publication with one or more of your projects.
|
|
|
-# Simply enter the filename of your project in `content/project/`.
|
|
|
+# Simply enter your project's filename without extension.
|
|
|
+# E.g. `projects = ["deep-learning"]` references `content/project/deep-learning.md`.
|
|
|
# Otherwise, set `projects = []`.
|
|
|
projects = ["example-external-project.md"]
|
|
|
|
|
|
+# Tags (optional).
|
|
|
+# Set `tags = []` for no tags, or use the form `tags = ["A Tag", "Another Tag"]` for one or more tags.
|
|
|
+tags = []
|
|
|
+
|
|
|
# Links (optional).
|
|
|
url_pdf = "http://eprints.soton.ac.uk/352095/1/Cushen-IMV2013.pdf"
|
|
|
url_preprint = "http://eprints.soton.ac.uk/352095/1/Cushen-IMV2013.pdf"
|
|
@@ -51,10 +57,10 @@ url_source = "#"
|
|
|
# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
|
|
|
url_custom = [{name = "Custom Link", url = "http://example.org"}]
|
|
|
|
|
|
-# Does the content use math formatting?
|
|
|
+# Does this page contain LaTeX math? (true/false)
|
|
|
math = true
|
|
|
|
|
|
-# Does the content use source code highlighting?
|
|
|
+# Does this page require source code highlighting? (true/false)
|
|
|
highlight = true
|
|
|
|
|
|
# Featured image
|