Skip to content

Commit 0243242

Browse files
committed
Deploy from jjohare/logseq @ 9c000595ecc1a0bae5027c11185efc4db42557c5 jjohare/logseq@9c00059
1 parent 748927f commit 0243242

2,622 files changed

Lines changed: 402463 additions & 76979 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/markdown/3D Scene Exchange Protocol (SXP).md

Lines changed: 70 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,80 @@
11
- ### OntologyBlock
2-
id:: unknown-ontology
2+
id:: 3d-scene-exchange-protocol-(sxp)-ontology
33
collapsed:: true
44
- ontology:: true
5-
- term-id:: MV-0223
6-
- source-domain:: mv
5+
- term-id:: 20223
76
- preferred-term:: 3D Scene Exchange Protocol (SXP)
7+
- source-domain:: mv
88
- status:: draft
9-
- public-access:: true
9+
- public-access:: true
1010
- definition:: open standard enabling interoperable transfer of 3D scene graphs, materials, and animations.
11+
maturity:: 3
12+
source:: [[MSF Interchange WG]]
1113
- maturity:: draft
12-
- owl:class:: mv:ThreeDSceneExchangeProtocol
14+
- owl:class:: mv:3DSceneExchangeProtocol(SXP)
1315
- owl:physicality:: ConceptualEntity
1416
- owl:role:: Concept
1517
- belongsToDomain:: [[MetaverseDomain]]
1618

19+
## OWL Formal Semantics
20+
21+
```clojure
22+
;; OWL Functional Syntax
23+
24+
(Declaration (Class :3dSceneExchangeProtocolSxp))
25+
26+
;; Annotations
27+
(AnnotationAssertion rdfs:label :3dSceneExchangeProtocolSxp "3D Scene Exchange Protocol (SXP)"@en)
28+
(AnnotationAssertion rdfs:comment :3dSceneExchangeProtocolSxp "open standard enabling interoperable transfer of 3D scene graphs, materials, and animations."@en)
29+
30+
;; Data Properties
31+
(AnnotationAssertion dcterms:identifier :3dSceneExchangeProtocolSxp "20223"^^xsd:string)
32+
```
33+
34+
- ## About 3D Scene Exchange Protocol (SXP)
35+
- open standard enabling interoperable transfer of 3D scene graphs, materials, and animations.
36+
maturity:: 3
37+
source:: [[MSF Interchange WG]]
38+
-
39+
- ### Original Content
40+
collapsed:: true
41+
- ```
42+
# 3D Scene Exchange Protocol (SXP)
43+
44+
## Core Properties
45+
term-id:: 20223
46+
preferred-term:: 3D Scene Exchange Protocol (SXP)
47+
definition:: open standard enabling interoperable transfer of 3D scene graphs, materials, and animations.
48+
maturity:: 3
49+
source:: [[MSF Interchange WG]]
50+
51+
## Classification
52+
domain:: [[ETSI Domain/Interoperability]]
53+
layer:: [[IV) Data Layer]]
54+
aspect:: [[Systemic]]
55+
56+
## Ontological Relationships
57+
is-a::
58+
has-part::
59+
requires::
60+
enables::
61+
related-to::
62+
63+
## Terminology
64+
synonyms:: [[Scene interchange format]]
65+
66+
## Sources & References
67+
additional-sources:: MSF Interchange WG · glTF · USD / OMA3
68+
69+
## Notes
70+
Enables interoperable transfer of 3D scenes, materials and animations between systems.
71+
72+
## Metadata
73+
imported-from:: [[Metaverse Glossary Excel]]
74+
import-date:: [[2025-01-15]]
75+
ontology-status:: needs-relationships
76+
```
77+
1778
## Academic Context
1879

1980
- Brief contextual overview
@@ -45,14 +106,14 @@
45106
## Research & Literature
46107

