Tweak Your CMDI Forms to the Max
This is the home of CCF (CLARIAH CMDI Forms). CCF creates a form in your browser to create or update (meta)data records. These forms are based on the Component Metadata profiles. However, often these profiles don't contain enough information to create an end user friendly form. To overcome this CCF supports various tweaks, many based on features which have become available in CMDI 1.2. CCF is implemented using Python and JavaScript.
🚧 CLARIAH CMDI Forms is under construction 🚧
You can already try out this beta version, but please check back to see new features and documentation appear here! And feel free to contact us with any questions by opening an issue!
You can use Docker to quickly build and run the application:
docker run -p 1210:1210 --name=ccf --rm -it ghcr.io/knaw-huc/service-huc-editor:2.0-RC1
curl -v -X PUT -H 'Authorization: Bearer foobar' http://localhost:1210/app/HelloWorld
Now visit http://localhost:1210/app/HelloWorld in your browser. See https://github.com/knaw-huc/service-huc-editor how to roll your own!
- HuC Editor API Services (Python)
- KNAW HuC Generic Editor (JavaScript)
- M. Windhouwer. The HuC CMDI editor: What is new? Demonstration at the CLARIN Annual Conference, Barcelona, Spain, October 16, 2024.
- R. Zeeman, M. Windhouwer. Tweak Your CMDI Forms to the Max. Demonstration at the CLARIAH Toogdag, Hilversum, The Netherlands, April 5, 2019.
- R. Zeeman, M. Windhouwer. Tweak Your CMDI Forms to the Max. Presented at the CLARIN Annual Conference, Pisa, Italy, October 8-10, 2018.
- R. Zeeman, M. Windhouwer. Component Metadata & TLA-FLAT. Demonstration at the CLARIAH Toogdag. The Hague, The Netherlands, March 9, 2018.