substance / texture

A visual editor for research.
MIT License
1k stars 85 forks source link

Add keywords support to Texture #475

Closed michael closed 6 years ago

michael commented 6 years ago

Group says:

michael commented 6 years ago

Spec proposal:

<kwd-group>
  <kwd content-type="author-keyword">optogenetics</kwd>
  <kwd content-type="author-keyword">two-photon</kwd>
  <kwd content-type="author-keyword">calcium imaging</kwd>
  <kwd content-type="research-organism">Mouse</kwd>
</kwd-group>

This model is equivalent to typed tags. We keep everything in a flat structure but allow the keyword to be member of a group. Using this model we can make Texture configurable to support journal- and subject-specific keywords.

michael commented 6 years ago

First version done, including category property and multiple languages.