case-studies
folder and name your file with company or project name e.g., beam/website/www/site/content/en/case-studies/YOUR_CASE_STUDY_NAME.md
Case Studies Powered by Apache Beam
section. See Add case study card to the Apache Beam website homepageIf you have any questions about adding a case study, please send an email to dev@beam.apache.org with subject: [Beam Website] Add New Case Study.
Following properties determine how your case-study will looks on Apache Beam case studies listing and the case study page itself.
Field | Description |
---|---|
title | Case study title, usually 4-12 words |
name | Company or project name |
icon | Relative path to the company/project logo e.g. “/images/logos/powered-by/company_name.png” |
category | study for case studies |
cardTitle | Case study card title for Apache Beam case studies page |
cardDescription | Description for case studies page, usually 30-40 words |
authorName | Case study author |
coauthorName | Case study additional author, optional param |
authorPosition | Case study author role |
coauthorPosition | Case study additional author role, optional param |
authorImg | Relative path for case study author photo, e.g. “/images/case-study/company/authorImg.png” |
coauthorImg | Relative path for case study second author photo, e.g. “/images/case-study/company/authorImg.png”, optional param |
publishDate | Case study publish date for sorting at case studies, e.g. 2022-10-14T01:56:00+00:00 |
Other sections of the case study md template are organized to present the case study content.
ricardo.png
beam/website/www/site/static/images/case-study/company-name
folderbeam/website/www/site/static/images/case-study/company-name
folderbeam/website/www/site/static/images/case-study/company-name
folderTo add a new case study card to the Apache Beam website homepage, add the new case study entry to the quotes.yaml using the following format:
Field | Description |
---|---|
text | Homepage case study text, recommended up to 215 characters or so |
icon | Relative path to quotation marks logo, by default icons/quote-icon.svg |
logoUrl | Relative path for company/project logo, e.g. images/logos/powered-by/company_name.png |
linkUrl | Relative path to the case study web page, e.g., case-studies/YOUR_CASE_STUDY_NAME/index.html |
linkText | Link text, by default using Learn more |
Example:
text: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s. // recommendation to use no more than 215 symbols in the text icon: icons/quote-icon.svg logoUrl: images/logos/powered-by/company_name.png linkUrl: case-studies/YOUR_CASE_STUDY_NAME/index.html linkText: Learn more