ORNL / intersect-architecture

https://intersect-architecture.readthedocs.io
Creative Commons Attribution 4.0 International
2 stars 0 forks source link

Create LICENSE #12

Closed naughtont3 closed 1 month ago

naughtont3 commented 1 month ago

CC-BY 4.0 text

naughtont3 commented 1 month ago

Closes #11

naughtont3 commented 1 month ago

Brief text version would be:

INTERSECT Architecture © 2021 by INTERSECT Architecture Team, Oak Ridge National Laboratory, 
managed by UT-Battelle LLC is licensed under CC BY 4.0. To view a copy of this license, 
visit https://creativecommons.org/licenses/by/4.0/

Rich Text version:

INTERSECT Architecture © 2021 by[ INTERSECT Architecture ](https://intersect-architecture.readthedocs.io/)Team, Oak Ridge National Laboratory, managed by UT-Battelle LLC is licensed under CC BY 4.0

HTML version:

 <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://intersect-architecture.readthedocs.io">INTERSECT Architecture</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/ORNL/intersect-architecture">INTERSECT Architecture Team, Oak Ridge National Laboratory, managed by UT-Battelle LLC</a> is licensed under <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""></a></p> 
naughtont3 commented 1 month ago

Sent email to get confirmation that this is appropriate info.

Which was based on the webform using the following details:

Attribution Details
Filling out this form is optional, but helps others attribute your work to you, and fills in machine-readable code.

Title of Work: INTERSECT Architecture
Creator of Work*: INTERSECT Architecture Team, Oak Ridge National Laboratory, managed by UT-Battelle LLC
Link to Work: https://intersect-architecture.readthedocs.io/
Link to Creator Profile: https://github.com/ORNL/intersect-architecture 
Year Of Creation: 2021 

*In addition to the creator of the work, include here any others who should receive attribution. For example, if you created a work on behalf of your employer who owns copyright in the work, you may want to include your employer’s name as one of the attribution parties.
naughtont3 commented 1 month ago

TODO: Add the brief CC-BY blurb to visible area of the rendered webpage(s) w/ href to actual license at CC.org

naughtont3 commented 1 month ago

Decide if footer should have long or short form of Licensed by text. We should squash all this too.

naughtont3 commented 1 month ago

Waiting on proper verbiage for contributors (e.g., should we use INTERSECT Team/ORNL/UT-B) or just one of those or whatever. Pending discussion in emails (26sep2024).

naughtont3 commented 1 month ago

Note: Annually bump the LICENSE file for copyright years.

Note: a "nice to have" would be way to have single location for the license years (currently lives in LICENSE and conf.py). Punt for now, just manually update when needed.

naughtont3 commented 1 month ago

Added all the items we talked about. I have a hard-coded URL in html footer to the team anchor. This lives in the _templates/footer.html, and the few tricks I tried with html_context changes in the conf.py seemed to not be any better. For now, this seems good enough and we can open another PR to fix this hardcode in footer.

engelmannc commented 1 month ago

So, the footer now has team twice. Can we just make the "INTERSECT Architecture Team" in the copyright a link? Maybe by:

copyright = f'2021-{current_year}' in conf.py

and then using copyright and author separately in the footer?

naughtont3 commented 1 month ago

Yes, I agree. I will take another swing.

naughtont3 commented 1 month ago

Ok, modified to create the URL for Team instead of duplication. Also fixed the hardcode problem (Closes #22)

engelmannc commented 1 month ago

"INTERSECT Team" => "INTERSECT Architecture Team"

Also, about order and spacing in the footer. Maybe:

Interconnected Science Ecosystem | Oak Ridge National Laboratory

© Copyright 2021-2024, INTERSECT Architecture Team. Last updated on Oct 01, 2024.

Licensed under CC BY 4.0 International
naughtont3 commented 1 month ago

"INTERSECT Team" => "INTERSECT Architecture Team"

Note, switched to using the author field from conf.py for setting this string instead of hardcode in footer itself.