Example of a good patent in Software Development The 2019 Stack Overflow Developer Survey Results Are InOpen Source Software and Legal Responsibility for Software ContentPublish a paper on ligation support analyticsMIT License for patented softwareQ about consequences of a software license amendment regarding patents: Facebook's open-source “react”Validity of patent on Merkle TreesWhat Intellectual Property rights apply to the output of a machine learning algorithm?If mathematical equations are not patentable, why are algorithms patentable?Patent Claims: software vs machine taxonomy classificationIf I don't patent my invention, how closely can a competitor copy my product?Assignment of Inventions in Employment Contract for Software Development
Right tool to dig six foot holes?
What is the closest word meaning "respect for time / mindful"
Is an up-to-date browser secure on an out-of-date OS?
Why isn't airport relocation done gradually?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
Why do UK politicians seemingly ignore opinion polls on Brexit?
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
What does ひと匙 mean in this manga and has it been used colloquially?
Loose spokes after only a few rides
How are circuits which use complex ICs normally simulated?
Return to UK after being refused entry years previously
Am I thawing this London Broil safely?
What do hard-Brexiteers want with respect to the Irish border?
Did 3000BC Egyptians use meteoric iron weapons?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
Delete all lines which don't have n characters before delimiter
FPGA - DIY Programming
What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?
Protecting Dualbooting Windows from dangerous code (like rm -rf)
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Falsification in Math vs Science
Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?
Did Section 31 appear in Star Trek: The Next Generation?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
Example of a good patent in Software Development
The 2019 Stack Overflow Developer Survey Results Are InOpen Source Software and Legal Responsibility for Software ContentPublish a paper on ligation support analyticsMIT License for patented softwareQ about consequences of a software license amendment regarding patents: Facebook's open-source “react”Validity of patent on Merkle TreesWhat Intellectual Property rights apply to the output of a machine learning algorithm?If mathematical equations are not patentable, why are algorithms patentable?Patent Claims: software vs machine taxonomy classificationIf I don't patent my invention, how closely can a competitor copy my product?Assignment of Inventions in Employment Contract for Software Development
Wondering what an example of a "good" patent is in Software Development. Basically wondering:
- How long the good ones typically are (a range of sizes).
- How much scope one patent contains, or if they should be broken into smaller parts somehow.
- How much depth it should go into.
For (3), I can imagine including unit tests or other actual snippets of code to clarify some aspects. Or perhaps it should be more like a research paper with a few diagrams and some initial experiments, and maybe some interfaces defined in code, maybe some algorithms need to be defined too, etc.
For (2), if your patent was "the internet" or "the first database" or "the first computer", those are broad topics, as opposed to "a specific algorithm for sorting". In the case of the former, I'm wondering if there are any examples to take a look at where one "invention" was divided across multiple patents, to get a sense of how the limited the scope in each of them. Google cars might be a good example, where they have the whole car hardware part, the whole machine learning part, the whole camera part, etc. The machine learning part could be broken down into machine learning part A, and ML part B, part C, etc. Those could be broken down to specific algorithms, one patent for each. But that seems like too much, it could be in the thousands of patents in that case. Basically wondering at a high level how scope is managed.
For (1), if there is a general length to the good ones. If they are typically longer or shorter, or if it doesn't matter and instead depends on the depth or something else.
Generally wondering about these 3 things.
In looking through some initial patents on "Software Web Application Google Patent"
- Automated testing of web-based applications
- System for determining web application vulnerabilities
- Method for server-side logging of client browser state through markup language
- Method and system of retrieving Ajax web page content
- LZW data compression algorithm
At first glance it seems that 5-10 pages is around what these software patents are about, with heavy citations and not that much depth. Even complex "topics" like satelite stuff is roughly the same too. I would have expected significantly more depth, but maybe this is all it takes.
By "good" I mean that it will hold up under scrutiny, reads well, and is something to model after.
Other things I found helpful:
- https://www.upcounsel.com/software-patent-examples
- https://en.wikipedia.org/wiki/List_of_software_patents
intellectual-property software patents
New contributor
add a comment |
Wondering what an example of a "good" patent is in Software Development. Basically wondering:
- How long the good ones typically are (a range of sizes).
- How much scope one patent contains, or if they should be broken into smaller parts somehow.
- How much depth it should go into.
For (3), I can imagine including unit tests or other actual snippets of code to clarify some aspects. Or perhaps it should be more like a research paper with a few diagrams and some initial experiments, and maybe some interfaces defined in code, maybe some algorithms need to be defined too, etc.
For (2), if your patent was "the internet" or "the first database" or "the first computer", those are broad topics, as opposed to "a specific algorithm for sorting". In the case of the former, I'm wondering if there are any examples to take a look at where one "invention" was divided across multiple patents, to get a sense of how the limited the scope in each of them. Google cars might be a good example, where they have the whole car hardware part, the whole machine learning part, the whole camera part, etc. The machine learning part could be broken down into machine learning part A, and ML part B, part C, etc. Those could be broken down to specific algorithms, one patent for each. But that seems like too much, it could be in the thousands of patents in that case. Basically wondering at a high level how scope is managed.
For (1), if there is a general length to the good ones. If they are typically longer or shorter, or if it doesn't matter and instead depends on the depth or something else.
Generally wondering about these 3 things.
In looking through some initial patents on "Software Web Application Google Patent"
- Automated testing of web-based applications
- System for determining web application vulnerabilities
- Method for server-side logging of client browser state through markup language
- Method and system of retrieving Ajax web page content
- LZW data compression algorithm
At first glance it seems that 5-10 pages is around what these software patents are about, with heavy citations and not that much depth. Even complex "topics" like satelite stuff is roughly the same too. I would have expected significantly more depth, but maybe this is all it takes.
By "good" I mean that it will hold up under scrutiny, reads well, and is something to model after.
Other things I found helpful:
- https://www.upcounsel.com/software-patent-examples
- https://en.wikipedia.org/wiki/List_of_software_patents
intellectual-property software patents
New contributor
I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com
– BlueDogRanch
1 min ago
add a comment |
Wondering what an example of a "good" patent is in Software Development. Basically wondering:
- How long the good ones typically are (a range of sizes).
- How much scope one patent contains, or if they should be broken into smaller parts somehow.
- How much depth it should go into.
For (3), I can imagine including unit tests or other actual snippets of code to clarify some aspects. Or perhaps it should be more like a research paper with a few diagrams and some initial experiments, and maybe some interfaces defined in code, maybe some algorithms need to be defined too, etc.
For (2), if your patent was "the internet" or "the first database" or "the first computer", those are broad topics, as opposed to "a specific algorithm for sorting". In the case of the former, I'm wondering if there are any examples to take a look at where one "invention" was divided across multiple patents, to get a sense of how the limited the scope in each of them. Google cars might be a good example, where they have the whole car hardware part, the whole machine learning part, the whole camera part, etc. The machine learning part could be broken down into machine learning part A, and ML part B, part C, etc. Those could be broken down to specific algorithms, one patent for each. But that seems like too much, it could be in the thousands of patents in that case. Basically wondering at a high level how scope is managed.
For (1), if there is a general length to the good ones. If they are typically longer or shorter, or if it doesn't matter and instead depends on the depth or something else.
Generally wondering about these 3 things.
In looking through some initial patents on "Software Web Application Google Patent"
- Automated testing of web-based applications
- System for determining web application vulnerabilities
- Method for server-side logging of client browser state through markup language
- Method and system of retrieving Ajax web page content
- LZW data compression algorithm
At first glance it seems that 5-10 pages is around what these software patents are about, with heavy citations and not that much depth. Even complex "topics" like satelite stuff is roughly the same too. I would have expected significantly more depth, but maybe this is all it takes.
By "good" I mean that it will hold up under scrutiny, reads well, and is something to model after.
Other things I found helpful:
- https://www.upcounsel.com/software-patent-examples
- https://en.wikipedia.org/wiki/List_of_software_patents
intellectual-property software patents
New contributor
Wondering what an example of a "good" patent is in Software Development. Basically wondering:
- How long the good ones typically are (a range of sizes).
- How much scope one patent contains, or if they should be broken into smaller parts somehow.
- How much depth it should go into.
For (3), I can imagine including unit tests or other actual snippets of code to clarify some aspects. Or perhaps it should be more like a research paper with a few diagrams and some initial experiments, and maybe some interfaces defined in code, maybe some algorithms need to be defined too, etc.
For (2), if your patent was "the internet" or "the first database" or "the first computer", those are broad topics, as opposed to "a specific algorithm for sorting". In the case of the former, I'm wondering if there are any examples to take a look at where one "invention" was divided across multiple patents, to get a sense of how the limited the scope in each of them. Google cars might be a good example, where they have the whole car hardware part, the whole machine learning part, the whole camera part, etc. The machine learning part could be broken down into machine learning part A, and ML part B, part C, etc. Those could be broken down to specific algorithms, one patent for each. But that seems like too much, it could be in the thousands of patents in that case. Basically wondering at a high level how scope is managed.
For (1), if there is a general length to the good ones. If they are typically longer or shorter, or if it doesn't matter and instead depends on the depth or something else.
Generally wondering about these 3 things.
In looking through some initial patents on "Software Web Application Google Patent"
- Automated testing of web-based applications
- System for determining web application vulnerabilities
- Method for server-side logging of client browser state through markup language
- Method and system of retrieving Ajax web page content
- LZW data compression algorithm
At first glance it seems that 5-10 pages is around what these software patents are about, with heavy citations and not that much depth. Even complex "topics" like satelite stuff is roughly the same too. I would have expected significantly more depth, but maybe this is all it takes.
By "good" I mean that it will hold up under scrutiny, reads well, and is something to model after.
Other things I found helpful:
- https://www.upcounsel.com/software-patent-examples
- https://en.wikipedia.org/wiki/List_of_software_patents
intellectual-property software patents
intellectual-property software patents
New contributor
New contributor
edited 6 mins ago
Lokasa Mapati
New contributor
asked 14 mins ago
Lokasa MapatiLokasa Mapati
12
12
New contributor
New contributor
I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com
– BlueDogRanch
1 min ago
add a comment |
I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com
– BlueDogRanch
1 min ago
I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com
– BlueDogRanch
1 min ago
I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com
– BlueDogRanch
1 min ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "617"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Lokasa Mapati is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2flaw.stackexchange.com%2fquestions%2f39003%2fexample-of-a-good-patent-in-software-development%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Lokasa Mapati is a new contributor. Be nice, and check out our Code of Conduct.
Lokasa Mapati is a new contributor. Be nice, and check out our Code of Conduct.
Lokasa Mapati is a new contributor. Be nice, and check out our Code of Conduct.
Lokasa Mapati is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Law Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2flaw.stackexchange.com%2fquestions%2f39003%2fexample-of-a-good-patent-in-software-development%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com
– BlueDogRanch
1 min ago