Skip to content

Instantly share code, notes, and snippets.

View i7mist's full-sized avatar

Tianshi Li i7mist

View GitHub Profile
https://dl.acm.org/doi/10.1109/ICSE43902.2021.00147~~Seamless Variability Management With the Virtual Platform
https://dl.acm.org/doi/10.1109/ICSE43902.2021.00144~~Restoring Execution Environments of Jupyter Notebooks
https://dl.acm.org/doi/10.1109/ICSE43902.2021.00145~~PyART: Python API Recommendation in Real-Time
https://dl.acm.org/doi/10.1109/ICSE43902.2021.00146~~PyCG: Practical Call Graph Generation in Python
https://dl.acm.org/doi/10.1109/ICSE43902.2021.00095~~Extracting Rationale for Open Source Software Development Decisions: A Study of Python Email Archives
https://dl.acm.org/doi/10.1109/ICSE43902.2021.00088~~Identifying Key Features from App User Reviews
https://dl.acm.org/doi/10.1109/ICSE43902.2021.00089~~CHAMP: Characterizing Undesired App Behaviors from User Comments based on Market Policies
https://dl.acm.org/doi/10.1109/ICSE43902.2021.00090~~Prioritize Crowdsourced Test Reports via Deep Screenshot Understanding
https://dl.acm.org/doi/10.1109/ICSE43902.2021.00091~~It Takes Two to Tango: Combinin
https://dl.acm.org/doi/10.1145/3411764.3445542~~A Meta-Analysis of Human Personality and Robot Acceptance in Human-Robot Interaction
https://dl.acm.org/doi/10.1145/3411764.3445270~~IdeaBot: Investigating Social Facilitation in Human-Machine Team Creativity
https://dl.acm.org/doi/10.1145/3411764.3445366~~The Effects of System Interpretation Errors on Learning New Input Mechanisms
https://dl.acm.org/doi/10.1145/3411764.3445725~~Typing Efficiency and Suggestion Accuracy Influence the Benefits and Adoption of Word Suggestions
https://dl.acm.org/doi/10.1145/3411764.3445284~~People May Punish, But Not Blame Robots
https://dl.acm.org/doi/10.1145/3411764.3445495~~Drone in Love: Emotional Perception of Facial Expressions on Flying Robots
https://dl.acm.org/doi/10.1145/3411764.3445561~~Should Robots Blush?
https://dl.acm.org/doi/10.1145/3411764.3445770~~Programmable Smart Home Toolkits Should Better Address Households’ Social Needs
https://dl.acm.org/doi/10.1145/3411764.3445299~~Creepy Technology:What Is It and How Do
@i7mist
i7mist / xsi.xsd
Last active August 31, 2020 00:16
(2) privacy_ui_configs.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<xs:import namespace="http://www.w3.org/2001/XMLSchema-instance"/>
<xs:element name="privacy">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="hsDataGroup"/>
</xs:sequence>
<xs:attribute ref="xsi:noNamespaceSchemaLocation" use="required"/>
</xs:complexType>
@i7mist
i7mist / privacy_ui_configs.xsd
Last active August 31, 2020 00:50
privacy_ui_configs.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="privacy" type="privacyType"/>
<xs:simpleType name="jitNotificationFrequencyType">
<xs:restriction base="xs:string">
<xs:enumeration value="DO_NOT_SEND_NOTIFICATION"/>
<xs:enumeration value="SEND_NOTIFICATION_SILENTLY"/>
<xs:enumeration value="NOTIFICATION_POP_OUT_FIRST_TIME_ONLY"/>
<xs:enumeration value="NOTIFICATION_ALWAYS_POP_OUT"/>
</xs:restriction>
body {
font-size: 16px;
font-family: Helvetica;
background-color: aquamarine;
}
#instructors {
background-color: beige;
padding: 10px;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="PUI/SSUI Lab Week 1" />
<title>Week 1</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="shortcut icon" href="favicon.ico" />