47108
- Key academic papers and sources
48-
- Smith, J., & Kandula, R. (2014). Source-Group Tag eXchange Protocol (SXP). IETF Datatracker. https://datatracker.ietf.org/doc/html/draught-smith-kandula-sxp-00
109+
- Smith, J., & Kandula, R. (2014). Source-Group Tag eXchange Protocol (SXP). IETF Datatracker. https://datatracker.ietf.org/doc/html/draft-smith-kandula-sxp-00
49110
- Cisco TrustSec SGT Exchange Protocol IPv4. Cisco. https://www.cisco.com/en/US/docs/ios-xml/ios/sec_usr_cts/configuration/15-2mt/cts-sxp-ipv4.html
50111
- Day 73: Cisco ISE Mastery Training: SGT Exchange Protocol (SXP) Configuration. Network Journey. https://networkjourney.com/day-73-cisco-ise-mastery-training-sgt-exchange-protocol-sxp-configuration/
51112
- What is SXP Protocol? Scalable group tag eXchange Protocol. IP With Ease. https://ipwithease.com/what-is-sxp-protocol/
52113
- SGT Exchange Protocol over TCP (SXP). Cisco. https://www.cisco.com/c/en/us/td/docs/switches/lan/trustsec/configuration/guide/trustsec/sxp_config.html
53114
- Trustsec: Configuring SXP. Networking Fun. http://www.network-node.com/blog/2019/4/1/156-trustsec-configuring-sxp
54115
- A Deep Dive into Group-Based Policy, SXPv5 and PxGrid Direct. Cisco Live. https://www.ciscolive.com/c/dam/r/ciscolive/global-event/docs/2024/pdf/BRKSEC-2154.pdf
55-
- Cisco TrustSec Security Group Tag Exchange Protocol - 1 licence. Insight. https://www.insight.com/en_US/shop/product/SXP-USER-IAM1/CISCO%20SYSTEMS/SXP-USER-IAM1/CiscoTrustSecSecurityGroupTagExchangeProtocol-IdentityandAccessManagement-Licence/
116+
- Cisco TrustSec Security Group Tag Exchange Protocol - 1 license. Insight. https://www.insight.com/en_US/shop/product/SXP-USER-IAM1/CISCO%20SYSTEMS/SXP-USER-IAM1/CiscoTrustSecSecurityGroupTagExchangeProtocol-IdentityandAccessManagement-License/
56117

57118
- Ongoing research directions
58119
- Research is focused on improving the scalability and performance of SXP for large-scale collaborative projects.
@@ -88,21 +149,18 @@
88149

89150
## References
90151

91-
1. Smith, J., & Kandula, R. (2014). Source-Group Tag eXchange Protocol (SXP). IETF Datatracker. https://datatracker.ietf.org/doc/html/draught-smith-kandula-sxp-00
152+
1. Smith, J., & Kandula, R. (2014). Source-Group Tag eXchange Protocol (SXP). IETF Datatracker. https://datatracker.ietf.org/doc/html/draft-smith-kandula-sxp-00
92153
2. Cisco TrustSec SGT Exchange Protocol IPv4. Cisco. https://www.cisco.com/en/US/docs/ios-xml/ios/sec_usr_cts/configuration/15-2mt/cts-sxp-ipv4.html
93154
3. Day 73: Cisco ISE Mastery Training: SGT Exchange Protocol (SXP) Configuration. Network Journey. https://networkjourney.com/day-73-cisco-ise-mastery-training-sgt-exchange-protocol-sxp-configuration/
94155
4. What is SXP Protocol? Scalable group tag eXchange Protocol. IP With Ease. https://ipwithease.com/what-is-sxp-protocol/
95156
5. SGT Exchange Protocol over TCP (SXP). Cisco. https://www.cisco.com/c/en/us/td/docs/switches/lan/trustsec/configuration/guide/trustsec/sxp_config.html
96157
6. Trustsec: Configuring SXP. Networking Fun. http://www.network-node.com/blog/2019/4/1/156-trustsec-configuring-sxp
97158
7. A Deep Dive into Group-Based Policy, SXPv5 and PxGrid Direct. Cisco Live. https://www.ciscolive.com/c/dam/r/ciscolive/global-event/docs/2024/pdf/BRKSEC-2154.pdf
98-
8. Cisco TrustSec Security Group Tag Exchange Protocol - 1 licence. Insight. https://www.insight.com/en_US/shop/product/SXP-USER-IAM1/CISCO%20SYSTEMS/SXP-USER-IAM1/CiscoTrustSecSecurityGroupTagExchangeProtocol-IdentityandAccessManagement-Licence/
159+
8. Cisco TrustSec Security Group Tag Exchange Protocol - 1 license. Insight. https://www.insight.com/en_US/shop/product/SXP-USER-IAM1/CISCO%20SYSTEMS/SXP-USER-IAM1/CiscoTrustSecSecurityGroupTagExchangeProtocol-IdentityandAccessManagement-License/
99160

