-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
915 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
startalk.mikeylab.com |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# License information | ||
|
||
- I do not have the right to re-license the STARTALK logo, and am only allowed to use it in association with STARTALK. Therefore, this logo will not be subject to the GPLv3. | ||
- Bootstrap version 5.3.3, which is included in the repository in order to keep everything on the same origin, is Copyright 2011-2024 The Bootstrap Authors, and is [licensed under MIT](https://github.com/twbs/bootstrap/blob/main/LICENSE). Copyright information has also been maintained in the headers of appropriate Bootstrap files. | ||
- The rest of the repository, including the showcase site, individual project information and project code, is [licensed under the GPLv3](https://github.com/hieyou1/startalk-showcase/blob/main/LICENSE-GPL.txt) via permission granted from each project's respective owner. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# startalk-showcase | ||
|
||
This project is meant to showcase what the STARTALK students at Marquette University's Summer 2024 Chinese STARTALK Program have learned in their computer courses. Over the course of the past three weeks and in addition to Chinese language instruction, these students have been exposed to various STEM concepts such as 3D Modeling using Blender, Web Design using HTML and CSS, and Text Analysis in English and Chinese using R. | ||
|
||
To see the projects, [click here](https://startalk.mikeylab.com)! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"$ref": "#/definitions/Project", | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"definitions": { | ||
"Project": { | ||
"additionalProperties": false, | ||
"properties": { | ||
"$schema": { | ||
"type": "string" | ||
}, | ||
"projects": { | ||
"items": { | ||
"additionalProperties": false, | ||
"properties": { | ||
"author": { | ||
"additionalProperties": false, | ||
"properties": { | ||
"english": { | ||
"type": "string" | ||
}, | ||
"hanzi": { | ||
"type": "string" | ||
}, | ||
"pinyin": { | ||
"type": "string" | ||
} | ||
}, | ||
"required": [ | ||
"hanzi", | ||
"pinyin", | ||
"english" | ||
], | ||
"type": "object" | ||
}, | ||
"description": { | ||
"type": "string" | ||
}, | ||
"picture": { | ||
"type": "string" | ||
}, | ||
"title": { | ||
"type": "string" | ||
}, | ||
"type": { | ||
"enum": [ | ||
"web", | ||
"data" | ||
], | ||
"type": "string" | ||
}, | ||
"url": { | ||
"type": "string" | ||
} | ||
}, | ||
"required": [ | ||
"type", | ||
"title", | ||
"author", | ||
"url" | ||
], | ||
"type": "object" | ||
}, | ||
"type": "array" | ||
} | ||
}, | ||
"required": [ | ||
"projects" | ||
], | ||
"type": "object" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"$schema": "../project.schema.json", | ||
"projects": [ | ||
{ | ||
"picture": "https://avatars.githubusercontent.com/u/31020711?v=4", | ||
"title": "DATA OF White Snake", | ||
"description": "Bai She is a story of x, y, and z.", | ||
"author": { | ||
"hanzi": "李迈克", | ||
"pinyin": "Li Mai Ke", | ||
"english": "Mikey E" | ||
}, | ||
"url": "https://html-10316539.codehs.me/index.html", | ||
"type": "data" | ||
}, | ||
{ | ||
"title": "WEB OF White Snake", | ||
"author": { | ||
"hanzi": "李迈克", | ||
"pinyin": "Li Mai Ke", | ||
"english": "Mikey E" | ||
}, | ||
"url": "https://html-10316539.codehs.me/index.html", | ||
"type": "web" | ||
}, | ||
{ | ||
"picture": "https://avatars.githubusercontent.com/u/31020711?v=4", | ||
"title": "WEB OF White Snake", | ||
"author": { | ||
"hanzi": "李迈克", | ||
"pinyin": "Li Mai Ke", | ||
"english": "Mikey E" | ||
}, | ||
"url": "https://html-10316539.codehs.me/index.html", | ||
"type": "web" | ||
}, | ||
{ | ||
"picture": "https://avatars.githubusercontent.com/u/31020711?v=4", | ||
"title": "WEB OF White Snake", | ||
"description": "Bai She is a story of x, y, and z.", | ||
"author": { | ||
"hanzi": "李迈克", | ||
"pinyin": "Li Mai Ke", | ||
"english": "Mikey E" | ||
}, | ||
"url": "https://html-10316539.codehs.me/index.html", | ||
"type": "web" | ||
}, | ||
{ | ||
"picture": "https://avatars.githubusercontent.com/u/31020711?v=4", | ||
"title": "DATA OF White Snake", | ||
"description": "Bai She is a story of x, y, and z.", | ||
"author": { | ||
"hanzi": "李迈克", | ||
"pinyin": "Li Mai Ke", | ||
"english": "Mikey E" | ||
}, | ||
"url": "https://html-10316539.codehs.me/index.html", | ||
"type": "data" | ||
}, | ||
{ | ||
"picture": "https://avatars.githubusercontent.com/u/31020711?v=4", | ||
"title": "DATA OF White Snake", | ||
"description": "Bai She is a story of x, y, and z.", | ||
"author": { | ||
"hanzi": "李迈克", | ||
"pinyin": "Li Mai Ke", | ||
"english": "Mikey E" | ||
}, | ||
"url": "https://html-10316539.codehs.me/index.html", | ||
"type": "data" | ||
}, | ||
{ | ||
"picture": "https://avatars.githubusercontent.com/u/31020711?v=4", | ||
"title": "DATA OF White Snake", | ||
"description": "Bai She is a story of x, y, and z.", | ||
"author": { | ||
"hanzi": "李迈克", | ||
"pinyin": "Li Mai Ke", | ||
"english": "Mikey E" | ||
}, | ||
"url": "https://html-10316539.codehs.me/index.html", | ||
"type": "data" | ||
} | ||
] | ||
} |