Преглед изворни кода

refactor: consolidate and simplify compact views

- Update demo
- Fix archetype

See #918
George Cushen пре 6 година
родитељ
комит
fe52f6b55e

+ 1 - 1
archetypes/publication/index.md

@@ -24,7 +24,7 @@ publication_short = ""
 abstract = ""
 
 # Summary. An optional shortened abstract.
-abstract_short = ""
+summary = ""
 
 # Digital Object Identifier (DOI)
 doi = ""

+ 11 - 10
exampleSite/content/publication/clothing-search/index.md

@@ -1,7 +1,6 @@
 +++
 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"]
@@ -21,13 +20,22 @@ publication_types = ["1"]
 publication = "In *International Conference on Multimedia and Expo Workshops (ICMEW)*, IEEE."
 publication_short = "In *ICMEW*"
 
-# Abstract and optional shortened version.
+# Abstract.
 abstract = "We present a mobile visual clothing search system whereby a smart phone user can either choose a social networking photo or take a new photo of a person wearing clothing of interest and search for similar clothing in a retail database. From the query image, the person is detected, clothing is segmented, and clothing features are extracted and quantized. The information is sent from the phone client to a server, where the feature vector of the query image is used to retrieve similar clothing products from online databases. The phone's GPS location is used to re-rank results by retail store location. State of the art work focuses primarily on the recognition of a diverse range of clothing offline and pays little attention to practical applications. Evaluated on a challenging dataset, the system is relatively fast and achieves promising results."
-abstract_short = "A mobile visual clothing search system is presented whereby a smart phone user can either choose a social networking image or capture a new photo of a person wearing clothing of interest and search for similar clothing in a large cloud-based ecommerce database. The phone's GPS location is used to re-rank results by retail store location, to inform the user of local stores where similar clothing items can be tried on."
+
+# Summary. An optional shortened abstract.
+summary = "A mobile visual clothing search system is presented whereby a smart phone user can either choose a social networking image or capture a new photo of a person wearing clothing of interest and search for similar clothing in a large cloud-based ecommerce database. The phone's GPS location is used to re-rank results by retail store location, to inform the user of local stores where similar clothing items can be tried on."
+
+# Digital Object Identifier (DOI)
+doi = ""
 
 # Is this a featured publication? (true/false)
 featured = true
 
+# Tags (optional).
+#   Set `tags = []` for no tags, or use the form `tags = ["A Tag", "Another Tag"]` for one or more tags.
+tags = []
+
 # Projects (optional).
 #   Associate this publication with one or more of your projects.
 #   Simply enter your project's folder or file name without extension.
@@ -36,10 +44,6 @@ featured = true
 #   Otherwise, set `projects = []`.
 projects = ["internal-project"]
 
-# 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"
@@ -55,9 +59,6 @@ url_source = "#"
 #   Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
 url_custom = [{name = "Custom Link", url = "http://example.org"}]
 
-# Digital Object Identifier (DOI)
-doi = ""
-
 # Does this page contain LaTeX math? (true/false)
 math = true
 

+ 11 - 10
exampleSite/content/publication/person-re-id/index.md

@@ -1,7 +1,6 @@
 +++
 title = "A Person Re-Identification System For Mobile Devices"
 date = 2015-09-01T00:00:00
-draft = false
 
 # Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
 authors = ["GA Cushen"]
@@ -21,13 +20,22 @@ publication_types = ["2"]
 publication = "In *Signal Image Technology & Internet Systems (SITIS)*, IEEE."
 publication_short = "In *SITIS*"
 
-# Abstract and optional shortened version.
+# Abstract.
 abstract = "Person re-identification is a critical security task for recognizing a person across spatially disjoint sensors. Previous work can be computationally intensive and is mainly based on low-level cues extracted from RGB data and implemented on a PC for a fixed sensor network (such as traditional CCTV). We present a practical and efficient framework for mobile devices (such as smart phones and robots) where high-level semantic soft biometrics are extracted from RGB and depth data. By combining these cues, our approach attempts to provide robustness to noise, illumination, and minor variations in clothing. This mobile approach may be particularly useful for the identification of persons in areas ill-served by fixed sensors or for tasks where the sensor position and direction need to dynamically adapt to a target. Results on the BIWI dataset are preliminary but encouraging. Further evaluation and demonstration of the system will be available on our website."
-abstract_short = ""
+
+# Summary. An optional shortened abstract.
+summary = ""
+
+# Digital Object Identifier (DOI)
+doi = ""
 
 # Is this a featured publication? (true/false)
 featured = false
 
+# Tags (optional).
+#   Set `tags = []` for no tags, or use the form `tags = ["A Tag", "Another Tag"]` for one or more tags.
+tags = []
+
 # Projects (optional).
 #   Associate this publication with one or more of your projects.
 #   Simply enter your project's folder or file name without extension.
@@ -44,10 +52,6 @@ projects = []
 #   Otherwise, set `slides = ""`.
 slides = "example-slides"
 
-# 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://arxiv.org/pdf/1512.04133v1"
 url_preprint = ""
@@ -63,9 +67,6 @@ url_source = ""
 #   Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
 # url_custom = [{name = "Custom Link", url = "http://example.org"}]
 
-# Digital Object Identifier (DOI)
-doi = ""
-
 # Does this page contain LaTeX math? (true/false)
 math = true