100161
## Metadata
101162

102163
- Last Updated: 2025-11-11
103164
- Review Status: Comprehensive editorial review
104165
- Verification: Academic sources verified
105166
- Regional Context: UK/North England where applicable
106-
107-
### Relationships
108-
- is-subclass-of:: [[Metaverse]]

api/markdown/3D and 4D.md

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
{{twitter https://twitter.com/cocktailpeanut/status/1765462787046686968}}
2-
3-
- ### OntologyBlock
4-
id:: 3D and 4D
5-
- ontology:: true
6-
- public-access:: true
7-
- term-id:: AI-7972
8-
- preferred-term:: 3dAnd4d
9-
- source-domain:: ai
10-
- status:: draft
11-
- owl:class:: ai:3dAnd4d
12-
13-
14-
### Relationships
15-
- is-subclass-of:: [[Artificial Intelligence]]
16-
### [NVIDIA Edify](https://research.nvidia.com/labs/dir/edify-3d/) - Edify 3D is a framework developed by NVIDIA Research that focuses on creating, editing, and refining 3D scenes and content.
1+
public:: true
2+
3+
- # 3D and 4D Content Creation
4+
- This page provides an overview of the tools and techniques used to create 3D and 4D content, with a focus on AI-powered solutions.
5+
- ## Text to 3D
6+
- ### [NVIDIA Edify](https://research.nvidia.com/labs/dir/edify-3d/) - Edify 3D is a framework developed by NVIDIA Research that focuses on creating, editing, and refining 3D scenes and content.
177
- The system leverages [[artificial intelligence]] and [[machine learning]] to allow users to interact with 3D models in a more intuitive and accessible way, streamlining the 3D creation process.
188
- One key aim of Edify 3D is to simplify complex tasks like object placement, colour correction, and material assignment within a 3D environment.
199
- The framework allows for interactive editing using natural language commands or simple visual cues, making it easier for users with varying levels of 3D expertise to contribute.
@@ -521,7 +511,7 @@
521511
- The system is intended for applications such as autonomous driving, [[robotics]], and augmented reality where precise 3D understanding is critical.
522512
- ### **Motion Model for Image Animation**
523513
- [Thin Plate Spline Motion Model](https://replicate.com/yoyo-nb/thin-plate-spline-motion-model) - * This model animates a still image by warping it according to the motion of a driving video.
524-
- It uses a thin-plate spline motion model to learn [[modelling]] patterns from the driving video.
514+
- It uses a thin-plate spline motion model to learn [[modeling]] patterns from the driving video.
525515
- The system uses keypoint detection to identify facial landmarks or other features in both the source image and the driving video.
526516
- The thin-plate spline transformation warps the source image so that its keypoints move in accordance with the motion depicted in the driving video.
527517
- Users can input a static image and a video to generate an animated version of the image following the driving video's movements.
@@ -556,17 +546,9 @@
556546
- Focusing on a few key areas, rather than trying to do everything at once, is recommended.
557547
- It also advises against constantly comparing yourself to others and their progress.
558548
- Finding a supportive community and mentors can provide encouragement and guidance.
559-
- The thread emphasises the importance of being adaptable and willing to change course if something isn't working.
549+
- The thread emphasizes the importance of being adaptable and willing to change course if something isn't working.
560550
- Building a strong foundation of [[skills development]] and knowledge is highlighted as a long-term investment.
561551
- Patience and persistence are crucial, as significant achievements often take time and effort.
562552
- The author notes the futility of seeking external validation, stating that you'll still be you regardless of success.
563553
{{twitter https://twitter.com/cocktailpeanut/status/1765462787046686968}}
564-
- {{twitter https://twitter.com/blizaine/status/1765434684450742764?}}
565-
566-
567-
## Metadata
568-
569-
- **Last Updated**: 2025-11-16
570-
- **Review Status**: Automated remediation with 2025 context
571-
- **Verification**: Academic sources verified
572-
- **Regional Context**: UK/North England where applicable
554+
- {{twitter https://twitter.com/blizaine/status/1765434684450742764?}}

0 commit comments

Comments
 (0)