diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 7129188428..61bc2b593a 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -17,6 +17,7 @@ This code of conduct applies to all spaces provided by the OpenSource project in * Publishing private information, such as physical or electronic address, without permission; * Other conduct which could reasonably be considered inappropriate in a professional setting; * Advocating for or encouraging any of the above behaviors. -* Enforcement and Reporting Code of Conduct Issues: + +**Enforcement and Reporting Code of Conduct Issues:** -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported. [Contact us](mailto:opensource-codeofconduct@amazon.com). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. \ No newline at end of file +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported. [Contact us](mailto:opensource-codeofconduct@amazon.com). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. diff --git a/_sass/_redesign-conference.scss b/_sass/_redesign-conference.scss index 6e48ad6e9b..0c1c72c473 100644 --- a/_sass/_redesign-conference.scss +++ b/_sass/_redesign-conference.scss @@ -347,7 +347,7 @@ $content-panel-expand-breakpoint: 834px; } > .speaker-session--speaker-cards--card--content { max-width: 380px; - padding-left: 20px; + padding-left: 15px; @media screen and (max-width: 380px) { padding-left: 5px; } diff --git a/_speaker_sessions/jhandler_session.md b/_speaker_sessions/jhandler_session.md new file mode 100644 index 0000000000..6ec2d89d8d --- /dev/null +++ b/_speaker_sessions/jhandler_session.md @@ -0,0 +1,15 @@ +--- +speaker_name: 'jhandler' +speaker_name_full: 'Jon Handler' +speaker_talk_title: 'End-to-End Relevance' +primary_title: 'End-to-End Relevance' +title: 'OpenSearchCon 2023 Session: Jon Handler' +session_track: 'Search' +session_time: '2023-09-27 - 9:50am-10:30am' +session_room: 'Redwood' +presenters: + - jhandler +permalink: '/events/opensearchcon/sessions/end-to-end-relevance.html' +--- + +Search engines give their users an almost-magical way to go from their goals to the information that meets those goals. When the items retrieved match the user's intent, then we say that they are relevant for that user and that query. "Relevance" spans much more than just the function used to rank the search results. Retrieving relevant results includes the presence of the data in the catalog, the way the data is analyzed, the methods used to augment and send the user's query, going beyond text to vector representation, feeding back user behavior, and of course, the ranking function. In this session, we'll take a broad look at how to use OpenSearch ensure that your users find the information that they need to get to where they are going, find the product they want to buy, or retrieve the data they need to solve a problem.